From c96a542c093b07974dcd6052d120345b01bcd19c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 2 Feb 2024 13:43:24 +0200 Subject: [PATCH] adb-permissions.bash: add logfox log reading --- bash/adb-permissions.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/adb-permissions.bash b/bash/adb-permissions.bash index 6e9af29..51fa15b 100755 --- a/bash/adb-permissions.bash +++ b/bash/adb-permissions.bash @@ -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 #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 sleep 5 adb "$@" reboot