[android-porting] Re: Android Booting Problem on Real Target

2009-03-11 Thread Rajesh N
Hi Thomas, Thanks for the pointer , I will try this n get back to u... Rajesh On Tue, Mar 10, 2009 at 8:58 PM, Tom_porting_android thomas.bandel...@gmail.com wrote: Hello, Your DATA partition must support writable mmap. This is not the case with jffs2! Use YAFFS2 instead and this

[android-porting] Re: Android Booting Problem on Real Target

2009-03-11 Thread Rajesh N
HI Tom, I have mounted it with rw , I have checked data partition, it is working fine. Rajesh On Wed, Mar 11, 2009 at 11:27 PM, Thomas Bandelier thomas.bandel...@gmail.com wrote: Hi, I forgot to tell you to mount data partition rw, but this is an evidence isn't it? Tom On Wed, Mar

[android-porting] Re: Android Booting Problem on Real Target

2009-03-10 Thread Nimit Manglick
Rajesh, please make sure u are not using a already used filesystem. On Tue, Mar 10, 2009 at 12:57 PM, Rajesh N rajesh.andr...@gmail.com wrote: Hi All, I have ported android on i.MX31 PDK target, it is booting , but I am only getting Android... on bootup , I am unable to see android logo

[android-porting] Re: Android Booting Problem on Real Target

2009-03-10 Thread Tom_porting_android
Hello, Your DATA partition must support writable mmap. This is not the case with jffs2! Use YAFFS2 instead and this should work. You won't have 'unable to mmap DEX cache: Invalid argument' message and you should be able to boot. Hope this helps, Thomas On Mar 10, 8:27 am, Rajesh N

[android-porting] Re: Android Booting Problem

2009-02-20 Thread Rizvan S
Saroj, Please try to give rw perm on sd card as saiyram wrote in last mail. If you still have problem, try to run 'zygote' and 'runtime' manually and not init directly. You can see that steps in this mail chain, I sent to saiyiram few days back. Also use strace to start runtime ( its

[android-porting] Re: Android Booting Problem

2009-02-19 Thread saroj
Hi, I am getting error during my android booting: I/PackageManager( 1716): /system/framework/framework-res.apk changed; unpacking D/PackageManager( 1716): Scanning app dir /system/app I/PackageManager( 1716): /system/app/PackageInstaller.apk changed; collecting ce rts D/dalvikvm( 1716): GC

[android-porting] Re: Android Booting Problem

2009-02-19 Thread Rizvan S
Hi Saroj, You have to mention which steps you are following to start android. Please describe your porting details and steps before this log. Saiyram was also getting this kind of issue and now he is fine. On Thu, Feb 19, 2009 at 2:06 AM, saroj saroj...@gmail.com wrote: Hi, I am

[android-porting] Re: Android Booting Problem

2009-02-19 Thread saroj
Hello, I have ported linux kernel 2.6.25 for Freescale IMX31 board. Then i downloded the android source 1.0. Then i took the android kernel patch for linux kernel 2.6.25 and applied it to my ported linux kernel 2.6.25. So my ported linux kernel 2.6.25 with android changes boots successfully and

[android-porting] Re: Android Booting Problem

2009-02-19 Thread Sayiram K N
Hi saroj do the following to your SD card from the linux PC at the root level execute this command chmod -R a+rw . then try again to load the andoird. this time you can have it. Sayiram K N On Thu, Feb 19, 2009 at 11:11 PM, Rizvan S porting.begin...@gmail.comwrote: Hi Saroj, You have to

[android-porting] Re: Android Booting Problem

2009-02-13 Thread Sayiram K N
hi rizvan in the script export EXTERNAL_STORAGE=/sdcard but i am using the USB stick. then what could be the media i have to give. is it uba2i.e. currently its being recognised like that. or USB is sufficient On Fri, Feb 13, 2009 at 12:03 PM, Rizvan S porting.begin...@gmail.comwrote: Sayiram,

[android-porting] Re: Android Booting Problem

2009-02-12 Thread Sayiram K N
Hi rizvan my usb stick is recongnised by the target . on the USB stick i have extracted complete rootfs including system and data folders. but still, not able to switch to Android GUI. in back ground robot is flickering and after some time no actions. currently i am loading the kernel from

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Rizvan S
Hi Sayiram, Are you building from source or using patch ( hack ) to bring android on your target ? Specify your setup and steps so I can try to help you. Thanks Rizavan On Wed, Feb 11, 2009 at 9:40 AM, sram sayiram.koth...@gmail.com wrote: Hi even i am facing the same issue. can any one

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Sayiram K N
Hi Rozavan Thanks for the reply. i am building from the source. steps are : got the kernel git for PXA27x the kernel working fine with normal jffs2. once i moved to yaffs(using normal technique like extracting the system and data from emulator) strucked up in the situation where

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Rizvan S
Hi Sayiram, First of all, as per my understanding, don't try to put /sys and /data on NAND because it takes lots of space and most of time couldn't write all contents on NAND properly. I was trying in same way and face lot more issues. Everytime see some new problem and its takes a lot to bring

[android-porting] Re: Android Booting Problem

2009-02-11 Thread Sayiram K N
Hi Rizvan thanks for reply. i am using USB Stick as EXT2 FS.as i haven't flashed the Image also. its runnnig through a RAM bootloader. do you have any idea from where i can get the sys/folder. currently its empty Sayiram K N On Thu, Feb 12, 2009 at 1:01 PM, Rizvan S