[Complete Tutorial] Adding Extra Functions To Any Java Game/App Manually by Mobile
The Author of this complete tutorial is Bassel brother.
Index or Tutorials:
1st: Add List UI: Post
Hi, In this tutorial, I'll teach you a simple method to add List UI to any MIDlet has no interface.
Procedures:
1) Download one of the attached files.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
5) Extract javay folder from any of the attached files to the sub folder where you have extracted your MIDlet.
6) Pack all files using Mini Commander together, thereafter, install your modified and Enjoy.
5) Extract lavax folder from the attached file to the sub folder where you have extracted your MIDlet.
6) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
5) In every edited class, also replace:
7) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. :)
8) Press dial key to adjust the backlight. :)
And also Change:
and also,
Note:
Don't change:
8) Add the following lines in META-INF/MANIFEST.MF file:
Hi, By adding advanced menu, you will be able to:
1) Adjust the backlight.
2) Take screen shots.
3) Backup Rms.
4) Recover Ram.
5) Set password.
6) Set transparent background.
7) Add list ui.
8) Add turbo 3.
9) Add super text.
10) Make minimizable multi midlets.
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Move MANIFEST.MF file to the sub folder and name it to 1.ini
4) Using ByteCode Editor, search for this code:
** Please replace the code with the respective codes, viz abc = AbC (then you have the replace abc with AbC) **
javax/microedition/lcdui/Form = lib/Form
javax/microedition/lcdui/List = lib/List
javax/microedition/lcdui/Alert = lib/Alert
javax/microedition/lcdui/Canvas = lib/Canvas
paint = Paint
keyPressed = KeyPressed
keyReleased = KeyReleased
com/nokia/mid/ui/FullCanvas = lib/FullCanvas
javax/microedition/midlet/MIDlet = lib/MIDlet
javax/microedition/lcdui/Display = lib/Display
javax/microedition/lcdui/TextBox = lib/TextBox
javax/microedition/lcdui/AlertType = lib/AlertType
javax/microedition/lcdui/game/GameCanvas = lib/GameCanvas
javax/microedition/io/Connector = lib/Connector
6) Extract all folders of the attached file to the sub folder where you have extracted your MIDlet.
7) Add the following lines in META-INF/MANIFEST.MF file:
8) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
6th: How To Set Screen Resolution, Set Full Screen, Change Font & Add Anti Joy Stick To Any MIDlet Manually
Hi, In this tutorial, I'll teach you a simple method Set Screen Resolution, Set Full Screen, Change Font Size & Add Anti Joy Stick To Any Java MIDlet Manually.
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
And also Change:
keyPressed = keyPressee
keyReleased = keyReleasee
keyRepeated = keyRepeatee
5) Again using ByteCode Editor, search for this code:
Do the same with the rest of .CLASS files that poped up after searching.
7) Extract lib folder & kavaMagic.ini file from the attached file to the sub folder where you have extracted your MIDlet.
8) Using MiniCommander highlight kavaMagic.ini file and press "4"
Write you desired screen width next to:
Change autoScreenSize attribute to "false" if you wanna apply your desired screen resolution.
9) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
5) Extract lavax folder from the attached file to the sub folder where you have extracted your MIDlet.
6) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
Index or Tutorials:
- Add List UI: Post
- Crack Activation By SMS Sending
- Add Backlight Adjuster
- Add Screen Shooter
- How To Add Advanced Menu To Any MIDlet Manually
- How To Set Screen Resolution, Set Full Screen, Change Font & Add Anti Joy Stick To Any MIDlet Manually
- How To Add Turbo 3 Script Manually
1st: Add List UI: Post
Hi, In this tutorial, I'll teach you a simple method to add List UI to any MIDlet has no interface.
Procedures:
1) Download one of the attached files.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
javax/microedition/lcdui/List4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/Listwith:
javay/microedition/lcdui/Listthen press OK. do the same with the rest of .CLASS files that poped up after searching.
5) Extract javay folder from any of the attached files to the sub folder where you have extracted your MIDlet.
6) Pack all files using Mini Commander together, thereafter, install your modified and Enjoy.
Download BlueBoldList.zip From Here– Download
Download MZListUI.zip From Here – Download
--------------------------------------------------------------------------------------------------------------------
2nd:
Crack Activation By SMS Sending
Hi, In this tutorial, I'll teach you How To Crack Any MIDlet Needs Activation By Sending SMS Manually.
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
javax/microedition/io/Connector4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/io/Connectorwith,
lavax/microedition/io/Connectorthen press OK. do the same with the rest of .CLASS files that poped up after searching.
5) Extract lavax folder from the attached file to the sub folder where you have extracted your MIDlet.
6) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
Download From Here – Download
--------------------------------------------------------------------------------------------------------------------
3rd:
Add Back-light Adjuster
Hi, In this tutorial, I'll teach you How To Add Simple Light Adjuster To Any MIDlet HAS AN INTERFACE Manually.
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
javax/microedition/lcdui/Canvas4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/Canvaswith,
javay/microedition/lcdui/Canvasthen press OK. do the same with the rest of .CLASS files that poped up after searching.
5) In every edited class, also replace:
keyPressedwith,
KeyPressed6) Extract javay folder from the attached file to the sub folder where you have extracted your MIDlet.
7) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. :)
8) Press dial key to adjust the backlight. :)
Download From Here – Download
--------------------------------------------------------------------------------------------------------------------
4th: Add Screen Shooter
Hi, In this tutorial, I'll teach you a simple method to Add Screen Shooter to any MIDlet has an interface.
Procedures:
1) Download one of the attached files.
2) Using Mini Commander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
Procedures:
1) Download one of the attached files.
2) Using Mini Commander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
javax/microedition/lcdui/Canvas4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/Canvaswith,
javay/microedition/lcdui/Canvasthen press OK. do the same with the rest of .CLASS files that poped up after searching.
And also Change:
keyPressedwith
KeyPressed
and also,
keyReleasedwith,
KeyReleased5) Again using ByteCode Editor, search for this code:
javax/microedition/midlet/MIDlet6) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/midlet/MIDletwith,
javay/microedition/lcdui/MIDhackthen press OK. do the same with the rest of .CLASS files that poped up after searching.
Note:
Don't change:
(Ljavax/microedition/midlet/MIDlet;)Ljavax/microedition/lcdui/Display;7) Extract javay folder from any of the attached files to the sub folder where you have extracted your MIDlet.
8) Add the following lines in META-INF/MANIFEST.MF file:
jiejie: -109) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
jieset: 42
jiedir: file:///E:/ScreenShots/
jietime: 100
Download From Here – Download
--------------------------------------------------------------------------------------------------------------------5th: How To Add Advanced Menu To Any MIDlet Manually
Hi, By adding advanced menu, you will be able to:
1) Adjust the backlight.
2) Take screen shots.
3) Backup Rms.
4) Recover Ram.
5) Set password.
6) Set transparent background.
7) Add list ui.
8) Add turbo 3.
9) Add super text.
10) Make minimizable multi midlets.
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Move MANIFEST.MF file to the sub folder and name it to 1.ini
4) Using ByteCode Editor, search for this code:
javax/microedition/lcdui/Canvas5) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace the following code with the one next to it "begins with lib/":
** Please replace the code with the respective codes, viz abc = AbC (then you have the replace abc with AbC) **
javax/microedition/lcdui/Form = lib/Form
javax/microedition/lcdui/List = lib/List
javax/microedition/lcdui/Alert = lib/Alert
javax/microedition/lcdui/Canvas = lib/Canvas
paint = Paint
keyPressed = KeyPressed
keyReleased = KeyReleased
com/nokia/mid/ui/FullCanvas = lib/FullCanvas
javax/microedition/midlet/MIDlet = lib/MIDlet
javax/microedition/lcdui/Display = lib/Display
javax/microedition/lcdui/TextBox = lib/TextBox
javax/microedition/lcdui/AlertType = lib/AlertType
javax/microedition/lcdui/game/GameCanvas = lib/GameCanvas
javax/microedition/io/Connector = lib/Connector
6) Extract all folders of the attached file to the sub folder where you have extracted your MIDlet.
7) Add the following lines in META-INF/MANIFEST.MF file:
0: Write MIDlet Name Here,/MIDlet Icon Name.png,MAIN CLASS FILE,1.inifor example:
0: Png extractor,/res/png.png,midlets.ExploreMIDlet,1.ini
8) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
Download From Here – Download
--------------------------------------------------------------------------------------------------------------------
6th: How To Set Screen Resolution, Set Full Screen, Change Font & Add Anti Joy Stick To Any MIDlet Manually
Hi, In this tutorial, I'll teach you a simple method Set Screen Resolution, Set Full Screen, Change Font Size & Add Anti Joy Stick To Any Java MIDlet Manually.
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
javax/microedition/lcdui/Canvas4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/Canvaswith,
lib/Canvasthen press OK. do the same with the rest of .CLASS files that poped up after searching.
And also Change:
keyPressed = keyPressee
keyReleased = keyReleasee
keyRepeated = keyRepeatee
5) Again using ByteCode Editor, search for this code:
javax/microedition/lcdui/Font6) A few .CLASS files will pop up, now open it one by one > Search > Input
javax/microedition/lcdui/Font/getFont> Some methods will pop up > open them one by one and press "#" two times > Press "7" > Replace:
javax/microedition/lcdui/Font/getFontwith,
lib/Font/getFontthen press right soft key and SAVE.
Do the same with the rest of .CLASS files that poped up after searching.
7) Extract lib folder & kavaMagic.ini file from the attached file to the sub folder where you have extracted your MIDlet.
8) Using MiniCommander highlight kavaMagic.ini file and press "4"
Write you desired screen width next to:
screenWWrite you desired screen height next to:
screenHChange noKeyCodeConv attribute to "false" if you wanna have Anti Joy Stick feature.
Change autoScreenSize attribute to "false" if you wanna apply your desired screen resolution.
9) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
Download From Here – Download
--------------------------------------------------------------------------------------------------------------------
7th:
How To Add Turbo 3 Script Manually
Hi, In this tutorial, I'll teach you How To Add Turbo 3 Script Manually.
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
Procedures:
1) Download the attached file.
2) Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
3) Using ByteCode Editor, search for this code:
javax/microedition/io/Connector4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/io/Connectorwith,
lavax/microedition/io/Connectorthen press OK. do the same with the rest of .CLASS files that poped up after searching.
5) Extract lavax folder from the attached file to the sub folder where you have extracted your MIDlet.
6) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
Download From Here – Download
Stay tuned, we will update and add some more tutorials soon
--------------------------------------------------------------------------------------------------------------------
Want High Speed browser for JAVA Mobiles? Get it from Here - DownloadWant to show ads in your blog or website? – Click Here
Thanks
ReplyDelete.,Suman .!? I will teach u ?? He he
ReplyDeletewrite the name of bassel ..
The great boy
Please upload the magic modifier again i can't download it
ReplyDeletesir plze upload s/s for all manually embedding tutors
ReplyDeletebro after manual embedding back light adjuster mod app showing error not installing.plze help
ReplyDelete