Anyone knows if it is possible to install a game in the Nokia 6800 game menu?
Btw, if a user uses the game menu settings to turn the sound off, is there a way to check for that from within the Midlet itself? Sounds like a nokia extension…
Thanks…
Anyone knows if it is possible to install a game in the Nokia 6800 game menu?
Btw, if a user uses the game menu settings to turn the sound off, is there a way to check for that from within the Midlet itself? Sounds like a nokia extension…
Thanks…
To install into the games menu you have to add this line to the jad:
Nokia-MIDlet-Category: Game
It only works when downloading OTA though.
As for sounds being disabled. There is no direct way to test for it, but as far as I can remember if you try to play a sound with the Nokia API it will throw an exception so you could check for that (same goes for vibrations).
shmoove
Yeah, I used that Nokia-MIdlet-Category and it works for a number of phones, but not the 6800… :’(