android-rpi/device_brcm_rpi3

How to enable ADB ?

arunsrk opened this issue · 1 comments

I am trying to enable ADB on my Raspberry Pi3.

I have connected the Pi to a host Ubuntu machine using micro to Type A Connector and Type A to Type A connector, in both the methods i am not able to see my Pi listed in Linux PC

I have seen certain post where users have mentioned connecting through Ethernet or WiFi, i am able to connect to a Wifi network how do i know the ipaddress from the android to connect to it ?

I was able to successfully connect ADB using the following method.
Connect to any known wireless network from the Pi
Connect laptop desktop to the same wireless network
Find the ipaddress of the pi from Settings/About/Status
adb connect << rpi's ipaddress >>