1. paulwallace1234's Avatar
    Bit random this, am using BatteryInfo.level to display it, now the device monitor/OS say 100% but my App reads 99% and never hits 100%
    Is this a problem with the API or just my phone?

    z10 10.2.1
    09-18-14 12:59 PM
  2. RodgerLeblanc's Avatar
    Can you share some code to see if there ain't any errors in it...BatteryInfo.level use to work well when I used it a while ago. My new app Volt reads 100% correctly but it uses low-level C API, and I guess you don't want to mess with C and stay with QML.
    09-23-14 11:06 PM
  3. RodgerLeblanc's Avatar
    Here's a C++ code I use in one of my app, 100% shows correctly :
    batt = new bb::device::BatteryInfo(this);
    connect(batt, SIGNAL(levelChanged(int, bb::device::BatteryChargingState::Type)), this, SLOT(onBatteryLevelChanged(int, bb::device::BatteryChargingState::Type)));
    09-24-14 07:34 AM
  4. paulwallace1234's Avatar
    Can you share some code to see if there ain't any errors in it...BatteryInfo.level use to work well when I used it a while ago. My new app Volt reads 100% correctly but it uses low-level C API, and I guess you don't want to mess with C and stay with QML.

    Hi Rodger,

    It's fixed itself, think my battery has having a bad day, it reads 100 % now.

    Things are starting to have a habit of doing that :

    09-24-14 09:47 AM
  5. RodgerLeblanc's Avatar
    Nice look!
    paulwallace1234 likes this.
    09-24-14 03:43 PM
  6. paulwallace1234's Avatar
    Nice look!
    Thanks !
    09-26-14 04:26 AM

Similar Threads

  1. my phone battery drained while off
    By Legeradda in forum BlackBerry Z10
    Replies: 4
    Last Post: 09-20-14, 11:29 AM
  2. Z10 STL 100-3 Battery drains quickly .
    By Sarim Ghumman in forum Ask a Question
    Replies: 3
    Last Post: 09-19-14, 12:12 PM
  3. Sound notifications when sending texts
    By JJonPB in forum BlackBerry Z10
    Replies: 3
    Last Post: 09-19-14, 11:16 AM
  4. Battery issue w/ my Z10
    By subz-zero in forum BlackBerry Z10
    Replies: 3
    Last Post: 09-18-14, 01:35 PM
  5. Passport pentaband model?? Need info for canada
    By pre456 in forum BlackBerry Passport
    Replies: 4
    Last Post: 09-18-14, 08:40 AM
LINK TO POST COPIED TO CLIPBOARD