Skip to main content

ADB command and installing process

When completed write image then open raspberry pi
1: connect wifi
2: remember ip address
3: configure the adb file with windows
3.1: open environment variable
3.2: System variable Path
3.3:Coppy to C from  D:\IOT SOFTWARE\Raspberry Pi android Software\How i app install\platform-tools-latest-windows \platform-tools
3.4: pathe edit and set C:\platform-tools
ok
4: open command cmd
5: write: "adb connect 192.168.2.11" raspberry pi IP
6: "adb install"


Shut down: "adb shell reboot -p"
File List: "adb shell ls /etc/"
Coppy file from device "adb pull /etc/wifi/wpa_supplicant_overlay.conf"

Comments