Link to home
Start Free TrialLog in
Avatar of muaddib33
muaddib33

asked on

J2ME Access to Device Information

Hi!

Is it somehow possible to access more device information with j2me than using System.getProperty()?

I would need infos like deviceType (e.g. SmartPhone), manufacturer of the mobile, operating system + version, maybe the mobile provider, etc.

thx
ASKER CERTIFIED SOLUTION
Avatar of jimmack
jimmack

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JavaInTheMorning
JavaInTheMorning

Ye syou can if the manufacturer allows it.
Using midlet.getAppProperty(variable that allowed by manuf.);