[android-porting] Re: Wifi and Gingerbread

2011-06-03 Thread Cyberworm
Okay, I achieved something. I'm able to activate WiFi now (using moduled driver and patch for this bug: http://code.google.com/p/android/issues/detail?id=17255&q=wifi%20loop&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars) But after 10-20 seconds it gets deactivated again. In logcat I found t

[android-porting] multi touch protocol

2011-06-03 Thread badcc0de
Hello, I am having an issue of understanding the raw dumps off /dev/input/ event3 which is my touch screen. I have read the kernel docs, used mtd- tool and read their source and I am still lost; maybe someone can straighten me out. So when I cat the aforementioned file I get the dump below: 0011e8

[android-porting] Re: Android-critical system

2011-06-03 Thread krishna chaitanya
Hi Ramya, here there are few scenarios, If the Gaming application/Media application are not your application, you maynot pause the game/media content. If u do so, it is your responsibility to resume those applications. Handling the message from the server can be done from an activity or from ser

[android-porting] Re: Bluetooth encryption technique in android

2011-06-03 Thread manish
Dear All Please let me know if you have any idea about bluetooth encryption mechanism in android Thanks in advance. Regards Manish On May 30, 11:46 am, manish wrote: > Dear All >      I want to set the encryption key size for Bluetooth in Android, > but not able to find the files where the exa

[android-porting] init.rc service group/user

2011-06-03 Thread steeldusk
Hi, I am trying to set user and group in init.rc for my own service. It works nicely with having user as root, but I see some other default android services have 'system' as group. For example, service media /system/bin/mediaserver class services group system audio camera and, I am wonde

[android-porting] Is there OSAL layer

2011-06-03 Thread Vikas KM
Hi, Is there any OSAL layer in Android Build System..? -- Regards Vikas KM -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Nvidia gtablet porting

2011-06-03 Thread Linux Box Solutions
Ok so I have a viewsonic gtablet I have yet to find a source tree to work for me during the compile and cyanogens tree does not have any support for the nvidia harmony device which mine is based from nvidia doesn't have a properly supported tree anyone know where a good source tree would be for

[android-porting] Re: What kind of debug output statement is valid in getaddrinfo.c?

2011-06-03 Thread 捷超 王
I have add main function to this file and modified the Android.mk to tell the compiler to compile this file to be an executable. That works and now printf can be used. On May 25, 1:15 am, Robert Greenwalt wrote: > searching that file for "log" I find > > syslog(LOG_NOTICE|LOG_AUTH, "mylog %s", "f

[android-porting] Re: Wifi and Gingerbread

2011-06-03 Thread Cyberworm
Okay, I managed to get rid of that message using the android private socket (according to that guide). I also found a way to save the logcat message over the terminal emulator. Here are the wifi relevant messages: D/wpa_supplicant( 1290): Initializing interface 'wlan0' conf '/data/ misc/wifi/wpa_s