How to retrieve info of (Series 40)devices programmatically?
Can someone tell me how to retrieve info of (Series 40)devices programmatically?
And what are the information available for developers? Specially I want to retrieve ....
Devices screen sizes
Input type (Whether Touch/Type or Touch and type)
and Whether the phone is slide or not .....
Thank you
Re: How to retrieve info of (Series 40)devices programmatically?
You can refer to [url]http://www.developer.nokia.com/Community/Wiki/How_to_utilize_different_keyboards_in_Java_ME[/url]
it might help.
From canvas properties you get the Screen Size
You can also may a request to WURFL database and server hit that can get you the device details based on user agent.
Re: How to retrieve info of (Series 40)devices programmatically?
Hi InvisibleCat
I did a nice trick to get all screen dimensions for my application (it is not a canvas application).
As I have a full splash screen (canvas based), I retrieved all screen dimensions when my splash was been displayed.
I saved these values and I used them later in my app.
Marcelo