We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@willheger Is this still a problem? Could you try it with the current tools?
Sorry, something went wrong.
Unfortunately, I lost my Moto Photon (and replaced it with a Nexus5)! Sorry about this, but I can't test this bug any longer.
I haven't seen this reported by anyone else, so I'm going to close it as "not reproducible."
No branches or pull requests
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.
Will provide log output for whatever is needed.
The text was updated successfully, but these errors were encountered: