FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.24k stars 715 forks source link

Transaction To Large Exception while Opening TOC #383

Open voipworld opened 5 years ago

voipworld commented 5 years ago

Hello, I am Using Folio reader to open a large ePub file, i see the Table Of Content is large, that cause this exception: 07-18 12:50:43.584 23019 23019 E AndroidRuntime: java.lang.RuntimeException: Failure from system 07-18 12:50:43.584 23019 23019 E AndroidRuntime: Caused by: android.os.TransactionTooLargeException: data parcel size 4730508 bytes i dont know how to provide the epub file actualy, because of the link of the library being down are you providing the TOC over Intent to the TOC activity? thanks.

nphausg commented 5 years ago

The IPC transaction buffer size is set to 1024KB. This libs has been transfer all of total size of item, you need customize your self

nphausg commented 5 years ago
Screen Shot 2019-07-30 at 8 33 32 AM
nphausg commented 5 years ago
Screen Shot 2019-07-30 at 8 39 15 AM