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

Friday, 23 May 2014

nokia s40 taskmanager (exit whatsapp etc.)



You can exit whatsapp. Open all background apps like nokia default email, chat, communitis, notifications, internet radio, whatsapp etc. S40 have low ram. We can run 3 or 4 apps at a time. When we try to open more apps, hidden taskbar opens and ask you to exit current running apps. Now we can exit whatsapp or other apps.
Enjoy..

Thursday, 15 May 2014

HOW TO CHANGE RESOLUTION FOR MOBILE JAVA GAME


Lets get to the point straight!
You have to open a *.jar file for example in WinRar and than open file "manifest.mf" from folder "META-INF". Than write there this in the end:
Nokia-MIDlet-Original-Display-Size: 176,208
Nokia-MIDlet-Target-Display-Size: 352,416
First is original resolution of game and the second is the resolution of your phone."
Detailed Info:
Open the jar(with winrar)
->open META-INF(directory)
->Open manifest.mf(drag it to your desktop and open it with notepad)-add the two lines Nokia-MIDlet-Original-Display-Size: 176,208 (the original resolution of the game)
Nokia-MIDlet-Target-Display-Size: 352,416 (the resolution of you phone)
->Drag the edited manifest.mf back to your jar(in meta-inf directory)
->Close Winrar
->Send to phone
->Enjoy!

Thursday, 8 May 2014

 Edit Prov file using only Mobile


To edit prov.file, you need first of all get or download one of these softwares in your phone 

  • CLASS EDITOR
  • D-EXPLORER
  • MINICOMMANDER
  • MOBY EXPLORER


But among all I prefer Class Editor in editing my prov.file and it is the one which I am going to stipulate how to use it to edit prov.file

First download the software
 class_editor.jar (74.44 KB, Downloads: 110) 
After you must have downloaded the software, go to where the application is in your phone. When you reach there don't open it rather select "options" key you will see where App.access is, select it. Inside that you will see

-Communication
-Data access
-Auto-start


Select Data access inside data access, select Read user data.
When it opens select Ask every time, also in Data access you will see where Add and edit data is, select it inside that select Ask every time.


Now go back to open the software proper, when it opens you will see C:/ and E:/. C:/ signifies "phone" while E:/ signifies "Memory card", if the rough prov.files you want to edit are in one of the phone folders, you are expect to select C:/ but if that are in your memory card folder select E:/.
When you open the place you saved the prov.file(s) either in phone or memory card, select the folder the prov.file is and open it. When that is done, it will bring out the list of all prov.files you have in that folder. Then select the one you want to edit by hitting key 5, you will see question of this nature Allow application to edit and add new data in: select 'Yes'.


When that is done you will see some funny things there or some called it rubbish write up, NO each tony or iyke you are seeing there is working so be prudent or extremely careful here not to add or remove anything in that workspace so that you will not distort or corrupt the prov.file, so you are first required to dublicate the file in case you mismanipulated the file in the first place. Be that as it may, now when this text comes up, use key 8 to scroll down, 2 to scroll up, 4 to move towards left direction and 6 to move right direction. Now continue to be pressing 8 to locate the starting point of the IP address in the whole text e.g 080.239.242.253, when you reach there, press 5 when you do that you will see all those things below:


-Hex
-symbol
-DEC
-Text
-Add Byte
-Delete Byte
-Position
-Searching...
-Dissasembler



Among those stated items select Delete Byte, when you might have done that a question will come up like this "How to delete?" and as well you will see 1 in the workspace since the items to delete is 15, how? E.g 080.239.242.253 when you count the whole thing both dot(.) and number you will realise that the total item is 15 so inside that workspace put 15 then press ok.


When that is done it will redirect you to the prov.file setup page then press 6 when you do that it will erase the whole IP there. Then press 4 to go one step back, after that press 5 and select Text, inside it you are required to insert the text which is the IP you want e.g 080.239.242.253 after inserting the Ip select "options" inside that you will see 'ok' select it, then it will redirect you again to the prov.file setup text with the new IP then press 6 when you have done that it will paste the new ip there.
Finally select "options" you will see "save" select it, a question will pop out select "yes" continously until it write Overwrite! bear it mind that you have edited a prov.file then exit.

Thursday, 1 May 2014

How To Hide the Opera Mini 8 Virtual Keypad On Touchscreen Phones


When the Java ME version of the Opera Mini Browser is running on many touch screen phones, an unnecessary virtual keypad appears at the bottom of the screen. The keypad wastes space, looks ugly and isn't needed with touch aware apps like Opera Mini. The keypad is not part of Opera Mini. It's something your phone adds because it doesn't recognize that Opera Mini is optimized for touch.

There are several ways to get rid of the virtual keypad, but first of all make sure that you are using an official version of Opera Mini because it's customized for your phone to remove the virtual keypad, you get the original version by visiting m.opera.com from your mobile built-in browser.
If you did so and still facing the problem, here is the easiest solution for that which consists on modifying the Opera Mini jad file.

For this tutorial you can use both you pc or phone.
First of all download Mini.jad file from m.opera.com then open it with MiniCommander or any other file manager that supports text editing (use notepad for exemple if you are using pc). Once opened scroll to the bottom and add this several lines inside :

  1. MIDlet-Touch-Support: true
  2. UseNativeTextButtons: hide
  3. ReverseSoftkeys: hide
  4. UseNativeCommands: hide
  5. Navi-Key-Hidden: true
  6. Nokia-MIDlet-On-Screen-Keypad: no
  7. MIDlet-ScreenMode: ROTATE
  8. MIDlet-Landscape-Support: true
  9. LGE-MIDlet-Width: 240
  10. LGE-MIDlet-Height: 400
  11. LGE-MIDlet-On-Screen-Keypad: no
  12. LGE-MIDlet-Display-Mode: both
Copy the Code

Now save you file .. And that's it ..
If you are not able to do that, here is the modified file just download it ..