anujdarji
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Self create jad files using only mobile

Go down

Self create jad files using only mobile Empty Self create jad files using only mobile

Post by anujdarji Wed Jul 15, 2015 10:19 am


Now i'm telling you how to self
create .jad files from .jar files
using only mobile.
Basics

when we talk about jad files, a
thought came that there is one more
file. that is manifest.mf file which
is likely similar to jad file but
actually it's not. OK so what makes
the manifest.mf so different from
.jad file. That is your manifest.mf
lacks two lines which is:
MIDlet-Jar-Size:
MIDlet-Jar-URL:
here "midlet-jar-url" is not very
important coz we put anything in url
of jar file.
Now a question rises why we can't
make jad files by adding two lines in
manifest.mf . So i will tell you how
to do it.
Tools Needed
BlueFTP (required)
Moby Explorer (or any other good
text editor).
Tutorial:
~download your jar file with uc
browser and save it as .zip(ex.
Mygame.zip)
~Open BlueFTP and locate your
mygame.zip
~highlight the cursor of blueFTP over
your file and press 7 to open item
info box. There you see some lines
like this: (in my file, it looks)
Path: /E:/
Size: 603.80kb
Byte: 618.293
Date: 28/03/2014
Time: 8:59:54
notice the 3rd line. It is size of your
jar file in bytes. Note down it in a
separate paper. In my case it is
618.293 , so note it as 618293 .
~After this, open your zip file with
blueftp and extract manifest.mf file.
~close blueFTP and open
mobyexplorer. Locate your
manifest.mf file.
~open manifest.mf file by double
clicking on it. It opens your file as
text.
~now go to options>edit and add
these two lines:
MIDlet-Jar-Size: (write your jar
file size here which you have noted)
MIDlet-Jar-URL: (put anything ex.
Mygame.jar)
in my case it looks;
MIDlet-Jar-Size: 618293
MIDlet-Jar-URL: mygame.jar
~after editing, save your file as
mygame_jad.
Any problem, feel free to reply.

anujdarji
Admin

Posts : 13
Join date : 2015-07-14
Age : 24
Location : india

http://gossip.omgforum.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum