Sunday, March 29, 2015

adb command to reboot Android device

To deboot connect devies using adb, enter the commnad:
$ adb shell am broadcast -a android.intent.action.BOOT_COMPLETED


3 comments:

Anonymous said...

'adb shell reboot' works too

kalit said...

Can you suggest the ADB commands to factory reset the device?

The command that can take care of PRF also.

kalit said...

Can you suggest ADB command to factory reset the device?