Jun 3, 2012

[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:

  1. Add List UI: Post
  2. Crack Activation By SMS Sending
  3. Add Backlight Adjuster
  4. Add Screen Shooter
  5. How To Add Advanced Menu To Any MIDlet Manually
  6. How To Set Screen Resolution, Set Full Screen, Change Font & Add Anti Joy Stick To Any MIDlet Manually
  7. 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/List
4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/List
 with:
javay/microedition/lcdui/List
then 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 HereDownload
Download MZListUI.zip From HereDownload
--------------------------------------------------------------------------------------------------------------------

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:
javax/microedition/io/Connector
4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/io/Connector
with,
lavax/microedition/io/Connector
 then 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 HereDownload

--------------------------------------------------------------------------------------------------------------------

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:
javax/microedition/lcdui/Canvas
4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/Canvas
with,
javay/microedition/lcdui/Canvas
then press OK. do the same with the rest of .CLASS files that poped up after searching.
5) In every edited class, also replace:
keyPressed
with,
KeyPressed
6) 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 HereDownload

  --------------------------------------------------------------------------------------------------------------------

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:
javax/microedition/lcdui/Canvas
 4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/Canvas
with,
javay/microedition/lcdui/Canvas
then press OK. do the same with the rest of .CLASS files that poped up after searching.
And also Change:


 keyPressed
with
KeyPressed

and also,
keyReleased
with,
KeyReleased
5) Again using ByteCode Editor, search for this code:
javax/microedition/midlet/MIDlet
6) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/midlet/MIDlet
 with,
javay/microedition/lcdui/MIDhack
then 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: -10
jieset: 42
jiedir: file:///E:/ScreenShots/
jietime: 100
9) Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.
 
Download From HereDownload
   --------------------------------------------------------------------------------------------------------------------
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/Canvas
5) 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.ini
for 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 HereDownload



 --------------------------------------------------------------------------------------------------------------------


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/Canvas
4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/lcdui/Canvas
with,
lib/Canvas
then 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/Font
6) 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/getFont
with,
lib/Font/getFont
then 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:
screenW
Write you desired screen height next to:
screenH
Change 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 HereDownload

 --------------------------------------------------------------------------------------------------------------------

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:

javax/microedition/io/Connector
4) A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
javax/microedition/io/Connector
with,
lavax/microedition/io/Connector
then 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 HereDownload

Stay tuned, we will update and add some more tutorials soon

  --------------------------------------------------------------------------------------------------------------------

Want High Speed browser for JAVA Mobiles? Get it from Here - Download

Want to show ads in your blog or website? – Click Here
     

5 comments:

  1. .,Suman .!? I will teach u ?? He he
    write the name of bassel ..
    The great boy

    ReplyDelete
  2. Please upload the magic modifier again i can't download it

    ReplyDelete
  3. sir plze upload s/s for all manually embedding tutors

    ReplyDelete
  4. bro after manual embedding back light adjuster mod app showing error not installing.plze help

    ReplyDelete

Copyright © 2014 ModTheApp All Rights Reserved.
Like us @ Facebook And Google+ - Follow us @ Twitter