maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Battery life REALLY bad after overclocking. (https://talk.maemo.org/showthread.php?t=73148)

zdanee 2011-05-17 18:48

Re: Battery life REALLY bad after overclocking.
 
Quote:

Originally Posted by yasirrfc (Post 1008447)
hey my desktop battery widget shows a different percentage and the status bar shows diff battery percentage. i think its because of bq27x00. any solution??

Okay. First of all please stop starting your sentences with 'hey'. You are asking for help, please be more polite. Also I'm pretty sure that every language starts the sentences with a capital letter, and ends it with a period. So lets try again!

Quote:

Originally Posted by yasirrfc (Post 1008447)
My desktop battery widget shows a different percentage than the status bar. I think it's because of bq27x00. Can anyone help me?

No. :p

yasirrfc 2011-05-17 19:10

Re: Battery life REALLY bad after overclocking.
 
ok sorry but no solution? :'(

ndi 2011-05-17 20:08

Re: Battery life REALLY bad after overclocking.
 
Nobody said there is no solution. Try search.

@vi_
Where is that graph from? My digging seems to suggest that from 900 MHz on all voltages are the same on each profile, suggesting that from 900 on the graphs should coincide. My data old?

vi_ 2011-05-17 20:14

Re: Battery life REALLY bad after overclocking.
 
Quote:

Originally Posted by ndi (Post 1008525)
Nobody said there is no solution. Try search.

@vi_
Where is that graph from? My digging seems to suggest that from 900 MHz on all voltages are the same on each profile, suggesting that from 900 on the graphs should coincide. My data old?

I think the graph was created by 'tonism', the bro who developed the starving profile(?).

It can be found here

Whether it is correct or not is another question, however it is good for giving a visual representation (as graphs generally do) of the voltages across the standard profiles.

misiak 2011-05-17 20:26

Re: Battery life REALLY bad after overclocking.
 
Dude, I will say it again: you are going to have really hard time with this device and your attitude. I'm not even sure if you're serious or just trolling...

JohnLF 2011-05-17 20:38

Re: Battery life REALLY bad after overclocking.
 
At least you haven't had private messages from him like I have, asking me to hurry up and answer his thread replies less than an hour after posting. I cut my ties pretty quickly there...

yasirrfc 2011-05-17 20:56

Re: Battery life REALLY bad after overclocking.
 
Quote:

Originally Posted by misiak (Post 1008545)
Dude, I will say it again: you are going to have really hard time with this device and your attitude. I'm not even sure if you're serious or just trolling...

im not trolling. im trying to make the best of this device. ive succeeded in so many things that my friends are impressed by me. ive made things working for them that they dont know how to.im not a developer nor a pro. if u dont wanna help me, then ill try on my own like i have been. had so many problems before. when didnt get the right solution, it somehow managed to do it on my own or just lived with the problem. any help would be appreciated rather than trolling comments. no offence.
thank you

JohnLF 2011-05-17 21:11

Re: Battery life REALLY bad after overclocking.
 
Quote:

Originally Posted by yasirrfc (Post 1008574)
stfu. Stop spamming my thread. Go to your mommy u worthless sh*t

And there we have it, the response you get for offering help in the first place. :confused:
Goodbye!

misiak 2011-05-17 21:19

Re: Battery life REALLY bad after overclocking.
 
Ok, so that's what I can add non-off-topic to your problem:
- It is not overclocking problem. It's just not the case here, believe me.
- You probably have some daemon running in the background. If you are curious, you can read about what a deamon is here: http://en.wikipedia.org/wiki/Daemon_%28computing%29
- QUESTION: You could run on your device:
Code:

ps -A > /home/user/MyDocs/runningprocesses.txt
Note that / is different character, than \. And also it is "ps" followed by space, followed by "-A" followed by space, followed by ">", followed by space, followed by "/home/user/MyDocs/runningprocesses.txt" (I remember you might encounter problems typing commands in terminal, last time you forgot important part of command I asked you to type ;) ). It will create a file on your N900 storage, so when you connect your N900 to your computer and open it from your computer, you should see file "runningprocesses.txt" in it's main directory. Please attach it here. If you cannot see or find this file, read my instruction again and repeat the whole process, if it's still not there - you are making a mistake somewhere and please don't ask here why it's not working and you cannot see any file like this.
- I can be wrong (and probably am), but if I were you, I would try searching CSSU thread for similar reports of battery drainage (if you have CSSU installed), because it may be the problem (just may, please don't be mad at me CSSU devs pretty please ;) ).
- From my own experience with my phone (your experience may differ): it may be tracker or thumbnailer indexing crazy like there is no tommorow.
- QUESTION: Did you install some extra protocols for contacts and conversations? I'm again only just guessing, but I remember that (especially msn protocols) some of them were in the past (LOL, I tried them ~1.5 year ago so it might have changed) trying to connect to the Internet constantly and constantly running in the background. It may also happen if you have Pidgin installed and turned on (you know that to turn this baby off you need to actually select "Quit" from it's app menu, because just closing the window makes it stay turned on for eternity?)

I didn't mean to be rude writing this post, so also please don't feel offended, I was trying to be nice and explain everything ;)

Edit: Your attitude towards JohnLF (he was trying to help in at least one other thread and you didn't even listen to him and didn't answer him and now you offend him and call him "sh*t") makes me a sad panda :( That's just wrong...

yasirrfc 2011-05-17 21:39

Re: Battery life REALLY bad after overclocking.
 
Quote:

Originally Posted by misiak (Post 1008610)
Ok, so that's what I can add non-off-topic to your problem:
- It is not overclocking problem. It's just not the case here, believe me.
- You probably have some daemon running in the background. If you are curious, you can read about what a deamon is here: http://en.wikipedia.org/wiki/Daemon_%28computing%29
- QUESTION: You could run on your device:
Code:

ps -A > /home/user/MyDocs/runningprocesses.txt
Note that / is different character, than \. And also it is "ps" followed by space, followed by "-A" followed by space, followed by ">", followed by space, followed by "/home/user/MyDocs/runningprocesses.txt" (I remember you might encounter problems typing commands in terminal, last time you forgot important part of command I asked you to type ;) ). It will create a file on your N900 storage, so when you connect your N900 to your computer and open it from your computer, you should see file "runningprocesses.txt" in it's main directory. Please attach it here. If you cannot see or find this file, read my instruction again and repeat the whole process, if it's still not there - you are making a mistake somewhere and please don't ask here why it's not working and you cannot see any file like this.
- I can be wrong (and probably am), but if I were you, I would try searching CSSU thread for similar reports of battery drainage (if you have CSSU installed), because it may be the problem (just may, please don't be mad at me CSSU devs pretty please ;) ).
- From my own experience with my phone (your experience may differ): it may be tracker or thumbnailer indexing crazy like there is no tommorow.
- QUESTION: Did you install some extra protocols for contacts and conversations? I'm again only just guessing, but I remember that (especially msn protocols) some of them were in the past (LOL, I tried them ~1.5 year ago so it might have changed) trying to connect to the Internet constantly and constantly running in the background. It may also happen if you have Pidgin installed and turned on (you know that to turn this baby off you need to actually select "Quit" from it's app menu, because just closing the window makes it stay turned on for eternity?)

I didn't mean to be rude writing this post, so also please don't feel offended, I was trying to be nice and explain everything ;)

Edit: Your attitude towards JohnLF (he was trying to help in at least one other thread and you didn't even listen to him and didn't answer him and now you offend him and call him "sh*t") makes me a sad panda :( That's just wrong...

hey thank you. trust me i have tried everything. i havent used online im for 5 days now and i have wifi switcher when i heard there is a bug in n900 so its off most of the time when im not using. it disables all the wifi drives when it says wlan disable (the wifi switcher) and every app and the update cssu firmware was before the overclocking when i used to get battery life. now AFTER the kernel and the overclocking, i THINK this is the case. but im also searching for this new bug (i think) that when i enabled bq27x00_battery, it drained battery like crazy. and now the battery widget on my desktop and the battery in my status bar are totally different percentages. the status bar shows like 12 percent whereas the widget shows 59 percent. this HAS happened because of bq27x00_battery, not that sure about the battery draining. if u know any information on this, then do tell. and i am trying all voltages and frequencies and have tried smartreflex as well but well lets see if i manage to get some more info on the recent bug that i think is the problem.
thanks

oh and about that sh*t thing, he was messing around with me since day 1. i had a problem, he commented DONT use extras-devel and testing. its not for u. it IS for me. i know what im doing and its my device. i AM the owner and when i get problems, i come here and research or post threads so that people like u can help me with. that is one of the things what maemo.org is about.


All times are GMT. The time now is 08:27.

vBulletin® Version 3.8.8