Those guides are applicable to every Nord 2 model:
- DN2101/IND
- DN2103/EEA
- DN2103/EEA PAC-MAN Edition
| #!/bin/bash | |
| echo "[i] Bulletproof denniz script, Giovix92" | |
| echo "[i] Checking for adb connection..." | |
| if adb get-state &> /dev/null; then | |
| echo "[i] Device is connected, rebooting in fastboot" | |
| adb reboot fastboot | |
| else | |
| if fastboot devices | grep -qw "fastboot"; then |