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 my from my laptop wen i giv adb push <file> /sdcard
No device found error is comin
Any idea y its happening?

Thanks and Regards,
Kavitha



On Tue, Sep 7, 2010 at 12:44 PM, guru <guru.nav...@gmail.com> 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 <xu4w...@gmail.com> 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 <guru.nav...@gmail.com> 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 <xu4w...@gmail.com> 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 <guru.nav...@gmail.com> 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: 
> > > > > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> <android-porting%2bunsubscr...@googlegroups.com<android-porting%252bunsubscr...@googlegroups.com>
> >
> > > <android-porting%2bunsubscr...@googlegroups.com<android-porting%252bunsubscr...@googlegroups.com>
> <android-porting%252bunsubscr...@googlegroups.com<android-porting%25252bunsubscr...@googlegroups.com>
> >
>  >
> > > > > website:http://groups.google.com/group/android-porting
> >
> > > --
> > > unsubscribe: 
> > > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> <android-porting%2bunsubscr...@googlegroups.com<android-porting%252bunsubscr...@googlegroups.com>
> >
> > > website:http://groups.google.com/group/android-porting
>
> --
> unsubscribe: 
> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to