fallback to stop framework approach on screensaver fix

This commit is contained in:
Qingping Hou
2012-04-18 19:43:55 +08:00
parent 6e72569ce2
commit 1b2d0b71b0
3 changed files with 8 additions and 4 deletions

View File

@@ -169,6 +169,6 @@ fb:setOrientation(Screen.native_rotation_mode)
input.closeAll()
if util.isEmulated()==0 then
--os.execute("killall -cont cvm")
os.execute("killall -cont cvm")
os.execute('echo "send '..KEY_MENU..'" > /proc/keypad;echo "send '..KEY_MENU..'" > /proc/keypad')
end