Project

General

Profile

Issue #1831 ยป 6.0-repeat-setup.patch

Jeremy Rand, 09/10/2017 08:05 AM

View differences:

networking/modem/setup.sh
1 1
root_dir="/data/misc/modem"
2 2
adb root
3 3
sleep 3
4
adb push ./device-files/ "$root_dir"
4
adb shell mkdir -p "$root_dir"
5
adb push ./device-files/* "$root_dir/"
networking/wifi/setup.sh
1 1
root_dir="/data/misc/wifi"
2 2
adb root
3 3
sleep 3
4
adb push ./device-files/ "$root_dir"
5
adb push ./device-files/networks "$root_dir""/networks"
4
adb shell mkdir -p "$root_dir""/networks"
5
adb push ./device-files/* "$root_dir/"
6
adb push ./device-files/networks/* "$root_dir""/networks/"
    (1-1/1)