From cb003c564d8419d33d2ae960f6632beb3a94b3fa Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 6 Mar 2024 12:18:29 +0200 Subject: [PATCH] adb-permissions.bash: add shizuku startup command --- bash/adb-permissions.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/adb-permissions.bash b/bash/adb-permissions.bash index feeec8d..bc4e60c 100755 --- a/bash/adb-permissions.bash +++ b/bash/adb-permissions.bash @@ -38,6 +38,10 @@ adb "$@" shell pm grant com.f0x1d.logfox android.permission.READ_LOGS # https://github.com/c-lis/morelocale adb "$@" shell pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION +# Shizuku +#(adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh &) +(adb shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh &) + # Wait a bit and then reboot the device sleep 5 #adb "$@" reboot