File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ set -euo pipefail
99set -o xtrace
1010
1111adb wait-for-device
12+ # shellcheck disable=SC2016
1213adb shell ' while [[ "$(getprop sys.boot_completed)" != "1" ]]; do sleep 1; done;'
1314adb shell wm dismiss-keyguard || true
1415
@@ -21,14 +22,8 @@ adb shell settings put global animator_duration_scale 0
2122# as we can't use 443 directly for a mock web server.
2223# ##################################################################################################
2324adb root
24-
25- adb remount
26-
27- adb shell ' echo "10.0.2.2 fes.flowcrypt.test" >> /system/etc/hosts'
28- adb shell ' echo "10.0.2.2 fel.flowcrypt.test" >> /system/etc/hosts'
29- adb shell ' echo "10.0.2.2 fel.localhost" >> /system/etc/hosts'
30-
3125adb wait-for-device
26+ # shellcheck disable=SC2016
3227adb shell ' while [[ "$(getprop sys.boot_completed)" != "1" ]]; do sleep 1; done;'
3328
3429adb shell " echo 1 > /proc/sys/net/ipv4/ip_forward"
You can’t perform that action at this time.
0 commit comments