0

Fastboot dan Recovery Cyrus ATOMPAD

Masuk ke fastboot menggunakan adb:

adb shell
$ su
# echo -n boot-fastboot | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot

Masuk ke recovery menggunakan adb:

adb shell
$ su
# adb shell echo -n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot