Related
Recently I've been having issues with Skype/Whatsapp. Sometimes I have to open the app to see that I have messages. Usually the phone would vibrate and the LED light would flash to indicate that I have a message.
Sometimes it works fine. Other times I have to actually open the app and then the messages will come through.
I had a message come up once on the screen after I had unlocked it and it said something like "Skype, Whatsapp and Yahoo inhibited". I could not really read it as it flashed up very quickly.
Can anyone help with this or has anyone else experinced these issues?
I am running stock Android 4.4.4 and using the Go Launcher.
Does this happen on both mobile and wifi?
Do you have apps like greenify installed?
draa2711 said:
Does this happen on both mobile and wifi?
Do you have apps like greenify installed?
Click to expand...
Click to collapse
Yes. It happens on both mobile and wifi and I do have greenify installed on my phone.
So check if maybe greenify hibernates all the apps you mentioned...
Both those apps were being hibernated by greenify. I've taken them out and they seem to be working now.
Thanks for your help.
Good to know!
So hit THANKS and mark the problem as solved...
Will do
Hey guys, lately I've been having the eventx-xxxx wakelocks that *seem* to keep my phone awake and drain my battery. These wakelocks are usually event0 ones and followed by a four digit number which I believe to be the Process ID.
The current wake lock I am having is event0-2012 shown by BBS. It changes on every so the PIDs are rarely the same. It also happens that the 4 digit number happens to be the process ID of system_server. So there's something that's keeping it awake.
Lastly, the event0 is the synaptics touchscreen. So I'm guessing that this event0 wakelock keeps track of all the touches you make on the screen. This problem only appeared after the new touchscreen firmware updates so that may be the cause. Anyone have any thoughts on this matter?
Screenshots for proof below
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
Alright guys I'm back to share what I have found after doing some research.
Right now I'm using ark kernel with liquid smooth 3.2 milestone
So back to these wakelocks, as it turns out, even though event0 was the most prevalent, most of the time it was on was while the screen was on, so basically you can ignore it.
However, there were two other events that I still had to investigate, event2 and event3. For me event2 is gpio_keys which are the button inputs. event3 is s2w_pwrkey.
First I deleted the event2 file under /dev/input. These files are restored on boot but I would still make a backup before trying this. After deleting this, my volume buttons stopped working, as expected. But my power button still worked. I used it for a couple hours but there was something that was keeping my phone awake still.
Then I rebooted and deleted event3. This is related to the sweep2wake that's implemented in alucard's kernel. I never use it anyway so I went ahead and deleted it. And what do you know, now my phone is sleeping like a baby and even the other events have gone down as well. But the problem is you have to delete the file on every boot. The solution? An init.d script with the following line. Where X is the number of the event you want to remove. You can also just add it to any existing scripts you might have in /system/etc/init.d
rm /dev/input/eventX
How to find out what's causing yours?
1.Download wake lock detector from the
play store and use it for a day
2.check under kernel wakelocks to see if
your phone is being kept awake by an
alarmingly high number of event
wakelocks, if so proceed.
3. Open terminal emulator and type the
following: "su" press enter after each
line
"ps | grep xxxx" where xxxx
is the number
following the event
wakelocks.
4. If system_server doesn't show up,
another app is causing it. Find it and
manage it. Otherwise, proceed.
5. Go back in terminal and type "su" enter
"getevent -c 1" this will give you all
of you events and and what they
are bound to.
6. Make a backup in recovery.
7. Delete one of the problem events and
see if your phone is kept awake, if it.
isn't then congrats! You found the
drain! Else keep testing.
8. Once your are certain which one it is.
Create an init.d or use an existing
one and add the line "rm /dev/input/
eventX" replace X with the event
you want to remove.
You're done.
If you have any problems or questions, I'll be happy to help.
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
Thanks alot for this thread, very helpful. :good:
i don't have wakelocks (using @ak kernel and enabled only dt2w) but very useful thread
5 star rated :good:
ak said:
Thanks alot for this thread, very helpful. :good:
Click to expand...
Click to collapse
Cool that means alot coming from you
wizyy said:
i don't have wakelocks (using @ak kernel and enabled only dt2w) but very useful thread
5 star rated :good:
Click to expand...
Click to collapse
Thanks! I've never had a 5 star thread before
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
I am on cm11s and have these same wake locks but all are less than 10 on so far a days worth of battery time. I don't think it's much of a problem for me and probably more for cm12? Anyways thanks for the info now I know where to look if it ever becomes an issue
Cheers
i've been getting these crazy same wakelocks the last week as well, which is weird because i didn't get them the two weeks before that when i got my phone. And I've been flashing ROMs (Mahdi, SlimKat, Lollipop) and kernels (stock and AK) back and forth. Even after settling on Mahdi with a clean flash, they're still showing up. THanks for your investigation, I'm going to check things out when I get home tonight.
tracerit said:
i've been getting these crazy same wakelocks the last week as well, which is weird because i didn't get them the two weeks before that when i got my phone. And I've been flashing ROMs (Mahdi, SlimKat, Lollipop) and kernels (stock and AK) back and forth. Even after settling on Mahdi with a clean flash, they're still showing up. THanks for your investigation, I'm going to check things out when I get home tonight.
Click to expand...
Click to collapse
Agreed, it only started happening recently and I haven't installed any new apps, but newer Roms and kernels. So I really don't know whats causing it
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
tracerit said:
i've been getting these crazy same wakelocks the last week as well, which is weird because i didn't get them the two weeks before that when i got my phone. And I've been flashing ROMs (Mahdi, SlimKat, Lollipop) and kernels (stock and AK) back and forth. Even after settling on Mahdi with a clean flash, they're still showing up. THanks for your investigation, I'm going to check things out when I get home tonight.
Click to expand...
Click to collapse
Update: I flashed AK v30 kernel and the wakelocks seem to be gone now! Prior to this I was on Mahdi with stock kernel which had the wakelocks, and prior to that I was on Mahdi with AK v11 kernel which also had the wakelocks. This is only after an hour of "testing" though, so hopefully no apps I'm going to use will trigger them back :/
Edit: jk, wakelocks returned after a while. Screenshot attached. I rebooted the phone then left it alone for almost two hours.
Getting event0 1585 wakelocks, quite alot , more than 30k wakelocks in 3 hours.
It seems to be related to the synaptics driver, which to my knowledge is the touchscreen so i better not turn that off
Running AK 030 with Paranoid Saber Droid 4.4.4
mumaster20 said:
Getting event0 1585 wakelocks, quite alot , more than 30k wakelocks in 3 hours.
It seems to be related to the synaptics driver, which to my knowledge is the touchscreen so i better not turn that off
Running AK 030 with Paranoid Saber Droid 4.4.4
Click to expand...
Click to collapse
No just ignore that one. Most of the the 30k happens when the screen is on l
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
abhi08638 said:
No just ignore that one. Most of the the 30k happens when the screen is on l
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
Click to expand...
Click to collapse
I am getting another quite massive wakelock, ipc0000007b_sensors.qcom, this one hits 143k wakelocks in 6 hours.
Tried searching for it on google but didnt really find any answerd or solutions. Do you know maybe what this wakelock is?
Most likely its a sensor, as seen in the name.
mumaster20 said:
I am getting another quite massive wakelock, ipc0000007b_sensors.qcom, this one hits 143k wakelocks in 6 hours.
Tried searching for it on google but didnt really find any answerd or solutions. Do you know maybe what this wakelock is?
Most likely its a sensor, as seen in the name.
Click to expand...
Click to collapse
I'll look into it
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
Nice investigating and bug hunting OP.
mumaster20 said:
I am getting another quite massive wakelock, ipc0000007b_sensors.qcom, this one hits 143k wakelocks in 6 hours.
Tried searching for it on google but didnt really find any answerd or solutions. Do you know maybe what this wakelock is?
Most likely its a sensor, as seen in the name.
Click to expand...
Click to collapse
Alright, unfortunately I couldn't find any information about it. Are you running any auto brightness apps? Autorotation? Accelerator gaming? Magnetic case?
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
Flashed the most recent boeffla kernel this morning (had ak 030 yesterday) and this whole day I haven't had any disruptive event wakelocks. Instead of minutes of those wakelocks, they're just St seconds now. Didn't change anything else.
tracerit said:
Flashed the most recent boeffla kernel this morning (had ak 030 yesterday) and this whole day I haven't had any disruptive event wakelocks. Instead of minutes of those wakelocks, they're just St seconds now. Didn't change anything else.
Click to expand...
Click to collapse
That's curious. It might be because of new commits that might have been reverted in the kernels. Right now I'm using Ark kernel
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
abhi08638 said:
Alright guys I'm back to share what I have found after doing some research.
Right now I'm using ark kernel with liquid smooth 3.2 milestone
So back to these wakelocks, as it turns out, even though event0 was the most prevalent, most of the time it was on was while the screen was on, so basically you can ignore it.
However, there were two other events that I still had to investigate, event2 and event3. For me event2 is gpio_keys which are the button inputs. event3 is s2w_pwrkey.
First I deleted the event2 file under /dev/input. These files are restored on boot but I would still make a backup before trying this. After deleting this, my volume buttons stopped working, as expected. But my power button still worked. I used it for a couple hours but there was something that was keeping my phone awake still.
Then I rebooted and deleted event3. This is related to the sweep2wake that's implemented in alucard's kernel. I never use it anyway so I went ahead and deleted it. And what do you know, now my phone is sleeping like a baby and even the other events have gone down as well. But the problem is you have to delete the file on every boot. The solution? An init.d script with the following line. Where X is the number of the event you want to remove. You can also just add it to any existing scripts you might have in /system/etc/init.d
rm /dev/input/eventX
How to find out what's causing yours?
1.Download wake lock detector from the
play store and use it for a day
2.check under kernel wakelocks to see if
your phone is being kept awake by an
alarmingly high number of event
wakelocks, if so proceed.
3. Open terminal emulator and type the
following: "su" press enter after each
line
"ps | grep xxxx" where xxxx
is the number
following the event
wakelocks.
4. If system_server doesn't show up,
another app is causing it. Find it and
manage it. Otherwise, proceed.
5. Go back in terminal and type "su" enter
"getevent -c 1" this will give you all
of you events and and what they
are bound to.
6. Make a backup in recovery.
7. Delete one of the problem events and
see if your phone is kept awake, if it.
isn't then congrats! You found the
drain! Else keep testing.
8. Once your are certain which one it is.
Create an init.d or use an existing
one and add the line "rm /dev/input/
eventX" replace X with the event
you want to remove.
You're done.
If you have any problems or questions, I'll be happy to help.
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
Click to expand...
Click to collapse
Really a different way to deal with the problem than any other threads I have gone through. I am facing the same issue. Phone being awake when connected to WIFI only. The problem does not persist with Data connection and WIFI Off. Its very strange. I was working around for the solution but different things seemed liked working at different times.
Though I was having Event wakelocks and not wlan wakelocks I followed some solutions from this thread http://forum.xda-developers.com/galaxy-s2/help/puzzle-wlanrxwake-wakelock-sgsii-t2133176
Disabling netbios worked for me and again after an update the problem came back. Next time I tried changing frequency to 2.4Ghz and it worked. Now again after dalvik cache wipe the problem came back. No solution left to try.
I shall try the methodology u hav provided. Finger crossed. Really frustrated with this issue. Unable to keep the phone connected to WIFI.
But what can be the real issue. How can the volume keys or sweepwake issues persist only on WIFI and not on data connection. Should I ask for am exchange from OPO?
abhi08638 said:
Alright, unfortunately I couldn't find any information about it. Are you running any auto brightness apps? Autorotation? Accelerator gaming? Magnetic case?
sent from my amazingly awesome OnePlus One
Don't forget to hit thanks!
Click to expand...
Click to collapse
Non of that, next to the standard autorotation and auto brightness of android itself. I did see that all the screen off gestures were turned on in synapse so I turned that off but it didn't seem to help. Its not that big of a deal though, probably some necessary stuff happening in the background. Still getting rock solid battery life! 6+ hours sot over 2 days so you don't hear me complain thanks anyways for sharing your info!
Sent from my One using XDA Free mobile app
kandalamv said:
Really a different way to deal with the problem than any other threads I have gone through. I am facing the same issue. Phone being awake when connected to WIFI only. The problem does not persist with Data connection and WIFI Off. Its very strange. I was working around for the solution but different things seemed liked working at different times.
Though I was having Event wakelocks and not wlan wakelocks I followed some solutions from this thread http://forum.xda-developers.com/galaxy-s2/help/puzzle-wlanrxwake-wakelock-sgsii-t2133176
Disabling netbios worked for me and again after an update the problem came back. Next time I tried changing frequency to 2.4Ghz and it worked. Now again after dalvik cache wipe the problem came back. No solution left to try.
I shall try the methodology u hav provided. Finger crossed. Really frustrated with this issue. Unable to keep the phone connected to WIFI.
But what can be the real issue. How can the volume keys or sweepwake issues persist only on WIFI and not on data connection. Should I ask for am exchange from OPO?
Click to expand...
Click to collapse
Yeah I have noticed this wifi issue as well. Iight be related to the new drivers that were implemented but I haven't been keeping up with that so I don't know if it was reverted or not. I usually keep the wifi sleep policy to never. As I said before, I don't really know why they show up, but this "solution" is very dirty. The best way would be to find the cause of it.
I removes the s2w event because whatever triggered it actually uses power by keeping the capacitive keys on. So stopping that process ultimately saved me some battery.
Sent from my LG-P880 using XDA Free mobile app
I know I am not the first one to post about this issue. I have searched, not only on xda, but some other websites. I just cannot find a solution. I am running 5.1.1 non rooted Stock ROM. I have tried everything. Enabled and Disabled a lot of settings. Nothing seems to work. 20% for that Android System is just too much. It started a week ago. Today I have Installed "Quick System Info PRO" and it shows that some "System_Server" is eating battery due to a high usage of RAM and Proccesor. See attachments please.
I am thinkg about updating my OPO, but I am not sure if this will help.
Did you find a solution? Do you know how to fix this? Please share your knowledge with me.
I used to plug and charge my OPO once every day and a half. But now I have to live with my charger inside my pockets because I am charging my phone every 10 hours.
There are any other apps? Also, try with android 6.0, might fix something.
Hi @srsdani.
Thank you for your reply. No. There are not any other apps eating battery. Mostly because I am at work, I use Whatsapp.
I should also mention that the phone gets super hot for no reason, like when you are playing a game after a long time. (Due to the intesive CPU usage).
leokook said:
Hi @srsdani.
Thank you for your reply. No. There are not any other apps eating battery. Mostly because I am at work, I use Whatsapp.
I should also mention that the phone gets super hot for no reason, like when you are playing a game after a long time. (Due to the intesive CPU usage).
Click to expand...
Click to collapse
there can be couple of problem responsible causing this .if i would be you , i would deep wipe my every os related partition and flash a new maybe unofficial cm 12s /any non crazy rom properly and see the results
You use at work wifi or mobile data?
Off topic :
Privacy guard shows phone is awake while charging phone(location service) is waking up only while charging.. Anysolution?
1.i have disabled screen awake in dev options
2.i am using original charger
3.i am on latest cos13
4.while charging screen is completely off & no background apps running (greenifyd)
Even wakelock Detector also shows phone awake.. How to disable??
Wifi
srsdani said:
You use at work wifi or mobile data?
Click to expand...
Click to collapse
I use WiFi, mostly.
#sychrome# said:
there can be couple of problem responsible causing this .if i would be you , i would deep wipe my every os related partition and flash a new maybe unofficial cm 12s /any non crazy rom properly and see the results
Click to expand...
Click to collapse
I'm thinking is OS-related. But by doing some search you will find a lot of people with same issue. Even non-OPO users. I'm gonna give it a try anyway.! Thank you for your reply.
leokook said:
I'm thinking is OS-related. But by doing some search you will find a lot of people with same issue. Even non-OPO users. I'm gonna give it a try anyway.! Thank you for your reply.
Click to expand...
Click to collapse
try better battery stats and correct firmware and recovery , if possible do everything in fastboot inc flashing
So, yeah, I got the most expected update, installed and worked great... Until some issues showed up, like lockscreen freeze, and now the "you can't see you WiFi power consumption" issue. I'm mad, I know WiFi was taking a huge piece of my battery ( tried some suggestions) but now a bug report appeared, and this is what I face today
Before it was like this
What should I do now? A clean install ?
Sent from my A0001 using XDA-Developers mobile app
leokook said:
So, yeah, I got the most expected update, installed and worked great... Until some issues showed up, like lockscreen freeze, and now the "you can't see you WiFi power consumption" issue. I'm mad, I know WiFi was taking a huge piece of my battery ( tried some suggestions) but now a bug report appeared, and this is what I face today View attachment 3741929
Before it was like this View attachment 3741930
What should I do now? A clean install ?
Sent from my A0001 using XDA-Developers mobile app
Click to expand...
Click to collapse
Don t fast reboot
Shutdown your device and power on
Reboot enable system drain
Disable from security settings google administrator
Cyanogen device manager does the same
Also cyanogen statistic are not used any more to lollipop
Do not use greenify apps from version to version update has opposite results
If you want better battery use apps that will disable sensors and locationwhen device sleep
Has anyone figured out the solution for notification issue on Mate 9 AL00.
Currently on: B153
Android Authority said today that an update is coming to fix that, but I haven't read that anywhere else.
They said it in the article about Mate 9 issues and how to fix them, also the touchscreen issue.
Enviado desde mi SM-G920F mediante Tapatalk
I hope they fix this issue, I can't get any notifications without opening the app. It's so annoying. I hope an update is imenent.
Mate 9 MHA-AL00: B153
Sensamic said:
Android Authority said today that an update is coming to fix that, but I haven't read that anywhere else.
They said it in the article about Mate 9 issues and how to fix them, also the touchscreen issue.
Enviado desde mi SM-G920F mediante Tapatalk
Click to expand...
Click to collapse
I am on latest version and I updated phone like 2 days ago I guess but the problem is there.
danielmoosa7 said:
I am on latest version and I updated phone like 2 days ago I guess but the problem is there.
Click to expand...
Click to collapse
I'm on B156 too... The problem still there... We have to wait a little more.... For now you have to lock all the apps that you get notifications to recent apps...
Notification bug:
The aggressive RAM management and battery optimizations that cause the issue with third party launchers (mentioned above) also results in notifications not coming through. An update to fix this problem is rolling out now, and you should receive it shortly.
http://www.androidauthority.com/problems-huawei-mate-9-fix-738776/
xtemujin said:
Notification bug:
The aggressive RAM management and battery optimizations that cause the issue with third party launchers (mentioned above) also results in notifications not coming through. An update to fix this problem is rolling out now, and you should receive it shortly.
http://www.androidauthority.com/problems-huawei-mate-9-fix-738776/
Click to expand...
Click to collapse
I'm only using stock Huawei Launcher but not the one with the app drawer...
The problem is there after the last update 4 days ago B156
xtemujin said:
Notification bug:
The aggressive RAM management and battery optimizations that cause the issue with third party launchers (mentioned above) also results in notifications not coming through. An update to fix this problem is rolling out now, and you should receive it shortly.
http://www.androidauthority.com/problems-huawei-mate-9-fix-738776/
Click to expand...
Click to collapse
I've got the same problem with AL29 B126.
In fact if I don't receive notifications after some hours the system will close automatically the app.
AttiZ said:
I've got the same problem with AL29 B126.
In fact if I don't receive notifications after some hours the system will close automatically the app.
Click to expand...
Click to collapse
yeah, i have exactly same problem, has your problem fixed?
crimsonabyss said:
yeah, i have exactly same problem, has your problem fixed?
Click to expand...
Click to collapse
Yes I sold it two weeks ago.
I've bought a Moto Z Play, android stock. No issue.
Push notifications
Pushover still not working on B183. I have configured to allow notifications, priority display, etc. Its set to 'Dont Close' in the battery manager lock screen power savings section. I have it as 'Allowed' in the Exempt from battery optimization...
Has anyone got push notifications to work?
[email protected] said:
Pushover still not working on B183. I have configured to allow notifications, priority display, etc. Its set to 'Dont Close' in the battery manager lock screen power savings section. I have it as 'Allowed' in the Exempt from battery optimization...
Has anyone got push notifications to work?
Click to expand...
Click to collapse
where did you get B183 Im still on B175 in my AL00 and Im able to receive notifications once I locked the apps I want to receive notifications from
I hate being that guy but for the record I have no notification issues.
I've set Facebook, Messenger, WhatsApp, Trigger, etc. to not close on screen lock and after a month of owning it I guess EMUI's learning algorithm got a hang of how I use my device and now it never kills those processes from memory.
I did find that after not using WhatsApp for a couple of months it DID start killing it from memory so it does seem to be constantly evaluating my usage patterns.
I'm on B156.
Sent from my MHA-L29 using XDA Labs
ilbambino said:
where did you get B183 Im still on B175 in my AL00 and Im able to receive notifications once I locked the apps I want to receive notifications from
Click to expand...
Click to collapse
MHA L29, the B183 update came OTA on the 23rd.
Well good to know it can work…… ill keep plugging away…
problem solved
[email protected] said:
Pushover still not working on B183. I have configured to allow notifications, priority display, etc. Its set to 'Dont Close' in the battery manager lock screen power savings section. I have it as 'Allowed' in the Exempt from battery optimization...
Has anyone got push notifications to work?
Click to expand...
Click to collapse
Hallo, last night I received B182 update , install it , and now everything seems to be solved
I briefly want to describe my experience to help those who are getting crazy with that issue like us .
Got my Mate 9 one week ago and immediately get the bad experience of notification problems (Whatsapp at first, Telegram later. I'm not a Fb user) . Delay of all notifications when the phone were in stand by mode (screen off) after 10 minutes. I've tried ALL that was described in the several forums I searched to solve the issue and that you confirmed: NO WAY to get rid of that
I've noticed that when the function - "app gemella" sorry- "dual app" was on (I use two sim's and whatsapp account) the problem was really big. I tried phone hard reset, reinstall latest version of Whatsapp apk but nothing changed. Yesterday I contacted Huawei service assistance but they were only able to tell me to wait for an upgrade that fix this bug... They even didn't know when the upgrade could sort...
And magically , last night , it came the new MHA-L29C432 B182 . The phone seems to be re-born , very fast and reliable in giving all the notifications I got.. If I think that I was about to sell it...
it was working fine with me on B186 (chinese version) but after fw update to B213 gapps notification and auto sync are acting up, sometimes I got some notifications but not all the time, I re-applied all the settings as described in other forums and still issues is not fix
Update: after reapplying notifications and permissions settings to the apps I want to get notifications, deleting and adding my google accounts, lock them in my phone, complete depleting my phone battery and charge it again..my phone is back to normal again, battery last the usual 2 days under moderate/high usage, notifications and autosync working, not sure but I'm under the impression that after a major update it takes some time to the AI of the phone to get back to what it used to be or maybe I was just lucky, still Mate 9 rocks !!!
ilbambino said:
it was working fine with me on B186 (chinese version) but after fw update to B213 gapps notification and auto sync are acting up, sometimes I got some notifications but not all the time, I re-applied all the settings as described in other forums and still issues is not fix
Click to expand...
Click to collapse
Not sure if my issue is the same but I'm losing notifications randomly. I've tried loads of things also from forums but it seems without any lasting success. However after a restart I'm keeping the notifications for the moment and they're not randomly disappearing.
Not sure if this is of any lasting help mind and that they will again start disappearing randomly.
My next step is a factory reset but what a pain that is!
I'm on B182.
Update: so far so good. I now have notifications that are 12hrs old and still visible. I'm wondering that if you make settings changes, they aren't picked up unless you do a restart!?
ilbambino said:
where did you get B183 Im still on B175 in my AL00 and Im able to receive notifications once I locked the apps I want to receive notifications from
Click to expand...
Click to collapse
I got it from FF updater, some also got it from HiCare/Update app
I have a Google app at top of the battery drain list, about same % as my display, basicaly it never goes to sleep or whatever. I allready did factory reset because there where other bugs after update, so all the bugs are gone except this one..
Any thoughts on what i can do about this one? Its a nasty one.. I also had big bt problem that made my connection to my car useless but reseting the phone and radio helped with that one..
unevoljitelj said:
I have a Google app at top of the battery drain list, about same % as my display, basicaly it never goes to sleep or whatever. I allready did factory reset because there where other bugs after update, so all the bugs are gone except this one..
Any thoughts on what i can do about this one? Its a nasty one.. I also had big bt problem that made my connection to my car useless but reseting the phone and radio helped with that one..
Click to expand...
Click to collapse
Configure Google. In Google you excludes everything you do not need. There is much to for shut off. For me the battery lasts longer on Pie than on Oreo.
ZmisiS said:
Configure Google. In Google you excludes everything you do not need. There is much to for shut off. For me the battery lasts longer on Pie than on Oreo.
Click to expand...
Click to collapse
If you meant that google tracking stuff, location, ads(info,security,personalization), turned it mostly off as i dont need most of it, restarted, enabled disabled google app but the thing keeps going in the background. but i never touched this settings before and all was fine so it shouldnt be that. only thing that works is disabling google app, but kinda worried what i lose by doing that, is it going to sync contacts, notes and that basic stuff if its disabled..
hvala!
unevoljitelj said:
If you meant that google tracking stuff, location, ads(info,security,personalization), turned it mostly off as i dont need most of it, restarted, enabled disabled google app but the thing keeps going in the background. but i never touched this settings before and all was fine so it shouldnt be that. only thing that works is disabling google app, but kinda worried what i lose by doing that, is it going to sync contacts, notes and that basic stuff if its disabled..
hvala!
Click to expand...
Click to collapse
I don't know. I use the Google Beta version.
Nema na čemu.
Well i for one lost the ar emoji with the update. Was it just me?
Best regards
Yes oreo is much better or even Custom rom
Hey,
Same issue here. Did you find any solution?
Rhaziel007 said:
Well i for one lost the ar emoji with the update. Was it just me?
Best regards
Click to expand...
Click to collapse
I have never had this!!
---------- Post added at 03:51 PM ---------- Previous post was at 03:49 PM ----------
I'm having issues with my battery. With oreo it lasted at least 1 day, now I have to charge 2 times per day. I hope some software update solves this problem.
i never used ar emoji so i dont know about that but on the google app draining my battery.. nothing helped, well one thing did, i disabled the app and battery is ok now.. english is not my no1 so talking to google assistant is not something i did every day, but ocasionaly i used it to set a timer or reminder wich i cant atm because it is disabled, thats the only loss i can find
Rhaziel007 said:
Well i for one lost the ar emoji with the update. Was it just me?
Best regards
Click to expand...
Click to collapse
I never had ar emoji on my a8
Samsungoogle said:
I never had ar emoji on my a8
Click to expand...
Click to collapse
I received it on the november update. And now it's gone.
Rhaziel007 said:
I received it on the november update. And now it's gone.
Click to expand...
Click to collapse
You just didn't install it and it disappeared?
Pie lot batter drain
On pie battery many lot drain 2day 1h mid 1day 5h on Oreo 1day 10h 15h or max 20h on mid power mode
I got pie a few days ago and can confirm my battery life has got worse - previously I would have the battery drain 1% every 4-5 mins on oreo while on pie at the same brightness it drains 1% every 3 mins (screen on). I have cleared the cache partition after the update
whatsapp voice and pubg
after pie update i had a problem with voice in whatsapp and pubg
its like popping and distroyed
did any one have a fix or advice
i did factory rest and wipe data and it didnt work
the problem are the same
other app like facebook and youtube are fine and sound too
Hello,
I have the same problem
View attachment 4806728
Enviado desde mi SM-A530F mediante Tapatalk