11/27/2012, 08:23 AM
|
#1 (permalink) |
|
Member
![]()
Posts: 213
|
I have had my frankenpre2 for long time now and suddenly I have battery issues - which doesn't strange except for the fact that I don't think its the battery.
the battery has been fine and then about 2 days ago it suddenly wouldn't last longer than an hour on full charge. It is burning hot _ >50C and when I check the battery its discharging at -350 to -800 mA. this battery in a different pre behaves fine and another battery in this pre doesn't fix it. I uninstalled uberkernel, just in case, but tht made no difference. so my queston is: is there a way to differentiate whether this is a software or hardware issue? Can I use a command line on my pc to se which processes are using how much cpu power? any other ideas? |
11/27/2012, 12:39 PM
|
#3 (permalink) |
|
Member
![]() |
I had something similar once and found out with "top" over ssh that it was a mail, constantly trying to get fetched from the server. I deleted the mail using my mac.
__________________
Dr. Battery |
11/27/2012, 11:31 PM
|
#4 (permalink) |
|
Member
![]()
Posts: 213
|
Thanks for the help. To answer the questions: I am not using compcache and haven't backed up my profile in a while. Ok, here is what the output is for "top" . When I issue a "ps" command for the top PID (1320), it returns a process at /usr/bin/PmBtstac
I googled it and it doesn't return anything, anyone know what it is? |
11/28/2012, 12:28 AM
|
#5 (permalink) |
|
Member
![]() |
Bluetooth?
Maybe Code:
strings /usr/bin/PmBtstac | more
__________________
Dr. Battery |
11/28/2012, 12:49 AM
|
#6 (permalink) |
|
Member
![]()
Posts: 213
|
I thought that too but my bluetooth is turned off. Hmmm... let me try turnng it on and then back off again, just for the hell of it.
Interesting, I can't make it come on. I tried to turn it on and its stuck with the twirling wait circle and a message saying "Bluetooth is turning on"..... but it never does. And I can't stop it and try to turn it off. Even though I have restarted the phone multiple times since this began, I am going to restart it and see what's up.......nope, still won't turn off/freezes. So, now what? We are narrowing it down - thanks for all the help everyone! |
11/28/2012, 12:56 AM
|
#7 (permalink) |
|
Member
![]() |
I would try:
1. Shutdown the device and remove the battery for some minutes 2. Look in /var/log/messages for error messages 3. Try killing the process "kill -9 <process id>
__________________
Dr. Battery |
11/28/2012, 09:35 AM
|
#8 (permalink) | |
|
Member
![]()
Posts: 213
|
Quote:
Tried #1, it doesn't change anything. #2 - I don't see anything specifically referring to "bluetooth", "bt", "stac" or that file name. The errors that I saw didn't seem to be related. #3 is a life saver. When that process is killed all is right with the world. So, in the short term, I can kill this process when it pops up and go about my day. In the long term.... ***? |
|
11/28/2012, 10:44 AM
|
#9 (permalink) | |
|
Member
![]()
Posts: 213
|
Quote:
# /usr/bin/PmBtStack |more /usr/bin/PmBtStack |more Initialized logs for process, PmBtStack [STACK] -- priority = -1 -> -4 Warning: The local Bluetooth address has not been specified with -X option. The default Bluetooth address will be used. Using COM port: /dev/ttyS0 and baud rate: 115200 [STACK] -- starting msg loop [PWR]: com.palm.btstack :: Initializing Power (process:9483): Powerd-DEBUG: IdlerShm already exists... reusing ** (process:9483): DEBUG: _powerd_server_up connected was true (powerd is alread y running) CsrSched: external send registered peer_com: waiting for connection... open_port: Unable to open serial port - /dev/ttyS0: No such file or directory PANIC: Failed to start the BlueCore transport (tech 0, reason 17) *****ERROR:PANIC: Failed to start the BlueCore transport (tech 0, reason 17) *****ERROR:[SIG]: Received SIGABRT, Stopping PmBtStack [SIG]: Received Signal to stop, Stopping PmBtStack !!!! STOPPING STACK [STACK] almsniffer deinitIllegal instruction |
|
11/28/2012, 12:53 PM
|
#10 (permalink) |
|
Member
![]() |
So now we know that the Bluetooth daemon is using all the power.
It's either a software- or a hardware problem. I would doctor the device. Backup your stuff before. * preware -> save packet list * Save/Restore -> backup all * Backup the whole USB drive EDIT: And of course start a palm backup manually
__________________
Dr. Battery |
11/28/2012, 01:03 PM
|
#11 (permalink) |
|
Member
![]()
Posts: 213
|
Thanks for all your help somline, I appreciate it. And thanks for Dr. Battery too!
![]() Since i don't really use bluetooth with my phone I think I am just going to kill the process whenever I have to reboot and leave it at that. If it gets to be too much of a pain, I will take a trip to the doctor. But I loathe starting over and recustomizing everything if I don't have to. So, thanks for the tip to help me keep this thing hobbling along for a while. I *did* drop it in a puddle a few weeks ago, it might very well be a hardware issue. So, this will do. I am going to need a new phone in the next year for sure, unfortunately I don't have any webOS choices right now, and since I am CDMA, I can't even use open webos. I am bummed. But this lets me stick with webOS for a little while longer. ![]() Thanks again. |
11/28/2012, 01:07 PM
|
#12 (permalink) |
|
Member
![]() |
OK you can try to rename the process:
Code:
mv /usr/bin/PmBtstac /usr/bin/PmBtstac.dont_run EDIT: You may have to make the partition writeable. I can search for the command to do so.
__________________
Dr. Battery Last edited by somline; 11/28/2012 at 01:20 PM. |
11/28/2012, 02:14 PM
|
#13 (permalink) | |
|
Member
![]()
Posts: 213
|
Quote:
The actual file is /usr/bin/PmBtStack (the capital S threw me off for a while) again, many thanks. |
|
11/28/2012, 02:28 PM
|
#14 (permalink) | |
|
Member
![]() |
Quote:
And is it working: not starting the process?
__________________
Dr. Battery |
|
11/28/2012, 03:16 PM
|
#15 (permalink) | |
|
Member
![]()
Posts: 213
|
Quote:
. I was mostly clarifying for future reference in case anyone else has this problem and stumbles on the site. I don't want them to be misled by my mistake ![]() And yes, I reinstalled Uberkernel, rebooted, and that process is not active at all - perfect! Thanks so much, you saved me many hours of trouble trying to doctor and reconfigure a 'new' phone. Last edited by intron; 11/28/2012 at 06:45 PM. |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



