Device issue for the app

Started by JKumar, November 23, 2010, 02:46:54 PM

Previous topic - Next topic

JKumar

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?

EgonOlsen

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.