Hi Gururaja, I met similar issue before. Google says need to:
setprop service.adb.tcp.port 5555 before running adbd, to make adbd running in network mode. It's running in usb mode by default. Practically, I found installing the app adbWireless from the market works. BR, Xu On 6 September 2010 22:45, guru <[email protected]> wrote: > HI all > > I am trying to run adb over wifi. > > from source what I got is, I need to follow below setps > > netcfg > get the ip address of phone say it is 192.168.100.4 > > on PC > export ADBHOST=192.168.100.4 > > Dont connect USB cable. > > adb push <any file> /sdcard/ > > this will transfer over wifi > > I followed these steps, then too it is not showing device and unable > to connect to it. > > whether I missed any steps above. > > Thanks > Gururaja B O > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
