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
Is it supposed to support an unrooted device with the beta installed? If not supported, a better error message should be given.
I start the app and it wants to update the su binary. Choose recovery.
adb logcat:
I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.koushikdutta.superuser/.MainActivity bnds=[360,567][360,567]} from pid 718 I/ActivityManager( 393): Start proc com.koushikdutta.superuser for activity com.koushikdutta.superuser/.MainActivity: pid=2234 uid=10137 gids={50137, 1028} W/System.err( 2234): at com.koushikdutta.superuser.MainActivity.checkSu(MainActivity.java:227) W/System.err( 2234): at com.koushikdutta.superuser.MainActivity$6.run(MainActivity.java:252) I/ActivityManager( 393): Displayed com.koushikdutta.superuser/.MainActivity: +852ms W/System.err( 2234): at com.koushikdutta.superuser.MainActivity$2.run(MainActivity.java:123)
The text was updated successfully, but these errors were encountered:
Play description clearly states su needed for install. Closing this.
Sorry, something went wrong.
No branches or pull requests
Is it supposed to support an unrooted device with the beta installed? If not supported, a better error message should be given.
I start the app and it wants to update the su binary. Choose recovery.
adb logcat:
I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.koushikdutta.superuser/.MainActivity bnds=[360,567][360,567]} from pid 718
I/ActivityManager( 393): Start proc com.koushikdutta.superuser for activity com.koushikdutta.superuser/.MainActivity: pid=2234 uid=10137 gids={50137, 1028}
W/System.err( 2234): at com.koushikdutta.superuser.MainActivity.checkSu(MainActivity.java:227)
W/System.err( 2234): at com.koushikdutta.superuser.MainActivity$6.run(MainActivity.java:252)
I/ActivityManager( 393): Displayed com.koushikdutta.superuser/.MainActivity: +852ms
W/System.err( 2234): at com.koushikdutta.superuser.MainActivity$2.run(MainActivity.java:123)
The text was updated successfully, but these errors were encountered: