diff --git a/clear_data.bat b/clear_data.bat index b70d854..92fd268 100644 --- a/clear_data.bat +++ b/clear_data.bat @@ -131,4 +131,10 @@ adb -s 910eceb4 shell am start -n com.android.chrome/com.google.android.apps.chr #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 +adb -s b6b245a shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#asus oneplus 8 T +adb -s 07fbd156 shell pm clear com.android.chrome +adb -s 07fbd156 shell am set-debug-app --persistent com.android.chrome +adb -s 07fbd156 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + diff --git a/clear_data.sh b/clear_data.sh index b84a96a..c2ac8b1 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -98,6 +98,11 @@ 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 +#asus oneplus 8 T +adb -s 07fbd156 shell pm clear com.android.chrome +adb -s 07fbd156 shell am set-debug-app --persistent com.android.chrome +adb -s 07fbd156 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + #xiao mi adb -s 192.168.56.107:5555 shell pm clear com.android.chrome adb -s 192.168.56.107:5555 shell am set-debug-app --persistent com.android.chrome @@ -131,4 +136,4 @@ adb -s 910eceb4 shell am start -n com.android.chrome/com.google.android.apps.chr #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 +adb -s b6b245a shell am start -n com.android.chrome/com.google.android.apps.chrome.Main