Shutdown Android remotely instead of hard reset


xAltD

Still Fresh
Joined
Jun 29, 2012
Messages
1
Hi,


it's possible to invoke the "Kill Android" app remotely.


You have to enable network debugging in Settings->Development.


Then connect your adb:


$ adb connect 192.168.0.100


$ adb shell am start -n org.openpandora.kill_android/org.openpandora.kill_android.kill_android


OpenGL (? see sharedbuffer warning below) seems to hang with some apps, so this is highly useful :)


06-29 14:36:38.718: W/SharedBufferStack(4022): waitForCondition(LockCondition) timed out (identity=3, status=0). CPU may be pegged. trying again.


HTH,


xAltD
 
Back
Top