Hi, I'm using Froyo right now which uses opencore 2.02. Since 2.01 there has been support for large files (> 2 gigs). However, it seems like bionic C is defining off_t as long in my implementation. From what readings I could gather, it isn't quite trivial to simply change this off_t to long long without breaking other things. File IO implementation aside, there doesn't seem to be any support in opencore for the parser nodes to address files beyond +/- 2 gigs. The PVFile implementation is still 32 bits, and the entire streaming interface and download manager is limited to 32 bits as well. Is there any plan to add full 64-bit support for large files, whether locally or streamed?
Thanks, Albert -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

