- UID
- 593
- Online time
- Hours
- Posts
- Reg time
- 31-10-2017
- Last login
- 1-1-1970
|
Difficulty:
Easy.
Tools:
MiniCommander, Blue FTP ... etc
ByteCode Editor.
Introduction:
Hi, In this tutorial, I'll teach you 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:
Code:
javax/microedition/lcdui/Canvas
A few .CLASS files will pop up, now open it one by one > Constant pool > Press "7" > Replace:
Code:
javax/microedition/lcdui/Canvas
with:
Code:
javay/microedition/lcdui/Canvas
then press OK. do the same with the rest of .CLASS files that poped up after searching.
In every edited class, also replace:
Code:
keyPressed
with: "case-sensitive"
Code:
KeyPressed
"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. 
|
This post contains more resources
You have to Login for download or view attachment(s). No Account? Register
x
|