google-code-export / openeve

Automatically exported from code.google.com/p/openeve
0 stars 1 forks source link

Battery is getting hot. 40°C/104°F every time. #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use latest System.img & Boot.img 236MB
2. Let my phone always connected via usb at my computer.
3.

What is the expected output? What do you see instead?

Battery should only get so hot if i call someone over 1 hour.
Battery should only have a temperature about 23-30°C/73.4°F-86.0°F.

What version of the product are you using?

        system-gb-20110506-snapshot.zip
        boot-gb234-110429-snapshot-236mb.zip
        gapps-gb-20110503-signed.zip 

On what operating system?

Windows 7 64-bit

Do you have logcat or dmesg ?
 (adb shell logcat > logcat.txt ^C, adb shell dmesg > dmesg.txt)

What version of the *Official LG* Firmware were before using Custom
firmware ?
(V20G, V20D, V15x, V16x etc. )

Please provide any additional information below.

Original issue reported on code.google.com by Katzen...@gmail.com on 6 May 2011 at 9:18

GoogleCodeExporter commented 9 years ago
(i have this problem too), but i noticed that when phone is locked there's no 
way to wake up... :(

Original comment by andreabe...@gmail.com on 6 May 2011 at 9:33

GoogleCodeExporter commented 9 years ago
i can lock my phone and wake it up.
Now my phone use MORE RAM than before.
Before 70mb-98mb ramm free.
now only 40 mb ram free.
and the cpu usage is higher than before.
sometimes 80% without doing anything. only overwatch cpu usage.
and sometimes it the battery is going low WHILE i am loading it.

Original comment by Katzen...@gmail.com on 6 May 2011 at 9:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Provide a logcat or dmesg i think it can help see what is going on.  
(adb shell logcat > logcat.txt ^C, adb shell dmesg > dmesg.txt)

And execute on the shell app or in the adb shell the following command

top -n 5 > /sdcard/top.txt

And attach the top.txt file (it will be at the root of the sdcard), that way we 
can see what is using all that cpu.

Original comment by ivolu...@gmail.com on 6 May 2011 at 10:25

GoogleCodeExporter commented 9 years ago
I will do it.
Writing a log with logcat needs many time. O.o
will upload the shit later if logcat is finish.

Original comment by Katzen...@gmail.com on 6 May 2011 at 10:52

GoogleCodeExporter commented 9 years ago
You can do it on shell apk if you like. 
Run:
su
logcat -d > /sdcard/logcat.txt

Original comment by ivolu...@gmail.com on 6 May 2011 at 11:01

GoogleCodeExporter commented 9 years ago
high temperature means that there was some apps exist to exhaust your battery.

you can use adb shell top like as following.

adb shell top -n 1 > top.txt

Original comment by wkp...@gmail.com on 6 May 2011 at 11:04

GoogleCodeExporter commented 9 years ago
Here are the files :D

Original comment by Katzen...@gmail.com on 6 May 2011 at 11:16

Attachments:

GoogleCodeExporter commented 9 years ago
top.txt gives not the informatinos i want. :(

Original comment by Katzen...@gmail.com on 6 May 2011 at 11:18

GoogleCodeExporter commented 9 years ago
OK. I have almost same issue.

after using Camera. audio did not work at all.
and it results... audioFlinger(audio server) exhaust battery life.

thankyou for your information~!

Original comment by wkp...@gmail.com on 6 May 2011 at 12:22

GoogleCodeExporter commented 9 years ago
OMFG.
Phone/Battery will die faster than my Milk and warm our Eggs in THE SUMMER! O.o

No problem mate. =)
We all have the same goal.
Having a better MAC experience :) I mean Android experience :P

Original comment by Katzen...@gmail.com on 6 May 2011 at 12:36

GoogleCodeExporter commented 9 years ago
OMFG.
Battery gets hotter.
Now 45°C/113.0°F !

Original comment by Katzen...@gmail.com on 6 May 2011 at 12:38

GoogleCodeExporter commented 9 years ago
I'm feeling like a poor japanese :P

Original comment by Katzen...@gmail.com on 6 May 2011 at 12:39

GoogleCodeExporter commented 9 years ago
I was having this problem with the previous system and boot images also.
This morning my battery was 58°C when I woke up.

I just flashed the new images, so I haven't confirmed the same problem yet, but 
going by what you guys said, I expect I will soon.

Now I took the battery cover off so hopefully it can cool easier.

Original comment by rais...@gmail.com on 6 May 2011 at 9:28

GoogleCodeExporter commented 9 years ago
rais >>>with the previous system and boot images,I didn't had this issue,you 
can read wkpark comment 7 above..

Original comment by justsad.eng@gmail.com on 6 May 2011 at 9:38

GoogleCodeExporter commented 9 years ago
almost same issue with issue #49

Original comment by wkp...@gmail.com on 6 May 2011 at 10:18

GoogleCodeExporter commented 9 years ago
Sorry justsad, I don't understand what Comment 7 has to do with you not having 
the issue before.

Just to clarify, when I say the previous images, I mean:

system-gb-110430-snapshot.zip
update-gb-codec-0430.zip
boot-gb-110429-snapshot-236mb.zip
gapps-gb-20110307-signed.zip
and then also
gapps-gb-20110503-signed.zip

Original comment by rais...@gmail.com on 6 May 2011 at 11:06

GoogleCodeExporter commented 9 years ago
sorry rais.. ,what i want to say ,tow thing 9separated by (,),first thing that 
i didn't had this issue before,the second thing that this issue is general 
issue,cause any hanged app can exhaust the battery and the CPU and/or memory 
leads to hight temp and high cpu/mem usage (on any software)..

Original comment by justsad.eng@gmail.com on 6 May 2011 at 11:11

GoogleCodeExporter commented 9 years ago
Ah, OK I get it.
I started having some really irritating things happen when my phone was 
overheating with the previous images, like kernel panics, spontaneous reboots, 
camera becoming unavailable.
Now I will know how to determine what is hanging hopefully!

Original comment by rais...@gmail.com on 6 May 2011 at 11:14

GoogleCodeExporter commented 9 years ago
maybe the top file could help , as comment 7 above
top -n 5 > /sdcard/top.txt

Original comment by justsad.eng@gmail.com on 6 May 2011 at 11:24

GoogleCodeExporter commented 9 years ago
maybe it's akmd2 process, (compass/accelerometer) sensor

Original comment by justsad.eng@gmail.com on 6 May 2011 at 11:38

GoogleCodeExporter commented 9 years ago
wkp  //  Not same issue with issue #49
wkp  //  The camera app  only kills the ability to hear sound but doesn't 
overheat my wkp  //  battery.

Original comment by Katzen...@gmail.com on 7 May 2011 at 8:07

GoogleCodeExporter commented 9 years ago
Now that I finally have a logcat, dmesg, and top of my own (with -n 1 and -n 
5!) here they are!

Original comment by rais...@gmail.com on 7 May 2011 at 6:01

Attachments:

GoogleCodeExporter commented 9 years ago
battery temperatur is normal since today. 23°C :)

Original comment by Katzen...@gmail.com on 7 May 2011 at 6:07

GoogleCodeExporter commented 9 years ago
Okay. 27°C

Original comment by Katzen...@gmail.com on 7 May 2011 at 6:09

GoogleCodeExporter commented 9 years ago
@justsad // yes. akmd2 is well known cpu consumer.

See also
http://code.google.com/p/openetna/issues/detail?id=434

Original comment by wkp...@gmail.com on 8 May 2011 at 3:42

GoogleCodeExporter commented 9 years ago
my phone has this proplem, it ups to 44C, i have just up to android 2.3.4, it 
always 42C, very hot,
sorry about my english, im vietnames

Original comment by gravitar...@gmail.com on 8 May 2011 at 7:03

GoogleCodeExporter commented 9 years ago
When i use my standart browser with WLAN my battery goes hot very fast!
Yesterday, most of the day without battery getting hot.
Today, every time 44°C again. :'(

Original comment by Katzen...@gmail.com on 8 May 2011 at 9:54

GoogleCodeExporter commented 9 years ago
this only happens to me when I am using wifi

Original comment by migaxmoi...@gmail.com on 8 May 2011 at 12:08

GoogleCodeExporter commented 9 years ago
High temps make phone unstable.
randomly kernel panics.

Original comment by Katzen...@gmail.com on 9 May 2011 at 9:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have same problem like you.

I also have installed gapps-gb-20110503.
but something was wrong with it.

do not install gapps-gb-20110503-signed.zip and use 0307 version.
It will solve this problem.

and after install back to 0307.
you may have to erase /cache and some settings
at the Setting=>applications=>erase application settings like as "Settings.apk" 
or "Market" etc.

Original comment by wkp...@gmail.com on 9 May 2011 at 9:54

GoogleCodeExporter commented 9 years ago

Original comment by wkp...@gmail.com on 9 May 2011 at 9:57

GoogleCodeExporter commented 9 years ago

Original comment by wkp...@gmail.com on 9 May 2011 at 9:58

GoogleCodeExporter commented 9 years ago
Hope i won't get hardware damage due this overheating all the time.
please promise it to me :(
don't want a new phone.
havn't enough money. want to use it at least 2 years or more.

Original comment by Katzen...@gmail.com on 9 May 2011 at 9:59

GoogleCodeExporter commented 9 years ago
you don't have to use this EXPERIMENTAL version.

you can use it for bugreport / feedback to participate in this OpenEVE 
development process.

and Clockwork Recovery is your best friend for this situation.

Original comment by wkp...@gmail.com on 9 May 2011 at 10:05

GoogleCodeExporter commented 9 years ago
i want to participate, but would 40°C damake battery/phone?
stable at 35°C now.
i don't want to miss this new decreased boot time.

Original comment by Katzen...@gmail.com on 9 May 2011 at 10:09

GoogleCodeExporter commented 9 years ago
Please see http://code.google.com/p/openeve/issues/detail?id=72#c32

Original comment by wkp...@gmail.com on 9 May 2011 at 10:25

GoogleCodeExporter commented 9 years ago
the gapps-gb-20110307-singed.zip will solve this problem.

Original comment by wkp...@gmail.com on 9 May 2011 at 10:27

GoogleCodeExporter commented 9 years ago
Thank you. Will try it. (:

Original comment by Katzen...@gmail.com on 9 May 2011 at 10:39

GoogleCodeExporter commented 9 years ago
And in the winter i will need to use gapps-gb-20110503?
to get a heater (:

Original comment by Katzen...@gmail.com on 9 May 2011 at 10:40

GoogleCodeExporter commented 9 years ago
I erased /cache
and now?

Original comment by Katzen...@gmail.com on 9 May 2011 at 10:45

GoogleCodeExporter commented 9 years ago
Installed the older GAPPS, erased /cache but my phone wont get colder. :(

Original comment by Katzen...@gmail.com on 9 May 2011 at 10:51

GoogleCodeExporter commented 9 years ago
Yeah.
Now 36°C.
Got a temp decrease about 1°C :D

Original comment by Katzen...@gmail.com on 9 May 2011 at 10:57

GoogleCodeExporter commented 9 years ago
35°C :D

Original comment by Katzen...@gmail.com on 9 May 2011 at 11:00

GoogleCodeExporter commented 9 years ago
i've installed boot-gb234-110509-rndis-224mb.zip + 
system-gb-20110506-snapshot.zip + update-gb-sensor-110509.zip ...
the device in not stable , random reboots , hight temp without load.the hight 
temp affects the wifi connection..i couldn't try the system.. 

Original comment by justsad.eng@gmail.com on 9 May 2011 at 11:09

GoogleCodeExporter commented 9 years ago
Nope. Battery Temperature about ~36°C every Time.

Original comment by Katzen...@gmail.com on 9 May 2011 at 11:33

GoogleCodeExporter commented 9 years ago
@justsad // what's your gapps version ?

Original comment by wkp...@gmail.com on 9 May 2011 at 12:19

GoogleCodeExporter commented 9 years ago
now http://goo-inside.me/gapps/gapps-gb-20110307-signed.zip again :)
and then i wiped the /cach with the recovery image :)

Original comment by Katzen...@gmail.com on 9 May 2011 at 12:21

GoogleCodeExporter commented 9 years ago
i just tried the latest 20110503 ,can i know why is gapps is related ??

Original comment by justsad.eng@gmail.com on 9 May 2011 at 12:21