Device: Motorola Photon
Running: 2.3.4 with OTA updates from Sprint
Problem: Resuming from a "HOME" key press loses graphics.
Replication: Resume from "HOME" tested and works reliably on...
Galaxy Player 4.0
Galaxy SIII
Le Pan TC970
Other observed behavior: when the overidden on_pause event contains a sleep(n) call, the device can resume safely within the 'n' second window.
def on_pause(self):
sleep(10)
return True
Will provide log output for whatever is needed.