Loading screenshots.sh +2 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ # Before running: # - Manually set the device language # - Manually delete and create a folder (line 4, slot1) # - Install a third party application (line 4, slot2) # - Ensure web browser is in dock, slot3 # - Swipe done the widget page Loading Loading @@ -69,9 +68,9 @@ adb shell "screencap -p > $DEVICE_FOLDER/shortcut_installation_2.png" # Shortcut uninstallation adb shell input keyevent 3 # KEYCODE_HOME list https://developer.android.com/reference/android/view/KeyEvent.html sleep 1 adb shell input draganddrop 700 1150 700 1150 adb shell input draganddrop 400 1150 400 1150 sleep 1 adb shell input tap 750 1100 adb shell input tap 450 1100 sleep 1 adb shell "screencap -p > $DEVICE_FOLDER/shortcut_uninstallation_1.png" adb shell input tap 900 1330 Loading Loading
screenshots.sh +2 −3 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ # Before running: # - Manually set the device language # - Manually delete and create a folder (line 4, slot1) # - Install a third party application (line 4, slot2) # - Ensure web browser is in dock, slot3 # - Swipe done the widget page Loading Loading @@ -69,9 +68,9 @@ adb shell "screencap -p > $DEVICE_FOLDER/shortcut_installation_2.png" # Shortcut uninstallation adb shell input keyevent 3 # KEYCODE_HOME list https://developer.android.com/reference/android/view/KeyEvent.html sleep 1 adb shell input draganddrop 700 1150 700 1150 adb shell input draganddrop 400 1150 400 1150 sleep 1 adb shell input tap 750 1100 adb shell input tap 450 1100 sleep 1 adb shell "screencap -p > $DEVICE_FOLDER/shortcut_uninstallation_1.png" adb shell input tap 900 1330 Loading