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.
Related
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
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
One of the most important things that makes iPhone appealing for the end-user is the famous Installer. Although jailbreaking your device is not something Apple wants you to do, everyone does it, and it was one of the main reasons that iPhone became so popular.
An end-user who wants goodies for his phone does not know how to search online for applications, choose the best, download, copy, and install... Installer saves you this hassle by providing a one-stop location to download (virtually) any application you might want, using the iPhone itself, making it extremely easy for the user.
Is there a similar application for WM? If not, can't we start it XDA-Developers and build a general public repository for freeware applications to promote the applications of developers here in the forums and contribute the WM software community? The application would have to be widely advertised and not just included in custom ROMs by default, so that people who don't know how to install custom ROMs can get a copy of this application easily.
This is a proposal to the developers to start a new application, not a request for an already available one. I don't have the required development skills for it.
[Was this discussed before? Can't find a trace]
I agree!
Since the new 2.0 FW came out I have been using my iPhone again. I actually still prefer my Touch even with the new exchange support. The installer (app store and Cydia for now) on the iPhone is amazing. While I know how to install apps, think about the new WM user. If they had an installer program that could be downloaded and installed from a site (here?) and then have access to installing programs like S2U2, S2P, PCM Contacts, Keyboards, or even pay products like SPB MS, UL, etc. Potentially the program could also monitor for updates, so when A_C (the great!) comes out with a new update, the user would not need to be checking this forum and happen to see the thread with the update, it would be notified by the application on the device (when they launch the installer app). Skins could be available, the possibilities are endless - the iPhone has proven that.
As far as the application itself, I am no programmer, but it seems like it would be fairly easy to create a program that would look for a list of cab files on a website directory, download the list and allow the download and installation of the cab file. Yes, No?
I agree, this would be very useful. Currently I use Ubuntu Linux, and downloading and installing programs is this easy, because of repositories. I just search for a program using a package manager, and I'm given a list of programs that is relevant to my search. Then I simply have to click and install. I've seen this on the iPod touch, and it is very useful and quick
I just found that someone proposed a similar idea at http://forum.xda-developers.com/showthread.php?t=396486.
However, the approach is not logical as someone has proposed using a thread filtering algorithm instead of creating an actual repository.
Anyway, isn't any developer interested?!
I was looking for something similar since ages. However, the best bet I think (in terms of ease of development) would be to setup a ppc-friendly website with freeware cabs available. Ofcourse, not an ideal solution but should do the trick. How about something like an AppStore for ppc devices ?
A web site won't serve the purpose. There are several web sites out there already. A Windows Mobile application will make it completely different. It can serve as a UI for a cab manager (much like *nix apt-get or other package managers: Installer, Cydia, App Store). The point is reaching the end-user through the phone, not a web site, not the PC.
z_rudy said:
A web site won't serve the purpose. There are several web sites out there already. A Windows Mobile application will make it completely different. It can serve as a UI for a cab manager (much like *nix apt-get or other package managers: Installer, Cydia, App Store). The point is reaching the end-user through the phone, not a web site, not the PC.
Click to expand...
Click to collapse
Well, even if someone managed to make such an app, in idea it would still be needing a working internet connection to download the cabs. So in a way it is as internet dependent as a website. However, I agree that such a software would be cool but difficult to develop.
Isn't one of the features of the installer app that users can add repositories from all over the place,but still have a unified interface at the end of the day? A website could not achieve that.
Surur
In the meantime why not set up an rss feed from eg: http://www.freewarepocketpc.net/ and you are at least halfway there.
Skymarket - Windows Mobile app store coming “this fall”
http://wmpoweruser.com/?p=819
The answer
-removed- will announce full launch soon.
hmmm... isn't a wiki the easiest answer?
everyone can modify it and it has enough structure to make it as deep as folks want and search is built in.
and it can be quite fast on mobile if no graphics.
if I see itunes not wanting to start up every other week because there is another update, I'm going to simply uninstall it.
There is already an paa like this in our phones .. the MS version that does not do ****. if anything, all it would take is have it register the programs installed on the ppc, and have the ms version search for updates in the middle of the night while we sleep. the only thing though: the developers have to put a link for the updates in the about section. this would help MS update check those websites for updates, instead of having someone putt all the labor hours collecting cabs. the developers can do it them selves everytime they make an update just like posting it on a thread.
Unfortunately, MS does not have much on their website other than promotional advertising for their own product.
it will be hard work but very possible. considering all the custom roms out there, not many cabs can be installed with just a tap of the stylus. there will be dependency issues, memory issues, etc. but anyway, check out Device Update of CrC's roms for hermes. it's a small repo for his rom. cool, aint it?
gotvitamink said:
I agree, this would be very useful. Currently I use Ubuntu Linux, and downloading and installing programs is this easy, because of repositories. I just search for a program using a package manager, and I'm given a list of programs that is relevant to my search. Then I simply have to click and install. I've seen this on the iPod touch, and it is very useful and quick
Click to expand...
Click to collapse
Exactly this.
Makes many things much easier.
Hello everybody. I am a programmer experienced in various languages. I want to create a very simple today-plugin, a launcher. It should be touch-responsive, to gestures to be more accurate. Target platform is Windows Mobile 6.1 Pro. I don't want to use wrappers and user-made frameworks and stuff for this, I want to write a professional app. .NET Framework is okay but I don't want to use technologies that are not made by Microsoft. Period. Okay now what I need to know is how do I do this? First I need to know which apps to get. I suppose I will need Visual Studio? Which Version? I'm downloading "Windows Mobile 6 SDK Refresh Kit" at this time. How do I proceed? Is there any sample code? I'm not looking for a huge file. I would like a quick success. Maybe I'll go into some more detail: Basically I want a fully transparent plugin, 480 x 480 px. Users should be able to move their finger from the center in 8 directions and the plugin will then launch the program associated with that direction. That's it. I hope you can help me with this. By the way, I have used the search function and I have found some threads and followed most links I encountered but it's not up to date or not what I want, so frogive me for posting another thread.
hi,
First of all, you can't use .NET Compact Framework for Today Plugin development. It has to be C++ native code AFAIK because it's a .dll - you can't have managed code DLLs.
You need Visual Studio with Smart Device Project support. I'm using VS 2008 Professional, because that's the only version that has it. Standard, Express etc doesn't have that.
You'll need that WM 6 SDK you're already downloading.
Visual Studio has a very nice Device Emulator if you don't have a device to use, but you need to download device emulator images with windows mobile 6. It's somewhere on MSDN in separate package.
I don't have any experience in today plugin development, but I'm sure you'll find a lot of resources and articles about it on:
- http://msdn.microsoft.com
- http://social.msdn.microsoft.com/Forums/en-US/category/smartdevicedevelopment
- http://codeproject.com
You could start off by reading the sticky!
http://forum.xda-developers.com/showthread.php?t=445396
ather90 said:
You could start off by reading the sticky!
http://forum.xda-developers.com/showthread.php?t=445396
Click to expand...
Click to collapse
I DID see this thread, but I don't want to search download install and configure 20 apps out of which I only need 2 for my purpose. Thanks to grzegorzaksamit for the information. I will organize VS 2008 then. Any other help regarding the actual development is highly appreciated!
Firefall! said:
I DID see this thread, but I don't want to search download install and configure 20 apps out of which I only need 2 for my purpose. Thanks to grzegorzaksamit for the information. I will organize VS 2008 then. Any other help regarding the actual development is highly appreciated!
Click to expand...
Click to collapse
There is an example in either the WM5 or WM6 SDK.
I am a formula 1 race fan and the official website provides a rich and powerful java app for PDA's that is truly cool. It provides live timing, circuit data, weather conditions etc
See http://www.formula1.com/mobile_services/live_timing.html
The application detects I am downloading this to my HD2 and it installs well and runs quite well. However everytime I shut it down I have to go to the website to download it again !?
It doesn't appear in my installed applications list and I can't find the formula1.jar file it downloads.
Can one of the code gurus on here help track down where this app goes so we can have it all the time?
The only clue I can see is that it shares the same icon as the jblend application found in the tools section.
What is JBlend???
When I click on jblend I get the F1 2010 application appear with several options (one of which is local install) but nothing other than going to the full download works.
Can someone help please I am obviously not across the java implementation here
JBlend is a Java emulator.
Open it and your F1 app will be on list. Mark it and run - thats all.
FRANQ_23_PL said:
JBlend is a Java emulator.
Open it and your F1 app will be on list. Mark it and run - thats all.
Click to expand...
Click to collapse
Hi Franq, I get "Uncaught exception!" when trying that. Thanks in advance of any additional help you can provide.
A lot of people have had problems with the F1 live timing, the issue is Jblend. Install Myriad Java then download the Living timing again and it should work properly.
In fact I'll just upload the stuff
xavierdemon said:
A lot of people have had problems with the F1 live timing, the issue is Jblend. Install Myriad Java then download the Living timing again and it should work properly.
In fact I'll just upload the stuff
Click to expand...
Click to collapse
yes I can confirm this works
xavierdemon thanks for share! I did'nt know that there is some other Java emulator. I need it for emulate Java apps, which use Bluetooth - JBlend can't do that. I hope this one can. Thanks
Many thanks. I'll give it a go. Didn't realise the HD2 had such a crap Java emulator.
Myraid is the best java emu ^_^
xavierdemon said:
A lot of people have had problems with the F1 live timing, the issue is Jblend. Install Myriad Java then download the Living timing again and it should work properly.
In fact I'll just upload the stuff
Click to expand...
Click to collapse
Hi I installed it and can't find it anywhere in my programs list though it is listed on my installed apps list.
Also I deleted the app from JBlend but when I go to download the app from the website again it choses JBlend to use for the install.
When I go to run the app I get the same problem in JBlend.
What am I doing wrong?
Reset after installing Myriad and then just unzip the attached file and copy the contents to your device and run it.
xavierdemon said:
Reset after installing Myriad and then just unzip the attached file and copy the contents to your device and run it.
Click to expand...
Click to collapse
Brilliant ! A nice shortcut in the program group has appeared!
How did you do that ??
How did you guys get hold of the Install file and how did you setup the install to ask the extra questions such as where to install the app so it appeared?
Why did the application writers not write it to do this!?
LOL lots of question there but as I said before it's a well known problem caused by Jblend being frankly just utter rubbish .
The Live Timing is awesome though adds a whole new dimension to the races .
Agreed re the awesomeness of the livetiming. I always watched the races on my PC with the full web version of live timing running side by side to the broadcast. Now I can sit in front of the big screen and just watch the live timing from my PDA.
Many thanks
xavierdemon said:
LOL lots of question there but as I said before it's a well known problem caused by Jblend being frankly just utter rubbish .
The Live Timing is awesome though adds a whole new dimension to the races .
Click to expand...
Click to collapse
Hey xavierdemon, I am getting prompted that a new version of the app is now available for download. I wonder if you could create a package like you did previously for my HD2 using the updated version?
I'd love to know how you did this so I can do this myself and I can stop hassling you my friend.
Just use this link
http://mobile.formula1.com/download/start/HTC-HD2/Formula1.jar
Thanks very much
quick question on the java side of things. Is there a sun java version for windows mobile still? i remeber having it my artemis but i can't seem to find a copy of it anymore.
The living timing app does sound cool, though. I think i'm gonna go get it and try it out this weekend. I'm also wondering if there is something similar for the Le Mans 24 hours. On that note check out radio le mans. I used it last year for the commentry and it was so much better than eurosport.
I also had problems with Formula1 and JBlend.
So I installed Java Myriad
With Myriad no problem using Formula1 (2010 App)
But I can not run.
When I open Myriad, I have my application but I do not know how to run it.
So every time I pass by the formule1.jar which retry installation, then launch it.
How to run it from Myriad or better make a shortcut to launch my application directly
coooool!!!!!