On Mon, Mar 12, 2012 at 4:47 PM, bob <[email protected]> wrote: > I have a BLOB in a content provider DB for storing movies.
That is ridiculous. > 03-12 13:40:08.420: E/CursorWindow(6385): need to grow: mSize = 1048576, > size = 4386079, freeSpace() = 1048473, numRows = 1 > 03-12 13:40:08.420: E/CursorWindow(6385): Attempting to grow window beyond > max size (1048576) > 03-12 13:40:08.420: E/Cursor(6385): Failed allocating 4386079 bytes for blob > at 0,1 > > Seems like there's a 1 meg limit on the cursor stuff. 4386079 is more than 1MB. > Anyone know a way around this? Use files for storing movies. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 Available! -- 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

