HTC Action Screen Black Version

HTC Action Screen for QVGA with Diamond icons. It viges easy access to MMS , SMS, email , notes etc

HTC Action Screen for QVGA with Diamond icons. It viges easy access to MMS , SMS, email , notes etc
Jbed - Java Midlet Manager
Esmertec’s Jbed CDC allows you to run your enterprise Java applications directly onto your Windows Mobile Pocket PC device. Jbed CDC is J2ME CDC Personal Profile 1.0 compatible and designed to work with most Pocket PC devices.

Making a direct shortcut to Opera Mini (or any other Java Midlet)
Since Opera Mini is a Java Midlet application, one annoying aspect is that to run Opera Mini, you must first run the Java Midlet, tap on the “Applications” list item, then tap on the “Opera Mini 4 beta” item. Luckily, some industrious users out there have figured out how to create a shortcut that launches Opera Mini (or any other Java app) directly. Assuming you haven’t installed any other Java apps, you need to create a shortcut file (e.g., opera.lnk) pointing to (“\windows\jeodek.exe” -run s1_), or (“\windows\jbed.exe -run s1_”), if using Jbed instead.
The magic portion is the number after the the letter “s” in the shortcut target. This is the list position of the Java Midlet in the Jeodek/Jbed application list. If you install Jeodek/Jbed as a fresh install , and then directly install Opera Mini, just use the number “0″ to refer to Opera Mini (“\windows\jbed.exe -run s0_”). If you install another MIDlet (after Opera Mini), its index will become 1, then the next installed Midlet will have an index of 2, and so on.
Locating the number that corresponds to a Java Midlet
To find which number corresponds to an installed Java Midlet, navigate to the (windows\appdb) folder. There should be some .jar files in there, with one of them being the Opera Mini jar file (or other Java Midlet you wish to target). Whatever the number is after the letter “s”, is the number needed in your shortcut link. Only the first part of the file name of the midlet is needed, so lets say, in the appdb folder, you have “s0_suite.jar”, for your shortcut target, leave out the suite.jar, and only put “s0_”, so your shortcut should point to (“\windows\jbed.exe” -run s0_), NOT (“\windows\jbed.exe” -run s0_suite.jar).
Creating/Modifying Shortcuts on Your Mobile Device
The following lists a couple of ways to create edit/create shortcuts with parameters on a mobile device.
1.) Resco Explorer can create shortcuts for you ( but its not a freeware )
2.) Create the shortcut manually using any text editor. Shortcuts have the file extension “.lnk”. So, for example, lets create a file in a text editor, and save it with the file name OperaMini.lnk, the contents of the file should look similar to this :
28#”\windows\jbed.exe” -run s0_
28# means that the shortcut target, including the parameter (-run s0_) is 28 characters.
After you have created/named the shortcut, all that is left to do is to place the shortcut file in your start menu (\windows\start menu\programs) folder.
Source :
pdaphonehome.com &
xda-developers.com
