After looking all over the internet to figure out how to make a shortcut directly to a JAVA MIDlet on my Pocket PC for the Start Menu, I finally compiled this for your enjoyment:
- The "right-click" in explorer didn't give me the option to create a shortcut.
- I didn't find out 'till after the fact, that you have to "Show All Files" for the "jmm.exe" file to show up in "\Windows\". Oh well. Doesn't matter.
- I'm pretty sure this requires "Total Commander" Google it, it's free and easy.
- You should already have launched your Application once from MIDlet manager.
- Some apps, like Gmail, must already be running to work from this shortcut.
To create a Start Menu or Programs Shortcut to your favorite JAVA application:
- Open up the MIDlet manager however you do that.
- "Hold tap" to open the context menu.
- Press "A" or click "About".
- Note the name of the Vendor and Name that appears.
- In my case the Vendor is "Google" and the name is "Gmail" for the Gmail Application
- WRITE IT DOWN... You need it in a minute...
- Yes, it's case sensitive.
- From here, there are three options, but they both end in the same place, so start at step 3.
- Use your Pocket PC to create the "shortcut":
- Create a shortcut to "\Windows\jmm.exe" by...
- Go to "\Windows" in "File Explorer".
- "Hold tap" on "jmm.exe".
- Select "Copy".
- Goto "\Windows\Start Menu".
- "Hold tap" and select "Paste".
- This supposedly creates a shortcut. I didn't do it this way, so I don't know.
- Use your Non-Pocket PC to create the shortcut:
- Connect with Active Sync.
- Right click in "\Windows\Start Menu" and click "Create Shortcut".
- My computer (Windows Vista) did not give me this option, so I don't know.
- The best and easiest way to do it is below.
- Create the shortcut in one swoop with "Total Commander":
- Use TC to locate "\Windows\Start Menu".
- Copy and paste one of the other shortcuts located there.
- Select your newly created shortcut and rename it to whatever you desire.
- In my case, I chose "Gmail".
- With your new shortcut selected, click on the notepad icon at the bottom to open the file with TC's built-in text editor.
- You should see (if you used Media Player as the source to copy):
- 13#:WMPLAYER?:mediaplayerapp
- Delete that line.
- Type (/Transcribe/Letter Recognize/Tap in):
- 48#"\Windows\jmm.exe" -r"","",""
- 48#"\Windows\jmm.exe" -r"Gmail","Google","Gmail"
- To pick a special icon, you can follow up this line with:
- "?file.ext,index" where "file.ext" is a file containing icons, and "index" is the index of the icon within that file.
- For example: "...CALENDAR?outres.dll,-10002"
- Click "OK" to save and wham, bam, check out that Start Menu.
- Click to launch.
3 comments:
works very well except for mine I had to replace your "48" with "18"
Works Partially, It opens the midlet manager for less than a second and promptly closes it. Any ideas as to how to make it work?. I use a Magician ( XDA Mini + Intent Midlet Manager)
I would like to exchange links with your site utkwes.blogspot.com
Is this possible?
Post a Comment