Lines Matching full:adb
43 Based on adb utility which comes native with Android SDK
45 adb shell "echo Going to stop GUI"
46 adb shell "stop"
48 adb shell "echo Create reference NVS"
49 adb shell "calibrator set ref_nvs /data/TQS_D_1.7.ini"
51 adb shell "echo Copy reference NVS file"
52 adb shell "cat ./new-nvs.bin > /system/etc/firmware/ti-connectivity/wl1271-nvs.bin"
54 adb shell "echo Insert wl12xx SDIO module"
55 adb shell "insmod /system/lib/modules/wl12xx_sdio.ko"
57 adb shell "echo Calibrate device"
58 adb shell "calibrator wlan0 plt power_mode on"
59 adb shell "calibrator wlan0 plt tune_channel 0 7"
60 adb shell "calibrator wlan0 plt tx_bip 1 1 1 1 1 1 1 1"
61 adb shell "calibrator wlan0 plt power_mode off"
63 adb shell "echo Set MAC address in NVS file"
64 adb shell "calibrator set nvs_mac ./new-nvs.bin 08:00:28:90:64:31"
66 adb shell "echo Remove wl12xx modules"
67 adb shell "rmmod wl12xx_sdio wl12xx"
68 adb shell "rmmod wl12xx"
70 adb shell "echo Copy calibrated NVS file"
71 adb shell "cat ./new-nvs.bin > /system/etc/firmware/ti-connectivity/wl1271-nvs.bin"
72 adb shell "insmod /system/lib/modules/wl12xx.ko"
74 adb shell "echo Going to start GUI"
75 adb shell "start"