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

Will not work on Android 4.1 Jelly Beans #41

Open
GoogleCodeExporter opened this issue Nov 16, 2015 · 5 comments
Open

Will not work on Android 4.1 Jelly Beans #41

GoogleCodeExporter opened this issue Nov 16, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

READ_LOGS permission on Jelly Beans (Android 4.1) will not be granted anymore 
to normal apps.

Apps are only allow to read their own logs.

See for more information 
https://groups.google.com/group/android-developers/browse_thread/thread/e94e00e6
2ad66a78

You could try to implement a function to grant yourself READ_LOGS permission 
with for users with rooted devices.

Original issue reported on code.google.com by domschuermann@gmail.com on 19 Jul 2012 at 5:46

@GoogleCodeExporter
Copy link
Author

thanks. i guess we will see if a future version of android provides a way for 
users to manually allow this.

Original comment by jeffrey.blattman@gmail.com on 1 Aug 2012 at 10:12

@GoogleCodeExporter
Copy link
Author

I used titanium backup to change to a system app and that seems to fix the 
problem. 

Original comment by mattbr...@gmail.com on 30 Aug 2012 at 5:45

@GoogleCodeExporter
Copy link
Author

I followed the tip to use Titanium Backup and changed it to a system app. That 
also fixed the issue for me. Bummer I had to do this, but at least it works 
now! 

Original comment by sean.ait...@gmail.com on 3 Jun 2013 at 5:07

@GoogleCodeExporter
Copy link
Author

You could do as in that app and request Root permissions for aLogCat: 
https://github.com/dschuermann/faster-gps/blob/master/FasterGPS/src/main/Android
Manifest.xml#L22

Original comment by azr...@googlemail.com on 25 Jul 2013 at 6:40

@GoogleCodeExporter
Copy link
Author

You also have to use execute a Shell with su instead of the default sh. See 
https://github.com/nolanlawson/Catlog for a working logcat implementation with 
superuser access.

Original comment by domschuermann@gmail.com on 26 Jul 2013 at 8:04

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