Hi all,
Can we get the .jad file of a game once installed on a phone?
Thanks
Hi all,
Can we get the .jad file of a game once installed on a phone?
Thanks
Hi kai_buki,
you cannot physically access the JAD file of your MIDlet, but you can access the properties defined in it by using MIDlet getAppProperty() method.
Pit
Hi,
why do you want to get the .jad file what is your exact requirement? If you put any Extra properties at time of creating the jad file it will copies the properties to the manifest file This will be resides in the jar file.
You can access these properties through the getAppProperty() as jappit said like
Dear all !
i have some question, you help me, please !
1. How do i write a attribute in jad file by coding? Example, MIDlet-Telephone: 012345673.
If you know, please, tell me detail as soon as possible ~
Thanks,
You need to do it at your OTA Server, capture this phone no. from the WAP app download request header and update this(MIDlet-Telephone:xxxxxxxxx) attribute in the JAD file while it is pushed to the mobile device.. How do i write a attribute in jad file by coding? Example, MIDlet-Telephone: 012345673.
If you know, please, tell me detail as soon as possible
thanks,
~Amitabh
Through code you cannot do this but it can be done through OTA server only.