i want get battery properties such as current battery level, voltage, battery temperature, battery health, charging status, battery type in j2me.
how to know which particular device application is using % battery?
i want get battery properties such as current battery level, voltage, battery temperature, battery health, charging status, battery type in j2me.
how to know which particular device application is using % battery?
Mayur Dharukiya
WWW.MAYURDHARUKIYA.COM
J2ME Team Lead at eTechnolabs.com
Symbian S60 Ambassador
Nokia Pilot
There is no standard way to achieve this and, on many devices, no way at all.
Series 60 3rd Edition FP2 and later supports:
No other information is available.Code:String batterPercentage = System.getProperty("com.nokia.mid.batterylevel");
Graham.
There are some APIs and notification using symbian C++ apis.Perhaps you can write a c++ component providing this information to the midlet by means of some sort of inter process communication.
-Pradeep