[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 2G

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

2010-03-09 Thread Hedge
9, 2010 at 4:12 AM, Chris Stratton 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 wrote: > >>

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

2010-03-09 Thread Hedge
atform/browse_thread/thread/7c375594e5cc5427/2f397fe2eb829bae? lnk=gst&q=file+size+limit#2f397fe2eb829bae) On Mar 9, 2:24 pm, Hedge 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-porting] Re: FAT32 file size limited to 2GB

2010-03-12 Thread Hedge
rd if this will be fixed in Android 3.0? On Mar 9, 5:07 pm, hedwin 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 wrote: > > Thanks everyone for your help so far. > >

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

2010-03-14 Thread Hedge
: > 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'

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

2010-04-21 Thread Hedge
onut_plus_aosp build, I see OSCL_HAS_LARGE_FILE_SUPPORT = 1 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 wrote: > Specifically I'm trying to playback files in OpenCORE, not with an NDK > app, but as a