![]() |
2011-02-11
, 11:34
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#222
|
![]() |
2011-02-11
, 12:41
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#223
|
![]() |
2011-02-11
, 13:04
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#224
|
hal-device | grep voltage.current & hal-device | grep voltage.current | awk '{printf "%4.0f",$3}'
![]() |
2011-02-11
, 13:20
|
Posts: 619 |
Thanked: 691 times |
Joined on Feb 2010
|
#225
|
![]() |
2011-02-11
, 15:22
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#226
|
dr_frost_dk
I am about to do your double battery mod with 2 Pisen batteries.
Read your post but wanted some clarification.
1. How do you open the battery ? do you just prise it open ? My pisen batteries do not have screws or anything.
2. For your double battery mod, are you able to charge the double battery in a normal external desktop battery charger ?
3. Once you get the battery covers open, you solder a wire + to + and - to -. For 1 of the batteries, you retain the cover/circuit board, but for the other battery, you remove the cover/circuit board, is this correct ?
Thanks - I am not very good with hardware and soldering so any tips will be appreciated
The Following User Says Thank You to dr_frost_dk For This Useful Post: | ||
![]() |
2011-02-11
, 15:31
|
Posts: 619 |
Thanked: 691 times |
Joined on Feb 2010
|
#227
|
![]() |
2011-02-11
, 16:18
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#228
|
do you have any battery programs installed?, any special Kernels?
my QBW is also 1.3.3
could you try some terminal command:
and post the resultsCode:hal-device | grep voltage.current & hal-device | grep voltage.current | awk '{printf "%4.0f",$3}'
hal-device bme | awk -F"[. ]" '$5 == "is_charging" {chrg = $7}; $5 == "percentage" {perc = $7} END if (chrg == "false") {print perc "%"} else {print "Chrg"}'
![]() |
2011-02-11
, 17:01
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#229
|
1st command gives me
battery.voltage.current = 3 (0x3) (int)
battery.voltage.current = 3975 (0xf87) (int)
and 2nd
43969
If i use both with the & I'm getting
/bin/sh: syntax error: "&" unexpected
I'm using power46 kernel with the bleeding-edge wl modules.
Btw the old command execution widget useswich is showing normal percentage.Code:hal-device bme | awk -F"[. ]" '$5 == "is_charging" {chrg = $7}; $5 == "percentage" {perc = $7} END if (chrg == "false") {print perc "%"} else {print "Chrg"}'
thx in advance
lshal | grep battery.voltage
![]() |
2011-02-11
, 17:34
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#230
|
battery.voltage.current = 3858 (0xf12) (int) battery.voltage.design = 4200 (0x1068) (int) battery.voltage.unit = 'mV' (string)
![]() |
Tags |
battery, battery test, best battery, good bad ugly, modding, mugen battery, scud battery, tool got banned, yasirrfc |
|
33.753 V and 2560.2 %
What do need to change in the script for fixing this?
Greetz,
..::J4ZZ::..