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

Showing posts with label nokia s40 tutorials. Show all posts
Showing posts with label nokia s40 tutorials. Show all posts

Friday, 18 July 2014

How to upload .jar files from s40 browser.



I repost the tutorial that i write 4 years ago because it has been lost with discuz upgrading.
So let's start. in order to upload .jar files directly from you nokia default browser, you need to follow the steps:
download with ucweb or opera mod the .jar file you want, save it in phone memory but not in application/games but in the gallery.
after downloaded the _jar file extension from ucweb(uc browser) rename it with your phone's file manager to .jar.
by doing the rename, the app lost all protected data and it's visible for uploading in file manager.
so now go to your favourite site and select upload file.
go to your phone's gallery and browse to java app, select it and wait for it to be uploaded.
this was personally tested on 3110c/6234 and it works on new&old phones too.
report if you don't understand how it works.

Wednesday, 9 July 2014

UC Browser 9.5 for Java is Released


What's new in 9.5 version:
1. Added new themes about FIFA World Cup.
2. Fixed the problem of large file sizes not being shown correctly when downloading.
3. Fixed the problem of users not being able to go to the right page by typing a page number on UC Forum.

New themes about World Cup are lauched on UC Theme Center, hope you like them.

We hope you get the most out of UC Browser v9.5 for Java.
Download it from our official site now

Adding Landscape to Facebook App



How To Add Landscape to facebook's Java MIDlet Manually 

Author:
Mvikrant97 

Note: This method will work with facebook app only. You may try it with other apps too.

About Landscape:
You can open facebook's java MIDlet in Landscape mode.

Tools:
1. Blueftp,Mini Commander etc.
2. Bytecode editor
Procedures:

1. Download the attached file.
2. Using Mini commander extract your fb java MIDlet to a folder.
3. Using Bytecode editor goto the folder where you have extracted your MIDlet and serach for this code:
Code:
(i). javax/microedition/lcdui/Canvas. 

Few .class files will pop up.Then open them one by one>constant pool>press 7>Replace:
Code:

1. javax/microedition/lcdui/Canvas with:
Code:
1. javay/microedition/lcdui/Chensj then press OK. Do the same with the rest of .Class files that poped up after searching.
And also change:
Code:
1. keyPressed to
Code:
1. keyPRESSED
Code:
1. keyReleased to
Code:
1. keyRELEASED
Code:
1. keyRepeated to
Code:
1. keyREPEATED
Code:
1 .paint to
Code:
1. PAINT 

After that Extract javay folder from the attached file to the folder where you have extracted your MIDlet.

6. Then pack all files using Mini commander and install your modified MIDlet.

Changing Child Lock Code Of Hui 2.1.0/1 Manually (another method)


How to change child lock password in Hui 2.1.0/1 from dzebb to your desired name manually
   
Tools Needed:
¤ ByteCode/MT Editor
¤ Class Editor
¤ BlueFTP
   
Procedures:
1.) Using ByteCode/MT Editor, search forChild Lock.
2.) 1 file will be extract.
3.) Open Class Editor & open that class file.
4.) Search for
 dTY & press 0 (zero).
5.) You will see like this
dTY [] zTY [] eTY []  bTY [] bTY  
     
Here you can easily see that  dzebb is written. Just change it using class editor in hex mode & save it. Move that file to original uc & test your work.

    
I have make this Tutorial so easy for you
Please Comment for my work?

Saturday, 5 July 2014

[ Tutorial ]How block unwanted Website via Uc browser.




[ Tutorial ]How block unwanted Website via Uc browser.

1.open Uc browser settings

2.Then goto network .

3.go proxy server.


4 turn on[enable] proxy.

5. Enter following Proxy and Port

0.0.0.0:0

6.then enter you want to block website List
for ex

m.facebook.com
m.youtube.com
etc.etc 

Save it.

That's All

Facebook,youtube is blocked On your browser

thank You,

Friday, 27 June 2014

Add Transparent Background,Import/Export txt To Any Java App Manually By Dev92


this time I am sharing a tutorial about Transparent Background and Import/Export text.Here in this tutorial you will know how to add Transparent Background and Import/Export txt in any java MIDlet.This Tutorial has prepared by me.


Index

1. Add Transparent Background
2. Add Import/Export txt

How To Add Transparent Background To Any Java MIDlet Manually
Author:
Dev92
About Transparent Background:
You can see a background image in any java app by adding Transparent Background.You can see the image as default background of the app.
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/lcdui/Canvas
Copy the Code
4. Few .Class files will pop up.Then open them one by one>constant pool>press 7>Replace:
  1. javax/microedition/lcdui/Canvas
Copy the Code
with:
  1. lavax/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. paint
Copy the Code
to
  1. PAINT
Copy the Code
5. Extract lavax folder and Background.imgpath file 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.
   ------------------------   
Goto memory card and rename any image to back.jpg then you can see that image as background image.But the image should be in root directory of memory card not in folder.

Attachment:
 Transparent Background Modified By Dev92.zip 1.57 KB

CREATE INBUILT HACK JAVA GAMES FOR MONEY,DIAMONDS AND MUCH MORE!!!

Friends i am back again with another hacking tutorial to create  inbuilt hack for java games,,,,,FIRST TIME ON INTERNET!!!!

Have You ever noticed that when you search for A hack java game and you get it you might be thinking that how it is done ???
Getting unlimited coins,cash,dimonds,energy etc......AT THE START OF THE GAME????
so i will explian in this tutorial and i am trying to make it the best hack tutorial available on internet.


Before starting let me tell you one think that we have to use BYTECODE EDITOR  v1.40 to create Hacks even a single mistake can corrupt the game so dont press any key until it is said to do so bcoz even a single space or dot is dangerous!!!!!

Now let me explain you about the commands .....These are of 4 types namely

iconst,bipush and sipush and the 4th one is ldc_w which is used to hack the game

iconst is used for values between 0 to 5,,,bipush for 6 to 127 and sipush for greater than 127,,
so the value you want to hack depends on how many digits it has and the command line

And dont use Byte code editor 1.5 or more as it shows many times error editing class files......
So here are the methods i have divided it in 3 types,,,,

Method 1: SINGLE LEVEL GAME HACK---->

This method is for those type games whos money is common throughout the game such as KINGDOMS AND LORDS,,,etc

1.First download the game in zip file
2.Create 2 empty folder in memory card ,,,in first folder extract the game files and in second one change the extension to jar and play the game a 
   little bit
3.Now note down the values of money etc,,,,and open Bytecode editor (make sure that you allow all permissions before editing as it ask for it many times)
4.Now navigate to the folder where you have extracted the files and here you will see many class files..
5.Open the first class file (maybe a.class) you will see 4 option 
6.We only have to use the 4th option ie search,click on it,,,,,
7.Now here is the big deal,,,maximumly dont search for value with one digit as there are millions of them present instead search for another

eg: I am playing a game and at start i have 1500 money,3 diamonds,10 energy points,,and 25 resources so i will search in the box
as ,,,,,,sipush 1500 (all letters of the word sipush should be small it is v v important)

8.Now sometimes it will not found any file so just leave the file and go to another,,,, if it find a file just open the file and it will open strings.....

9.Now click on right soft key and then go to edit->>search type sipush 1500 and click ok
10.It will take you to a line but wait wait we dont have to hack here ok first we have to check whether it is the right place or not so compare it with the other values
11.As i had told you,the values i found playing the game so the string should look like this

..........
iconst_0
sipush 1500
..........
iconst_1
iconst_3
.........
iconst_2
bipush 10
.........
iconst_3
bipush 25
..........
...........
here the (.........) means that there are some other commands between them and they can be any.....
And the lines above the command is iconst_0,iconst_1,iconst_2 etc are serially numbers given to them from where the game picks up value one by one..




12.as told before sipush is for number greater than 127,,iconst for 0 to 5......
So my money is saved as sipush 1500 and diamonds is save as iconst_3..
13.Here just go to that line and click on edit and again click on edit the line
14.Here replace sipush 1500 with ldc_w 9999999 and click ok (note every line leaves 2 space before the command so you also have to do it ,,start ldc_w 99999999 from the exact position in the textbox where sipush 1500 was started)

15.Now do this with every command line you find such as iconst_3,bipush 10 etc....

It should look like.......

..........
iconst_0
ldc_w 99999999
..........
iconst_1
ldc_w 99999999
.........
iconst_2
ldc_w 99999999
.........
iconst_3
ldc_w 99999999
..........
...........




16.You dont have to do it till the end!!!!!ok,,,you will find the breakpoint by urself as it will start a new command line 

for example the end for the above comand line is like this

....
....
....
bipush 7
sipush 2000(imagine it is the value of resources in the game)
...
....
.....(a different type of comand will start frm here)
......
iconst_0 (a new serious of comand starts frm here ,,you will come to know it by yourself....)
.....
.....
iconst_1
.....
.....
iconst_2 etc

So edit the values till  sipush 2000,,DONT EDIT FURTHER!!!!!

17.Click on RSK then clik on save then exit it 
18.It will ask "IS IT SAFE" CLICK ON OK
19.You are done !!!!!!!compress all the files using blueftp or any other software to jar format and if u done it perfectly then,,,,,
YOU HACKED THE GAME!!!!!!!!!!!!CONGRATS

20.A new thing you should know that some game save value as sipush 50000.0,,,,,it means that there is an extension with " .0 "
So edit it in this way..............   
ldc_w 999999999.0

NOTE:

1.Bytecode editor sometimes shows error opening class files and does not open it,,,,so dont take tension as the values we are searching is not in it
2.Sometimes another error is shown " java/out of memory error",,it means that the file is very big and cannot be opened through mobile,,have to hack it through pc
(bytecode editor software also available for pc but it do not save the files sometimes ,,,,,but it rarely happens THAT THE FILE IS BIG TO HACK IN MOBILE)
3.Some games at starts have value of money as 0 so it is imposible to hack it as the value is stored in the command "iconst_0" and makes it difficult to find the value in millions!!!!!!!
4.SOME TIMES IT IS DIFFICULT TO FIND THE CORRECT VALUE SO I SUGGEST U NEED A LOT OF PRACTISE
5.AND SEARCH EVERY FILE TILL THE END!!!!
6.I have corrupted 100 games and still now not perfect in doing this hack!!!!!
7.Lets go to level 2


Method 2: MULTILEVEL GAME HACK--->

Now you know how we are hacking the game,,,and you are a bit excited but,,,,,,,,you might also be thinking about games such as defend the bunker 2,dragons empire
for every level the value changes and there are atleast 30 to 50 levels!!!!!!!!!so do we have much time to edit each level value one by one????NNOOOO WAY!!!!
HERE I WILL SHOW YOU HOW TO DO THAT TRICK


1.FIrst play the game and atleast complete till level 2.
2.Suppose that the value i find out for money is 500,500,2000 etc....
3.So after searching a lot of files i will come across a series as 

......
......
sipush 500
....
.......
sipush 500
......
.....
sipush 2000
....
.....
....it should be upto 50 times......as i have 50 level in the game
have a look at the screenshot below




4.Just go to the beginnng of the value and scroll down little by little and note down each and evey 50 values
5.You are the the last of the file,then click on right soft key,then go t navigationand click on beginning,,,,it will take you to the beginning.
6.Now i know all the values 
For example:

10 times sipush 500
10 times sipush 1000
10 times sipush 1500
10 times sipush 2000
10 times sipush 2500
(or any values like that)

7.As we are at the beginning jst click on right soft key,,,go to edit and click on replacement
8.Here you will find 2 text boxes on the first box put sipush 5oo and on the second box put ldc_w 9999999
9.This will automatically replace all the 10 values
10.Agian jump at the beginning 4 more time and replace all the other 4 values sipush 1000,1500,2000,2500
11.Go to righrt soft key and click on save and then exit it
12.Again it will as to save it,,,,so save it ,,,compress it to jar format and you are done!!!!!!!!!!






NOTE:
1.all points as mentioned in method 1
2.Suppose there are 52 values and levels are 50???so jst replace all the values with ldc_w 999999,,,before this note down the last 2 values and if it got replace then edit it and make it original as before
3.THIS METHOD IS NOT APPLICABLE FOR  "iconst" command ,,,,edit it manually,,,,and also sometimes for "bipush" if there are many!!!!!!!!
4.LETS GO TO LEVEL 3 (MY FAV) 



METHOD 3: HACK SHOP (hardest but the best)

Many ucbians reading this got a shock when they came to know that method 1 or 2 is not applicable money,cash or diamonds having 0 value at start
But dont take tension friends nothing is impossible for us,,we hack money to buy something in the game right????WHAT IF WE MAKE EVERYTHING FOR ""FREE""
THEN THERE WILL BE NO NEED OF MONEY!!!!!!!!!!HURRAY!!!!!!!!!

In this trick i will explain how to buy everything for free!!!!!!
lets do it

Here i am taking an example of Medal of Honor Airborne Elite Game!

1.In this game there are 2 shops 1 to buy weapons and the other to buy cheat codes
2.It is impossible to find the values in the weapons shop such as 2,2,5,3 etc
3.So here we will search for the cheat menu values which is 25 and the command is bipush 25
4.As there are 5 items in shop 2 so there must be 5 values
4.After searching a lot we got a class file containing 5 "bipush 25"  commands as 

.......
iconst_0
bipush 25
......
......
iconst_1
bipush 25
........
.......
......etc




5.Here edit all the bipush 25 manually 1 by 1 and replace it with ldc_w 0
6.We are using 0 because we want to buy it for zero money,,,,that is for free




7.Now what about shop 1???it is also situated in the same class file!!!!!!
8.Go to the beginning of the strings and here search for iconst_2
9.After 2 -3 attempts you will find the value in series as

.....
....
iconst_0
iconst_2
.....
.......
iconst_1
iconst_2
.......
.......
iconst_2
iconst_2
.......
......etc



10.If there are 10 items in shop 1 there must be 10 values 
11.Edit all the 10 values and replace it with ldc_w 0 




12.Here you are done with it and hacked the game!!!!!!!!


DOWNLOAD ALL THE SOFTWARES RELATED TO THIS TUTORIAL HERE

 Screenshot_Embedder.jar 43.96 KB) 

 BlueFTP.jar 603.8 KB

 bytecode editor 1_40.jar 122.79 KB

 MiniCommander v4_1.jar 230.28 KB


NOTE:
1.SOMETIMES IF THERE ARE MORE NUMBER OF SHOPS.....as animal,plants,buildings,army etc......values can be saved in different files also so you should make a deep search!!!!!!!
2.If i found any other problem regarding this tutorial and methods i will upload it but,,,,WAIT WAIT IT IS NOT OVER YET!!!!!!!

NOW YOU HAVE READ A LOT AND IT IS OUT OF MEMORY ,,,,,,ERROR!!!!!!HAHAHA,,,,NOT A BIG DEAL MY WORK IS NOT OVER YET I WILL MAKE YOU PRACTISE AS WELL IF YOU WANT!!

SO LETS PRACTICE (TO BUILD UP YOUR CONFIDENCE)

Here i have uploaded  3 different games (both hack and original versions) for all the 3 methods
Download any game you like and practice on it following the steps,all games are of 240x320 reso,,,we dont have to play it,,we have to hack and modify it so dont ask for other resolution plzzz

Steps:
1.First extract the hack game.
2.As the game is hacked directly search for 99999 (put 9 five to six times only) for method 1 and 2 ,,,and for ldc_w 0 for method 3 and found the class files
3.After you found out the file just replace 99999 or 0 with any number as 12345,8888,786,0, etc as you like,

4.save the file and compress it and play the game.
5.check if the value got edited or not
6.Now extract the original game and hack there and compare both the class files of the games!!!!!!

Method 1: Kingdoms & Lords

Location of class file: h,i,j if not then find out yourself
Original File:  240x320 Nokia 6280.jar 961.41 KB)
Hack File:  KAL NEW.jar 961.8 KB 

Method 2: Dragons Empire
Location of class file: j folder and in it b.class file

Original File:  DETD-Celsius.jar 684.56 KB 
Hack file:  DE 240x320.jar 741.41 KB) 

Method 3:Medal Of Honor Airborne elite
Location: i dont know,,i forgot after hacking..

Original File:  medal_of_honor_airborne_elite-240x320.jar 559.68 KB 
Hack File:  MOH 240x320.jar 616.13 KB

A KIND REQUEST TO ALL OF YOU THAT IF YOU BECOME AN EXPERT JUST HACK ONLY THOSE GAMES WHICH ARE HARD TO PLAY,,,OTHERWISE THE GAME WONT BE WORTH ENJOYABLE!!!!!!!!



i just shared this post...credit goes to sidwalia427

THANKS TO ALL OF YOU FOR READING MY ARTICLE AND THANKS ONCE AGAIN FOR GIVING YOUR VALUABLE TIME FOR MY HARD WORK!!!!!