You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: