Alarmclock works while Android is shutdown? - General Questions and Answers

Hello Forum,
why does my alarm clock work while the phone is turned out? What is the name of this function and how can I turn it off?
I think it uses battery, because I charged my old phone (switched off, emergency phone) a week ago and now its empty.
Thanks
Peter

peterfarge said:
Hello Forum,
why does my alarm clock work while the phone is turned out? What is the name of this function and how can I turn it off?
I think it uses battery, because I charged my old phone (switched off, emergency phone) a week ago and now its empty.
Thanks
Peter
Click to expand...
Click to collapse
Hi, what phone do you have ?
I remember this was an issue for certain phones (but that was 6 years ago lol). Your phone must be really old !
And about the battery life when shut down, how long does it last usually?
Now for the upfront solutions:
Delete the alarm you sat up.
And if you have a removable battery on this phone, removing it would have a very good effect on battery life.
Have a good one

Its an Elephone P7000. I want to charge it and use it as a secondary phone. I turn it only on when my main phone has no battery. Last month I bought a new battery for this phone, on the battery is written "production date 2015". The battery last a whole day when the phone is turned on.
I'm really interested what is running the whole time in the background when Android is turned off. Is it some kind of BIOS? Is it the bootloader? Can you give me the name of this "program"?
PS: When my Xiaomi phone if turned of, the alarm does not work.

peterfarge said:
Its an Elephone P7000. I want to charge it and use it as a secondary phone. I turn it only on when my main phone has no battery. Last month I bought a new battery for this phone, on the battery is written "production date 2015". The battery last a whole day when the phone is turned on.
I'm really interested what is running the whole time in the background when Android is turned off. Is it some kind of BIOS? Is it the bootloader? Can you give me the name of this "program"?
PS: When my Xiaomi phone if turned of, the alarm does not work.
Click to expand...
Click to collapse
A battery life thread which may help is:
https://forum.xda-developers.com/showthread.php?t=1179809
PS: I have never heard of an android phone that respects alarms when the phone is off, as android is not running But I always wondered why not, since my previous non-smart phones all did.

This App analyses the energy consumption of Android and the Apps, but that is not my problem. My problem is that the charged phone loses energy while it is turned off.
And secondly I'm really interested what is running in the background while the phone is turned off. Is is a firmeware from Elephone? I removed the original Elephone rom and switched to Cyagenomod and then to Rublix. But original Bootloader and other Elephone stuff my still be there.
I asked in a german Android forum and they said it is the fastboot function. But I think this is only a possibility of Android to boot fast when is is wakened from the watchdog I'm searching. (That the alarm clock starts immediately and not minutes after the targeted wakeup time.)

peterfarge said:
This App analyses the energy consumption of Android and the Apps, but that is not my problem. My problem is that the charged phone loses energy while it is turned off.
And secondly I'm really interested what is running in the background while the phone is turned off. Is is a firmeware from Elephone? I removed the original Elephone rom and switched to Cyagenomod and then to Rublix. But original Bootloader and other Elephone stuff my still be there.
I asked in a german Android forum and they said it is the fastboot function. But I think this is only a possibility of Android to boot fast when is is wakened from the watchdog I'm searching. (That the alarm clock starts immediately and not minutes after the targeted wakeup time.)
Click to expand...
Click to collapse
Yes, when you flash a custom ROM, all you are really changing is the system partition itself and maybe the kernel, everything else from your original firmware is still there: e.g. bootloader, modem, etc, etc..
Fastboot has nothing to do with how quickly the device boots, fastboot is a bootable function/mode used to flash/manage the device using the adb/fastboot software while booted into fastboot mode. Some devices have a feature that allows for fast booting, but that is a different animal than fastboot.
Your device has an internal clock the same as a PC does, that is how a PC keeps correct time even when the system is powered off and still shows the correct time when you boot the system. As for what is causing the battery to die even turned off, that may be a different issue than the power used by the internal clock.
All of my old devices lose charge after sitting in a draw for some time without being used, it isn't really an "issue" or problem, it is just the nature of the beast. Batteries do not store power indefinitely.
You can find out more about lithium-ion instability and the particulars of their construction and how they actually work if you do some google searches on the subject.
Sent from my SM-S767VL using Tapatalk

peterfarge said:
And secondly I'm really interested what is running in the background while the phone is turned off.
Click to expand...
Click to collapse
Are you rooted? running Magisk?

The smartphone is rooted with SuperSU.
This watchdog is more than a Bios clock. It wakes the smartphone at a given time. So the android system configures this background watchdog somehow. Maybe there are more things that it can do?
My Motorola Moto E (LineageOS) starts always with a wrong time. (WhatsApp is complaining about it at the start) So there seems to be no watchdog.

peterfarge said:
I'm really interested what is running the whole time in the background when Android is turned off. Is it some kind of BIOS? Is it the bootloader? Can you give me the name of this "program"?
Click to expand...
Click to collapse
peterfarge said:
The smartphone is rooted with SuperSU.
Click to expand...
Click to collapse
OK, if you are rooted, I would try running a boot-script that logs what is running on your phone every X minutes. If your lucky, the boot-script will log while the phone is "OFF".
something like the following maybe:
Code:
#!/system/bin/sh
top >> /sdcard/runnig_processes.log;
You may need to find a path that is actually mounted in your "OFF" state.
Also, I wouldn't keep this as a permanent thing, simply a test.

I dont think that this works. The uptime shows that the smartphone is running since 6 hours. I think if I put the script somewhere in the android system it wont be executed while android is turned off.
I have done some search. It seems that the P7000 has a Real Time Clock (RTC) in the MT6752 SOC. This chip can be configured to wakeup Android. I can see it at "cat /sys/class/rtc/rtc0/name".
There is also the charging screen despite the phone is turned off. The SOC can do a lot of things when android is not running.

peterfarge said:
I dont think that this works. The uptime shows that the smartphone is running since 6 hours. I think if I put the script somewhere in the android system it wont be executed while android is turned off.
I have done some search. It seems that the P7000 has a Real Time Clock (RTC) in the MT6752 SOC. This chip can be configured to wakeup Android. I can see it at "cat /sys/class/rtc/rtc0/name".
There is also the charging screen despite the phone is turned off. The SOC can do a lot of things when android is not running.
Click to expand...
Click to collapse
It does sound like android is not running on your phone for the phone-off-alarms, since it has a real time clock (I didnt read it, sorry).
As for the charging animation, all my phones have that too, but I think that is only the bootloader and ONLY while charging. ie connected to power, so discharging isn't an issue.
I suggested the above, as waaaay back when I modified my first phone, when I added a bunch of boot scripts that logged heavily, I *think* i was surprised when I noticed once (its back in gingerbread days) that I had logs from the start up of when I turned it off. But that was now many moons ago. It was just an idea, that shouldn't be too hard to test, even though all you have said points to it failing. And now that I think of it, the charging animation on that first phone I had, was actually PNG images (as animation frames) sitting on the android file system path; but again, that was during charging, not completely off.

Related

Samsung i780 high power consumption

So i just got a Samsung i780 and after charging the first battery i put it in and started up the phone.
However i was stunned to find that the standby time was less than 7 hrs!!
Samsung says 400hrs standby, but now ive tried both the batteries that came with the phone and i did an xperiment, by charging the battery to a 100% before i went to bed and then leave the phone in standby.
When i woke up next morning the phone had shut off and couldnt be turned back until i either connected the ext power or replaced the battery.
This goes for both the batteries and the phone is like 2 days old, and no i didnt charge the batteries half way at any point, they were at less than 30% when i recharged them and charged to 100% before i started to use them. :-(
Also i made sure the WiFi wasnt on and i set every powersaving feature to save as much power as possible by lowering the display light to the lowest setting and have it shut off the display after the shortest period of time if the device is not in use etc etc etc...
My old HP Ipaq 6515 with WM 2003 never did anything like this and that one still has a standby time of approx 90hrs, but also the powersaving features in the old WM03 is more simple and apparently works better.
Also, when i start up the Samsung after replacing the battery, i cant change the ldc brightness, nothing happens when i choose another setting, the screen stays at the lowest setting of brightness, until i reset the phone, then it works properly.
My god i thought my old Ipaq was flawed and annoying with its way of suddenly turning itself off now and then due to the batt cover being crap, but this is almost worse!
So plz anyone who has any idea/suggestions, lemme know as this is really getting to me! :-D
Thx in advance!!
Maybe a rom upgrade will solve your problems
ilMessia said:
Maybe a rom upgrade will solve your problems
Click to expand...
Click to collapse
Well it maybe will, but where will i get that?
I go to Samsung and under products i choose my phone model, then i go to "Support and downloads" and theres only a bunch of manuals in pdf and then activesync 4.5 available. :-(
Also i just noticed under the power adjustment theres an option that will shut off the display during a call 5 secs after the call has begun.
However bneneath it it says, that the phone wont shut the disp off unless the phone is in "inactive mode" whatever that means, i havent come accross anything anywhere with a possibility to enable "inactive mode"
S1zZLeR said:
Well it maybe will, but where will i get that?
I go to Samsung and under products i choose my phone model, then i go to "Support and downloads" and theres only a bunch of manuals in pdf and then activesync 4.5 available. :-(
Also i just noticed under the power adjustment theres an option that will shut off the display during a call 5 secs after the call has begun.
However bneneath it it says, that the phone wont shut the disp off unless the phone is in "inactive mode" whatever that means, i havent come accross anything anywhere with a possibility to enable "inactive mode"
Click to expand...
Click to collapse
Inactive mode i think is the one when you press the power button to shout down the display.
You can find a lot of infos about roms searching "i780" on this forum.
ilMessia said:
Inactive mode i think is the one when you press the power button to shout down the display.
You can find a lot of infos about roms searching "i780" on this forum.
Click to expand...
Click to collapse
Thx mate, in that case thats not a problem, i mean the "inactive mode" i always use that, a habit from my old Ipaq which didnt run for too long with the display on. :lol:
I found a rom upgrade to version 6.1, however i could only find it in english, but thatll have to do for now, because whats the "correct" language worth if the device cant stay turned on for more than 4 hrs? ;-)
Geeez this is freaking me out now, i try to do the upg to 6.1 and the upgrader needs to verify the deviee, so it verifies it and alerts me about it and say "Press ok to reset the device", the phone restrts and meanwhilke the upgrader throws this in my face: "Time-out. Unable to access device. Try again".
So i tried again and the same thing happend. Pfffft.... Boohoo!! :lol:
Have you installed the drivers, activesync etc.? Is your battery fully charged?
What drivers? afaik the ain no drivers, but yes i have the Mobile Device center installed and that works perfectly.
As started earlier:
This goes for both the batteries and the phone is like 2 days old, and no i didnt charge the batteries half way at any point, they were at less than 30% when i recharged them and charged to 100% before i started to use them. :-(
Click to expand...
Click to collapse

Request: Blinking Led when power on (but stand-by)??

Is there an apk for get blinking led when power on?
Anyway 1st of all: where do you know that your phone is still alive if it is stand-by???
Second: My wife just bought DHD and her 1st question is how do I know that this phone is still alive and kicking if it is stand-by mode?
And.... I think... blinking led f.e every 60 secs doesn't consume battery a lot??
Bump... Because I made a reguest before...
somebody did this: http://forum.xda-developers.com/showthread.php?p=9039420
However... I am not using Winmo 6.5.3 anymore
PeeHoo,
Not exactly sure if this is what you have in mind, but my battery monitoring app, BattMonX, will keep the LED on (provided the phone's hardware supports it, of course ) while monitoring the battery charging state.
Its highly configurable and might fulfill your needs.
Give it a try...its free in the Market.
Cheers!
Thx... I tried it... but I'd like more a solution where I could choose that led blinks f.e once in a 30 secs or 60 secs when phone is stand-by and still alive... I cannot get this apk working like that...
And this might confuse me also (when led is always on) because sometimes if android crashes or freezes it could cause similar situation (that led stays on)...
PeeHoo said:
Thx... I tried it... but I'd like more a solution where I could choose that led blinks f.e once in a 30 secs or 60 secs when phone is stand-by and still alive... I cannot get this apk working like that...
And this might confuse me also (when led is always on) because sometimes if android crashes or freezes it could cause similar situation (that led stays on)...
Click to expand...
Click to collapse
Yeah, it there does seem to be a little "wonkiness" (if you will) to the consistency of how the LEDs are supported throughout the Android world. Much of this inconsistency is due to hardware implementions, I'm sure (for example, the HTC phones are much different than the Motorola phones in the API's behavior and affect on the LEDs (not to mention what colors are supported)).
There's also the issue of what is actually happening in "stand-by" (I assume you mean when the phone's screen is off and presumably asleep). I've found that without using wake-locks, the user apps (services included (even ones monitoring for system intents)) are indeed quiesced within a few minutes of turning the screen off. This was why I added my "rainbow mode" feature in my app...it was purely to see how Android was affecting how responsive my app was after the screen is turned off. You can actually see Android slowing things down as time goes on after the screen is turned off. So, I think the only way you could get what you want would be to have an app that implements a wake-lock and keeps the CPU alive while the screen is off...a scenario that I don't think most folks would really like due to the potential impact on battery life (i.e., if the CPU is awake for your app, its awake for all apps (I believe)).
Cheers!

Battery Problems

I'm using a Nexus 5, its my first Android device, and so my first time rooting.
I rooted yesterday using the Android SDK, and installed TWRP.
The root worked perfectly, and I have tested it. All I have done since rooting (unlocked boot loader at the same time, so I'm clean on stock), is install a few Play Apps like Twitter, WhatsApp and then BusyBox and dSploit.
I haven't added any customisations or anything, and my battery is now awful!
i.imgur/AkdAKjW.jpg (Can't post links yet)
My screen has been on for 50 minutes...
I have brightness on the lowest setting, have turned off vibrate on touch, turned off Wi-Fi, turned off Location, set to use 3G not 4G, set display to turn off after 15 seconds...
Im sure it can't be anything to do with the root, but I don't really know too much about it. Is there a problem with 4.4.2 and battery life?
What else can I do to improve it?
Ideally I'd like to be able to have a max of 3-4 hours screen time, and the device to last for 14-15 hours.
I was easily getting 14 hours before I rooted/updated, but now my battery life has just screwed up.
Why is the OS using up so much?
7ewis said:
I'm using a Nexus 5, its my first Android device, and so my first time rooting.
I rooted yesterday using the Android SDK, and installed TWRP.
The root worked perfectly, and I have tested it. All I have done since rooting (unlocked boot loader at the same time, so I'm clean on stock), is install a few Play Apps like Twitter, WhatsApp and then BusyBox and dSploit.
I haven't added any customisations or anything, and my battery is now awful!
i.imgur/AkdAKjW.jpg (Can't post links yet)
My screen has been on for 50 minutes...
I have brightness on the lowest setting, have turned off vibrate on touch, turned off Wi-Fi, turned off Location, set to use 3G not 4G, set display to turn off after 15 seconds...
Im sure it can't be anything to do with the root, but I don't really know too much about it. Is there a problem with 4.4.2 and battery life?
What else can I do to improve it?
Ideally I'd like to be able to have a max of 3-4 hours screen time, and the device to last for 14-15 hours.
I was easily getting 14 hours before I rooted/updated, but now my battery life has just screwed up.
Why is the OS using up so much?
Click to expand...
Click to collapse
Is this not the first charge since you first saw the problem? The Android OS bug occurs sometimes. I would reboot and see how it is on the next full cycle.
sreen may be turning in coz some apps might be asking for root access.
I think you try greenify app and hybernate useless apps, m sure this will help you.

[Q] Battery Life

Alright, I think I might be having some issues, and I was wondering what your battery life like?
I charged mine earlier this week, used it a little bit after I pulled it off the charger and have barely touched it since. This morning when I went to go and watcha Youtube Video, my tablet was completely dead. Now I used it about 2 days ago and it still had over a 40% charge. To me it seems odd that the tablet drained over 40% just sitting there for 2 days.
I checked the battery manager for some statistics and the most battery draining services were the Screen at 34%, Tablet Idle at 22% and Android OS at 18%. I am not sure if this is normal for the Shield Tablet or if I might have something stuck running in the background or might even have a defective unit.
So I guess my question for you guys other than what your battery life is like, is do you think this is normal? Or should I try a factory rest? Any other suggestions? Returning it to BestBuy is an option as I bought it about a week and a half ago.
Thanks for the tips
menendez1293 said:
Alright, I think I might be having some issues, and I was wondering what your battery life like?
I charged mine earlier this week, used it a little bit after I pulled it off the charger and have barely touched it since. This morning when I went to go and watcha Youtube Video, my tablet was completely dead. Now I used it about 2 days ago and it still had over a 40% charge. To me it seems odd that the tablet drained over 40% just sitting there for 2 days.
I checked the battery manager for some statistics and the most battery draining services were the Screen at 34%, Tablet Idle at 22% and Android OS at 18%. I am not sure if this is normal for the Shield Tablet or if I might have something stuck running in the background or might even have a defective unit.
So I guess my question for you guys other than what your battery life is like, is do you think this is normal? Or should I try a factory rest? Any other suggestions? Returning it to BestBuy is an option as I bought it about a week and a half ago.
Thanks for the tips
Click to expand...
Click to collapse
I'd try to manage background applications with Greenify. You'd have some more options like BootManager if you have root. Don't worry, root will disappear upon factory reset if needed for returns. Besides those two controlling agents, there is a flashable MOD I discovered recently called ComoDose 3.5 here on XDA. With all three, my S3 hits the bed as soon as I turn off the screen, boosting idle time tremendously. You'd need to go a step further and install a custom recovery to try ComoDose; if you have any issue and need to return, there is already a guide here on how to get rid of it. So don't worry about that!
Most likely, your device just isn't going to sleep. I don't think it's unusual.
Settings > Shield Power Control > Apps tab:
Let Nvidia Optimize everything. It seems to end up saving me a ton of battery life. Using apps that don't need much power (like Cheezburger, G+, Udemy, Play Store, etc...), the Nvidia governor seems to handle the clocking very well. Then it cranks it up as needed with games (I bought a few that are listed in the Shield games thing).
You just need to remember to go in and optimize new apps that you install. By default it doesn't put a governor profile on them, so the apps just run as Android tells them to, instead of how Nvidia profiles them.
I've been charging my Shield Tablet about once every two days. That's maybe an hour of gaming a day, and a lot of web browsing, and various forum reading, and whatever other random stuff I do during the day.
The pre-installed app Camera Awesome installs a bunch of corrupt jpg's to internal storage. While they are their it causes the "media server" service to keep running constantly in a loop. Was so bad that while plugged in, my battery went down while actively using the tablet. Since I removed those corrupt jpg's the battery has been fine. So step 1, check for corrupt jpgs.
Harfainx said:
Settings > Shield Power Control > Apps tab:
Let Nvidia Optimize everything. It seems to end up saving me a ton of battery life. Using apps that don't need much power (like Cheezburger, G+, Udemy, Play Store, etc...), the Nvidia governor seems to handle the clocking very well. Then it cranks it up as needed with games (I bought a few that are listed in the Shield games thing).
You just need to remember to go in and optimize new apps that you install. By default it doesn't put a governor profile on them, so the apps just run as Android tells them to, instead of how Nvidia profiles them.
I've been charging my Shield Tablet about once every two days. That's maybe an hour of gaming a day, and a lot of web browsing, and various forum reading, and whatever other random stuff I do during the day.
Click to expand...
Click to collapse
Just did that this morning while it was on the charger, hopefully it makes a difference like it did to you.
daeymon said:
The pre-installed app Camera Awesome installs a bunch of corrupt jpg's to internal storage. While they are their it causes the "media server" service to keep running constantly in a loop. Was so bad that while plugged in, my battery went down while actively using the tablet. Since I removed those corrupt jpg's the battery has been fine. So step 1, check for corrupt jpgs.
Click to expand...
Click to collapse
Now that you mention it, I did have the media server service running and taking up battery. I guess I will delete the pictures I have and replace it with a different (Google) Camera. Thanks for the tip.
daeymon said:
The pre-installed app Camera Awesome installs a bunch of corrupt jpg's to internal storage. While they are their it causes the "media server" service to keep running constantly in a loop. Was so bad that while plugged in, my battery went down while actively using the tablet. Since I removed those corrupt jpg's the battery has been fine. So step 1, check for corrupt jpgs.
Click to expand...
Click to collapse
Its still too early to call but I think you hit the nail on the head with this one! I wasn't getting drain with the screen off but it was draining really fast with the screen on. Thank you so much for this suggestion of deleting these corrupt files because right now my battery is finally draining like it should.. nice and slow. Thank You!!
dukehazard77 said:
Its still too early to call but I think you hit the nail on the head with this one! I wasn't getting drain with the screen off but it was draining really fast with the screen on. Thank you so much for this suggestion of deleting these corrupt files because right now my battery is finally draining like it should.. nice and slow. Thank You!!
Click to expand...
Click to collapse
How is your screen on before and after deleting the corrupt files? Would you mind posting screens or stats
Sent from my GT-I9505G using XDA Free mobile app
daeymon said:
The pre-installed app Camera Awesome installs a bunch of corrupt jpg's to internal storage. While they are their it causes the "media server" service to keep running constantly in a loop. Was so bad that while plugged in, my battery went down while actively using the tablet. Since I removed those corrupt jpg's the battery has been fine. So step 1, check for corrupt jpgs.
Click to expand...
Click to collapse
Hi,
Where exactly on internal storage I can find those corrupted files?
I would like to give it a try.
Thanks in advance.
pghostek said:
Hi,
Where exactly on internal storage I can find those corrupted files?
I would like to give it a try.
Thanks in advance.
Click to expand...
Click to collapse
Android/data/com.smugmug.android.cameraawesome
Check any sub folders in that folder as well.
There are apps you can get which will scan your device for corrupt image files too.
I'm not an android expert, so apologies if I say anything out of turn.
I think the .jpegs appeared to be corrupt as some of them might have been for the 'picture frames' of the camera awesome 'special effects'. Thus they are 'transparent' in the centre of the image.
I had some in the Android/data/com.smugmug.android.cameraawesome/downloads directory.
I read an article, which said if you add an empty .nomedia file to the directory it should stop the media service from reading from it.
Would adding that file not be enough to stop the media service, rather than deleting all the files?
Silverfox476 said:
I'm not an android expert, so apologies if I say anything out of turn.
I think the .jpegs appeared to be corrupt as some of them might have been for the 'picture frames' of the camera awesome 'special effects'. Thus they are 'transparent' in the centre of the image.
I had some in the Android/data/com.smugmug.android.cameraawesome/downloads directory.
I read an article, which said if you add an empty .nomedia file to the directory it should stop the media service from reading from it.
Would adding that file not be enough to stop the media service, rather than deleting all the files?
Click to expand...
Click to collapse
I had similar problem. I deleted all the jpg files, infact deleted the entire folder,Android/data/com.smugmug.android.cameraawesome/downloads directory. However, everytime i opened camera app, the folder generated itself (check in ES file explorer). Better option is to disable the app (you cant delete as its a system app) and use google camera or any other camera of choice. My battery life has increased (screen on and off) i get about 4 hours of screen on time (lot of browsing, drawing, you tube and 40 mins of gaming). Its not as much as others are getting. Also i am not rooted. On a side note Lollipop is coming in couple of days, it should alleviate some battery issues.''
I have a problem with battery life. Was at 100% this morning 11am, now it is 3h20 pm and there is only 58% remaining.
The problem is it was in my bag between this morning and now and it has not been used... WiFi is set to be off while screen is off, and is not available for location when wifi deactivated. Nvidia camera is disabled. I will do a factory reset to see how it goes...
If I go to battery menu : it show only one line : screen, 1%, which of course is impossible.
EDIT : ok, it is unusable with such battery life... Since I bought it yesterday, I decided to do a factory reset and to NOT restore anything from other devices.
I'm currently charging it and will make a report later.
Judge584 said:
I have a problem with battery life. Was at 100% this morning 11am, now it is 3h20 pm and there is only 58% remaining.
The problem is it was in my bag between this morning and now and it has not been used... WiFi is set to be off while screen is off, and is not available for location when wifi deactivated. Nvidia camera is disabled. I will do a factory reset to see how it goes...
If I go to battery menu : it show only one line : screen, 1%, which of course is impossible.
EDIT : ok, it is unusable with such battery life... Since I bought it yesterday, I decided to do a factory reset and to NOT restore anything from other devices.
I'm currently charging it and will make a report later.
Click to expand...
Click to collapse
EDIT 2: time to RMA. Yesterday : a factory reset, no google account configured and charged at 100% , airplane mode. 8hours later ( this morning) , shield shutdown itself during night. So bad.
Judge584 said:
EDIT 2: time to RMA. Yesterday : a factory reset, no google account configured and charged at 100% , airplane mode. 8hours later ( this morning) , shield shutdown itself during night. So bad.
Click to expand...
Click to collapse
Are you on lollipop or kitkat?
Lollipop. Is that the problem ?
Judge584 said:
Lollipop. Is that the problem ?
Click to expand...
Click to collapse
I Still dunno. I'm waiting to be able to flash the kitkat firmware. I bought shield 3 days ago registered to nvidia dev site just today. Let's see
I bought it Wednesday and received 4 OTA updates without registering to dev site
Judge584 said:
I bought it Wednesday and received 4 OTA updates without registering to dev site
Click to expand...
Click to collapse
So it worked as intended lol I need to be registered and agreed to dev site to be able to download the firmwares
But do you have same problem as me?
I've not had any battery issues and I'm running Lollipop.
I have set my screen brightness to Auto (Screen On uses up a lot of juice).
Using the "Shield Power Mode" I've set the "Processor Mode" to "Optimise".
Under the Advanced Wifi options I've turned off "Network Notification", I've left "Scanning Always available" on, and set "Keep Wifi on during sleep" to "Only when plugged in".
Finally in Android/data/com.smugmug.android.cameraawesome/downloads I've made sure there is the empty .nomedia file.

New phone with no apps added, phone disabled, screen off, drains far too much battery

Hi
I've got a brand new PH-1 and haven't yet had time to set it up properly, only started it up, let it update software and used for an hour or so before testing the idle battery drain.
I haven't installed any apps or changed any settings other than to disable the google app (to prevent it listening for or responding to "ok google"). I tried out the 360 camera, signed in to gmail and browsed a few websites, before charging back to full and restarting the phone before this test anyway.
But leaving it idle with the screen off and with phone network disabled (there's not even a SIM inserted), only wifi on with good signal, it lost 65% battery in under 22 hours. Screen on time was less than five minutes.
Is this a hardware issue I should RMA, or is it considered normal? If this is normal and there's no easy fix, I'll probably end up having to return the phone anyway for a refund, because if it can't even last a day and half in idle there's no way it would last a reasonable amount of time with normal usage.
Any ideas?
Thanks
Since there isn't a sim card installed, try going to airplane mode and then turning WIFI on.
I am getting about 1.2% drain with cell network and wifi enabled along with all my standard apps installed.
On a typical day with 1-2h SOT, I usually have 60-70% battery left at midnight. I'd try to reset the phone, and then testing again - occasionally a system update will end up doing something funny
I left it overnight with airplane mode on, so even wifi was off, and it's a little better but not by much. Screen on time was one minute.
With airplane mode on, screen off, no dodgy apps, the phone really shouldn't be doing anything to drain battery.
I'll try a full factory reset and see what happens.
Just to follow up, a full factory reset seems to have fixed the issue. Even after doing the same things I had done before (connected to wifi, updated, logged in to gmail, etc) the battery now drains at a much more sensible rate.
Very strange that a factory reset made a difference since it was new from the factory when I had the issue, but I guess something strange happened in the update like dsip suggested.
Thanks for the help!
nickwp said:
Just to follow up, a full factory reset seems to have fixed the issue. Even after doing the same things I had done before (connected to wifi, updated, logged in to gmail, etc) the battery now drains at a much more sensible rate.
Very strange that a factory reset made a difference since it was new from the factory when I had the issue, but I guess something strange happened in the update like dsip suggested.
Thanks for the help!
Click to expand...
Click to collapse
That's ? percent normal behavior. Anytime you flash a ROM (new phone =new ROM) you need to wait a bare minimum of a charge cycle (more like three in my experience) before you get the slightest idea what your actual battery drain is going to look like. think of it like breaking in the engine on a new car.
Sent from my mata using XDA Labs

Categories

Resources