| Reply | « Previous Thread | Next Thread » |
|
Hi, all.
I'm new in this world of Java microedition development and I'm wondering if there is a way to know what is the keyboard layout of the device my application is running on. That is, I need to know if the device has a qwert keyboard or not. Anyone knows how to do that? |
| aleantonello |
| View Public Profile |
| Find all posts by aleantonello |
|
No built-in functions to find that out.
You could check what is the phone model with a microedition.platform system property and have an internal list of phones with qwerty keyboard. Unfortunately new devices (launched after you release your MIDlet) with qwerty will not be detected. Also for E70 and E90 you need to do some special tricks (checking the scree width should suffice...) Hartti |
|
Quote:
I don't know if I will do that list. But you help me a lot. Thanks again. |
| aleantonello |
| View Public Profile |
| Find all posts by aleantonello |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| E61 keyboard support badly broken in 2.xx firmware ? | John.Holloway | General Symbian C++ | 3 | 2008-11-05 16:12 |
| ASCII Devices (E61/E61i, 9xxx): how to find out keyboard layout? | thomasbielagk | Mobile Java General | 2 | 2007-07-18 18:50 |
| Developers with third party virtual keyboard software experience series 60 | HLEW | News, Announcements and Job Listings | 0 | 2006-09-24 01:00 |
| How to change keyboard layout on N9210 | v01i0 | General Discussion | 0 | 2006-04-27 17:21 |
| Stair case Layout in wtk(2.2) | saqib_ch | Mobile Java General | 0 | 2006-04-04 09:28 |