View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#314
Originally Posted by DavyP View Post
I can confirm the error, but without the sources it is quite difficult to
figure out what the app is trying to do. Decompiling the sources
won't help much either as the J2ME Polish based app is
obfuscated :-(.

Davy
I think it is a https related issue. If I modify the manifest in the jar file and replace the "PortalUrl:" field to "http://www.handyticket.de/portals/dataportal" (replacing https with http), I seem to be making some further progress.

However, as all communication is now unencrypted I would not recommend using the midlet for making real ticket orders.

Davy