I like a mobile game called Bounce Tales, so I chosed trying modding it. I can succesfully run it on KEmulator, but when I try to run it on a real mobile phone (Nokia 2700 Classic for example), it says: “Invalid Application. Delete?”
E: Here is the jad:
Manifest-Version: 1.0
Created-By: 1.7.0_04 (Oracle Corporation)
MIDlet-Name: Bounce Tales Hacks
MIDlet-Version: 1.0
MIDlet-Vendor: Gskartwii
MIDlet-Jar-Size: 375644
MIDlet-Jar-URL: Bounce Tales.jar
I found it! I need to use custom manifest, put the size to the JAD and use MIDlet-Permissions attribute! Here is my new JAD:
Then here is my manifest: