[android-porting] Re: E/dalvikvm : ERROR: Byte swap + verify failed

2009-07-28 Thread Elvis Dowson
Hi Fadden, On Jul 28, 9:35 am, Elvis Dowson elvis.dow...@gmail.com wrote: The error that I get is related to the v2.6.31 bionic/libc/ kernel/common/linux/tcp.h file, line 60 enum {  TCP_FLAG_CWR = __cpu_to_be32(0x0080),  TCP_FLAG_ECE = __cpu_to_be32(0x0040),  TCP_FLAG_URG =

[android-porting] Re: error on booting android filesystem through NFS

2009-07-28 Thread manjunatha
Hi All Issue is solved now. Change is regarding TLS (Thread Local Storage) which is the register found in recent kernel of ARM. Earlier version of ARM does emulation of TLS. Android also makes an assumption that the kernel Emulates the TLS. So irrespective of the physical presence of the TLS

[android-porting] Re: E/dalvikvm : ERROR: Byte swap + verify failed

2009-07-28 Thread Elvis Dowson
Hi, Using __constant_cpu_to_be32 worked, problem solved! Best regards, Elvis --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Technote android-2.6.31-001: How to regenerate bionic/libc/common/kernel headers for linux kernel v2.6.31

2009-07-28 Thread Elvis Dowson
Hi, For the error that will come up with tcp.h, apply the following patch, instead of #define __ARMEB. diff --git a/libc/kernel/common/linux/tcp.h b/libc/kernel/common/linux/ tcp.h index dee3bcd..01ea812 100644 --- a/libc/kernel/common/linux/tcp.h +++ b/libc/kernel/common/linux/tcp.h @@

[android-porting] Re: pthread lib problem

2009-07-28 Thread GeunSik Lim (invain)
Hi Rakesh, Android platform support posix thread api limitally. ( http://blogfiles12.naver.net/20090728_91/invain_1248769404396_kpQWX0_PNG/android-pthread-api-list.PNG ) In summary, Android's posix compatible api don't support below list that POSIX 1003.1j-2000 specified. 1.

[android-porting] porting on S3C24xx (ARMv4T)

2009-07-28 Thread age ice iv
can someone have some advice? thanks lot! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Where are the factory default settings stored, particularly for virtual keyboards?

2009-07-28 Thread Shachar Shemesh
Hi all, I'm trying to create a customized installation image, and I would like to be able to change the factory default settings. In other words, I do not want to change specific setting, but change the value this setting defaults to on new installations. In particular, I would like to create

[android-porting] Re: porting on S3C24xx (ARMv4T)

2009-07-28 Thread Brian Code
You can find an ARMv4T compatible build on http://git.koolu.org . It's a build that's targeted for the Openmoko Freerunner. Regards, Brian Code On 28-Jul-09, at 3:49 AM, age ice iv wrote: can someone have some advice? thanks lot! --~--~-~--~~~---~--~~

[android-porting] Incoming SMS lead rild crash

2009-07-28 Thread edwardlee lee
Hi All, I am porting ril in android. Phone call is fine and I also can send sms.But rild will crash when there is a sms come. Here is radio log. Any help will be appreciated. D/RILJ( 1224): [0079] SIGNAL_STRENGTH D/RIL ( 1254): onRequest: SIGNAL_STRENGTH D/AT ( 1254): AT AT+CSQ

[android-porting] Re: Is arm-eabi-gcc support iwmmxt?

2009-07-28 Thread spark
infact , -mabi = iwmmxt is not support.but -mcpu can be used On 7月26日, 上午12时23分, David Turner di...@android.com wrote: the -mabi option might generate code that is not compatible with the rest of the system, I would definitely not recommend using this. also info gcc might refer to a

[android-porting] Re: sleep wakeup is not always right

2009-07-28 Thread robert_mu
It seems that the lock state is not right ,that would cause this error,now in driver level,when wake up,I hold a lock for 5 seconds,It seems the second wakeup is right,it's better than former,but I don't think it is the best way to fix this,perhaps do something in app level is better,can anybody

[android-porting] Re: Android alsa problem

2009-07-28 Thread xujh
solved! Thank you,hiahia --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Android alsa problem

2009-07-28 Thread Neil Nguyen
Can you please post your solution? Thank you. --- On Tue, 7/28/09, xujh xjh41...@gmail.com wrote: From: xujh xjh41...@gmail.com Subject: [android-porting] Re: Android alsa problem To: android-porting android-porting@googlegroups.com Date: Tuesday, July 28, 2009, 10:53 PM solved! Thank

[android-porting] Re: porting on S3C24xx (ARMv4T)

2009-07-28 Thread Vinay Rao
Hi , Latest Android source has already support for ARMv4t architecture. Download the latest source and cross compile for ARMv4t. Regards, Vinay R Rao On 7/29/09, Brian Code brian.c...@koolu.com wrote: You can find an ARMv4T compatible build on http://git.koolu.org . It's a build that's