三星设备的屏幕键盘关闭
我正在j2me中开发一个游戏。如何关闭三星设备的屏幕键盘。我用的是SGH-M8800模拟器。
我找到了诺基亚的解决方案 http://www.developer.nokia.com/Community/Wiki/Using_on-screen_keypad_in_MIDlets_in_S60_5th_Edition_devices
制作方法对于三星设备?
I am developing a game in j2me. How to off the screen-keypad for Samsung device. I used SGH-M8800 emulator.
I find solution for Nokia
http://www.developer.nokia.com/Community/Wiki/Using_on-screen_keypad_in_MIDlets_in_S60_5th_Edition_devices
How to make for Samsung device ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 .jad 文件中添加以下属性,
you can add the following property on .jad file,
如果您使用的是 JAVA 手机,并且您的 Java 游戏面临 4 个按键...不要害怕,我有一个解决方案...
首先你需要安装“Minicommander”
http://boostapps.com/files/MiniCommndr.jar
这是链接^^^^^^
安装 minicommander 后只需通过 minicommander 打开游戏设置然后 META-INF ->MANIFEST.MF &然后单击 4 并按“确定”并在段落中间键入此代码“MIDlet-Touch-Support:true”
然后按“确定”和“保存文件......
然后回到你的存储卡并再次安装这个游戏......然后启动游戏,你会发现你的游戏上没有额外的键盘......我保证它完全可以工作......
If you're using JAVA phone and you're facing 4 keys on your java game...don't be afraid i have an solution ....
First you need to install "Minicommander"
http://boostapps.com/files/MiniCommndr.jar
Here is link ^^^^^^
After installation minicommander just open the Game setup through minicommander And then META-INF ->MANIFEST.MF & then click 4 and press Ok And midest of the passage juat type this code "MIDlet-Touch-Support: true"
And press OK & SAVE File .....
And go back to your memory card and install this game again .... and launch the game the you wil find there's no Extra keypad on your game...i promise it's totally working...