Re: [android-porting] Re: FAT32 file size limited to 2GB

2010-03-13 Thread hedwin
NTFS doesn't have this limitation. Adding this to the kernel is not a big deal. Also NTFS FS is abstracted by the kernel so bionic should not care what is below the bonnet. What needs to be checked is the mount command whether this for some reason would not allow NTFS mounts. On Sat, Mar 13, 2010

[android-porting] android porting on BEAGLEBOARD

2010-03-13 Thread venkat
Hello all, If i want to port the ANDROID TO BEAGLEBOARD CAN ANY ONE GUIDE ME THE PROCESS. like 1.from where i can get the android kernel source code 2.what is the customisation process android kernel to beagleboard 3.what is the bootloader 4.what is the file system with android 5.what is the dev

[android-porting] Re: Problem with self-compiled kernels

2010-03-13 Thread Wolfram Hofmeister
Update: I now installed Java 5 as I heard theer are problems with Java 6, but my kernels still reboot :( Please help me! Greetings, Wolfram Hofmeister -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: FAT32 file size limited to 2GB

2010-03-13 Thread Chris Stratton
Try writing something in the ndk (or a command line executable if you have the toolchain wrapper scripts) explicitly using 64 bit file io. And compile and test it against a fat32 volume on a normal linux box first. Hedge wrote: > Thanks everyone for your help so far. > > A few more things: > * FA

Re: [android-porting] Re: FAT32 file size limited to 2GB

2010-03-13 Thread Dianne Hackborn
On Fri, Mar 12, 2010 at 4:50 PM, Hedge wrote: > Has anyone heard if this will be fixed in Android 3.0? > I haven't even heard of Android 3.0. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide priv