[android-porting] Re: wifi - signal strength

2013-05-16 Thread ffxx68
After checking source code a bit, I figured out where the problem was. The link to the signal_poll driver function was missing, in my external/wpa_supplicant_8/src/drivers/driver_wext.c. Added below line: const struct wpa_driver_ops wpa_driver_wext_ops = { ... .signal_poll =

[android-porting] Android Phone configuration - auto rotation

2013-05-16 Thread ramya mohan
Hi All, I am using OMAP4 based platform running ICS on it. I am trying All direction UI rotation with Auto-rotate settings ON. On my board, Accelerometer is working set. When I rotate the board, UI rotates along 90,270 0 degrees. *I want it to rotate along 180 degree too..(UPSIDE DOWN)* If

[android-porting] Booting port of CM10.

2013-05-16 Thread Zeeshan Khan
Hey guys. I am having problem porting cm10 (from source) to huawei u8800. I need some help. I cannot get my device to boot up. This is what happens: The Huawei logo shows up. The screen goes blank. The above two things keep happing until the phone reboots. Here is logcat:

[android-porting] UEventObserver catch Uevent on boot

2013-05-16 Thread David
Hi, I write a service with UEventObserver to listen some event from USB device plug/unplug. But it can not catch event if I plug the device when booting. Is there anyway that Java service can catch such event or I need to read device state manually? -- -- unsubscribe:

[android-porting] Re: Booting port of CM10.

2013-05-16 Thread Santosh Kadam
Hi - I think - the surfaceflinger is crashing ... [ 05-16 08:48:35.432 123: 282 W/Adreno200-EGL ] qeglDrvAPI_eglCreateContext:2213: EGL_NOT_INITIALIZED [ 05-16 08:48:35.432 123: 282 E/libEGL ] call to OpenGL ES API with no current context (logged once per thread) [ 05-16 08:48:35.432