Add script to restart whole SDK from host

This commit is contained in:
Adam Gastineau 2025-10-12 18:46:00 -07:00
parent b04ef40746
commit 215825dcbb

8
scripts/restart-sdk.sh Executable file
View File

@ -0,0 +1,8 @@
adb shell /data/local/tmp/bin/pinitd-cli stop bridge-settings-service
adb shell /data/local/tmp/bin/pinitd-cli stop bridge-shell-service
adb shell /data/local/tmp/bin/pinitd-cli stop bridge-system-service
adb shell /data/local/tmp/bin/pinitd-cli restart bridge-service
adb shell /data/local/tmp/bin/pinitd-cli start bridge-settings-service
adb shell /data/local/tmp/bin/pinitd-cli start bridge-shell-service
adb shell /data/local/tmp/bin/pinitd-cli start bridge-system-service