Author Topic: Device issue for the app  (Read 2606 times)

Offline JKumar

  • byte
  • *
  • Posts: 33
    • View Profile
Device issue for the app
« 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?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Device issue for the app
« Reply #1 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.