Re: [android-porting] Re: adb over wifi

2010-09-13 Thread kavitha bk
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

Re: [android-porting] Re: adb over wifi

2010-09-08 Thread Gururaj BO
Hi, Check with netcfg command and see to which IP your wifi is connected and set service.adb.tcp.port property to . then connect from your laptop adb connect IP:port no then give adb shell. This worked for me. Regards Gururaja B O On Wed, Sep 8, 2010 at 11:17 AM, kavitha bk

Re: [android-porting] Re: adb over wifi

2010-09-08 Thread kavitha bk
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 AddressState tcp0 0 127.0.0.1: 0.0.0.0:* LISTEN tcp0 0 127.0.0.1:7203

[android-porting] Re: adb over wifi

2010-09-08 Thread kavitha
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 tcp0 0 127.0.0.1: 0.0.0.0:* LISTEN tcp0 0 127.0.0.1:7203 0.0.0.0:*

Re: [android-porting] Re: adb over wifi

2010-09-08 Thread Gururaj BO
Hi Kavitha Phone side: enable wifi using serial cable go to putty and from there you insmod adb module. setprop tcp adbb netstat get IP of wifi interface PC side export ADBHOST=IP of wifi interface adb connect Ip of wifi interface: it should connect this is what I followed

[android-porting] Re: adb over wifi

2010-09-07 Thread guru
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

[android-porting] Re: adb over wifi

2010-09-06 Thread Oliver
I think you should at first create a connection between your device your computer. On Sep 7, 1:24 am, PREMRAJ SV svpre...@gmail.com wrote: hello all,             I am started with adding external gsm modem with hawkboard. can any one give me a guide how to work with gsm modem and adb, AT

[android-porting] Re: adb over wifi

2010-09-06 Thread guru
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,

Re: [android-porting] Re: adb over wifi

2010-09-06 Thread Xu Wang
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 adbd start netstat check if some process starts listen on port after adbd restarts BR xu On 7 September 2010 12:12,