Phone-specific details

AT-mode

Sagem

Sagem phones uses different keycodes for numeric button. For example pressing button 1 returns keycode 48 (other phones returns keycode 1). This is correctly handled by examples. Just be informed.

Server-mode

Motorola-L6, V3i

Seems this models have font of only one size. As a result commands Set(font,...), Set(text,font,...) and Set(list,font,...) will not works. On V3i caption of screen is not shown in non-fullscreen mode.

Motorola RIZR Z3

There could be situations (List or FileManager screen with active ticker) when menu is not repainted and remains empty. If this happens on processing of long command sequence, try to move Set(menu, ...) command to the head of this command sequence. Sometimes this can solve the issue. Also, You can force to stop ticker in List or FileManager screen by pressing "0" button.

Nokia-6021, 6111 (possibly all Series40)

There could be situations when screen is not repainted and remains white. Try to use "fix_nokia_repaint" parameter.If it does not helps then it is possible use to redraw screen with pressing joystick down or keys 1 or 3.

If push joystick does not work it is possible to set "fix_nokia_push" parameter to "on". In any case it is possible to use Green button instead of push joystick in main screen of java client.

On 6111 sometimes "Incorrect application. Delete?" message could arise on startup of java client. Just go out to upper menu level and then descend back.

Nokia-E61

Some keys on keypad are not detected. Seems this is limitations of Java realization.

There could be situations when "Exit" menu item is absent in main screen. It is possible to set "fix_nokia_exit_btn" parameter to "on" to fix that if non-fullscreen mode is used (could be useful for other Series 60 phones).

Siemens-S65

This phone contains the worst Java realization i've ever seen. Autoscrolling of long lines in list screen and file manager screen will not work. Control (main) screen will not support autoscrolling of title field. If You plans upload icons to the phone it needs to convert them previously by Pngout utility. Siemens-S65 could not handle icons created with other tools (for example Gimp) correctly. Run Pngout utility with "-c6" option.

If You use other Siemens/BenqSiemens phone in Server mode try to set "fix_siemens" parameter to "on" if something goes wrong with java client.

SonyEricsson-K750i

Something strange was discovered in realization of flushGraphics()/4 in this phone. Issue is handled inside java client for K750. If You run java client on other SonyEricsson phone and encounter some issues with redrawing autoscrolled lines, then try to set fix_se parameter to "on". If it does not helps try to set full_repaint parameter to "on".

Samsung-SGH-E780

In E780 user manual it is written what it supports JSR-82. But it was proven what all of JSR-82 java classes are absent in firmware. As a result E780 in fact does not supports JSR-82.

Samsung-SGH-X820

In this phone JSR-82 java classes are present in firmware. But java client hangs on LocalDevice.getLocalDevice() method. Moreover if address of PC was specified directly as btspp://_bt_addr_:_port_, then the following error message openConnection Exception java.lang.SecurityException. Required permission does not exists. Check JSI arises. There were found no way to overcome that security limitations.

About · Download · Documentation · FrontEnds · Contacts ·