[android-porting] Re: android source cupcake build error

2009-08-25 Thread Liang Bao
try link /lib/libncurses.so to /lib/libncurses.so.*.* or install a good version of libncurse.. 2009/8/25 马不停蹄的猪 sunrui...@gmail.com Hi all, I repo sync the source of android cupcake. But error occurs when I build the source. Below is the error information: host Executable: sqlite3

[android-porting] Re: Can anyone know how to setup an application to eeepc based on android?

2009-08-25 Thread Yi Sun
I saw these kind the complain about two times already.I _guess_ it is a bug with our changes. Currently, we are starting to add new applications and markets to the pre-release images. Please file an issue on the android-x86 project, we will try to take care of it along the way. Or if you like,

[android-porting] Re: getting Java Exception, libmedia_jni.so already loaded

2009-08-25 Thread fadden
On Aug 23, 5:37 am, mike letusliv...@gmail.com wrote: I am trying to port Android 1.5 on OMAP 35X EVM board. I getting the following error during boot up Nothing you posted looks like an error. --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: The RIL, the baseband and voice calls

2009-08-25 Thread Dianne Hackborn
No idea. On Tue, Aug 25, 2009 at 12:05 PM, Sascha sascha.f...@googlemail.com wrote: Do you know if the HTC RIL implementation touches the voicestream by sending/receiving a phone call? On 25 Aug., 00:15, Dianne Hackborn hack...@android.com wrote: No idea, sorry. On Mon, Aug

[android-porting] Re: The RIL, the baseband and voice calls

2009-08-25 Thread Dianne Hackborn
Well wait, the RIL runs in the apps processor, so since the basebound processor is the only one that accessing the audio stream, then I would kind-of doubt it. On Tue, Aug 25, 2009 at 12:23 PM, Dianne Hackborn hack...@android.comwrote: No idea. On Tue, Aug 25, 2009 at 12:05 PM, Sascha

[android-porting] Re: The RIL, the baseband and voice calls

2009-08-25 Thread Sascha
Do you know if the HTC RIL implementation touches the voicestream by sending/receiving a phone call? On 25 Aug., 00:15, Dianne Hackborn hack...@android.com wrote: No idea, sorry. On Mon, Aug 24, 2009 at 1:29 PM, Sascha sascha.f...@googlemail.com wrote: Is there any hardware available

[android-porting] First boot

2009-08-25 Thread human android
Why does the first boot after flashing take so long to boot up? I read about dexopt that it does preverification and optimization of dex files. But does this happen only on the first boot or on consecutive boots as well? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: First boot

2009-08-25 Thread Dianne Hackborn
Development builds aren't pre-dexed, so during the first boot (or any boot where a dex file or any libs it is dependent on have changed) the system will need to run dexopt. On production builds, the optimized dex files are included with the system image, so none of this has to happen. The only

[android-porting] display unnormal

2009-08-25 Thread nedbjt
Hi, I porting android to my Marvell P35 platform. It works well when use others old systemimg,ramdisk and zImage. Display is good. I download the Android source code and compiler my own systemimg and ramdisk without any change. After I download my own systemimg and ramdisk to the device, LCD can