Skip to content
New issue

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

First root access causes multiple requests or times out. #13

Closed
GoogleCodeExporter opened this issue Aug 20, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Uninstall app.
2. Reinstall app.
3. Run app.

What is the expected output? What do you see instead?
Should see _one_ prompt from Superuser or SuperSU for root access.  Program 
should wait gracefully for access to be granted.  Instead sometimes remains 
blank and must be clicked before access request dialog appears.  App may 
timeout requesting access, or request access more that once during startup.

Quitting the app, launching Superuser or SuperSU and granting access to 
BootUnlocker in settings fixes the problem: it will launch correctly the next 
time.


Please use labels and text to provide additional information.
This may be a result of exec()ing su on the main thread to check bootloader 
status.

Original issue reported on code.google.com by jmason...@gmail.com on 24 Jun 2012 at 4:43

@GoogleCodeExporter
Copy link
Author

Original comment by jmason...@gmail.com on 24 Jun 2012 at 4:45

  • Added labels: Milestone-Release1.0

@GoogleCodeExporter
Copy link
Author

Original comment by supp...@jmason888.com on 25 Jun 2012 at 5:02

@GoogleCodeExporter
Copy link
Author

Fixed by running su on an AsyncTask

Original comment by jmason...@gmail.com on 25 Jun 2012 at 5:59

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant