I developed the game in j2me and I converted jar to cod. It’s working fine in blackberry device. But hideNotify() method is working, so I not able to handle redkey, callevents etc.
Inside the game play, I placed background sound, when I pressed redkey, it goes to home screen but application not closed and background sound runs continuously.
How to handle events in blackberry using j2me code?
To handle BB events, you’ll have to
importnet.rim...libraries instead ofjavax.microedition..., which means you’ll have to write event handling again. J2ME event handlers are different from BB’s and BB does not recognize them. So you can run a jar file in a BB but you can not have the complete functionality.