I made an app that read the battery level of my Nokia E52.
So, my code is:
the problem is that when I used the QtMobility 1.1.0 it works, but with QtMobility 1.1.1 package, this function return me always the zero level, also when the battery is completely charge.Code:QSystemDeviceInfo sysInfo; int batteryLevel = sysInfo.batteryLevel();
Could be a bug of the new version?



