Shutdown delay when ACC off - change to 24 hours? - Android Head-Units

Hi,
I have an android head unit (rk3066), which has an option to shutdown between 30 seconds to 2 hours after the ACC has been turned off. This is great, but I would really like this to be 24 hours, so that I don't have to wait for it to boot every time I get in the car.
Surely this is a setting stored in a file somewhere that can be edited? I already have root access, so just need to find it and change it? - does anyone have any suggestions as to how this can be done?
Another option would just be for it to stay on permanently - never turn off, just stay in sleep mode, I would be fine with that too - but I can't find an app or setting that would prevent shutdowns either. An idea of this would be great too.
Regards,
Henry

Polite bump
eldite said:
Hi,
I have an android head unit (rk3066), which has an option to shutdown between 30 seconds to 2 hours after the ACC has been turned off. This is great, but I would really like this to be 24 hours, so that I don't have to wait for it to boot every time I get in the car.
Surely this is a setting stored in a file somewhere that can be edited? I already have root access, so just need to find it and change it? - does anyone have any suggestions as to how this can be done?
Another option would just be for it to stay on permanently - never turn off, just stay in sleep mode, I would be fine with that too - but I can't find an app or setting that would prevent shutdowns either. An idea of this would be great too.
Regards,
Henry
Click to expand...
Click to collapse

eldite said:
Hi,
I have an android head unit (rk3066), which has an option to shutdown between 30 seconds to 2 hours after the ACC has been turned off. This is great, but I would really like this to be 24 hours, so that I don't have to wait for it to boot every time I get in the car.
Surely this is a setting stored in a file somewhere that can be edited? I already have root access, so just need to find it and change it? - does anyone have any suggestions as to how this can be done?
Another option would just be for it to stay on permanently - never turn off, just stay in sleep mode, I would be fine with that too - but I can't find an app or setting that would prevent shutdowns either. An idea of this would be great too.
Click to expand...
Click to collapse
Be careful in what you wish (stay on permanently). Your head unit is not a phone. The fact that it wants to shut down is most probably because the MCU firmware can't switch off the amplifier. It means that the unit will drain 40 - 100 mA draining your battery in 20 -70 hours, even though the Android part might be in sleep mode.
I do not know your unit, but it could as well be a property being set, like many of these units do with their settings. So go into a terminal app and execute the command "getprop > /sdcard/getprop.txt" and check what is written to the file. Maybe it contains some useful info. Note that the written text file will contain unix linefeeds so if you are a windows user, you can't use notepad. Use notepad++ or so.

surfer63 said:
Be careful in what you wish (stay on permanently). Your head unit is not a phone. The fact that it wants to shut down is most probably because the MCU firmware can't switch off the amplifier. It means that the unit will drain 40 - 100 mA draining your battery in 20 -70 hours, even though the Android part might be in sleep mode.
I do not know your unit, but it could as well be a property being set, like many of these units do with their settings. So go into a terminal app and execute the command "getprop > /sdcard/getprop.txt" and check what is written to the file. Maybe it contains some useful info. Note that the written text file will contain unix linefeeds so if you are a windows user, you can't use notepad. Use notepad++ or so.
Click to expand...
Click to collapse
We understand the consequences but is there anyway for us to set that? An apk? This option had been taken out and we can't set it... if you know how or at least know any dev which is working on this, please point us to him.
thanks

eldite said:
Hi,
I have an android head unit (rk3066), which has an option to shutdown between 30 seconds to 2 hours after the ACC has been turned off. This is great, but I would really like this to be 24 hours, so that I don't have to wait for it to boot every time I get in the car.
Surely this is a setting stored in a file somewhere that can be edited? I already have root access, so just need to find it and change it? - does anyone have any suggestions as to how this can be done?
Another option would just be for it to stay on permanently - never turn off, just stay in sleep mode, I would be fine with that too - but I can't find an app or setting that would prevent shutdowns either. An idea of this would be great too.
Regards,
Henry
Click to expand...
Click to collapse
Hi guys
I´m looking for this to, does anyone have a solution ?
tks

me too

Usually for that the head units have a sleep mode which sets the hu in a hybernation mode with less energy consumption.

Yes, I know, the problem is the maximum standby time is just 1 hour which is not much. I need more, like 1 or even 2 days. And I don't care about battery drainage.

Related

Make your XDA I/II turn itself off after new SMS faster,etc.

So, after diggin' for long time in registry on Pocket PC 2002 ROMs I've found nice feature - HKLM\System\CurrentControlSet\Control\Power\
(may vary cause this is from 2003 ROM, for now I have but was like this and works on 2002), has value WakeUpPowerOff = 180 (by default).
This value (in seconds) determines, how long device will be on after:
1. power on by "power" button (and no other activity - no taps, no any hardware buttons pressing) - it userful for example to see "what's on
today", time, etc...
2. power on by incoming event like SMS or calendar one.
And after you touch screen\ other button - then as I found starts another, "original" timer, defined in Start->Settings->System->Power.
I've set above WakeUp parameter to WakeUpPowerOff = 12 (smallest that works really at mine device) and what I got? This:
When I need to look into today's or time or missed calls etc - I just press power look at screen and devices turns iself off byself. Not great effort but - heh - longer live for power button
But this is more important: When incomes SMS (I have gate from internet inbox to sms so have a lot of smses) - devices comes on only for 12 secs - for day it increases significantly battery life. (aha - 180sec and 12sec - differs!) (etc...). So we can set auto Off timer for 1 minute and work in normal mode (when we tap or read something, smaller is not so much siutable), but with this WakeUp timer also when we don't use device we get very small time to byself on\off-ing and longer battery life.
But after appearing 2003 in my wallaby and then after bying himalaya I have changed this parameter with no effect.
Now I find solution!
We need to change one more parameter in that registry subdirectory named:
DisableGwesPowerOff=1 by defalut. Simpy set it to 0.
And now on my XDA II (and on XDA I with 2003) this hacks works.
I think this will be userful for our XDA community. Thanks for paying attention for this text.
Hey, that is a very, very cool hack! I have always been annoyed when my XDA2 is in my pocket and I receive an SMS when I can't reply. During the 2 minutes before it switches itself off I find that the screen gets pressed a lot in my pocket with sometimes disastrous results.
This hack seems to have no side-effects at all. The XDA2 stays switched on in the cradle and changing the Power-off-on-battery setting doesn't reset this auto-off timer.
I dare to suggest even that it is perfect! Thank you very much nugged.
Thank you realy love this one :idea:
Works fine with 5sec off on XDAII.
goodluck
2 SiliconS: That's some kind of pleasure to share with info and to help.
2 eme: 5 sec? hmm... Ah! I think I have bigger lag cause I have setted up password protection and maybe it needs some time to initialize after on/before off... You haven't password protection on?
Anyway - it's works.
I've just had a thought: does this hack affect the alarms and appointment notifications? Does the machine turn itself off after 12 seconds and stop the alarm working? That might be a problem for some people if so. I can't test at the moment - my wife is asleep
Edit:
Just tested, quietly . It does affect the alarm. I set a repeating alarm. The machine turned on, sounded the alarm once and then switched off. When I turned it on again a few seconds later it sounded a repeat.
I think this hack is excellent if you don't use your XDA2 for alarms or notifications. Otherwise it might cause problems. :?
@nugged:
every PocketPC turns itself automatically on at midnight, to perform some magic regarding alarms etc. It is a known problem that sometimes it turns off too soon again, before having finished its work. There are even programs to make this time-out longer. Question: does you hack also affect this time-out, or is it something completely unrelated?
Cheers
Daniel
2 tadzio: Mine never do this. What "reorganization"? Mine works fine, don't miss any appointments and haven't midnight magic power-ons ...
2 SiliconS: Yes, so that's maybe who need to have long alarms install additional soft and\or set up time longer, smth like 15 seconds.
As for me - yes, I use mine device lot of time so it often in mine hands and at my eyes so I don't need long alarms.
Lets explore info above (at 1st post) here more deeply maybe someone find solution for short WakeUpPowerOff time and working long alarms if needed.
Put down the pipe!!
What are you guys on, hacking the on time? I must be really confused... what about just using the power settings to turn of backlight after 10 seconds and power off if not used for 1 minute?
That's all I ever do and mine lasts easily through a weekend with a few hours of talk time and checking my e-mail at least 20 times.
2 wayandrs: That's your decision If you satisfied with that standard system - good . Anyway - it's not an order - it's just advice
Look - when you setup to run your backlight off after 10 seconds - try to work normally then .
nugged said:
2 tadzio: Mine never do this.
Click to expand...
Click to collapse
Yes, it does. You just don't see it because it's only a partial power-up: the display does not get switched on.
The OS needs to clean up appointments, and set alarms for the new day. Most of the time it succeeds, but sometimes the device powers off automatically before the OS could finish, resulting in alarms not going off. This is what tools like "Wakeup Tweak" are for - they just extend the time-out until the device powers down again.
Also, zendrui (the PocketZenPhone author) had a lot of... umm... fun with this feature when users configured PocketZenPhone to automatically switch modes at midnight. Ask him, I think he knows a lot more about this than he ever wanted to know.
Cheers
Daniel
I miss the old 2003 future and wish SMS dose not turn IMATE-II on..
hope some body listen there and give a soltion. it was built in before some bodies complain about it.
2 eme: 5 sec? hmm... Ah! I think I have bigger lag cause I have setted up password protection and maybe it needs some time to initialize after on/before off... You haven't password protection on?
Yes, no password protection.
Btw I managed to connect over BT to Linux machine and have acces to local net and web. That 's nothing ok. But managed also to use device cca
100m+ away form my BT acces point. Just put USB dongle on extended
cable and if possible outside of your room. My is on the attic.
Think, PC makes som interference to BT rx for sure. If anybody interesting
on this can write som more..
goodluck
2 eme: after setting this hack do you have some troubles with 'midnight self turning-ONs of device with turned off display and some reogranization' as tadzio has?
2 tadzio: so, device turning itself on withot turning on display? Sounds very interesting. Anyway - we can say so our devices stays on every time even turned off by the key, they only slowing down processor and turning off display and some hardware, cause they need to refresh SDRAM memory, to track and remember appointments to wake up at needed time, etc.
And, anyway, if this 'midnight ONs' are have place, if they are not turning on display - ppc works in another mode and I think this registry value is not related to them. But this - for me - is very strange information.
Please, Daniel, give detailed info/links, if you know this question good or don't bewilder other peoples, who read this topic.
nugged said:
2 eme: after setting this hack do you have some troubles with 'midnight self turning-ONs of device with turned off display and some reogranization' as tadzio has?
I do not have any appointments stored in my device.
Cant wait for Linux to run on it with graphical enviromet.
Than we can all forget this misterious M$ hacks.
Click to expand...
Click to collapse
eme said:
nugged said:
2 eme: after setting this hack do you have some troubles with 'midnight self turning-ONs of device with turned off display and some reogranization' as tadzio has?
Click to expand...
Click to collapse
Oh, I didn't mean to say that I have any problems. In fact, before I apply this hack I wanted to make sure that it will likely not cause any problems, that's why I asked if the author knows about any possible interaction between the midnight wakeup and his hack. I would suspect there is none, but I am not sure.
Cheers
Daniel
Click to expand...
Click to collapse
nugged said:
Please, Daniel, give detailed info/links, if you know this question good or don't bewilder other peoples, who read this topic.
Click to expand...
Click to collapse
Here is more information about this: http://www.mtekk.com.au/browse/page826.html
Cheers
Daniel
problem need help
Alrite i tried with a 12. It works well. As expected, but things happen when my phone rings, with a long rintone i have, it got cut off and then it went back to standby mode, making the call still ringing behind the background, after a while it was turn on again. It annoying when i cannot hear the first part of the ring. I end up not picking up importants calls... Anyway to help this desperado? ow i want to change back but its like the same...

Power control of the Vogue

Maybe this shows that I am a noob, but here it goes.
I want to save my battary power when running the GPS, but all the power saveing settings turn the phone onto standby, thus loosing GPS lock (and when I am using my better bluetooth GPS, it locks out the bluetooth and I have to re-boot). Is there some why to just turn of the screen? Is that "an app for that"? I am currently trying out SVM Power Manager, but you can not set it to turn the screen off in 2 minites or whatever. To use it how I need, I would have to turn off the OS's power saver, and always manualy turn off the screen using SVM Power Manager. All the power manager apps I have seen work like that.
Help!
you will probably have to buy an extended battery man. i think even real android phones batteries drain pretty quick from what i hear.
Did some testing. It seems that the battery will last for about 5h with the screen of (using SVM Power Manager to turn it off), and the GPS running (GPSed running it).
Understood that the battery is just under powered, but I was wondering if there was a way to make the screen automaticaly turn off after X amount of time, but not have the phone go into standby.
I also bought one of those battery powered battery chargers (battery extender). But the one I got turned out to have only 500mAh (compared with 1100mAh in the phone battery), so it turned out to only help a bit. Maybe I will try to make one with a voltage regulator and a rechargable 9V battery
I think one of the pmsleepmodes may support this (in default.txt) Try 2 or 3. It seems like one of these didnt do a full power collapse, but did turn the screen off.
katmandu421: I am not familiar with this stuff. Can you give me a bit of a more detailed explination?
Is this a built in windows mobile funciton. Can I access this in the registry?
I love it how most of us would assume he's talking Android. Yes in android, editing your default.txt to sleep mode 0 would turn off the screen, but not sleep the system. 1,2, or 3 would allow the different system board types used in various Vogues to go to sleep.
WinMo however is a different story. The GPS in the Vogue is a low power chip, but from everything I can gather is requires the system to stay fully awake. If you find an app that allows you to turn off your screen, post back but I don't believe there is much hope to that. Windows seems to think that when the lights go out, it's sleepy time.
Also, the radio on the Vogue doesn't sleep, and it's use to wake up the phone i.e. incoming calls. The GPS is part of the radio so if there is a way to keep the system board awake, in theory it should work.
SVM Power Manager will turn off the screen while keeping everything awake, but it is not automatic. I have maped the camera button to this program, so it is not a huge hassle, but I realy would like to have it automatic.
Will consider installing Android.
Titus_Andronicus said:
SVM Power Manager will turn off the screen while keeping everything awake, but it is not automatic. I have maped the camera button to this program, so it is not a huge hassle, but I realy would like to have it automatic.
Will consider installing Android.
Click to expand...
Click to collapse
Did anyone ever figure out how to do this? I'm trying to figure this out as well. After finally getting GPS to work, now I'd like to be able to use some apps that need to run when in standby.
mnations said:
Did anyone ever figure out how to do this? I'm trying to figure this out as well. After finally getting GPS to work, now I'd like to be able to use some apps that need to run when in standby.
Click to expand...
Click to collapse
Check on Dev&Hacking. An app just came out today that does exactly what you are asking for here.
http://forum.xda-developers.com/showthread.php?goto=newpost&t=707458
Enjoy
egzthunder1 said:
Check on Dev&Hacking. An app just came out today that does exactly what you are asking for here.
Enjoy
Click to expand...
Click to collapse
Thanks! That looks like a handy app.
An update (in case anyone hits this thread later)...I made this one change which seemed to clear up all of the problems (found elsewhere but can't post outside link yet.)
[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{7C4B7A3 8-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\Phone as Modem]
"Enabled"=dword:00000000"
Now this is in conjunction with QuickGPS and all the other fiddling I've done, so I don't if this alone is responsible.
However, when running Google Maps or other GPS applications I get a lock within 5-15 secs. Also, when coming back from standby it's able to re-lock in the same amount of time. This normally required a soft restart before.
For apps that track your routes, such as SportyPal which I've been using for mapping my bike rides, they can keep a lock even in standby mode. I'm not sure if the app itself is able to hold a lock or if QuickGPS may be helping it. Either way it works.

Data Connection stays on

So, I find that when I use a browser or any other data connection software, the data connection stays on after exiting the browser or other data use software. This tends to run my battery down extra fast if I forget to go into the Comm Manager and turn off the data connection manually. Or I'm in a situation where I can't take the extra time.
Question 1: what are other people doing about this?
Question 2: Is there a something like the WiFi switch programs (I'm using AKToggleWiFi) which make turning the data connection on or off something that can be done with a button or shortcut on the today screen?
On Question 2, the main thing I don't like about the Comm Manager are the number of steps involved, and when I turn on the Comm Manager, it takes a few seconds for it to realize that the data connection is on, before I can turn it off.
Thanks in advance
--
FB
frankenbike said:
So, I find that when I use a browser or any other data connection software, the data connection stays on after exiting the browser or other data use software. This tends to run my battery down extra fast if I forget to go into the Comm Manager and turn off the data connection manually. Or I'm in a situation where I can't take the extra time.
Question 1: what are other people doing about this?
Question 2: Is there a something like the WiFi switch programs (I'm using AKToggleWiFi) which make turning the data connection on or off something that can be done with a button or shortcut on the today screen?
On Question 2, the main thing I don't like about the Comm Manager are the number of steps involved, and when I turn on the Comm Manager, it takes a few seconds for it to realize that the data connection is on, before I can turn it off.
Thanks in advance
--
FB
Click to expand...
Click to collapse
Try this:
To disconnect network when idle for 1 min
HKLM\Comm\CommMgr\Planner\Settings\
Delete the following key: "SuspendResume"
add "CacheTime" value of 60
This should disable the connection if its idle for 1 min
hope i helped!!!!
Thank you! That works!. I set it for 30 seconds (BTW, had to use DWord, not string). I didn't delete the old Key, just set it to zero. I may need it for times when I'm doing a chat or something that I can't have it log off during...experimentation to follow.
Why doesn't it come with an option to turn off the data connection instead of burning through the battery after a certain wait period?
frankenbike said:
Thank you! That works!. I set it for 30 seconds (BTW, had to use DWord, not string). I didn't delete the old Key, just set it to zero. I may need it for times when I'm doing a chat or something that I can't have it log off during...experimentation to follow.
Why doesn't it come with an option to turn off the data connection instead of burning through the battery after a certain wait period?
Click to expand...
Click to collapse
To be honest I gave up on trying to understand Microsoft's reasoning, there is a number of performance issues that could be resolved easily that they choose not to fix.. They are special like that .. I thought about trying just disabling registry instead of deleting it, Glad that worked for you.
The difference in power use is profound. I think data connection wasn't just happening when I used it, but would go on by itself and stay that way. This is the first time I've seen this much power left in the battery after a whole day. It's still reading 100%, even though I've used the phone a couple of times. In 5 months, that has never happened.
I wish my wife's LG Touch was as open to problem solving as my WinMo phone. I'm pretty sure her phone has a similar problem draining down the battery.
new imagio issues...
Hello,
I am very glad to be returning to a winmo phone, after having been forced to use blackberry for a while. I have used many windows phones in the past, so am sort of familiar with rom flashing and registry edits.
Just got an HTC imagio, and am using it with corporate exchange server, connected through VPN. I have a couple issues that I am hoping someone can help with. When my VPN is enabled, I go through the entire battery in less than 6 hours. When it is disabled, battery lasts for about 2 days. Any ideas about how to make the battery last longer w/ VPN enabled? Would the approach described about disconnecting network when idle help with this?
In any case, I would like to try. Would someone mind please directing me to a registry editor that works on imagio? thanks, and I'd very much appreciate any other ideas!
EDIT:
OMFG...this works PERFECTLY!!! MY BATTERY IS LASTING WAY WAY LONGER, AND I'M STAYING CONNECTED TO VPN!!!
sorry for yelling...I am just so freakin' happy. This forum is great!

Xtrons Android 8.0 BMW E90 Headunit - Not keeping time!

Hello all.
I have installed a new Android 8.0 E90 specific headunit and it is fantastic. All is working fine, all the radio presets and settings are being held so I know the memory wiring is correct. However, my one and only issue is that the time is not correct each time I switch the engine on! I have tried amending all the settings under the sun and nothing seems to work and is really frustrating me now. It doesn't make a difference whether I have GPS auto update on or off. Basically, if I set the time, switch engine off say, for an hour and then return to my car, the time will be an hour behind so it basically doesn't update as soon as it is switched off. I have even waited to see if there is a delay in the update but I have waited the whole length of any journey and it doesn't...
Any help from you guys would be greatly appreciated.
In Gps settings set time adjust fronte satellite.
When you restare the car the time must sincronize in less than a minute.
AlexRuhl said:
In Gps settings set time adjust fronte satellite.
When you restare the car the time must sincronize in less than a minute.
Click to expand...
Click to collapse
Hi, I have it already set so the time automatically updates with GPS. But it doesn't when I restart the car.
You timezone might be wrong.
sorinakis said:
You timezone might be wrong.
Click to expand...
Click to collapse
Nope, timezone is correct (London GMT).
The most confusing thing is I have checked all of these options. I have even tried switched all the auto updates off and set the time manually. It still doesn't keep time! Most frustrating.
Have you tested out the bluetooth functionality related to phone calls? On my previous Xtrons unit, the person on the other end of the line always heard themselves echo and it was a show stopper for me. If this is not a problem with the new unit, I would pick one up.
Bump, Also have this problem with my e82 headunit by isudar
Wow I completely forgot to update this haha! Well, the solution for me was to set the ACC OFF time to 30 seconds. So basically, it has to do a reboot everytime I sit in the car. Not a big issue as it only takes 30 seconds. The time is always right then.
However, the bluetooth and wifi has stopped working on this unit. First the wifi just doesn't switch on, then, more recently the bluetooth kept disconnecting and now doesn't function whatsoever. Might just go down the route of a new headunit tbh.

How to get apps to Auto Re-Start

Ok, so I am sure someone has already answered this question but right now I can't find it. I'd like to know how to set the launcher so it can remember the last app that was playing before shutting down.
For example, I may be listening to a sat radio channel when I stop for gas. 10 minutes later I am back in the car and start, yet FCC doesn't launch the sat radio app, even though I have tried setting this feature in "AUTOSTART".
Is there anyone here who can help with this. ? There's also a feature under "SOUND" that is supposed to restart whetver audio you were listening to before the last shut down. This doesn't seem to work for me, either.
Thanks in advance for any help on this.
Depending on your head unit you need to play around with the timing in Fcc.
Wait before Autostart --> try first 30 sec and reduce the time until the autostart does not work anymore. Then just go back to the working timing.

Categories

Resources