Daoudai / waze-qt

Automatically exported from code.google.com/p/waze-qt
2 stars 1 forks source link

Waze on N900 keep showing the 20% battery left and closes once not clicked #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Waze on N900 with custom settings but with battery level bigger than 20%
2. On Start, Waze shows "20% battery remaining dialog"
3. When not pressing the OK, for 10 secs Waze will close

What is the expected output? What do you see instead?
Waze does not recognize the correct battery level and shows the dialog when not 
needed.

Original issue reported on code.google.com by damageds...@gmail.com on 15 Apr 2013 at 12:58

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
That issue occur when using a non out-of-the-box setting on N900 which cause 
the QtMobility to stop identifying correctly the battery level.

A possible workaround is to simply disable the battery level detection.

This can be done be by manually adding the following code to 
~/MyDocs/.waze/data/preferences.ini:

[Battery]
CheckPeriod=0

Original comment by damageds...@gmail.com on 15 Apr 2013 at 1:04