Yeah so i wrote this guide back in 2012, it is probably very out of date, i did update some stuff but id probably look elsewhere if these are not working. you should get newer adb files anyhow, i post modern ones on my loggingkit package here Github , there are binaries for windows, linux and mac
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands
It is pretty easy
1-Download adb and install adb drivers for your phone
2-extract the files to your c directory in a folder named adb(make one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-do cd c:\adb
5-check for connectivity
adb devices
if your device is not listed, the drivers are not there
6-Finally, to reboot
For download mode (it varies from device to device)
adb reboot download (Samsungs)
or
adb reboot-bootloader ( HTC )
For Recovery Mode (it is mostly the same for most phones)
adb reboot recovery
thanks for reading.
Hi there guys so i will be telling you how to reboot to recovery or boot loader directly from adb commands
It is pretty easy
1-Download adb and install adb drivers for your phone
2-extract the files to your c directory in a folder named adb(make one)
3-once the files are located in c:\adb go to start menu then search for cmd
4-do cd c:\adb
5-check for connectivity
adb devices
if your device is not listed, the drivers are not there
6-Finally, to reboot
For download mode (it varies from device to device)
adb reboot download (Samsungs)
or
adb reboot-bootloader ( HTC )
For Recovery Mode (it is mostly the same for most phones)
adb reboot recovery
thanks for reading.
Last edited: