adb-permissions.bash: add shizuku startup command

This commit is contained in:
Aminda Suomalainen 2024-03-06 12:18:29 +02:00
parent f8d0f0ad69
commit cb003c564d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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