Tutorial: How to create a shortcut to a specific midlet - 8125, K-JAM, P4300, MDA Vario General

I asked a few days back if this was possible and ended up e-mailing back and forth with a guy at TAO and he showed me how to do it after we figured out that the wizards java manager could handle it.
This is what he told me (I'll explain it all afterwards):
-r"<suite>","<vendor>","<name>"
where:
<suite> is the name of the MIDlet suite and can be obtained from the
MIDlet-Name line in the jad file.
<vendor> is the name of the MIDlet vendor and can be obtained from the
MIDlet-Vendor line in the jad file.
<name> is the name of the MIDlet and can be obtained from the first
parameter to the relevant MIDlet-<n> line in the jad file.
the shortcut to the manager program is \windows\jmm.exe, so a specific link would be \windows\jmm.exe -r"<suite>","<vendor>","<name>"
To find all of the information you need, you need the .jar or .jad file on your computer.
1. Open the .jar(.jad) file with winrar or 7zip or other unzipping program
2. Open the META-INF folder
3. Open the MANIFEST.MF file with a document viewer, I used wordpad.
Here's what google local gave me: I've bolded what you need to know
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: Google Local
Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.6.2
MIDlet-Vendor: Google
MIDlet-1: Google Local, GoogleMapsIcon.png, com.google.googlenav.Googl
eNav
MIDlet-Version: 1.0.0
MicroEdition-Profile: MIDP-2.0
4. Create a shortcut to the java manager(\windows\jmm.exe) on your ppc and open it for editing. I used Total Commander for this.
5. Remember that the shortcut has to be in -r"<MIDlet-1>","<MIDlet-Vendor>","<MIDlet-name>", so here, the full path should be \Windows\jmm.exe -r"Google Local","Google","Google Local"
6. Now you can link that to a button or put it in a launcher. When activated, the link will open the manager first, then the midlet.
Opera mini is \Windows\jmm.exe -r"Opera Mini","Opera Software ASA","Opera Mini"
I dont know how to link icons, so if someone could help me with that, I'd appreciate it. Now, all the links have the MIDlet manager icon.
I'd also love to hear what other cool midlets people are using.

Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!

Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
The number is the n'th icon in the .exe file find out which using a resource hack tool. But it's usually 0 or one of the first ones, so simply try it out a few times. The two midlets I have come with their own icon displayed in the manager, and I found this file as a PNG image inside the Application Data directory, under Tao and then ever deeper down you'll find it.
But using png as icon didn't work for me. I'm guessing it needs to be converted to ICO or even BMP. Haven't had time to try that out yet.
And for the last part of your post, these are the cool midlets I'm using
Opera Mini - http://opera.mini.com (You obviously know this one)
MidpSSH - http://xk72.com/midpssh (Excellent freeware SSH client)

works with newmenu by saman as well thanks for the tip.
btw any more cool midlets for ppcs? the only thing i have so far is opera :|

I noticed the shortcut only works if you've run the applet atleast once. Otherwise only Midlet Manager opens up. Not really a big deal though

Question?
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.

BTW, this thing is case sensitive. I tried GMail and it didn't work.
This is for Gmail. Copy paste and enjoy.
46#"\Windows\jmm.exe" -r"Gmail", "Google", "Gmail"

Tokay said:
Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
Click to expand...
Click to collapse
It would seem that you need to have opera mobile installed for this to work though right?

KINetics said:
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.
Click to expand...
Click to collapse
Did you ever figure this out? I'd like to know how to get it to work.

Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"

Paladin27 said:
Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!
Click to expand...
Click to collapse
why didn't you just install the cab file then? you can find it if you type gmm.cab in google.

famewolf said:
Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"
Click to expand...
Click to collapse
The answer to your question is HERE
You have to thank the author of the article and the great Menneisyys for posting the link in this post
Bye

(Hopefully) final MIDlet Bible main feature & hack & standards compliance chart published!
It was yesterday that I’ve published a larger excerpt from my forthcoming MIDlet Bible (a full roundup & tutorial explaining what MIDlets are, why you would want to run them, what applications there are to do this etc.), focusing on mostly 3D games. I haven’t been lazy in the meantime: I’ve made some serious updates to the main feature & hack & standards compliance chart of the Bible. The reason I’m posting it as a preview is pretty simple: it will still take me some two or three days to completely finish and, finally, publish the MIDlet Bible. In the meantime, however, you can already check out the new chart. I’m absolutely sure you’ll find it useful if you’re into gaming or running probably the, after Opera Mobile, second best Web Browser for Windows Mobile, Opera Mini 4 beta 2. Or, alternatively, the really unique and useful Gmail MIDlet, which is far more usable than any other Windows Mobile mailer tool.
I’ve, as has already been stated, greatly enhanced the previous version published over a month ago. I’ve added discussions of ClearType / font smoothing, automatic network connection, proxies, text input fields / areas etc. and I’ve even published the source code (!) of some of my test MIDlets I’ve written specifically for these tests. (I’m a Java pro.)
The chart is HERE, should you want to check it out before I, finally, publish the MIDlet Bible.
Comments are REALLY welcome!

Try this:
60#"\Windows\jmm.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"

my opera mini link works great using jbed and the permissions fix, BUT...
I want to know if it is possible to make a link to a page (favorite/speedial #1) within opera. I have some shortcuts for PIE (default browser) on my today screen and wondered if I could do the same with opera pages without opera being my default browser. I have seen some shortcut creators that look interesting, but I am not sure about what path this link would need.
Any ideas?
thanks

my opera mini link works great using jbed and the permissions fix, BUT...
Click to expand...
Click to collapse
I can't get my Opera link to work using jbed, where do you get the permissions fix... maybe that's my problem?
I'm using:
60#"\Windows\jbed.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"

jbed permissions fix is at the bottom of this page...
http://pdaphonehome.com/forums/ppc-...ed-includes-info-new-java-midlet-manager.html

Does anyone have this working with the ne Opera Mini 4.1? Latest Jbed.

hey can someone turn this into english for me haha sorry. i wanna get opera 4.1 shortcut into launcher. im not good at this stuff unless there is a step by step for dummies

I downloaded the latest 4.1 and it works great... Because I downloaded the new version before I deleted the previous version, I had to change my shortcut to point to r1 not r0. The new version has permissions fix already added I believe.
Everything is working brilliantly

Related

**UPDATED** MIDlet manager

i will give credit to risidoro for this one.. and im lazy som im just going to copy/paste. original post can be found here: http://forum.xda-developers.com/showthread.php?p=1079560&posted=1#post1079560
This new MIDlet Manager comes from the new HTC Herald ROM, version 1.2.405
This new version is JTWI 1.0 compliant and SUPPORTS Google's SATELLITE Maps (of course, you need to download Google Maps' client from www.google.com/gmm
This release also supports sending SMSs from Opera Mini 3.0 (mini.opera.com)!!!
Some Details about the program:
Developer: Intent
Name: MIDlet Manager
Version: 11.1.7.1023
Build: 20060907
JWTI v.1.0 Compliance!
------- HOW TO INSTALL ------------
- download the zip archive from:
Risidoro_Intent_MIDlet_Manager_v11.zip
- extract the cab (inside the archive) somewhere in your PC (e.g. Desktop)
- copy to somewhere in your PocketPC (e.g. \storage card)
- in your PocketPC, navigate with File Manager to the cab and tap on it to install
- when asked, choose to install in the Device (and NOT in Storage Card!)
- reboot when asked
PS: It can be installed over previous version (or in roms where the old midlet is included)!
-------- COMPATIBILITY ---------------
So far, i've only tested it with the midlets i use the most.
- Google Maps runs fine. Satellite maps are supported!!!
- Opera Mini 3.0 runs OK too and supports SMS sending. Even softkeys works! Photo blog feature, however, is not supported
- Mobile GMaps, beta 1.30.08 http://wap.mgmaps.com/ simply wonderful. Sat images for google and yahoo maps.
Does this replace the MIDP manager suplied by default on the phone? Can I use both once this is installed?
(I'm using an Orange branded M3100 with the Intent Midlet Manager, v10.1.7.559 if that matters. I guess thats the same on all hermes devices.)
Thanks,
Sam
mikechannon said:
Hi
Interesting good info.
Couple of ever so picky things shogunmark, a couple of the links need attention the www.google.com/gmm). one needs the ). removed from the end and the (http://wap.mgmaps.com/): one needs the ): removed.
My obsessive compulsive personality disorder forced me to point these out.
Cheers
Mike
Click to expand...
Click to collapse
i should have proof read that stuff if i was gonna copy/paste so i will take the blame for not proof reading it!
sambartle said:
Does this replace the MIDP manager suplied by default on the phone? Can I use both once this is installed?
(I'm using an Orange branded M3100 with the Intent Midlet Manager, v10.1.7.559 if that matters. I guess thats the same on all hermes devices.)
Thanks,
Sam
Click to expand...
Click to collapse
this does replace the current midlet on your phone
You had me at the soft keys working in Opera 3.0. Thanks!!
Shogun are you working on a new rom for the Hermes? Your rom for Wizard was the best one.
Anyone else having problems downloading through Firefox and IE?
bump can anyone email me it to [email protected] can't seem to be able to download it.
right click on the link in IE and choose "Save Target As" and see if that works for ya
ZzFDKzZ said:
Shogun are you working on a new rom for the Hermes? Your rom for Wizard was the best one.
Click to expand...
Click to collapse
and no not yet, i am still a little busy with life, my wife is due to pop out #4 any day now, plus with all the bootloader security stuff going on i dont feel comfortable on making a rom quite yet.. we will see what the future holds
Wowz! Great news! Thanks! I post a link to this thread to all PPC forums / my blog!
Congrats on number 4 Shogun!
I hate to high jack a thread but...
Is there a launch command to put at the end of the .exe file to lauch to start the midlet manager and launch a midlet.
Found my answer and here it is incase anyone else wants to launch midlets from a shortcut. Works for me on iLauncher.
jmm.exe -r"suite","vendor","name" runs Opera Mini and Google Maps for me.
If I try to put the whole line in quotes "name,vendor,name" - it doesn't launch the midlet - only JMM.exe.
You can run any midlet that you have installed. You can find the parameters such as a midlet name and the exact vendor name in Application Data\Tao\intent\app\jam\midlets\midlets.db. I just repeat the midlet name instead of the suite.
Just installed 11.1.7.1023 on my 8525. I first got a system message "access denied"... Oh yeah... I guess I should close MIDlet first
2nd try (once I had a cup of coffee and turned on my brain) install went A-OK. Opera Mini gave me an error and would not connect to anything. I uninstalled the midlet and re-installed and now everything is working. GMaps is faster than map4pda. Softkey functions work as advertised. Thanks for this update!
Install failed
I tried installing it on my MDA Vario II and received the following error
"Installation was unsucessful. The program or setting cannot be installed because it does not have sufficient system permissions." Any suggestions?
Thanks
Richard
shogunmark said:
and no not yet, i am still a little busy with life, my wife is due to pop out #4 any day now, plus with all the bootloader security stuff going on i dont feel comfortable on making a rom quite yet.. we will see what the future holds
Click to expand...
Click to collapse
Congrats on the 4th kid!
Also I try the right click save target and still won't work. It just downloads a 1kb file.
ZzFDKzZ said:
Congrats on the 4th kid!
Also I try the right click save target and still won't work. It just downloads a 1kb file.
Click to expand...
Click to collapse
dont know if congrats are in order.. i will be a 26yr old with 4 girls under the age of 6 in house plus my wife... i will take sympathies though anyway, i just emailed it to you!
Hi,
I don't know if some body knows about it, but soft keys function is replaced by the following keys in the stock version of JAVA VM from TyTN.
Left Soft Key = Q
Right Soft Key = P
I did a search but I didn't find any related to this, then I'm posting this info.
Regards,
Taguapire.
Hi,
I don't know if some body knows about it, but soft keys function is replaced by the following keys in the stock version of JAVA VM from TyTN.
Left Soft Key = Q
Right Soft Key = P
I did a search but I didn't find any related to this, then I'm posting this info.
Regards,
Taguapire.
Edit/Delete Message
Click to expand...
Click to collapse
BTW: I don't know if it works in every app, but is working in Opera Mini 3.
Regards,
Taguapire.
My experience,
I just installed it JVM, Google Mail worked fine, in previous version it just do not retrieve the mails, this new can get them but... When I pop the menu it returns an error.
Gmail stuff is still a buggy app for this JVM.
About the rest, I mean, Soft keys... all is OK.
Regards,
Taguapire.
i havent had any major issues with the gmail app, i did run into one buggy issue but havent had it since.. but i wont call it a solid app yet, everything else has worked great for me, soft keys, etc

anyone help? auto open midlet when jbed selected?

posting here as well as general thread in the hope anyone with c++ skills can assist i am aware that badbob001 has managed this with the mort based version, but was hoping someone could help with the c++
chrisd1a1 said:
both the Mort and the C++ work in the same way. click on an email link and the script auto opens jbed and the 4.1 midlet.
is it possible by using this to auto open the midlet when jbed is selected directly?
for example, i have edited the lgmenu and set the link on my cube so the internet explorer links to jbed. this works fine but i then need to click on the 4.1 midlet to open it. so in essence its 2 presses instead of one.
this would be more effective if when we select the jbed link, 4.1 auto opens.
(yes i know a lot of folks have other midlets. but suspect there are those like me who don't)
if anyone can help edit the c++ option, (attached again) or put together a small c++ app to do this i would be grateful.
i don't use the mort version as, overall the c++ takes less space than Mortscript and the mort opera app combined on my dev.
Cheers
Chris
Click to expand...
Click to collapse
many thanks
forget I posted this
brain on hold this morning, setting the shortcuts directly to the app works

[APP][REQ]UltimateSearch modification

Dunno if it is the right place to post it...anyhow I would let you to know this fabulous (maybe just my personal opinion) that allow you to enable on your today screen a complete search engine frontend:
http://www.gx-5.com/products/ultimatesearch/
It is called "Ultimate Search" and it's pretty cheap. I really love it because you can make a search on Google/yahouu/youtube/ecc...just by tapping one button on your today.
I've just one problem: it works only with IE, not with Opera.
I tried to open the .dll attached here with an hex editor to enable it to launch Opera instead of IE but unfortunally I'm not so able in theese things and so I failed.
Is there something who can help me?
Thanks a lot in advance.
PS: (to the mods) I posted here just the dll used by the program. No copyrights violated, no warez.
Come on guys...
there's really noone who could help me?
I'm sorry...never liked the "bump action" but I really need thi help...
So: ...BUMP...
use vjbrisk to map the iexplorer exe to the opera exe
Or maybe you can set Opera like default browser?
it wont open with any other Browser other than IE because its using the HTTPRequest and other commands provided by M$ in there SDK

UpToDate fix with Full working Internet Explorer 6

Hi,
This is my first post and hopefully it may be helpful.
I have created a nice solution in order to run both UpToDate and Internet Explorer 6.
This solution was originally posted in this thread, but as long as this may not be visible, I have started a new thread
What you will NOT need
1) You will not need Fix UpToDate by doctorcete.cab
2) You will not need to cook your own rom
What you will need
1) Fix IE.cab
2) The files, which are attached at the end of this post.
Instructions
There are 2 different versions.
Version 1 - Best - If you use MortScript
1) Use the two .mscr files.
2) Each of those files contains a registry modification and after that it executes Uptodate or IE respectively.
Be careful: If you installed UpToDate in a different location than the default you should manually open and edit the file UpToDate.mscr and replace "\Program Files\UpToDate" with your installation pathway. (You can use Notepad to open the file)
3) You can use these files to launch the applications instead of the default shortcuts.
2nd version - If you do not use Mortscript
1) Use the 2 reg files
2) Before opening each application, run the corresponding .reg script
3) Files are universal independent on your installation location. Therefore no change is required.
I hope you enjoy.
Step2p
I can only launch it trhough mortscript then, not the default shorcuts right? or am I missing something?
@doctorcete
You should build new shortcuts pointing to mscr files.
If you want to have also the correct image on those shortcuts, you can download the file attached.
UpToDate shortcut will only work if it is installed in the default location (/Program Files/UpToDate)
If you have another installation location, you should manually edit the shortcut and fix it accordingly.
EDIT: If you want to use these shortcuts place the mscr files in folder "/Program Files"
Step2p
I don't want to hijack this thread, but has anyone been able to find a hack to increase font size within UpToDate?
good work step2p, it works alright with the shortcuts, congrats!, im very happy uptodate is finally getting some attention (after 6 or 7 months since the problem was discovered). Thank you!....
Fix UpToDate by doctorcete.cab
Dear All,
I still prefer to use Fix UpToDate by doctorcete.cab. I don't like IE6 any way. The simple solution is to run Fix UpToDate.cab. You can set Opera as you non-default browser, and Opera still works fine.
so what does this do? use PIE as the manilla internet browser???
what i imagined it would do is make PIE better with zoom, so might be able to zoom a bit better and it might be a bit faster? can anyone explain to me please?
Thanks
UpToDate is an Electronic Medical Database for Medical Drs
If your are not a Medical Dr. You don't need to read this thread
good job... it works nice.
Good evening to all,
I know this is not the appropriate thread to post this but i do hope to get some help
I have installed a trial 17.2 on my pc.does anyone knows which file is held responsible for expiring the trial version in the registry?
cheers
V
how can i check the version of IE?
Don´t mind the version of IE. If UpToDate works out of the box (without any hacks) then you do not need this. If it doesnt work. Follow the steps as described above on the first post, Then it will work.
great work guys. any way to have finger scrolling work?
Hey,
Just wanted to say that UpToDate works perfectly without needing any fixes if you access it through a proxy connected to your medical school, assuming that's an available option. It doesn't work using opera but does with IE, including zooming, etc.
well that's if you use an internet connection be it a data connection or wifi. this discussion is about uptodate completely on the phone (flash card) requiring no internet. thanks though
goldsfool said:
Hey,
Just wanted to say that UpToDate works perfectly without needing any fixes if you access it through a proxy connected to your medical school, assuming that's an available option. It doesn't work using opera but does with IE, including zooming, etc.
Click to expand...
Click to collapse
yooeee said:
well that's if you use an internet connection be it a data connection or wifi. this discussion is about uptodate completely on the phone (flash card) requiring no internet. thanks though
Click to expand...
Click to collapse
Oh, I assumed it still connected to the internet to access some kind of database. So this program alone contains ALL of the information that's available online!?? That's pretty amazing if it does, especially if it updates with new articles. I'll have to look into this now...
Yeah, it's huge >2GB. If you subscribe, there should be an option for them to deliver a DVD to you for you to use with your Palm/Windows Mobile device. UpToDate updates periodically, currently it's version 17.2. Articles are not updated on a rolling basis, but rather in increments corresponding to new versions. The flash card version actually does not update automatically. So whatever version you initially received, it'll remain that version with the same articles. The only way to update articles is to get the new version. Fortunately, the updates do not occur that often and medicine doesn't change drastically between versions.
goldsfool said:
Oh, I assumed it still connected to the internet to access some kind of database. So this program alone contains ALL of the information that's available online!?? That's pretty amazing if it does, especially if it updates with new articles. I'll have to look into this now...
Click to expand...
Click to collapse
many many thanks to all of you
thank you doctorcete ur fixes worked on omnia
and after applying the fixes I've downlaod this file
XDA WM 6.1 P.I.E for WM6.cab
now uptodate17.1 works and I.E 6.1 works
Ok, I haven't gotten this to work. I'm not quite sure what to do with the files. I'm using a Sprint Touch Pro. I placed both files in Programs/Mortscript. I can get everything up, but when i go into the drugs and press headings, it freezes. Any advices?

formula 1 application shortcut location

Hi all
I have downloaded this app and installed it fine, but can not find where the exe file is to create a short cut.
Anyone else got the answer
mobile.formula1.com/download
Hi.
The app is a Java based app, and as such, does not have an .exe file that you can use to create a shortcut.
You will be able to find the app under tools/jblend. But most people are having a problem that the app will not launch the second time. It gives an exception error. You need to install Myriad Java.
Uninstall the app from the Jblend program.
Install Myriad Java, then re-install the app.
All works great and it automatically creates a shortcut in the programs folder for you.
Go look in the themes and apps thread for the formula1 discussion. You will find the link for Myriad Java, and the F1 official app.
Unfortunately I can't post a link as i'm still a junior member.
As Savage-wp mentioned, you find it by running JBlend and it will appear in the list.
Also, as Savage-wp mentioned after closing the program the first time you won't be able to launch it again due to an exception...such a shame, is a great app!
Again, I can't post on their site either to add my piece about the problem
Savage-wp, does installing the myriad java solve this issue? Also can't find the DL link for myriad java
Thanks for your help.
Hi Philip.
Yes, installing Myriad Java works perfectly. You can open and close as much as you like.
Go to the themes and apps section, and look for a thread titled:
2010 Formula 1 App.....??
I think on page 7/8 you can find the link for Myriad Java. Also, someone has posted a zip file of the actual formula 1 app, so you can get that there as well.
Just uninstall the F1 app, install myriad java, and then re-install the f1 app.
Awesome app, worked great for this weekends F1 race.
Savage-wp said:
Hi Philip.
Yes, installing Myriad Java works perfectly. You can open and close as much as you like.
Go to the themes and apps section, and look for a thread titled:
2010 Formula 1 App.....??
I think on page 7/8 you can find the link for Myriad Java. Also, someone has posted a zip file of the actual formula 1 app, so you can get that there as well.
Just uninstall the F1 app, install myriad java, and then re-install the f1 app.
Awesome app, worked great for this weekends F1 race.
Click to expand...
Click to collapse
Thanks for your help and patience.

Categories

Resources