diff --git a/clear_data.bat b/clear_data.bat index 8ba008f..b70d854 100644 --- a/clear_data.bat +++ b/clear_data.bat @@ -117,3 +117,18 @@ adb -s 2140c70c shell am start -n com.android.chrome/com.google.android.apps.chr adb -s G7AZCY07H415CT3 shell pm clear com.android.chrome adb -s G7AZCY07H415CT3 shell am set-debug-app --persistent com.android.chrome adb -s G7AZCY07H415CT3 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 \ No newline at end of file diff --git a/clear_data.sh b/clear_data.sh index 3864ee7..b84a96a 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file