diff --git a/clear_data.bat b/clear_data.bat index 9802908..a47e552 100644 --- a/clear_data.bat +++ b/clear_data.bat @@ -121,3 +121,35 @@ adb -s G7AZCY07H415CT3 shell am start -n com.android.chrome/com.google.android.a 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 + +#asus oneplus 8 T +adb -s fbbb07507d26 shell pm clear com.android.chrome +adb -s fbbb07507d26 shell am set-debug-app --persistent com.android.chrome +adb -s fbbb07507d26 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#asus redmi 5 +adb -s 33e3be6d7d84 shell pm clear com.android.chrome +adb -s 33e3be6d7d84 shell am set-debug-app --persistent com.android.chrome +adb -s 33e3be6d7d84 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +# honor +adb -s A5RNW18731003636 shell pm clear com.android.chrome +adb -s A5RNW18731003636 shell am set-debug-app --persistent com.android.chrome +adb -s A5RNW18731003636 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + + +# coolpad +adb -s feb04f82 shell pm clear com.android.chrome +adb -s feb04f82 shell am set-debug-app --persistent com.android.chrome +adb -s feb04f82 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +# HUAWEI KIW-AL10 +adb -s WPV0216920003390 shell pm clear com.android.chrome +adb -s WPV0216920003390 shell am set-debug-app --persistent com.android.chrome +adb -s WPV0216920003390 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + + +# Meizu m2e +adb -s 741AECQT2L288 shell pm clear com.android.chrome +adb -s 741AECQT2L288 shell am set-debug-app --persistent com.android.chrome +adb -s 741AECQT2L288 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file