www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: JKumar on November 23, 2010, 02:46:54 pm

Title: Device issue for the app
Post by: JKumar on November 23, 2010, 02:46:54 pm
Hi,

       My app is working on HTC Desire but not able to run on DROID and DROID X. I am developing my app using jPCT engine.

Its not able to load the models in the other devices.Saying can't de-serialize.

What could be the possibility?
Title: Re: Device issue for the app
Post by: EgonOlsen on November 23, 2010, 06:14:59 pm
Most likely a size issue. Different versions of Android put different, hard coded limits to the size of uncompressed files. You should see that in the log. Try to zip it and load it via a zipped input stream instead. Or rename it to .mp3...that disables the check. If that doesn't help, please post the log.