[android-porting] Froyo make file

2010-06-25 Thread Bheemsen
Hi All, I have following Android.mk file in eclair and if I compile the same Android.mk file in Froyo I am getting following error, make: Entering directory `/home/pramodh/L25/Bheemsen/Froyo/test' build/core/base_rules.mk:108: user tag on app BlueFTP at hardware/ti/omap3/BlueFTP - add your app

RE: [android-porting] download android 2.2 failed because of File too large6

2010-06-25 Thread Uhrenfeldt Henrik
Hi Edward, You shouldn't by any chance be really low on diskspace? - Henrik -Original Message- From: android-porting@googlegroups.com [mailto:android-port...@googlegroups.com] On Behalf Of edwardlee lee Sent: 25. juni 2010 02:52 To: android-porting Subject: [android-porting] download

Re: [android-porting] download android 2.2 failed because of File too large6

2010-06-25 Thread edwardlee lee
Hi Henrik, Thanks for your reply. I use df to see there is 5.3GB disk free. Edward On Fri, Jun 25, 2010 at 2:44 PM, Uhrenfeldt Henrik henrik.uhrenfe...@ixonos.com wrote: Hi Edward, You shouldn't by any chance be really low on diskspace? - Henrik -Original Message- From:

[android-porting] froyo weird timeouts?

2010-06-25 Thread DJ_Steve
ok got a good error here, I'm trying to boot froyo on my n900 - got quite a bit working already (wifi/sound/touch etc) but for some reason mount service is having a fit and just constantly throwing the below error on boot and it seems to totally stop boot (sits at android screen) vold seems to

[android-porting] Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Pankaj
Hi all I want to know diffrence beween android kernel and linux kernel. Can any one give me some information regarding that? Thank you Pankaj Gadhiya -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: regarding yaffs2 and U-boot

2010-06-25 Thread Subramani Venkatesh
Hi Pankaj, If you were able to boot Android from CF card, then more or less it is possible to boot android from SDcard. 1. u-boot requires to know where is your uImage+ramdisk (say uMulti), so that it can boot kernel successfully and mount ramdisk. 2. Kernel which also start's executing init file

Re: [android-porting] Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Subramani Venkatesh
Android uses same open source Linux kernel, there is no much difference, other than few kernel modules like Binders addition... On Fri, Jun 25, 2010 at 7:07 AM, Pankaj gadhiya_pankaj...@yahoo.co.in wrote: Hi all I want to know diffrence beween android kernel and linux kernel. Can any one give

[android-porting] Re: Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Pankaj
Hi Thank you very much for the reply Actually i want to run android in my PCB. It has superH arch processor. I am sucsessfully compiled android source code for the superh arch. Also i have kernel which is sucessfully run in my PCB but android is not run yet. Now i want to porting android in my

Re: [android-porting] Re: Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Ashwin Bihari
There is Android support in 2.6.29-rc3 and 2.6.32 Kernel's..so depending on what version of Kernel you are using, just do a diff between the two trees. Take out anything that you've added to make it work on your board, ignore all the common stuff, and whatever is leftover are all things that most

[android-porting] Re: Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Srikant
The main file in Android is system/core/init/init.c, which parses the kernel command line, parses init.rc etc. On Jun 25, 5:20 pm, Pankaj gadhiya_pankaj...@yahoo.co.in wrote: Hi Thank you very much for the reply Actually i want to run android in my PCB. It has superH arch processor. I am

[android-porting] android reboot on the master branch

2010-06-25 Thread Michael Trimarchi
Hi all I have upload my system to the master branch and I have a problem in continus reboot. W/ActivityManager( 1874): Timeout of broadcast BroadcastRecord{43ca0930 android.intent.action.TIME_TICK} - receiver=android.app.activitythread$packageinfo$receiverdispatcher$innerrecei...@43b75628

Re: [android-porting] Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Sunny Aujla
Hi Pankaj, There's not much difference. The Android kernel code has been removed from the main kernel tree as of the 2.6.33 kernel release The Android code was in the main kernel tree before 2.6.33 kernel release but no one cared about the code, so it was removed. Then google had taken over this

[android-porting] Froyo Minimum kernel Requirement

2010-06-25 Thread Jacqueline Schneider
All, I currently run androind 1.6 on 2.6.29 kernel on a PXA320 target. I would like to move to 2.2 (froyo). Is it mandatory to get to kernel version 2.6.32 to get the Froyo working? Thanks. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Dianne Hackborn
On Fri, Jun 25, 2010 at 5:14 AM, Sunny Aujla sunnyfedor...@gmail.comwrote: Drivers written for Android hardware platforms, can not get merged into the main kernel tree because they have dependencies on code that only lives in Google's kernel tree, causing it to fail to build in the kernel

Re: [android-porting] Diffrece Between Android Kernel and Linux Kernel

2010-06-25 Thread Tim Bird
On 06/25/2010 05:14 AM, Sunny Aujla wrote: Hi Pankaj, There's not much difference.� The Android kernel code has been removed from the main kernel tree as of the 2.6.33 kernel release The Android code was in the main kernel tree before 2.6.33 kernel release but no one cared about the