From 2132e021a444c10ac017f1b6d7c57873ff87539a Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Mon, 21 Nov 2022 20:00:13 +0100 Subject: [PATCH 1/2] add new devices --- clear_data.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clear_data.bat b/clear_data.bat index 8ba008f..9802908 100644 --- a/clear_data.bat +++ b/clear_data.bat @@ -117,3 +117,7 @@ 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 +#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 From b66f1141843d5a4f5bad30ee17af66557c4c8da2 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Mon, 21 Nov 2022 20:00:33 +0100 Subject: [PATCH 2/2] add new devices --- clear_data.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clear_data.sh b/clear_data.sh index f8b9611..64d0f69 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -96,4 +96,9 @@ adb -s 2140c70c shell am start -n com.android.chrome/com.google.android.apps.chr #asus zenfone 3 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 \ No newline at end of file +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 \ No newline at end of file