Hi all,
is it possible to put a shortcut to a Java app on your menu?
For example I have some Java games when I go into apps, but id rather have an icon for each in games. Maybe there is a way of making a shortcut?
Hi all,
is it possible to put a shortcut to a Java app on your menu?
For example I have some Java games when I go into apps, but id rather have an icon for each in games. Maybe there is a way of making a shortcut?
No, there's no way yet. Someone might write an app though?
Yeh. Not saying I can do it but can't be hard for someone who is into Symbian development?
Would be useful too.
Great idea! Even though you can do most things with the joystick & softkeys, there are far too many "keystrokes" needed to get to the command you want. I'd happily pay for it.
That said - Nokia should include it as a utility in a FW update???
[quote="The Kingster"]Hi all,
is it possible to put a shortcut to a Java app on your menu?
For example I have some Java games when I go into apps, but id rather have an icon for each in games. Maybe there is a way of making a shortcut?[/quote]
move your entire apps folder to the games folder! 😉
So you cant have a seperate icon for each game? That sucks!
Essentially a small C++ app is needed that will open the APPS program (ie the MIDP enviroment) and run the selected program in the background.
That way all the users see's is select icon (as normal) and app opens.
What the OS sees is the MIDP envriiroment being opened, the app seleceted, and the app runs in it's sandbox.
Any takers?