This tutorial
is about adding shadow connection manually. Here in this tutorial you
will know how to add shadow connection in any java MIDlet. This Tutorial
has prepared by me.
How To Add Shadow Connection To Any Java MIDlet Manually
About Shadow Connection:
Shadow connection is used to keep the connection of your phone alive. It will help to solve the connection break problems in any Java app of phone.
Tools:
1. Blueftp,Mini Commander etc.
2. Bytecode editor
Procedures:
1. Download the below file.
http://upfile.mobi/536885
2. At first extract your java MIDlet to a folder.
3. Using Bytecode editor goto the folder where you have extracted your MIDlet and search for this code:
4. Few .Class files will pop up.Then open them one by one>constant pool>press 7>Replace:
with:
then press OK. do the same with the rest of .Class files that poped up after searching.
5. After that open attached file and there you will see javay folder.
5. Extract javay folder from attached file to the folder where you have extracted your MIDlet.
6. Then pack all files together using Mini commander.After that install your modified MIDlet.
------------------------
How To Add Shadow Connection To Any Java MIDlet Manually
About Shadow Connection:
Shadow connection is used to keep the connection of your phone alive. It will help to solve the connection break problems in any Java app of phone.
Tools:
1. Blueftp,Mini Commander etc.
2. Bytecode editor
Procedures:
1. Download the below file.
http://upfile.mobi/536885
2. At first extract your java MIDlet to a folder.
3. Using Bytecode editor goto the folder where you have extracted your MIDlet and search for this code:
- javax/microedition/midlet/MIDlet
- javax/microedition/midlet/MIDlet
- javay/microedition/io/Connect
5. After that open attached file and there you will see javay folder.
5. Extract javay folder from attached file to the folder where you have extracted your MIDlet.
6. Then pack all files together using Mini commander.After that install your modified MIDlet.
------------------------