View Single Post
Old 02-01-2011, 02:09 PM   #161
ssarmazi
Junior Member
ssarmazi began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jan 2011
Location: Toronto, ON
Device: Pandigital Novel
Quote:
Originally Posted by Buggins View Post
Most likely, it's known OutOfMemory error, occured when trying to allocate surface bitmap buffer for dialogs. It's reproduced on some devices (not only Android 1.5). It's occurs if where is SurfaceView widged present in activity window. This buffer is shared among applications, and it's size is limited (8Mb usually.

Only first versions of CoolReader (w/o page flipping animation) don't use SurfaceView, and hence don't have such bug.
I'm working on fix - to get dialogs working w/o window surface buffer, but not successful for now.
Thanks for the update. I'll keep watching your posts for new versions.
ssarmazi is offline   Reply With Quote