Mp3TagEditor For Java

It's A Working Version Download - Click Here

on Wednesday, 16 March 2016 | | A comment?

Best MANIFEST Commands To Edit Java App/Game And Extra Feature To App

The best commands for manifest file used to add extra features to any app. Copy following commands and write them in the manifest file using mobyexplorer (see the previous post) .these commands only works in nokia phones

- Nokia-MIDlet-App-Orientation: manual
effect: If you add this command, you can mod any application with manual rotation (works in asha 5xx&3xx)

- Nokia-MIDlet-On-Screen-Keypad: No
effect: Use this command for hide the phones on screen keyboard. works in all touchscreen java phones

- Nokia-MIDlet-Physical-Backkey: true
effect: Use the command to active your phones physical backkey.

- Nokia-MIDlet-Splashscreen-Image: /example.png
effect: Use this command to hide the loading when starting the app put any image same as your phones resolution in the extracted folder then rename it example.png, then add this command to manifest, now compress all items to .jar

- MIDlet-Touch-Support: true
effect: Increase the touch support of java touchscreen apps/games

- MIDlet-Description: Created by Shubham.. Etc
effect: Use this command to add a description to any java app

- MIDlet-Delele-Confirm: Do not kill me..etc
effect: To show a specific text when anybody delete your app..
Add Me On Facebook To Learn More Editing

on Tuesday, 15 March 2016 | | A comment?

MANIFEST Commands Of Java Apps/Games

1. MIDlet-Version:
The MIDlet suite version number.
For example: 1.0.1
2. MIDlet-Vendor:
The company that provides the MIDlet suite.
For example: InvokeVirtual
3. MIDlet-Name:
The name of the MIDlet suite.
For example: UC Browser
4. MicroEdition-Configuration:
The Java ME configuration required by the MIDlets in this suite. The value is compared to that listed in the microedition.configuration property of the target device to determine compatibility.
For example: CLDC-1.0
5. MicroEdition-Profile:
The version or versions of the MIDP specification that the MIDlets in this suite can work with.The versions specified are compared to those listed in the microedition.profiles property of the target device to determine compatibility.
For example: MIDP-2.0
6. MIDlet-:
The name, icon, and class of the midlet in the JAR file separated by a comma. The name and class are mandatory.
for example:
MIDlet-1: UC Browser,/l.png,cn.uc.application.app.WebClient
7. MIDlet-Description:
A description of the MIDlet suite. Displayed to the user during the installation.
For example: A simple demo midlet
8. MIDlet-Icon:
The case-sensitive absolute name of a .png file within the JAR used to represent the MIDlet suite.
For example: /icons/mydemo.png
9. MIDlet-Info-URL:
The URL that contains further information describing the MIDlet suite. Displayed to the user during the installation.
For example: http://www.xyz.com /demo.html
10. MIDlet-Data-Size:
The minimum number of bytes of persistent data required by the MIDlet suite.
For example: 500
11. MIDlet-Delete-Confirm:
The application management system uses this confirmation prompt when removing the MIDlet suite.
For example: Are you sure you want to delete the Demo?
12. MIDlet-Delete-Notify:
This property indicates the URL for posting removal status.
13. MIDlet-Install-Notify:
Indicates the URL for posting installation and update status.
14. Nokia-MIDlet-no-exit:
Indicates a MIDlet that cannot exit once started.
for Example: true or false
15. Nokia-UI-Enhancement:
Specifies the following:
> Theme (skin) behavior on a normal mode Canvas (not full screen) component. The background image is shown if the attribute value isCanvasHasBackground. If the attribute is not defined, by default the background is white (corresponds to Display.getColor(COLOR_BACKGROUND)). If the MIDlet does not render all the pixels of a given clip region in the paint method, the theme background is shown.
> ReceivingMedia Key Eventwhile the MIDlet is running.
for Example:
Nokia-UI-Enhancement: CanvasHasBackground
Nokia-UI-Enhancement: MusicKeysSupported
16. Nokia-Update:
Version update URL, used when doing Update Check. If no URL then Update Check is disabled.
for Example:
17. Nokia-MIDlet-national-digit-display:
Used to enable national rather than Latin digit display.
For Example: true or false
References:
http://developer.nokia.com
http://swamitricker.cf

How To Remove Ads From Java Apps

We Uses Many Apps In Our Java Phone, And Most of Then Come With Ads, So When We Open Them, Then They Connect to Internet, if We Don't have Net Balance Then Our Balance Also Deduct, So I Came With A Trick With That We Can Remove These Ads..
Required Tools ~
1.BlueFT
2. LangEditor
Procedure ~
- First Extract The App/Game To A New Folder.
- Now Go To Search For "vserv", Your VserManger.class Will Found
- Now Remember The Path Where It Located
- Now Open LangEditor And Locate VservManager.class And Open It
- Now Open It And Look For Links http://vserv.mobi
- Open And Remove Them
- Now Save Your Class File
- Now Close LangEditor And Open BlueFTP
- Go To Your New Folder And Select All Compress as(_jar)
- Now Your App Is Ready, Rename It _jar To .jar
- Your Ad-Free App Is Ready To Use Cracked by You..
Thanks For Visiting
KEEP VISING
Regards ~ Shubham Swami Dansroli

on Monday, 14 March 2016 | | A comment?