i wanna check the code tht actually displays the "charge down" message and the lib which actually reads the battery charge !!! can anyone help me out in this ???...Please direct me to check the code !!!
Thank yu !!!
i wanna check the code tht actually displays the "charge down" message and the lib which actually reads the battery charge !!! can anyone help me out in this ???...Please direct me to check the code !!!
Thank yu !!!
Hello ArunSinghJ,
I don't know what do you mean by charge down message, but you can get battery status and battery level from the QSystemDeviceInfo API of Qt Mobility 1.2
I think you can get something out of that :-)
Hi gaba,
thanks for yur help, Actually I meant the "notification" messages which u ll b getting when yur charge goes down....
then the API suggested works fine, just use the batteryLevelChanged signal.
Hello ArunSinghj,
Yes i was about to say the same thing, that there is no api for that, you need to use what symbianyucca has suggested.