Hi If i try connecting adb over wifi using adbwireless or adb over wifi apks it shows a warning "YOU NEED A ROOTED PHONE"
but i get # prompt in my adb shell and i made changes in init.rc and default.prop. But still it din work... My default.prop .ro.secure=0 ro.debuggable=1 persist.service.adb.enable=1 Can u share ur init.rc and netstat when the port 5555 is listening for connections.... Regards, Kavitha On Wed, Sep 8, 2010 at 7:14 PM, Gururaj BO <[email protected]> wrote: > Hi Kavitha > > > Phone side: > enable wifi > using serial cable go to putty and from there you insmod adb module. > setprop ....tcp 5555 > adbb& > > netstat > get IP of wifi interface > > PC side > export ADBHOST=<IP of wifi interface> > adb connect <Ip of wifi interface>:5555 > > it should connect > this is what I followed > > regards > Gururaja B O > > > On Wed, Sep 8, 2010 at 12:05 PM, kavitha <[email protected]> wrote: > >> >> >> Hi GuruRaja >> I was able to set the static IP on the device and laptop and connect >> to wifi and >> my netstatus showed >> Proto Recv-Q Send-Q Local Address Foreign Address >> State >> tcp 0 0 127.0.0.1:7777 0.0.0.0:* >> LISTEN >> tcp 0 0 127.0.0.1:7203 0.0.0.0:* >> LISTEN >> tcp 0 0 127.0.0.1:5037 0.0.0.0:* >> LISTEN >> tcp 0 0 0.0.0.0:5555 0.0.0.0:* >> LISTEN >> udp 0 0 0.0.0.0:51274 0.0.0.0:* >> >> But from my laptop wen i giv adb push <file> /sdcard >> No device found error is comin >> Can Please guide me further >> >> Thanks and Regards, >> Kavitha >> >> On Sep 7, 12:14 pm, guru <[email protected]> wrote: >> > Xu Wang, >> > >> > after setting property service.adb.tcp.port, it started working over >> > wifi. >> > >> > Thanks >> > Gururaja B O >> > >> > On Sep 7, 9:30 am, Xu Wang <[email protected]> wrote: >> > >> > >> > >> > > 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%2bunsubscr...@googlegroups.com> >> > > > <android-porting%[email protected]<android-porting%[email protected]> >> <android-porting%252bunsubsc[email protected]> >> > >> > > > > > website:http://groups.google.com/group/android-porting >> > >> > > > -- >> > > > unsubscribe: >> > > > [email protected]<android-porting%[email protected]> >> <android-porting%2bunsubscr...@googlegroups.com> >> > > > website:http://groups.google.com/group/android-porting- Hide quoted >> text - >> > >> > - Show quoted text - >> >> -- >> 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
