Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ac6cb30 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

No need for a third party application

parent 7af7a75d
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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

@@ -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