[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

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

2009-07-03 Thread Vinay Rao
, Vinay Rao vinayrrao1...@gmail.com wrote: Hi, Your boot loader bootargs may be wrong check it once. Regards, Vinay R Rao On Thu, Jul 2, 2009 at 7:36 PM, manjunatha manjunatha.sriniva...@gmail.comwrote: Hi I am getting following error on mounting android

[android-porting] Re: Is 768MB RAM sufficient to install and build Android ?

2009-06-14 Thread Vinay Rao
768 RAM is sufficient, but system will become slow during the compilation of ANDROID source. 1GB RAM is recommended. Regards, Vinay R Rao On 6/13/09, liuhy liuhuaiy...@gmail.com wrote: in my environment , build android need 1G ram at least. 2009/6/12 Ishita Sharan isha...@gmail.com It

[android-porting] Re: MX27 Android porting problems

2009-06-12 Thread Vinay Rao
Solution for power off problem: consider the file: frameworks/base/services/java/com/android/server/BatteryService.java Add the following line in the above file in the function sendIntent(): (Approx line : 100) mBatteryLevel = 100; Build the Android source with the above change and check it. It

[android-porting] Re: init process unknown instruction call

2009-06-04 Thread Vinay Rao
Can you post your strace log?? On 6/3/09, Neil Nguyen neilnguyen_2...@yahoo.com wrote: I have the same issue but it is my kernel configuration. I did not have CONFIG_EABI and CONFIG_OABI_COMPAT turned on. You give it a try and see if it helps. Neil --- On Wed, 6/3/09, sathish kumar

[android-porting] Re: Porting ANDROID on S3C2440 Platform

2009-06-02 Thread Vinay Rao
Hi ash, Do the following steps. 1) Do the Board specific changes + custom driver changes to the Linux2.6.27 kernel. You can do this by referring to your working Linux-2.6.21.7 kernel. Ethernet driver, LCD driver and Touch Screen drivers are the basic requirements. Port these drivers to