Re: [android-porting] Re: bluetooth debug

2010-10-21 Thread Gururaj BO
Hi Ash I dont have Bluetooth Air sniffer. Did this help anyway? Thanks Gururaja B O On Wed, Oct 20, 2010 at 9:08 PM, Ash ashoks...@gmail.com wrote: Do you have a Bluetooth Air sniffer with you by any chance??? -- Ash On Oct 20, 1:48 pm, guru guru.nav...@gmail.com wrote: Hi All

Re: [android-porting] Bluetooth - Handsfree mute

2010-09-28 Thread Gururaj BO
Hi Naveen Jain Thanks for the information. In the HF device that I am using, the manual they have given is if we press particular button, it will mute the call. from logs I got is AT+VGM=0. may be they are telling mic gain of 0 as mute. Since when I mute( mean VGM=0) then UI is not getting

Re: [android-porting] wifi is not disconnecting in suspend mode

2010-09-13 Thread Gururaj BO
Hi Irfan, Please let me know in which part of the code base I need to look into ? Thanks Gururaja B O. On Mon, Sep 13, 2010 at 11:51 AM, Gururaj BO guru.nav...@gmail.com wrote: Hi Irfan, where this default 15min is specified in the code base? Please let me know. so if phone wakes up

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 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

Re: [android-porting] Re: performance using while transferring file via wifi

2010-09-08 Thread Gururaj BO
hI I tried with iPerf but it is giving write2failed broken pipe. what may be the reason just installed the iPref on Android and gave -s and from PC i gave ./iperf -c 10.50.200.100 -r -F file_name.txt it is giving that error what is the problem? Thanks Gururaja On Wed, Sep 8, 2010 at 9:42

Re: [android-porting] Re: performance using while transferring file via wifi

2010-09-08 Thread Gururaj BO
I am also getting error. Waiting for server threads to complete. Interrupt again to force quit On Thu, Sep 9, 2010 at 11:19 AM, Gururaj BO guru.nav...@gmail.com wrote: hI I tried with iPerf but it is giving write2failed broken pipe. what may be the reason just installed the iPref

Re: [android-porting] Re: WiFi always scanning after porting to Froyo

2010-09-07 Thread Gururaj BO
Hi frameworks/base/wifi/java/android/net/wifi/WifiStateTracker.java changed interface name to eth0, since we have eth0 interface. it depends on which interface your phone is using for wifi. Modified line: mInterfaceName = SystemProperties.get(wifi. interface, eth0);

Re: [android-porting] wifi - signal strength

2010-08-27 Thread Gururaj BO
Hi Robert, Yes it is not showing signal strength on the icon which is displayed on the Notification bar. As you told it is showing signal strength in settings app which is scan results?. I checked the return value of Native command *getRssiCommand*() which is returning -1 which is not a valid

Re: [android-porting] wifi scan

2010-08-26 Thread Gururaj BO
Hi Irfan, I am looking where they are specifying 6s when we are in settings? and where we set this time when initiating the scan? packages/apps/Settings/src/com/android/settings/wifi/WifiSettings.java frameworks/base/wifi/java/android/net/wifi/WifiStateTracker.java I looked these files. Thanks

Re: [android-porting] Re: unable to set system property

2010-08-25 Thread Gururaj BO
Hi Deva R/ rgeenwalt I doubled the values of below macros #define PA_COUNT_MAX 247*2 #define PA_INFO_START 1024*2 #define PA_SIZE 32768*2 static workspace pa_workspace; static prop_info *pa_info_array; extern prop_area *__system_property_area__; static int init_property_area(void)