English 中文(简体)
J2ME避免5800诺基亚的兼容模式
原标题:J2ME avoid compatibility mode on Nokia 5800

My MIDlet使用表格和Canvas。 当我行进时,我5800岁的诺基亚进入了落后的兼容模式,并开始显示所有这些纽芬兰。 我是如何避免的。

P.S. 我没有利用任何纽州的投入。

最佳回答

你们需要没收你的ja。

有各种选择,最可能需要的是:

Nokia-MIDlet-On-Screen-Keypad: no

The other options are Nokia-MIDlet-On-Screen-Keypad: gameactions Nokia-MIDlet-On-Screen-Keypad: navigationkeys

Nokia have a full explanation on how this affects your application here http://wiki.forum.nokia.com/index.php/Using_on-screen_keypad_in_MIDlets_in_S60_5th_Edition_devices

问题回答

将以下内容纳入我国移民与发展协会:

Nokia-MIDlet-On-Screen-Keypad: no




相关问题
add text in http request string url

ok i made a midlet through which i can connect to server pages and get soem information as response. For example i made a midlet through which i acced url: http://example.com/?u=nepal&t=1 Now i ...

Do I have to do a setSize() on a Vector before using it?

Given private final Vector v = new Vector(); //instance variable the following 3 lines are in an instance method in the same class. 1. int length = v.capacity(); 2. int size = v.size(); ...

Is the situation with Java ME improving?

It seems to be the consensus that developing for Java ME is not as cross platform as you might expect, particularly compared to say java SE, but it is difficult to assess how the situation is evolving....

Privileged operations in netbeans mobility

I m writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background ...

ClassFormatError: 56 while using hessian in j2me

I am trying to use the hessian j2me implementation @ http://hessian.caucho.com/ using java me sdk 3.0. http://hessian.caucho.com/doc/hessian-overview.xtp#Hessian%20Client%20for%20a%20cell-phone ...

热门标签