Is there any way (command/option) to power-off the device using adb
command?
Asked
Active
Viewed 1,003 times
0

PHP Learner
- 549
- 4
- 10
- 19
reboot -p
--->Operation not permitted
. Other commands returnsnot found
. On the other hand, all of those commands are shell commands that are executed on the device, But I am looking for a command such asadb reboot -s
oradb shutdown
that is entered on PC command line. – PHP Learner Jan 30 '15 at 05:04