Wireless Tray Applet - Advantage X7500, MDA Ameo General

Ok, I'm sorted with the BT tray app now from c0rnholio, good bit of kit that does exactly what it says on the tin.
Does anybody know of a tray applet to turn wireless on and off?
I've searched but my search string obviously isn't imaginative enough.

You can try this, and the other one is for bluetooth

Spot on thanks!

bigsmart said:
You can try this, and the other one is for bluetooth
Click to expand...
Click to collapse
http://www.silentservices.de/btIO.html
I think there is a later/newer version of the bluetooth util there.

There is, I've already got the 0.5 version. Thanks for the steer.

wifiIO
Just a warning. I removed wifiIO from my webpage because there is a bug in it which _may_ lead to system freeze. I found that if your device has wireless enabled through wifiIO and after that goes to standby (screen blacks out) this sometimes will result in a 100% cpu usage. So be carefull with this release.
The reason is, that my program directly tells the wlan nic to got to full power without correctly involving the systems power management. I tried to make a power up request to the power management for the wlan nic but it simply does nothing. I will try to fix that in the next release, but don't expect it to be soon.
Cheers

c0rnholio said:
Just a warning. I removed wifiIO from my webpage because there is a bug in it which _may_ lead to system freeze. I found that if your device has wireless enabled through wifiIO and after that goes to standby (screen blacks out) this sometimes will result in a 100% cpu usage. So be carefull with this release.
The reason is, that my program directly tells the wlan nic to got to full power without correctly involving the systems power management. I tried to make a power up request to the power management for the wlan nic but it simply does nothing. I will try to fix that in the next release, but don't expect it to be soon.
Cheers
Click to expand...
Click to collapse
Cornh0lio, I've noticed this and managed to get round it by either turning off wifi before the machine goes into standby or by turning off and turning back on as soon as it comes out of standby. It's still a better 'one-click' solution than going through comm manager.

c0rnholio said:
Just a warning. I removed wifiIO from my webpage because there is a bug in it which _may_ lead to system freeze. I found that if your device has wireless enabled through wifiIO and after that goes to standby (screen blacks out) this sometimes will result in a 100% cpu usage. So be carefull with this release.
The reason is, that my program directly tells the wlan nic to got to full power without correctly involving the systems power management. I tried to make a power up request to the power management for the wlan nic but it simply does nothing. I will try to fix that in the next release, but don't expect it to be soon.
Click to expand...
Click to collapse
Anything new on the WiFi toggle app as yet? Seems like an excellent little program once you get the bug sorted.
Regards,
Ron

Related

[WM5] solution to disconnecting BT/wifi/gprs in suspend

hi,
here's solution for BT/wifi/gprs/AS dissonnect, when device is in 'unattended' system state.
under [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Interfaces] there you can see following:
{EB91C7C9-8BF6-4a2d-9AB8-69724EED97D1}=Power-manageable NDIS miniports
now, check what do we have here:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend]
do you see it's GUID there?
{98C5250D-C29A-4985-AE5F-AFE5367E5006}
default=4
(Off - see below)
that means, on suspned, those devices are powered down.
try to change it to:
default=0
That means ON
I was also too lazy/busy to make a cab for it... maybe later or DYI. ;o)))
The same stuff can solve those vertical stripes on Himalaya, when the device is suspended.
Here's a description of "Device Power States":
Full on -> D0
State in which the device is on and running. It is receiving full power from the system and is delivering full functionality to the user.
Low on -> D1
State in which the device is fully functional at a lower power or performance state than D0. D1 is applicable when the device is being used, but where peak performance is unnecessary and power is at a premium.
Standby -> D2
State in which the device is partially powered with automatic wakeup on request. A device in state D2 is effectively standing by.
Sleep -> D3
State in which the device is partially powered with device-initiated wakeup if available. A device in state D3 is sleeping but capable of raising the System Power State on its own. It consumes only enough power to be able to do so; which must be less than or equal to the amount of power used in state D2.
Off -> D4
State in which the device has no power. A device in state D4 should not be consuming any significant power. Some peripheral busses require static terminations that intrinsically use non-zero power when a device is physically connected to the bus; a device on such a bus can still support D4.
buzz
Thanks Buzz trying it now, one question though. Wouldnt changing it to 2 work best? Im thinking of the power drain when setting it to 1 or does it not consume that much power? Thanks
efjay said:
Thanks Buzz trying it now, one question though. Wouldnt changing it to 2 work best? Im thinking of the power drain when setting it to 1 or does it now consume that much power? Thanks
Click to expand...
Click to collapse
do whatever you like... )
According to msdn:
"Device Power state definitions are statically predefined."
However:
"OEMs define system power states. They are referred to by OEM-defined names such as On, SystemIdle, OnBattery, InCradle, OutOfCradle, and so on. These names are not predefined, and are not necessarily ordered in a linear way. You define system state names as registry keys in the system configuration. There is no limit on how many system power states you can define."
)))
buzz
Thank you buzz for the tweaks so far
Since u got into the power management tweaks, on our BA's when it's on cradle or charger specifically on WM2003-Se the phone doesn't vibrate when incoming call arrives, but on magneto it vibrates when it's connected to power is there a tweak to disable the vibrator when it's plugged to the cradle/charger ?
wow great buzz, will this fix the BT problem under BA WM5 as well?
Doesnt fix it for me with my BA and a SE HBH-200.
Edit: What i noticed was it didnt seem to affect BT but with wifi setting the entry to 0 would cause wifi to shut off completely if you turned the phone off and back on again. What would normally happen for me is wifi will still be on but would need to be restarted after the phone has come out of suspend.
Buzz is this fix for the BA or just Himalaya?
efjay said:
Doesnt fix it for me with my BA and a SE HBH-200.
Edit: What i noticed was it didnt seem to affect BT but with wifi setting the entry to 0 would cause wifi to shut off completely if you turned the phone off and back on again. What would normally happen for me is wifi will still be on but would need to be restarted after the phone has come out of suspend.
Buzz is this fix for the BA or just Himalaya?
Click to expand...
Click to collapse
well, headset doesn't use network miniport, i'd say...
i've got HS801 here... let me test the headset.
buzz
...later on, i found, that if you press the power button, the device goes into "unattended" mode.
That means, we also need to do the changes there.
There is no NDIS miniport GUID defined, so it takes the default value of 4, which is power down...
The stripes and audio solution is also in there...
to be continued...
buzz
HKLM\\system\\currentcontrolset\control\power\State\ "default" set to "0"
HKLM\\system\\currentcontrolset\control\power\State\Useridle\ "default" set to "0"
HKLM\\system\\currentcontrolset\control\power\State\resuming\ "default" set to "0"
HKLM\\system\\currentcontrolset\control\power\State\resuming\{eb91.... "default" changed to "0"
HKLM\\system\\currentcontrolset\control\power\State\{98c5.... "default" changed to "0"
Well, did the thing above, first there was no change visible, so i resetted my device.
Well my wifi was activated and connected after the reboot.
my device suspended anyway.
but once i activate the device again, the wifi turnded on, but the device is not able to connect to the AP. think i miss some additional registry settings to flush the network config, since the lease on your ip adress is terminated. or something else, i dont know. but had this before with the jasjar wifiautoonn and wifiautooff exe's 8)
But there are mountains of registry things here, so i try more.
let's have some fun with those power settings...
open your regeditor and change
[HKLM/system/currentcontrolset/control/power/state/on]
"bkl1:"=dword:4
and
[HKLM/system/currentcontrolset/control/power/state/backlightoff]
"bkl1:"=dword:0
after changing the regs, press power button to off and on again. that will flush and apply new settings.
ok. the above settings will REVERT backlight's behaviour. I mean, when device is on, backlight is off. after inactivity timeout, light goes on.
well... funny experiment...
that proves, that devices could be powermanaged from here.
if you've had enough fun, revert those settings to normal. ;o)))
now set in:
[HKLM/system/currentcontrolset/control/power/state/unattended]
"bkl1:"=dword:0
that SHOULD turn the backlight on, when you leave the device untouched for a longer time (when the display goes off) or if you press the power button.
so leave it untouched and watch the display to see what's gonna happen on the 'unattended' state.
after approx. 5 minutes (never measure that), just when the display is about to off itself, BACKLIGHT FLASHES for a second and goes OFF.
why? we just said, bkl1:=0 (ON)?
so our settings are overriden. maybe that 'flags' settings?
lets see later, but exactly the same happens with BT connection even if we say ON, it goes off...
This also affects connection power management.
[HKEY_LOCAL_MACHINE\Comm\Parms]
AllowSuspend=dword:1
set to dword:0 and your network connections will not power down.
When my device is craddled and has ActiveSync connection it doesnt disconnect now, when power button is pressed.
more here
buzz
buzz_lightyear said:
This also affects connection power management.
[HKEY_LOCAL_MACHINE\Comm\Parms]
AllowSuspend=dword:1
set to dword:0 and your network connections will not power down.
When my device is craddled and has ActiveSync connection it doesnt disconnect now, when power button is pressed.
buzz
Click to expand...
Click to collapse
It didnt work for my device
any program
any program that can search for an unsecured wifi connection every 2 minutes or so?
that would be really nice..
Can help me
i think that you can help me. My device ia a Ubiquio 401 and this device have issues with GSM signal when it is in sleep mode. How to solve?? Or, thaere are any solution to powe button only turn backlight off, no suspend??
I would really love this to work on my diamond but it doesn't
I set the first value to 0 (in the first post) and
[HKEY_LOCAL_MACHINE\Comm\Parms]
AllowSuspend=dword:0
the wificonnection still searching everythime I get back from suspend mode..
any ideas for diamond users? :S (WM 6.1)
ramram said:
Thank you buzz for the tweaks so far
Since u got into the power management tweaks, on our BA's when it's on cradle or charger specifically on WM2003-Se the phone doesn't vibrate when incoming call arrives, but on magneto it vibrates when it's connected to power is there a tweak to disable the vibrator when it's plugged to the cradle/charger ?
Click to expand...
Click to collapse
Sent from my Freeza MD4 Stock Rooted Galaxy S3

device couldn't wake up after turning to sleep mode

I just got AMEO from T mobile which I believe the same as HTC advantage.
despite of being SIM locked by T-mobile, I am experiencing another problem in waking up the device after it goes into sleep mode.
After I left the device idle for few minutes, it turn the whole screen off. (not only the back lit).
I can see the LED for BT/wifi still blinking.
But no matter which button I press, it couldn't be turn on at all.
As final resolve, I have to soft reset the device every time after it sleep!!!
Can some experts here advise me? is it a defective unit? or some other settings are wrong? Do I need to return it to the vendor?
I don't want to keep the device always on by disabling the auto off feature in power setting either.
Does someone have the same problem like me?
Thanks for any advise in advance.
What happens if you put it on the keyboard while "asleep"? Even if it means taking it off there first.
If doing that and pushing the power button fail to turn it on, it's a defective unit.
it's the same problem even i attach it to the keyboard.
a bit funny though, if i press the power button from the side to turn it off. I won't have any problem to turn it on.
but if i leave it to auto off mode, then i can't turn it on until resetting it from the back hole.
can it be improved if I flash to other ROM?
My Ameo does it occasionally - I find that (re)attaching the keyboard tends to bring it out of sleep better than pressing the power button. I get the impression that by pressing the power button, it sometimes gets confused that its still on and tries to turn itself off (even when it is already off). Tends to lead to a reboot every few days though. Waiting (fingers x'd) for WM6 to see if it behaves better.
do you guys have this option
settings>button>lock
try to toggle the checkbox to see if it helps
I'll try it! I found it under Settings/System Tab, 'Key Lock' icon.
I'll report back within the week.
I can confirm that it doesn't help my AMEO.
anyway, thank for your thought.
Digital.Diablo said:
I'll try it! I found it under Settings/System Tab, 'Key Lock' icon.
I'll report back within the week.
Click to expand...
Click to collapse
To digital:
can I ask for a favor from you. could you try to make the device auto power off without sim card in.
and see whether u will have the exact problem i have or more frequent it dead...
due to my unit is locked to T mobile network, i still haven't put any sim card in.
Tried it without simcard in but it still turns on ok after the fix. TBH, sounds like you're getting the issue more than me - mine only does it occasionally (once every couple-3days) and as yet, I've not managed to locate a consistent cause. I'll keep my eye on it though with the fix and let you all know how I get on.
the other thing that i can think of out of at the moment is that you are running some prog from the sd card/microdrive in the background so when you try to switch your device on then it does not get started and hence the problem...
try tweaks2k (you can use the trial version)
it has a bunch of settings for this... (just check that it is compatible with ameo first)
install 'screenoff' and assign to one of the button.
it works fine.
have to make work around like this now. no idea why this problem only happen to my AMEO...
anyway, thanks for all of u!
royalmail said:
Does someone have the same problem like me?
Click to expand...
Click to collapse
I have a similar problem. My device does not wake up in one case from 10 approximately.
Frequency of occurrence of a problem decreases if to close the phone's program compulsorily.
In other branch to me have told, that the problem can be because of the Active Sink's program. Have allowed advice to disconnect automatic start of this program. But I cannot check up because my program all the same is started if to switch off an option of the automatic device. :-(
hard reset can solve the problem completely. ;-)
I'm pleased to say that the 'button' tweak posted here has worked... So far!
Thanks Gents (and lasses if there are any).
That happened to me too yesterday.
I hard reset it and reinstalled everything to microdrive now. (trying to eliminate the possiblity of compaction thread) Removed SPB Pocket plus, which I've come to be quite suspecious by now. Also removed true VGA. So far I have not got a single freeze yet, touch wood. If it runs okay for a few more weeks with no freezing, will put back true VGA and see how it goes again. Will try to isolate the offending software bit by bit.
Hi,
I've had the same problem with my Advantage
After some weeks of test i have found how to solve the problem on my Advantage. perhaps it's only works on mine but you can try.
i have installed "all" progs on memory and not on microdrive. on microdrive i have only a few exe like wififofum or progs not intend to run when i turn my Athena off.
then no more problem waking up my athena.
I think the problem could be that microdrive cause a time out or thing like this when we wake up the PDA then athena freeze waiting about datas from microdrive.
then for me now it's programs like browsers, sscontact, traylaunchers etc .. => memory
programs like painting tool, etc ... => microdrive and close (kill process) them before sleep mode.
and all is ok now for me. The only freeze in 1 week was Pocket IE freezing (but the reason is pocket IE sucks)
There was actually another point that I forgot to mention concerning the freezing. I found out that the free miniSD card came with the bonus pack was actually faulty. With the pocket mechanic professional benchmark, I managed to see only less than 200kb/s read and write! I did a hard reset, and installed everything on microdrive, and touch wood, I have not got a single reset or freezing yet these two days. I install nothing into memory, as we all know that it takes up to 2 seconds to write a block of data into NOR ROM, which is why we should always shift our directory of IE cookies/history/cache away from the main memory. Since the main memory (NOR ROM) is good for executing program in place but terrible in writing, Microsoft's MikeCal thinks we should not keep any data there. (See this thread: http://blogs.msdn.com/windowsmobile/archive/2006/03/16/552996.aspx ). I try to keep the memory as free as possible to minimise compaction thread kikcing in. Will see how it goes in the next couple of weeks and take on from there.
I'm happy to confirm that, after a weeks testing, the button 'fix' seems to have resolved the issue! Thanks all.
I have been experiencing similar problems.
After being left on standby for a period of time (>10mins), the unit sometimes goes into "autistic" mode.
i.e:
Power button does not function. Unit GSM light flashes, but will not resume from sleep.
I've tried the following:
Attaching USB cable. No change.
Attaching keyboard. No change.
Calling phone. No change.
Soft reset. Starts ok.​
I have now tried:
Settings/System/Key Lock
- set to 'Do not lock buttons'​
However, I suspect ActiveSync.
The unit was attempting to Sync every 5 minutes, while connected with a USB cable. I therefore followed advise (read elsewhere) to create a dummy server to allow an ActiveSync schedule to be created, then deleted.
http://www.modaco.com/index.php?showtopic=246522
This is coincident with the start of the problem.
Regards
Devany said:
I have been experiencing similar problems.
After being left on standby for a period of time (>10mins), the unit sometimes goes into "autistic" mode.
i.e:
Power button does not function. Unit GSM light flashes, but will not resume from sleep.
I've tried the following:
I have now tried:
Settings/System/Key Lock
- set to 'Do not lock buttons'​
Click to expand...
Click to collapse
I had same problem once I enabled Key Lock function.
However, once I disable key lock, it works fine again.

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.

Problem with GPS and unattended mode

Hi
I'm developing a GPS application (http://www.marathon-mobile.net/Download/DownloadLatestVersion), its working fine on most phone but I'm having some problems with HTC HD2.
The problem is that the GPS doesn't seem work when the phone is locked.
I have set the following:
PowerPolicyNotify(CoreDll.PPN_UNATTENDEDMODE, true)
SetPowerRequirement("gpd0:", CedevicePowerStateState.D0, POWER_NAME | POWER_FORCE, null, 0);
I'm also calling SystemIdleTimerReset(); every 100 ms.
This seems to work for all other devices (I havent received any complaints about them), but no the HTC HD2. Have anyone else experienced problems with HD2, do I have to set any other Power Policies for this device?
//Johan
I think another app got the same problem as well. I run the wmTorrent on my HD2 and when the screen's locked the WiFi shows reconnection when I unlock it. It seems to be some sort of power saving feature that's cutting off everything when it's idle (including GPS). I take it you're requesting GPS data via Windows API.
Nice app by the way, saw it on the marketplace and was gonna place an order. I'll wait till it's fully supported on HD. Let us know pls.
I see.. Thats maybe why I can not get TrackMe to work..
Sounds to me like some kind of power saving design. After all the HD2 haven't exactly got the biggest battery in the world.
Sorry guys, that comment doesn't really help solve you problem I know.
But it would be interesting to know if this is a Microsoft / HTC design 'feature'...Maybe it's worth checking with Acer Neotouch / Omnia II user?
Or does this issue exist on any other WM6.5 handset?
I have installed OziExplorerCE GPS Mapping and Real Time Tracking Software, and it has an option to turn the display off whilst leaving the GPS functioning, pressing the <end> button will turn the display back on as per normal.
This is definitely different to pressing the <end> button to suspend the device as if I do this then Ozi also wakes up with a reconnecting to GPS message.
I have tried this with both TomTom and Oziexplorer running, and as long as I use Ozi's own display off option, both programs keep running and tracking movements.
So it seems that it is possible to do what you wish.
abucas said:
I have installed OziExplorerCE GPS Mapping and Real Time Tracking Software, and it has an option to turn the display off whilst leaving the GPS functioning, pressing the <end> button will turn the display back on as per normal.
This is definitely different to pressing the <end> button to suspend the device as if I do this then Ozi also wakes up with a reconnecting to GPS message.
I have tried this with both TomTom and Oziexplorer running, and as long as I use Ozi's own display off option, both programs keep running and tracking movements.
So it seems that it is possible to do what you wish.
Click to expand...
Click to collapse
Sounds like they use SetSystemPowerState(null, POWER_STATE_IDLE, POWER_FORCE); in combination with multiple calls to SystemIdleTimerReset(); This could be a solution. Unfortunately it keeps the entire device in on, so it'll consume more power than just keeping the GPS on. I've currently sent a version to a tester with this enabled, so we'll see if it works.
I'm still interested in a solution using unattended mode if its possible. It could be as easy as setting another power requirement, if so we just need to find it.
Thanks for all the replies .
Good to find that, I will need that for SciLor's GrooveMobile

Disable Hardware Buttons

Hi All,
in the company I work for we use a range of XDA's for our drivers, the current and most popular one is the HD2, however i have noticed that drivers are able to put the XDA to standby, normally this is a requirement, however for the system we are using it causes major issues and provides the driver a way to cheat the system.
What im looking for it a way to disable the hardware buttons when the device is switched on, i imagine there may be a registry edit, but im not sure and need help as this is becoming a pressing issue.
Thanks
M
Your request is very peculiar, and I seriously doubt that you can achieve something like that, after all completely disabling the hardware buttons can impair seriously the functionality of the device and I don't think there is a pre-set method to do that.
Anyway, I've seen a thread that talked about reassigning the shortpress on power button to something else (and I'm talking about shortpress, not longpress), yet this didn't work on the HD2 when I tested it this morning.
Anyway, if your system is debunked by putting the device in standby, it will also troubled by simply removing the battery. In other words, you can put a strong password to forbid a user from turnning off a pc from the start menu, but you cannot forbid this user from pulling the plug off the mains
Anyway, a very feeble solution could be making so that whatever is that's thrown off by the standby, keeps working even in standby; there's a tweak for wifi that allows wifi radio to stay on during standby, and probably forcing the wifi always on, and tweaking it from bsb to be on even during standby, it will also force the CPU of the device to be on even if you lock the phone by press endkey
Dont really want to give too much away, but our application uses gprs/3g and gps constantly, and by going into standby it loses connection with our servers and gps, thus allowing users to go standby in one area and then turn back on somewhere else but system thinks they are in area 1 until they move to antoher area again. this causes a major issue and headache for me, so what i really need is for the app to remain live when in standby and to keep the data and gps connection live
hope that makes sense
Hi,
These threads may help:
http://forum.xda-developers.com/showthread.php?p=6417238
http://forum.xda-developers.com/showthread.php?t=661472
had a look at those links and the second won looked like a winner, but when hit the HW power button the device still goes off, however i noticed that it kept its gprs connection, but it still lost gps which is one of the main factors. Just need some way to stop the device from turning off, apart from removing the case and then removing the buttons
railto said:
had a look at those links and the second won looked like a winner, but when hit the HW power button the device still goes off, however i noticed that it kept its gprs connection, but it still lost gps which is one of the main factors. Just need some way to stop the device from turning off, apart from removing the case and then removing the buttons
Click to expand...
Click to collapse
try this:
Change this with your registery
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\State\Resuming]
"gps0:"=dword:00000001
"gpd0:"=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\State\Unattended]
"gps0:"=dword:00000001
"gpd0:"=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Power\State\Suspend]
"gps0:"=dword:00000001
"gpd0:"=dword:00000001
Normaly the numbers are on "4" - put this on "1" and gps should stay awake even when you put the phone in standby.
It will stay on until a program stops using the gps.
found it here
http://forum.xda-developers.com/showthread.php?t=676267
railto said:
had a look at those links and the second won looked like a winner
Click to expand...
Click to collapse
It's the first one you should try. Works fine for me.
http://forum.xda-developers.com/showpost.php?p=6416870&postcount=6
But frankly if they do it on purpose they will no doubt find other ways to do it - so you should rather build in some protection in your software to detect it, like if 2 consecutive positions are at the same place but with more than a certain amount of time apart, it's that they turned the thing off / cut connection on purpose/...
EDIT: wilcovh beat me to it.
those reg edits have been confirmed not to work... at the time being there is no way to have the GPS stay on while in standby, and that's a pity. I am personally interested in this and have researched in the forums, yet no working method was devised (yet). And I would love to be corrected by someone, but all the solutions I found were app specific (as in, app turns off screen without turning off GPS).
So, unless the drivers should have a personal reason to "cheat" the system by turning off the GPS, just instruct them not to press that button
If they just want to turn off the display, you can make it so that they do just that without actually locking the device, by associating, as I did, longpress on send key, with xdashutdown /lightsout command. That will turn off the screen but the phne won't be locked nor put to standby.
the theory of having gps active while on standby is moot and now useless, i need to stop the device going into standby mode period
to my best knowledge you can't really do that; I mean, you can programmatically disable automatica standby in an app by calling a function to reset the idle timer, yet the power button will put the device into standby.
I'm almost positive neither AEbutton plus can remap the power button short press on the HD2, but giving it a try won't hurt that much
railto said:
the theory of having gps active while on standby is moot and now useless, i need to stop the device going into standby mode period
Click to expand...
Click to collapse
other approach:
app that wakes up the device after a minute or so? the gps only disconnects for short time.
railto said:
the theory of having gps active while on standby is moot and now useless, i need to stop the device going into standby mode period
Click to expand...
Click to collapse
But that's solved already!
The keepAwake app posted earlier, music players keeping playing when pressing the off button, IM clients continue to run and receive messages after pressing the power button (implies both processor running and internet connection active)... in these cases, like any app that does the required system calls to disable standby while it's running, the device won't go to standby.
The only real problem you're facing is that GPS goes off when the power button is pressed, regardless of whether the rest of the device actually goes to standby or not (try running a GPS app while playing music, press power button, music still plays but GPS turns off).
Now we pointed some hints for you - you can try them (the reg edits for GPS apparently work in some cases but not all), but if they don't work then you're alone on that one, no solution is known. And tbh I've never seen any device on which you can disable the power off key, and it's obvious why...

Categories

Resources