[android-porting] bug report: alsa_sound

2009-06-20 Thread xro
hi, i found a bug in the alsa_sound... In the file ~/mydroid/hardware/alsa_sound/AudioHardwareALSA.cpp at line 615 there is a test with the buffer... And because of this test i cannot boot. Now i inactived it and the sound works.. //if (err < 0) { if (false){ LOGE("Unable

[android-porting] Re: bug report: alsa_sound

2009-06-20 Thread xro
better with all the method... sorry // Stop the transfer when the buffer is full. err = snd_pcm_sw_params_set_stop_threshold(mHandle, mSoftwareParams, bufferSize); //if (err < 0) { if (fals

[android-porting] Re: bug report: alsa_sound

2009-06-20 Thread Sean McNeil
This is NOT a bug in the alsa code. This is a bug in your alsa kernel driver. We could, however, make this a non-fatal condition. xro wrote: > better with all the method... sorry > > // Stop the transfer when the buffer is full. > err = snd_pcm_sw_params_set_stop_threshold(mHandle, >

[android-porting] WiFi on android-2.6.29 for Wi2Wi W2CBW003 WiFi/Bluetooth module

2009-06-20 Thread Elvis Dowson
Hi, I am trying to get WiFi support enabled for the Overo Fire (TI OMAP3530), which uses a Wi2Wi W2CBW003 WiFi/Bluetooth module. I've got the basic wlan0 interface up and running and I'm able to ping using the interface. Would someone be able to help me with the required configuration set

[android-porting] Porting of android

2009-06-20 Thread Glowing In land
Get new from here www.123maza.com --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: sign on service fails

2009-06-20 Thread hikeit
apparently the ro.config.nocheckin yes will block connections to google's login server On Jun 19, 1:31 am, hikeit wrote: > on the device I'm using, with cupcake android, the sign on service > fails every time even though internet connections work fine. The > errors I get are: > > V/SetupWizard(