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

This only needs to be done once #59

Open
seniorm0ment opened this issue May 13, 2021 · 2 comments
Open

This only needs to be done once #59

seniorm0ment opened this issue May 13, 2021 · 2 comments

Comments

@seniorm0ment
Copy link

when doing the manual, non root method to give permissions through adb, when it says it only needs to be done once, does this mean it needs to be done once but if the phone is restarted, or goes to the lockscreen, it kills it and needs to be done again the next time you use the app?

or is it persistent and doesn't need a connection to adb ever again, and can just read logs straight off the device?
(non root, android 10)

@muziker
Copy link

muziker commented Sep 16, 2021

The adb permission granting does not work on newer androids. Or is there a way to enable this without rooting the phone?

@designer2k2
Copy link

adb permission is only once needed, it will stay until you take it away with adb.

And @muziker this works for me up to Android 12 with adb. Lowest was Android 7 where i did it with adb.
Enable USB debugging, type the adb command, open the app to confirm it works, disable USB debugging and enjoy.

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

No branches or pull requests

3 participants