The Following 2 Users Say Thank You to Tinukedaya For This Useful Post: | ||
![]() |
2011-03-09
, 15:02
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#322
|
Hey, here's what I did with yhour battery meter, if you're interested.
Cheers and thanks again.
http://talk.maemo.org/showpost.php?p...&postcount=119
![]() |
2011-03-09
, 15:04
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#323
|
Too extreme for me to do yourself at home?
If there is I want to buy a ready-made from the experiment.thx
![]() |
2011-03-10
, 11:01
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#324
|
![]() |
2011-03-10
, 11:05
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#325
|
charge=$(hal-device | grep is.charging | awk '{printf $3}') x=$(hal-device | grep voltage.current | awk '{printf "%4.0f",$3}') if [ $x -ge 4050 ];then echo $x | awk '{printf "%3.1f", 85 + ($1 - 4050) / 12}{print "%"}' level=0;fi if [ $x -ge 3900 -a $x -lt 4050 ];then echo $x | awk '{printf "%3.1f", 70 + ($1 - 3900) / 10}{print "%"}' level=0;fi if [ $x -ge 3800 -a $x -lt 3900 ];then echo $x | awk '{printf "%3.1f", 50 + ($1 - 3800) / 5}{print "%"}' level=0;fi if [ $x -ge 3660 -a $x -lt 3800 ];then echo $x | awk '{printf "%3.1f", 15 + ($1 - 3660) / 4}{print "%"}' level=1;fi if [ $x -ge 3600 -a $x -lt 3660 ];then echo $x | awk '{printf "%3.1f", 5 + ($1 - 3600) / 6}{print "%"}' level=2;fi if [ $x -lt 3600 ];then echo $x | awk '{printf "%3.1f", ($1 - 3300) / 60}{print "%"}' level=3;fi if [ $level -gt 1 ]; then dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_activate string:"PatternError" fi if [ $level -le 1 ]; then dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_deactivate string:"PatternError" fi if [ $charge == "true" ];then echo "Charging" else echo $x | awk '{printf "%1.3fV", $x / 1000}' fi exit $level
The Following User Says Thank You to vi_ For This Useful Post: | ||
![]() |
2011-03-10
, 11:30
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#326
|
![]() |
2011-03-10
, 14:58
|
Posts: 183 |
Thanked: 98 times |
Joined on Mar 2011
@ Brisbane, Australia
|
#327
|
![]() |
2011-03-10
, 17:14
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#328
|
Ok, I've set up my charging system, as follows:
+ and - battery terminals, with a wire going to where the microusb was. Mounted there is a male 2mm connection (taken from my old e71). This then allows a female 2mm plug to be plugged in, which is then plugged into my external battery charger.
Works for the most part. The problem is that I think my charger is too smart for this kind of system. It will charge for an hour (slowly), and then stop charging. Just before it does this, it drops the voltage to 1.2v. It doesn't actually result in a positive change in battery, capacity stays the same.
I have a cheapie ebay external charger coming in in the next few days, which charges at a consistent 3.7v, perhaps this will remove this problem.
edit: appears to be a problem if the phone is on at the same time as it is charging. If the phone is turned off, charging the battery works normal.
The Following User Says Thank You to dr_frost_dk For This Useful Post: | ||
![]() |
2011-03-12
, 00:33
|
Posts: 183 |
Thanked: 98 times |
Joined on Mar 2011
@ Brisbane, Australia
|
#329
|
![]() |
2011-03-12
, 00:41
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#330
|
still waiting for my charger to arrive from ebay. This is the charger: http://cgi.ebay.co.uk/ws/eBayISAPI.d...=STRK:MEWNX:IT. I expect the included batteries to be complete crap though.
Saw this: http://cgi.ebay.co.uk/Extended-Batte...item230f00601b not sure if its of interest to you. Includes a cover and a double size battery. 2800mah apparently.
![]() |
Tags |
battery, battery test, best battery, good bad ugly, modding, mugen battery, scud battery, tool got banned, yasirrfc |
|
Cheers and thanks again.
http://talk.maemo.org/showpost.php?p...&postcount=119
"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke