[android-porting] Help getting Ralink WiFi module to start

2009-06-27 Thread Elvis Dowson
Hi, I get the following error while attempting to start my internet browser. Could someone help me troubleshoot this error : I/WifiHW ( 1175): Loading WiFi Modules D/SettingsWifiEnabler( 1477): Received wifi state changed from Disabled to Enabling E/WifiHW ( 1175): driver rt73usb has NOT

[android-porting] Re: LCD flicker when I use the softkeyboard

2009-06-27 Thread Elvis Dowson
Hi, Are you using DSS2 with omapfb framebuffer implementation? If so , then you need to apply the latest DSS2 patches from Tomi's git repository. http://www.bat.org/~tomba/git/linux-omap-dss.git/ Best regards, Elvis --~--~-~--~~~---~--~~ unsubscribe: android

[android-porting] Re: LCD flicker when I use the softkeyboard

2009-06-27 Thread pramod gurav
Hi The ioctl will wait for the VSYNC (vertical sync ) interrupt. This interrupt is generated when a image is written completely to the framebuffer. If you try to to write another image before one has not yet been written completely the flicker will occur. So use WAITFOR_VSYNC to wait till the inte