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

Tuesday, 17 June 2014

Add Shadow Connection To Any Java App Manually By Dev92


Hi! After a long time I am sharing a tutorial. This 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
Author:
Dev92
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 attached file.
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:
  1. javax/microedition/midlet/MIDlet
Copy the Code
4. Few .Class files will pop up.Then open them one by one>constant pool>press 7>Replace:
  1. javax/microedition/midlet/MIDlet
Copy the Code
with:
  1. javay/microedition/io/Connect
Copy the Code
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.
   ------------------------   
Attachment:

 Shadow Connection Modified By Dev92.zip 1.48 KB

0 comments:

Post a Comment