webOS Nation Forums >  webOS smartphones (Pre, Pixi, Veer) >  Palm Pre and Pre Plus > Find out how good/bad your battery is
Find out how good/bad your battery is

  Reply
 
LinkBack Thread Tools Display Modes
Old 12/30/2010, 09:14 PM   #501 (permalink)
Member
 
Join Date: Dec 2010
Location: Hemet CA.
Posts: 4
Likes Received: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Default

My email to seidio:

I have discovered that the battery that you sold me was not as advertised. I purchased a 1350 mAh extended life battery. I received a 1150 mAh version that can be purchased for under $4. I am requesting either a refund of $40 or a proper replacement. I am obviously out of the 180 day warranty period so the normal rma request does not seem to apply. Thank you for your time, Jason
jasondoes is offline   Reply With Quote
Old 12/31/2010, 02:02 AM   #502 (permalink)
Member
 
Join Date: Oct 2009
Location: Berlin
Posts: 2,440
Likes Received: 76
Thanks: 517
Thanked 759 Times in 433 Posts
Default

Quote:
Originally Posted by jasondoes View Post
Ok, so this is post 500 on THIS thread. Forgive me, I have just spent over 2 hours reading and after looking at these threads I found that the 1350 was at one point correctly charged and the "do not buy" thread is still in effect. I have a 1350 from my centro (reads about 1150) and would like to know if the Dr. will or will not correct the reading (v 0.1.2) and if you still boycotting Seidio. BTW, I have doubled my knowledge about programming from this thread. That's 100 percent increase!!
Hi jasondoes,
that was a long read, congrats ;-)
I usually answer within 30 minutes but since I'm in Germany I was asleep.
As you may have find out in my poll 3/4 off the Seidios are 1150.
I know at least 4 ppl who tried to get the advertised capacity using Dr.Battery. Non of them got it. It's possible to set the MFR (manufacturer rating) to 1350, but when you calibrate the health will be set down and you get a capacity of 1150.
I saw your mail to Seidio. Assuming the battery is out of warranty I don't expect some positive response from them, but wish you good luck.
Keep us informed.
__________________
Dr. Battery
somline is offline   Reply With Quote
Old 12/31/2010, 03:28 AM   #503 (permalink)
Member
 
Join Date: Dec 2009
Posts: 33
Likes Received: 0
Thanks: 12
Thanked 2 Times in 2 Posts
Default

Failed
-1: Unable to run command: /usr/bin/curl --create-dirs --insecure --location --fail --show-error --output /media/internal/.developer/ca.canucksoftware.filemgr_1.1.9_all.ipk http://ipkg.preware.org/feeds/precen..._1.1.9_all.ipk 2>&1
% Total % Received % Xferd Average Speed Time Time Time Current
0 161 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 161 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
curl: (22) The requested URL returned error: 404



I tried to download internalz and thisis way I got...
cmoneyct is offline   Reply With Quote
Old 12/31/2010, 03:57 AM   #504 (permalink)
Member
 
Join Date: Oct 2009
Location: Berlin
Posts: 2,440
Likes Received: 76
Thanks: 517
Thanked 759 Times in 433 Posts
Default

Quote:
Originally Posted by cmoneyct View Post
Failed
-1: Unable to run command: /usr/bin/curl --create-dirs --insecure --location --fail --show-error --output /media/internal/.developer/ca.canucksoftware.filemgr_1.1.9_all.ipk http://ipkg.preware.org/feeds/precen..._1.1.9_all.ipk 2>&1
% Total % Received % Xferd Average Speed Time Time Time Current
0 161 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 161 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
curl: (22) The requested URL returned error: 404



I tried to download internalz and thisis way I got...
They have changed something in the feed:
http://forums.precentral.net/canuck-...ml#post2810907
__________________
Dr. Battery
somline is offline   Reply With Quote
Old 12/31/2010, 11:02 AM   #505 (permalink)
Member
 
Join Date: Oct 2009
Location: Berlin
Posts: 2,440
Likes Received: 76
Thanks: 517
Thanked 759 Times in 433 Posts
Default

So reducing IMIN doesn't work as well.
Seems it's all hardcoded in powerd:
Code:
CHG_LOGIC: debug_battery_taper (charging, type=0, 1128.000000mAh, 97%, 33C, 49mA, 4191mV, (avg)49mA, min=50mA, max=4141mV, taper_state=start, battery_state=learn,  battery-authentic charger-connected) 
CHG_LOGIC: debug_battery_taper (charging, type=0, 1126.400024mAh, 97%, 32C, 48mA, 4191mV, (avg)48mA, min=50mA, max=4141mV, taper_state=complete, battery_state=learn,  battery-authentic charger-connected) 
CHG_LOGIC: Turning charging off because of charge complete
As you can see powerd stopped charging at < 50mA.
IMIN is set to 55mA in the battery chip.
Learning stopped with "ERROR: Calibration interrupted"
__________________
Dr. Battery
somline is offline   Reply With Quote
Old 12/31/2010, 12:53 PM   #506 (permalink)
Member
 
Xanadu73's Avatar
 
Join Date: Nov 2009
Location: Hour West of Philly, USA
Posts: 1,571
Likes Received: 4
Thanks: 3
Thanked 215 Times in 161 Posts
Default

Quote:
Originally Posted by somline View Post
So reducing IMIN doesn't work as well.
Seems it's all hardcoded in powerd:
Code:
CHG_LOGIC: debug_battery_taper (charging, type=0, 1128.000000mAh, 97%, 33C, 49mA, 4191mV, (avg)49mA, min=50mA, max=4141mV, taper_state=start, battery_state=learn,  battery-authentic charger-connected) 
CHG_LOGIC: debug_battery_taper (charging, type=0, 1126.400024mAh, 97%, 32C, 48mA, 4191mV, (avg)48mA, min=50mA, max=4141mV, taper_state=complete, battery_state=learn,  battery-authentic charger-connected) 
CHG_LOGIC: Turning charging off because of charge complete
As you can see powerd stopped charging at < 50mA.
IMIN is set to 55mA in the battery chip.
Learning stopped with "ERROR: Calibration interrupted"

I wonder if playing with thr .conf file again would get it to stop? You know, that line disable_override or whatever it was.


M.
Xanadu73 is offline   Reply With Quote
Old 12/31/2010, 12:58 PM   #507 (permalink)
Member
 
Join Date: Oct 2009
Location: Berlin
Posts: 2,440
Likes Received: 76
Thanks: 517
Thanked 759 Times in 433 Posts
Default

Quote:
Originally Posted by Xanadu73 View Post
I wonder if playing with thr .conf file again would get it to stop? You know, that line disable_override or whatever it was.


M.
Good idea, I already looked into it without success.
__________________
Dr. Battery
somline is offline   Reply With Quote
Reply

 

Tags
battery

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0