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

2010-04-21 Thread Hedge
in osclconfig_io.h. Does anyone know what a large file is by PV's standards? --- Thanks for any ideas, ~Andrew On Mar 14, 10:07 pm, Hedge awoo...@gmail.com wrote: Specifically I'm trying to playback files in OpenCORE, not with an NDK app, but as a test app it might be useful.  Using NTFS

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

2010-03-12 Thread Hedge
if this will be fixed in Android 3.0? On Mar 9, 5:07 pm, hedwin hedwin.kon...@gmail.com wrote: Did you configure NTFS in your kernel?. Think it is disabled per default (only checked android-x86). On Tue, Mar 9, 2010 at 11:31 PM, Hedge awoo...@gmail.com wrote: Thanks everyone for your help so far

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

2010-03-09 Thread Hedge
Stratton cs07...@gmail.com wrote: The underlying file i/o c library calls are likely to be the common 32 bit signed versions unless someone specifically chose the 64 bit versions. On Mar 8, 1:13 pm, Hedge awoo...@gmail.com wrote: I am trying to play back 3GB videos from an SDHC card

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

2010-03-09 Thread Hedge
/thread/7c375594e5cc5427/2f397fe2eb829bae? lnk=gstq=file+size+limit#2f397fe2eb829bae) On Mar 9, 2:24 pm, Hedge awoo...@gmail.com wrote: I found this bit of info about a 2GB limit in Linux kernels before v2.4.0 (http://linuxmafia.com/faq/VALinux-kb/2gb-filesize- limit.html).  But Android appears

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

2010-03-08 Thread Hedge
I am trying to play back 3GB videos from an SDHC card in OpenCORE v2.05 in Cupcake. The player crashes every time. ADB shell reports the file size to be a negative number (overflow). I believe the maximum file size on FAT32 is 4GB (2^32 - 1). The maximum size I can access on Android is actually