• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

key codes of samsung X497

 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have developed a game for a number of handsets, but it is not working on Samsung X497. The issue is, that the soft keys on this handset does not work, so we cannot select a menu and all....
I have not implemented commandAction, my game just makes use of the keyCodes, by keyPressed() method....
And problem in implementing commandAction NOW is that I will have to change all the sizes of images etc.
If anyone has worked on Samsung X497, and happens to know the keyCodes of the handsets(especially of 2 soft keys, select key and the clear key)...kindly post it...

Thanx...
Gud day..
Ramy.....
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ramender,

You can try this simple application to get your device Keycodes via getGameAction() function.

Here is the coding where you can retrieve by yourself using your device:



Hope that is what you looking for.
 
Ramender Mall
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mirai,

Thanx for the help...

But I got to know from somewhere, that Samsungx497's softkeys does not call keypressed method(just like Samsung E700)...
Its a device issue...

Thanx..
Gud Day,,
Ramy....
reply
    Bookmark Topic Watch Topic
  • New Topic