Battery and CPU freq problem.... - Desire 820 Q&A, Help & Troubleshooting

My device is now with a custom rom.Since i flashed it,the battery drains and when it's about15-5%,my phone just shutdown automatically.
I have read a lot of calibration tutorials but it seems useless.And my phone is rooted,but i cant adjust my CPU freq.It just restore whenever i close the app for adjustment.Please help

wing90427 said:
My device is now with a custom rom.Since i flashed it,the battery drains and when it's about15-5%,my phone just shutdown automatically.
I have read a lot of calibration tutorials but it seems useless.And my phone is rooted,but i cant adjust my CPU freq.It just restore whenever i close the app for adjustment.Please help
Click to expand...
Click to collapse
You need an S-OFFed phone in order to carry out the two actions you mentioned.

iXaidyiu said:
You need an S-OFFed phone in order to carry out the two actions you mentioned.
Click to expand...
Click to collapse
Can a custom rom enables me to do so??

wing90427 said:
Can a custom rom enables me to do so??
Click to expand...
Click to collapse
No.
Sent from my D6503 using XDA Labs

Related

[ROM] ZN Custom Firmware - 1.014.00_ZN-v1.2

Hello. Here's the second version of our ZN Custom Firmware. It is created by ZeroNull and vdsirotkin (4pda.ru). The original post is here.
WARNING - If it works on your device, be careful, as with an unlocked bootloader you can brick you tab faster than you can imagine.
Installation:
1) You'll need to do everything, what is written here or here. If your bootloader is already unlocked, and recovery is installed - you can miss this point.
2) Download the firmware - http://depositfiles.com/files/smnuqxxei
3) Install it using CWM or TWRP
4) That's all!
Features:
Patched 1.014 ICS kernel. Now mounting of /system partition is unlocked
modded boot.img
Better battery saving in standby
Rooted
NTFS SD cards supported
Init.d scripts enabled
bind-dir with autorun support from init.d (not working with NTFS)
Superuser and AcerRing is integrated in system partition
All Acer's and some Google's apps removed
Packages included (in user partition, removable via Apps Manager in Settings)
Adobe flash player
BSPlayer Lite
GPS Test
ES File Explorer
Quadrant Standart
Quick Boot
QuickBoot
Titanium Backup
Touch Recalibrate
"DIGI Clock" and "Weather forecast" widgets
Custom build.prop integrated
Root mode for adb unlocked
AcerRing with corrected background picture
Battery in %
Custom bootanimation: Frosty-Boot [v.Acer] with GEARS for Acer Iconia Tab A100
Screenshots:
First . Anyways, some screenshots would be nice .
Theonew said:
First . Anyways, some screenshots would be nice .
Click to expand...
Click to collapse
And what would you like to see on them?
ZeroNull said:
And what would you like to see on them?
Click to expand...
Click to collapse
The Acer ring for one. Were any modifications done to the UI, or does it have the stock look?
There are no UI changes, all the changes are made "inside" of the firmware
is this just a custom boot image?
If you have changed ro.product.model to A500, the Acer recovery installer app (once I release an A100 version) will think its an A500.
Sent from my SPH-D710 using Tapatalk
no, it's not only the boot.img, there are some other changes.
Well, if someone have installed recovery to install this firmware, so he or she won't need to install it again. Am I right?
I can't figure out how to download this. I don't read rushian (or greek or whatever that is). I entered the captcha and then clicked the link that LOOKed like what I was supposed to and it starting download some file ending with .msi so I canceled it.
Usually, custom ROMs come with their own boot.img, so if someone installs then, then a custom ROM, then this gets overwritten. if they install this, on top of their custom ROM, it'll work, unless the custom rom had a custom boot.img that it was dependant on.
Can you tell me if ro.product.modelalias still says A200 with this patch?
Sorry, tomorrow i'll upload it to some other place. To download this file untick where it's written smth about Яндекс.Бар. And there won't be any .msi file. Or use Google Translate
You are right, there is a custom boot.img, and many features in the firmware depend on it. But boot.img is not the only feature of this firmware. That was what I wanted to say
In build.prop it's written ro.product.modelalias=A100.
ZeroNull said:
Sorry, tomorrow i'll upload it to some other place. To download this file untick where it's written smth about Яндекс.Бар. And there won't be any .msi file. Or use Google Translate
You are right, there is a custom boot.img, and many features in the firmware depend on it. But boot.img is not the only feature of this firmware. That was what I wanted to say
In build.prop it's written ro.product.modelalias=A100.
Click to expand...
Click to collapse
Got it, downloading now. The link dissappeared when I hit the Translate button. But unchecking the checkbox worked. Thanks!
I updated my code to look at both ro.product.model and ro.product.modelalias.
Thanks!
the slowed down cpu is for better battery life? might be installing later
You're right.
What impact would slowing the cpu have on the overall performance? Thanks
utctigers said:
What impact would slowing the cpu have on the overall performance? Thanks
Click to expand...
Click to collapse
Some tasks (especially heavier ones) will not be as snappy (only if the cpu is limited to the slower speed also depending on how slow it is set to). The battery life should be significantly better though.
thanks, any plan on adding USB host mode?
Theonew said:
Some tasks (especially heavier ones) will not be as snappy (only if the cpu is limited to the slower speed also depending on how slow it is set to). The battery life should be significantly better though.
Click to expand...
Click to collapse
is there a reason we cant incorporate smoothass governors etc into the kernel? limiting to 500mhz is pretty unproductive...if your require alot of processing itll take twice as long at 500mhz to accomplish its instructions...thus using the cpu twice as long as it would have if it was able to ramp up to 1ghz to take care of it.
lower cpu is only helpful in an idle state to conserve power...why on earth would we want to lock it at half its speed?
Sent from my SGH-I897 using xda premium
ptesmoke said:
is there a reason we cant incorporate smoothass governors etc into the kernel? limiting to 500mhz is pretty unproductive...if your require alot of processing itll take twice as long at 500mhz to accomplish its instructions...thus using the cpu twice as long as it would have if it was able to ramp up to 1ghz to take care of it.
lower cpu is only helpful in an idle state to conserve power...why on earth would we want to lock it at half its speed?
Sent from my SGH-I897 using xda premium
Click to expand...
Click to collapse
No, there is nothing stopping the integration of more governors into the kernel. If you do heavy usage on the tab with the cpu underclocked so low (and limited at that point), then yes, it will put more strain on the processor. One would want it set so low for conserving battery (and not really using the tab for anything e.g. While you're sleeping). I usually set profiles on my devices to lower the frequency and set the governor to conservative when the screen is off (never done it on this device though).
Raul77 said:
thanks, any plan on adding USB host mode?
Click to expand...
Click to collapse
Our hardware (motherboard) doesn't support it.
ptesmoke said:
is there a reason we cant incorporate smoothass governors etc into the kernel? limiting to 500mhz is pretty unproductive...if your require alot of processing itll take twice as long at 500mhz to accomplish its instructions...thus using the cpu twice as long as it would have if it was able to ramp up to 1ghz to take care of it.
lower cpu is only helpful in an idle state to conserve power...why on earth would we want to lock it at half its speed?
Sent from my SGH-I897 using xda premium
Click to expand...
Click to collapse
The reason is called "kernel sources". Without 'em we can't do anything (overclock, add governors) with our processor.
If you look at the usage of frequences, you'll see, that 80% of the working time the frequence is 200 mgz. And while testing, I didn't meet any problems with 456mgz, all the programs and games work smooth, and still 80% of the usage time is on 200mgz.
If you don't like this slowing down, why on earth you can't disable is? everything is written in the 1st post
thx
Thx to you !!!
Il Will try it today.
Systèm in RW mod ?
The memory swap is integrated ?
Obligation of full wipe before installation ?
And the last question... have we to make a advanced restoration of the unlocked Boot with CWM after flashing.
THANK YOU in advance for your answers to my question.....
samco08 said:
Thx to you !!!
Il Will try it today.
Systèm in RW mod ?
The memory swap is integrated ?
Obligation of full wipe before installation ?
And the last question... have we to make a advanced restoration of the unlocked Boot with CWM after flashing.
THANK YOU in advance for your answers to my question.....
Click to expand...
Click to collapse
Yes, it's included in root access
If it's not written about memory swap, than it's not intergated
No, /data must not be wiped, and /system/ will be wiped automatically, but only in 1.XX versions. 1.XX.X are only a kind of small update to already installed firmware
No, recovery and bootloader are deleted from this package, so they will stay as they were.

[Q] [Please Help] Weird battery issues - Xperia Arc

Hello everyone,
I've decided to get help trying to fix my Xperia Arc which has weird battery issues.
I tried so many things trying to fix it that I don't now what to try/where to look for an answer. So, I decided to ask you guys for help.
The problem started this summer, I updated my phone with the official ICS update, and after that, battery life went from average to awful.
I have, at the moment, a battery consumption of around 20% per hour, and it doesn't change whether I'm using the phone or not.
I have tried the following things :
- New battery : same problem
- New kernel rom => Tried different kernels (arcknight/stock ...) and different custom roms => same problem
- Re-locking the bootloader and flashing stock 2.3 => same issue
- Installed software to check what was using the battery : nothing stood out.
So now I don't know what to do, I'm at loss. When I was running custom roms I always remembered to delete the battery stats once the battery was full, didnt help.
Also, I thing the problem is the battery sensor ?
Any help will be greatly appreciated.
Vincent.
Service centre is the only obvious option.
Sent from myushi
XperienceD said:
Service centre is the only obvious option.
Sent from myushi
Click to expand...
Click to collapse
I hoped for another answer, hopefully Sony will not charge me for repair...
baddy610 said:
I hoped for another answer, hopefully Sony will not charge me for repair...
Click to expand...
Click to collapse
Looks like you've already tried what would have been suggested.
Sent from myushi
ICS requires you to restart your phone after every time you charge it. Bug in the firmware.
If still dropping too fast - Then it has to be some of your settings, that you use, either a sync or GPS or something.
have you wipe battery stat in cwm?
baddy610 said:
... flashing stock 2.3 => same issue
Click to expand...
Click to collapse
1.
Revert to stock. Relock your bootloader. Repair phone with pc companion.
2.
Check your battery. Take it out and study it. Is it deformed, swollen or anything?
3. (OPTIONAL)
Clean battery pins on phone and battery with aftershave
4.
Get a new battery
Cheers guys for the answers. I tried everything you guys recommended and yup same problem
I'm sending it in for repairs and hopefully they'll fix it.
TheHaso said:
1.
Revert to stock. Relock your bootloader. Repair phone with pc companion.
2.
Check your battery. Take it out and study it. Is it deformed, swollen or anything?
3. (OPTIONAL)
Clean battery pins on phone and battery with aftershave
4.
Get a new battery
Click to expand...
Click to collapse
Well hi tried with bew battery,so there was still a issue
Sent from my LT15i using xda premium

[Q] My LG Nitro HD AT&T with ICS turn off and gets really hot!!!

Hi, i have a Lg Nitro HD p930 AT&T with ICS.
I only have the phone for a few days i bought it used on mint condition on ebay.
The problem is that my phone turn off itself and the only way i can turn it on is taking off the battery and then put it back again, also i notice that the battery discharge really fast when i do that, for example if that happens with 90% of the battery when i do the process to turn the phone on, the battery is in 73%.
Another thing is that my phone sometimes gets extremely hot.
Obviously im not an expert but i think maybe its the battery because i only get 4-6 hours with simple use, just chat a little in whatsapp and view a few post on facebook.
I hope you can help me, thanks in advance.
Random reset is an issue on official ics
U can hold power button for 10sec or takeout the battery.
This phone battery usage is high and I think its because of the ips screen.
If you wanna check your battery ,turn off wifi and data and leave your phone for about 5 hours and check battery percentage it should not be more than 5%.but it depend on signal strength of your 3G/4G network
when I play high graphic games or browsing web for long time with high brightness phone gets hot in up sides and its normal
If your phone gets very hot it might be a problem
Sent from my LG-P930 using Tapatalk 2
Yeah, common issue with this phone and ICS and there is no easy fix. You will also sometimes see a red halo on the screen if it turns off by itself and gets hot.
Try to root it and install HoNo's Full Throttle. I heard it doesn't have that issue.
Afriend told me something similar happen to him a he download from de market the App Wake Lock, i download it and the phone hasnt reset since i install it but steal get hot when i use the GPS or chat in multiples APPs and the battery sucks even instaling juice defender.
i just finish rooting my phone a few minutes ago, i would like to instal cyanogen 10, im going to research how to cuz im new i never had install a ROM BUY maybe it work better
can someone send me the link or a tutorial of how to intall a ROM i had my NITRO rooted but i never install a ROM.
wich ROM YOU RECOMMEND i would like a rom that as stable as an official version and dont get my phone hot
thanks
Did you try doing a factory reset? (Hold volume down + power when turning the phone on)
i brick my phone
now i brick my phone, can it be unbricked having lg official icecream sandwich? please and really scared!!!
radhames562 said:
now i brick my phone, can it be unbricked having lg official icecream sandwich? please and really scared!!!
Click to expand...
Click to collapse
Yes, you can unbrick if you're using official ICS; in fact, that's the only way you'd be able to install a custom ROM in the 1st place coming from official ICS. If you just want stock ICS you can use the LG Mobile Update software to restore your device to the stock LG firmware; but if you want a custom ROM you will need to follow one of the 3 unbrick guides located here in the general forum.
radhames562 said:
now i brick my phone, can it be unbricked having lg official icecream sandwich? please and really scared!!!
Click to expand...
Click to collapse
There is no conceivable way to brick an unmodified phone by doing a factory reset, but given the other symptoms that you are describing it might suggest that your phone has a hardware problem. Did you get a warranty with it? It has been my experience that people that have stability issues with this phone and it is 100% stock ICS points to one of two possibilities: software, that a factory reset would resolve or hardware. Good luck.
Sent from my LG-P930 using xda app-developers app
You did root your phone on stock ics but bootloader is locked , so you can't flash any rom via cwm and your phone is bricked.
The only way to unlock bootloader is following unbrick method instructions and back to android 2.3 which has unlocked boot loader and then install rom manager and cwm, then you can flash your favarite rom
If you wana flash stock ics ,use HoNo at&t official ics cmw flashable nor flash what ever you like
Sent from my LG-P930 using Tapatalk 2
thanks
nss007 said:
You did root your phone on stock ics but bootloader is locked , so you can't flash any rom via cwm and your phone is bricked.
The only way to unlock bootloader is following unbrick method instructions and back to android 2.3 which has unlocked boot loader and then install rom manager and cwm, then you can flash your favarite rom
If you wana flash stock ics ,use HoNo at&t official ics cmw flashable nor flash what ever you like
Sent from my LG-P930 using Tapatalk 2
Click to expand...
Click to collapse
hey man thanks you were rigth now im using cyanogen 10 and its great, the phone doesnt get too hot anymore.
now i would love if you help me install GOOGLE PLAY JEJEJE PLIZZZ i dont know how
You should download gapps
But be careful download gapps 4.1.2 for cyanogen 10
Then flash the zip file of gapps like a rom
http://wiki.rootzwiki.com/Google_Apps
Sent from my LG-P930 using Tapatalk 2
nss007 said:
you should download gapps
but be careful download gapps 4.1.2 for cyanogen 10
then flash the zip file of gapps like a rom
http://wiki.rootzwiki.com/google_apps
sent from my lg-p930 using tapatalk 2
Click to expand...
Click to collapse
thanks bro youre the best i install it from the rom manager
radhames562 said:
thanks bro youre the best i install it from the rom manager
Click to expand...
Click to collapse
To solve the problem with reboots, are you still using WakeLock on CM10? And if yes, what mode in WakeLock you are using now?
johnsnow911 said:
To solve the problem with reboots, are you still using WakeLock on CM10? And if yes, what mode in WakeLock you are using now?
Click to expand...
Click to collapse
well the problem was solve but a few day ago my phone just reboots i download the wake lock and its no happening again i used in atage 4
radhames562 said:
well the problem was solve but a few day ago my phone just reboots i download the wake lock and its no happening again i used in atage 4
Click to expand...
Click to collapse
At stage 4 phone doesn't sleep. I've checked out it last night...
johnsnow911 said:
At stage 4 phone doesn't sleep. I've checked out it last night...
Click to expand...
Click to collapse
yeah thats rigth the phone never sleep, im instaling the Ho!no! full trotle to see what happens
radhames562 said:
yeah thats rigth the phone never sleep, im instaling the Ho!no! full trotle to see what happens
Click to expand...
Click to collapse
try to set permission for system/bin folder and file bin/vold to
xxx
xxx
x0x
xxx
My Phone stoped rebooting
it happens again even with wake lock i start installing a lots of ROMs and it happens again then i install ligthing zap and it stop but another day when i try to instal another ROM i cant set the phone always reboot
I make some research and i found LIQUID ROM thats is a ATT&T MODIFIED ICS and so far the phone hasnt reboot or do anything worng and thats all i want, i even get better battery life i hope the phone never reboot himself again.
radhames562 said:
it happens again even with wake lock i start installing a lots of ROMs and it happens again then i install ligthing zap and it stop but another day when i try to instal another ROM i cant set the phone always reboot
I make some research and i found LIQUID ROM thats is a ATT&T MODIFIED ICS and so far the phone hasnt reboot or do anything worng and thats all i want, i even get better battery life i hope the phone never reboot himself again.
Click to expand...
Click to collapse
To increase battery life just install v10e rom backup from here http://forum.xda-developers.com/showthread.php?t=1827379 and try to set permission, like i said above and look, what you will get. My phone keep on for 1day and 19 with some internet and games. Its 1% battery for about 2 hours, but it still working) no reboot and no problems without wake lock))) Its sleep like a calm baby almost all night long)

Mobile Data drops when screen locked

When ever I lock my screen, my data will drop resulting in me not able to receive any updates from any apps. I use whatsapp and messenger as my main form of communication, and I do not know when people message me as the data drops. As soon as I turn my screen on, the signal bar turns blue, and all my messages comes through.
I have tried reflashing several kernels and ROMS, but they all do the same thing.
Will wiping the SD card every time i flash a new ROM cause this issue? I have tried everything and nothing works.
Please heeelp
Thaanksss
Do you have battery saver turned on perhaps?. Sounds like its set to disable data while screen is off. Power menu in settings should sort you out
Sent from my HTC One X using Tapatalk 2
nogotaclue said:
Do you have battery saver turned on perhaps?. Sounds like its set to disable data while screen is off. Power menu in settings should sort you out
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
Thanks for your reply!
But there is nothing, no apps nothing. I just flashed the ROm and only installed whatsapp.
It still does that. The radio and mobile network works fine so it probably is not a hardware issue.
Battery saver is not an app, its a setting within the power menu, settings/power/power saver. You then have the option to to turn off various things when the phone sleeps. I'm on viperx 3.5.5 but most Roms will be similar to reach the battery saver settings
Sent from my HTC One X using Tapatalk 2
nogotaclue said:
Battery saver is not an app, its a setting within the power menu, settings/power/power saver. You then have the option to to turn off various things when the phone sleeps. I'm on viperx 3.5.5 but most Roms will be similar to reach the battery saver settings
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
Im using slimbean and i dont think there is an power saver function. I have flashed both AOSP and Sense ROMS, and the problem is still there :3
its really frustrating
thanks for you reply again
cytan9 said:
Im using slimbean and i dont think there is an power saver function. I have flashed both AOSP and Sense ROMS, and the problem is still there :3
its really frustrating
thanks for you reply again
Click to expand...
Click to collapse
From your previous posts it looks like you've had this problem in January with a nexus using cyanogen ?. Strange that you have the same problem on 2 entirely different devices, maybe its something to do with the way you're flashing....
Sent from my HTC One X using Tapatalk 2
nogotaclue said:
From your previous posts it looks like you've had this problem in January with a nexus using cyanogen ?. Strange that you have the same problem on 2 entirely different devices, maybe its something to do with the way you're flashing....
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
That is exactly my worry.
The way i flash is wipe sd card, then flash the kernel via fastboot then flash the ROM chosen.
Now i am not wiping SD card, just making a full wipe. Is there a way to fix this error? I locked and unlocked my bootloader, upgraded my hboot and it still doesnt work. What can i do :3
Don't flash the Kernel first sheesh !!
Do all neccessary wipes e.g. Cache/Dalvik
Flash the ROM.
Boot
Let it boot then back to recovery
Flash Kernel
Boot
Wilks3y said:
Don't flash the Kernel first sheesh !!
Do all neccessary wipes e.g. Cache/Dalvik
Flash the ROM.
Boot
Let it boot then back to recovery
Flash Kernel
Boot
Click to expand...
Click to collapse
Oh, i see,
Thanks for you reply and i will try that out tomorrow!
Not sure if you've already tried this or not, but check this out
go to settings / data usage
flip your mobile data on / off
choose settings, enable Data Roaming, not to worry, your going to turn it off again right away
wait a few secs for it to 'take, then settings disable data roaming, now reboot the phone
hope this helps!
Wilks3y said:
Don't flash the Kernel first sheesh !!
Do all neccessary wipes e.g. Cache/Dalvik
Flash the ROM.
Boot
Let it boot then back to recovery
Flash Kernel
Boot
Click to expand...
Click to collapse
I tried that but it still doesnt work
WarpSeeker said:
Not sure if you've already tried this or not, but check this out
go to settings / data usage
flip your mobile data on / off
choose settings, enable Data Roaming, not to worry, your going to turn it off again right away
wait a few secs for it to 'take, then settings disable data roaming, now reboot the phone
hope this helps!
Click to expand...
Click to collapse
thanks for you reply, but it doesnt work
i have tried all the possible settings for network and still it is not fixed
Why don't you try latest viperx, I'm using it and I know everything is working straight from flashing without having to change any settings. Maybe it can help with your camera problem too. If that doesn't help then only option really is back to stock and try get it changed or repaired under warranty and hope they don't notice that its been relocked. Sounds like you bought a bad one though if the camera and radio are faulty.
Sent from my Awesome One X on ViperX 3.5.5 using XDA Premium
Having the same issue here
likuku said:
Having the same issue here
Click to expand...
Click to collapse
WiFi, camera or both?
Sent from my Awesome One X on ViperX 3.5.5 using XDA Premium
nogotaclue said:
WiFi, camera or both?
Sent from my Awesome One X on ViperX 3.5.5 using XDA Premium
Click to expand...
Click to collapse
Only mobile data drop when screen is locked.
i'm stock and i've noticed that since the JB update when the screen is off i get whatsapp messages delayed or all in once.. and it doesnt matter if i've got power saver on or off. it looks like that when the phone is asleep the mobile data goes asleep too
hey I got this problem too im on stock rom hboot 1.39 s-off & super cid relocked software base : 3.20.401.1
I also noticed it in other roms
power saver also off ...
but its only happening after couple of minutes that the screen is locked not immediately when I turn my screen of
any help ?
Try to change kernel. İt works a lot than that.
undercontr said:
Try to change kernel. İt works a lot than that.
Click to expand...
Click to collapse
but im on stock kernel everythng stock included the recovey
I was on viperx too and arhd and had the same issue =\

Maybe somebody knows the answer.

I have a LG G3 D855 and my problem is that my phone restarts a lot, like when it not plugged to a power source (pc or wall) it won't boot and if it reboots and i dont't have a power source near me i can forget using my phone cause there will be no way that it boots. After booting and i put in the pin number there is a 7/10 chance that it reboots and if it doesn't reboot by just simply trying to drag down the notifications bar it will reboot. If anybody knows what the problem is please tell me, im getting really annoyed by it. Thank you
Change the battery
Thomas1897 said:
I have a LG G3 D855 and my problem is that my phone restarts a lot, like when it not plugged to a power source (pc or wall) it won't boot and if it reboots and i dont't have a power source near me i can forget using my phone cause there will be no way that it boots. After booting and i put in the pin number there is a 7/10 chance that it reboots and if it doesn't reboot by just simply trying to drag down the notifications bar it will reboot. If anybody knows what the problem is please tell me, im getting really annoyed by it. Thank you
Click to expand...
Click to collapse
What kernel and rom you are using. Can you provide complete detail about phone and how it all started. It happened with me when i changed my kernel.
dksoni411 said:
What kernel and rom you are using. Can you provide complete detail about phone and how it all started. It happened with me when i changed my kernel.
Click to expand...
Click to collapse
I have stock marshmallow kdz flashed on my phone and since i cannot enter in my phone because after putting my pin number and i want to unlock it it reboots. I think it all happened after i wanted to install Xposed, and i needed to flash xposed framework and the phone went in to bootloop and had to bring my phone back using the .tot method. When i can enter my phone i will tell you my kernel the name of the kdz im using is this "D85530a_00_0225". Thank you
Anik49 said:
Change the battery
Click to expand...
Click to collapse
I will try that, can you recomend any good battery?
dksoni411 said:
What kernel and rom you are using. Can you provide complete detail about phone and how it all started. It happened with me when i changed my kernel.
Click to expand...
Click to collapse
My kernel is 3.4.0. Thats the only thing there is about my kernel
Its the battery for sure, a very commom problem in g3s.
diogo.sena said:
Its the battery for sure, a very commom problem in g3s.
Click to expand...
Click to collapse
G2s as well.
Awesome batteries for the first 2-3 years then wham!!!!
diogo.sena said:
Its the battery for sure, a very commom problem in g3s.
Click to expand...
Click to collapse
Can you recomend any good batteries? Where to buy them and things like that
tiguy99 said:
G2s as well.
Awesome batteries for the first 2-3 years then wham!!!!
Click to expand...
Click to collapse
Lol, didn't know that but i buy the phone in December so tge battery is not a year old :/
And do you know where to buy a good battery?
Thomas1897 said:
I will try that, can you recomend any good battery?
Click to expand...
Click to collapse
Go for akku polarcel if you can it's good. I am using it support like stock.
Thomas1897 said:
Can you recomend any good batteries? Where to buy them and things like that
Click to expand...
Click to collapse
I'm from Brazil, bought mine from lg repair shop.
Anik49 said:
Go for akku polarcel if you can it's good. I am using it support like stock.
Click to expand...
Click to collapse
Okay i will give it a try. Thank you for your help

Categories

Resources