No. I didn't try it since the app works. I guess you can type below in terminal window and let us know the result:
netstat su adbd stop setprop service.adb.tcp.port 5555 adbd start netstat check if some process starts listen on port 5555 after adbd restarts BR xu On 7 September 2010 12:12, guru <[email protected]> wrote: > Xu Wang, > > I want to use adb only to access the phone, because using other app is > making my phone slow. > > did you able to access phone after setting this property and using the > procedure that I mentioned above?. > > Thanks > Gururaja B O > > On Sep 6, 8:52 pm, Xu Wang <[email protected]> wrote: > > 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]> > <android-porting%[email protected]<android-porting%[email protected]> > > > > > website:http://groups.google.com/group/android-porting > > -- > 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
