Slide # 1

1

GET TUTORIALS RELATING TO JAVA S40 N AlchemyOS N OTHER OS!!! Read More

Slide # 2

2

GET TUTORIALS RELATING TO JAVA S40 N AlchemyOS N OTHER OS!!! Read More

Slide # 3

3

GET TUTORIALS RELATING TO JAVA S40 N AlchemyOS N OTHER OS!!! Read More

Slide # 4

4

GET TUTORIALS RELATING TO JAVA S40 N AlchemyOS N OTHER OS!!! Read More

Slide # 5

5

GET TUTORIALS RELATING TO JAVA S40 N AlchemyOS N OTHER OS!!! Read More

Wednesday, 1 May 2013

 Complete Tutorial: Adding Extra Features To Any Java Game/App Manually By Bassel


Index:

  • Add List UI: 
  • 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: 



Name:
Change LIST UI Of Any Java MIDlet Manually.
Author:
Bassel 
Difficulty:
Easy.
Tools:
  • MiniCommander, Blue FTP ... etc
  • ByteCode Editor.


Introduction:
Hi,  In this tutorial, u will learn a simple method to add List UI to any MIDlet has no interface.  

Procedures:
  • Download one of the attached files.
  • Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
  • Using ByteCode Editor, search for this code:
    1. javax/microedition/lcdui/List
    Copy the Code
  • A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
    1. javax/microedition/lcdui/List
    Copy the Code
    with:
    1. javay/microedition/lcdui/List
    Copy the Code
    then press OK. do the same with the rest of .CLASS files that poped up after searching.
  • Extract javay folder from any of the attached files to the sub folder where you have extracted your MIDlet.
  • Pack all files using MiniCommander together, thereafter, install your modified and Enjoy. 


Screenshots:
UI 2.png UI 22.png UI 1.pngUI 11.png


Attachments:


 BlueBoldList.zip 4.09 KB

 MZListUI.zip 6.21 KB




2)


How To Crack Any MIDlet Needs Activation By Sending SMS Manually



Name:
How To Crack Any MIDlet Needs Activation By Sending SMS
Author:
Bassel i.e. Me 
Difficulty:
Easy.
Tools:

  • MiniCommander, Blue FTP ... etc
  • ByteCode Editor.


Introduction:
Hi,  In this tutorial, u will learn How To Crack Any MIDlet Needs Activation By Sending SMS Manually.  

Procedures:
  • Download the attached file.
  • Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
  • Using ByteCode Editor, search for this code:
    1. javax/microedition/io/Connector
    Copy the Code
  • A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
    1. javax/microedition/io/Connector
    Copy the Code
    with:
    1. lavax/microedition/io/Connector
    Copy the Code
    then press OK. do the same with the rest of .CLASS files that poped up after searching.
  • Extract lavax folder from the attached file to the sub folder where you have extracted your MIDlet.
  • Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. 


Screenshots:
No.

Attachment:


 Crack Message By Bassel.zip 1.12 KB


3)

How To Add Simple Light Adjuster To Any MIDlet Manually





Name:
How To Add Simple Light Adjuster To Any MIDlet Mamually.

Author:
Bassel i.e. Me 

Difficulty:
Easy.

Tools:
  • MiniCommander, Blue FTP ... etc
  • ByteCode Editor.


Introduction:
Hi,  In this tutorial, you will learn How To Add Simple Light Adjuster To Any MIDlet HAS AN INTERFACE Manually.  

Procedures:
  • Download the attached file.
  • Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
  • Using ByteCode Editor, search for this code:
    1. javax/microedition/lcdui/Canvas
    Copy the Code
  • A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
    1. javax/microedition/lcdui/Canvas
    Copy the Code
    with:
    1. javay/microedition/lcdui/Canvas
    Copy the Code
    then press OK. do the same with the rest of .CLASS files that poped up after searching.
  • In every edited class, also replace:
    1. keyPressed
    Copy the Code
    with: "case-sensitive"
    1. KeyPressed
    Copy the Code
    "case-sensitive"
  • Extract javay folder from the attached file to the sub folder where you have extracted your MIDlet.
  • Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. :)
  • Press dial key to adjust the backlight. :)


Attachment:

 Light.zip 865 Bytes




4)

Add Screen Shooter




Name:
How To Add Screen Shooter To Any Java MIDlet Has An Interface Manually.
Author:
Bassel i.e. Me 
Difficulty:
Medium.
Tools:

  • MiniCommander, Blue FTP ... etc
  • ByteCode Editor.


Introduction:
Hi,  In this tutorial, u will learn simple method to Add Screen Shooter to any MIDlet has an interface.  

Procedures:
  • Download one of the attached files.
  • Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
  • Using ByteCode Editor, search for this code:
    1. javax/microedition/lcdui/Canvas
    Copy the Code
  • A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
    1. javax/microedition/lcdui/Canvas
    Copy the Code
    with:
    1. javay/microedition/lcdui/Canvas
    Copy the Code
    then press OK. do the same with the rest of .CLASS files that poped up after searching.
    And also Change:
    1. keyPressed
    Copy the Code
    to
    1. KeyPressed
    Copy the Code
    1. keyReleased
    Copy the Code
    to
    1. KeyReleased
    Copy the Code
  • Again using ByteCode Editor, search for this code:
    1. javax/microedition/midlet/MIDlet
    Copy the Code
  • A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
    1. javax/microedition/midlet/MIDlet
    Copy the Code
    with:
    1. javay/microedition/lcdui/MIDhack
    Copy the Code
    then press OK. do the same with the rest of .CLASS files that poped up after searching.
    Note:
    Don't change:
    1. (Ljavax/microedition/midlet/MIDlet;)Ljavax/microedition/lcdui/Display;
    Copy the Code
  • Extract javay folder from any of the attached files to the sub folder where you have extracted your MIDlet.
  • Add the following lines in META-INF/MANIFEST.MF file:
    1. jiejie: -10
    2. jieset: 42
    3. jiedir: file:///E:/ScreenShots/
    4. jietime: 100
    Copy the Code
  • Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. 



Attachments:

 ScreenShooter.zip 18.52 KB





5)



Name:
How To Add Advanced Menu To Any MIDlet Manually.
Author:
Bassel i.e. Me 
Difficulty:
Medium.
Tools:

  • MiniCommander, Blue FTP ... etc
  • ByteCode Editor.


Introduction:
Hi,  By adding advanced menu, you will be able to:
  • Adjust the backlight.
  • Take screen shots.
  • Backup Rms.
  • Recover Ram.
  • Set password.
  • Set transparent background.
  • Add list ui.
  • Add turbo 3.
  • Add super text.
  • Make minimizable multi midlets.
 

Procedures:
  • Download the attached file.
  • Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
  • Move MANIFEST.MF file to the sub folder and name it to 1.ini
  • Using ByteCode Editor, search for this code:
    1. javax/microedition/lcdui/Canvas
    Copy the Code
  • 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/":
    ---------------------------------
    1. javax/microedition/lcdui/Form
    Copy the Code
    1. lib/Form
    Copy the Code
    --------------------------------
    1. javax/microedition/lcdui/List
    Copy the Code
    1. lib/List
    Copy the Code
    --------------------------------
    1. javax/microedition/lcdui/Alert
    Copy the Code
    1. lib/Alert
    Copy the Code
    --------------------------------
    1. javax/microedition/lcdui/Canvas
    Copy the Code
    1. lib/Canvas
    Copy the Code
    --------------------------------
    1. paint
    Copy the Code
    1. Paint
    Copy the Code
    --------------------------------
    1. keyPressed
    Copy the Code
    1. KeyPressed
    Copy the Code
    --------------------------------
    1. keyReleased
    Copy the Code
    1. KeyReleased
    Copy the Code
    --------------------------------
    1. com/nokia/mid/ui/FullCanvas
    Copy the Code
    1. lib/FullCanvas
    Copy the Code
    --------------------------------
    1. javax/microedition/midlet/MIDlet
    Copy the Code
    1. lib/MIDlet
    Copy the Code
    --------------------------------
    1. javax/microedition/lcdui/Display
    Copy the Code
    1. lib/Display
    Copy the Code
    --------------------------------
    1. javax/microedition/lcdui/TextBox
    Copy the Code
    1. lib/TextBox
    Copy the Code
    -------------------------------
    1. javax/microedition/lcdui/AlertType
    Copy the Code
    1. lib/AlertType
    Copy the Code
    -------------------------------
    1. javax/microedition/lcdui/game/GameCanvas
    Copy the Code
    1. lib/GameCanvas
    Copy the Code
    -------------------------------
    1. javax/microedition/io/Connector
    Copy the Code
    1. lib/Connector
    Copy the Code
    -------------------------------
  • Extract all folders of the attached file to the sub folder where you have extracted your MIDlet.
  • Add the following lines in META-INF/MANIFEST.MF file:
    1. 0: Write MIDlet Name Here,/MIDlet Icon Name.png,MAIN CLASS FILE,1.ini
    Copy the Code
    for example:
    1. 0: Png extractor,/res/png.png,midlets.ExploreMIDlet,1.ini
    Copy the Code
  • Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. 



Attachments:


 Advanced Menu Modified By Bassel.zip 121.6 KB






0 comments:

Post a Comment