Quote:
Originally Posted by M_Faust
Button "Power Off" and "Reboot" don't work (device is rooted). Android 4.0.4.
|
I never tested it.
The reboot button does:
Quote:
/system/bin/sh -
su reboot
|
The power off button does:
Quote:
/system/bin/sh -
su reboot -p
|
Could you try the commands via some terminal app, or even through adb shell?
What device did you test on?