mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-22 10:14:05 +01:00
adb-permissions.bash: add logfox log reading
This commit is contained in:
parent
d7056eba26
commit
c96a542c09
@ -32,6 +32,9 @@ adb "$@" shell pm grant com.oasisfeng.nevo android.permission.READ_LOGS
|
|||||||
adb "$@" shell pm grant com.oasisfeng.nevo android.permission.INTERACT_ACROSS_USERS
|
adb "$@" shell pm grant com.oasisfeng.nevo android.permission.INTERACT_ACROSS_USERS
|
||||||
#echo "Remember to force-stop & restart Nevolution!"
|
#echo "Remember to force-stop & restart Nevolution!"
|
||||||
|
|
||||||
|
# Logfox adb reader from F-Droid
|
||||||
|
adb "$@" shell pm grant com.f0x1d.logfox android.permission.READ_LOGS
|
||||||
|
|
||||||
# Wait a bit and then reboot the device
|
# Wait a bit and then reboot the device
|
||||||
sleep 5
|
sleep 5
|
||||||
adb "$@" reboot
|
adb "$@" reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user