I would like to reboot a connected but offline Motorola Droid 2 device via ADB (or monkeyrunner).
Restarting ADB via adb kill-server
and then adb devices
has not brought the device back online. So I figure I have to restart it. How can I do a reboot without walking over to the offline device?
Here is what I have tried until now:
- adb reboot
- adb shell start
- adb remount
All those command yielded the same error message: error: device offline
The device is running 2.2, it's in charge only mode and debugging is enabled.
Many thanks in advance