add more devices to clear_data script

This commit is contained in:
2022-11-24 09:52:28 +01:00
parent 621fa57f92
commit f97c4f03ea
2 changed files with 31 additions and 1 deletions
+16 -1
View File
@@ -116,4 +116,19 @@ adb -s 192.168.56.109:5555 shell am start -n com.android.chrome/com.google.andro
#xiao mi
adb -s 192.168.56.110:5555 shell pm clear com.android.chrome
adb -s 192.168.56.110:5555 shell am set-debug-app --persistent com.android.chrome
adb -s 192.168.56.110:5555 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
adb -s 192.168.56.110:5555 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#vivo
adb -s Q8USBIQSNBSGYTFY shell pm clear com.android.chrome
adb -s Q8USBIQSNBSGYTFY shell am set-debug-app --persistent com.android.chrome
adb -s Q8USBIQSNBSGYTFY shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#oppo
adb -s 910eceb4 shell pm clear com.android.chrome
adb -s 910eceb4 shell am set-debug-app --persistent com.android.chrome
adb -s 910eceb4 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#oppo
adb -s b6b245a shell pm clear com.android.chrome
adb -s b6b245a shell am set-debug-app --persistent com.android.chrome
adb -s b6b245a shell am start -n com.android.chrome/com.google.android.apps.chrome.Main