三星设备的屏幕键盘关闭

发布于 2024-12-12 05:28:29 字数 338 浏览 0 评论 0原文

我正在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

∞琼窗梦回ˉ 2024-12-19 05:28:29

您可以在 .jad 文件中添加以下属性,

// Nokia/SE:
Nokia-MIDlet-On-Screen-Keypad: no

// Samsung?
Navi-Key-Hidden: true
MIDlet-Touch-Support: true

you can add the following property on .jad file,

// Nokia/SE:
Nokia-MIDlet-On-Screen-Keypad: no

// Samsung?
Navi-Key-Hidden: true
MIDlet-Touch-Support: true
情绪失控 2024-12-19 05:28:29

如果您使用的是 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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文