[android-porting] How to implement a keypad driver

2010-12-22 Thread bryan
Hi every one, I am a very new beginner in Android and try to port a keypad driver on emulator. I follow the link http://source.android.com/porting/build_new_device.html#androidBuildNewFileTree to construct my product directory and make it can be compiled successfully. I also follow the link

[android-porting] problems with ALSA

2010-12-22 Thread Murali K. Vemuri
Hello group, I am using LINUX with Android on OMAP3530 and am finding Audio is not working. I tried checking the logcat and the output: W/AudioHardwareALSA( 1020): Unable to attach mixer to device AndroidOut: Invalid argument W/AudioHardwareALSA( 1020): Unable to attach mixer to device

Re: [android-porting] Gingerbread dexopt (failed on 'Ljava/lang/NoClassDefFoundError;' 'java.lang.NoClassDefFoundError')

2010-12-22 Thread Nick
Thank you for your help, I managed to locate the issue. For the benefit of anyone who stumbles on this thread, the issue was the PRODUCT_PACKAGES declaration being changed in core.mk between froyo and gingerbread (build/target/product) - my project doesn't inherit this because we have devices

Re: [android-porting] Re: Porting Gingerbread: compiling on 32-bit machine

2010-12-22 Thread hedwin
Was able to build 2.3 on a 32bit machine with jdk 1.6 on ubuntu 10.10. Need to check but think I build generic-eng Tried 64bit but this resulted in errors. Some source is build 32bit but the linker wants to use 64bit lib's. 2010/12/22 張惟婷 tt90...@gmail.com: I use JDK 1.6 2010/12/22 hedwin

Re: [android-porting] Re: Porting Gingerbread: compiling on 32-bit machine

2010-12-22 Thread hedwin
Oh yeah, ubuntu (32 and 64) was running in virtualbox 2010/12/22 hedwin hedwin.kon...@gmail.com: Was able to build 2.3 on a 32bit machine with jdk 1.6 on ubuntu 10.10. Need to check but think I build generic-eng Tried 64bit but this resulted in errors. Some source is build 32bit but the

[android-porting] Re: attempting to build gingerbread

2010-12-22 Thread Kelvin
I've found that my git has a lot more files missing than first thought. I am recommend that I re repo init the master branch and not the gingerbread branch like I first tried. Hopefully I get the files I am missing now. I will report back to myself when I have any results to report. - Kelvin --

Re: [android-porting] problems with ALSA

2010-12-22 Thread srinath ramini
Hi Murali, Please check your /etc/asound.conf file. File should conatin Hardware configuration details. Regards, Sreenath On Wed, Dec 22, 2010 at 4:27 PM, Murali K. Vemuri vemuri.muralikris...@gmail.com wrote: Hello group, I am using LINUX with Android on OMAP3530 and am finding Audio is

[android-porting] Re: [android-building] Error while obtaining Ginger bread source

2010-12-22 Thread Srinidhi K V
Thanks for the reply. Yeah it was a issue with server I guess. It is getting synced now. Thanks Srinidhi On Wed, Dec 22, 2010 at 7:23 PM, Jean-Baptiste Queru j...@android.comwrote: The servers are quite busy those days and occasionally drop a connection. Wait a little bit and retry. JBQ

Re: [android-porting] Re: attempting to build gingerbread

2010-12-22 Thread john halewood
On 22 December 2010 14:39, Kelvin kelvinvi...@gmail.com wrote: I've found that my git has a lot more files missing than first thought. I am recommend that I re repo init the master branch and not the gingerbread branch like I first tried. Hopefully I get the files I am missing now. I will