1) Time/Date 8th Oct 2009 2:00 pm
2) Response time 1 day
3) Product MC55 MC75
4) OS Version OEM 35
5) Clarify Case # 1987055
two questions
1) MC55 MC75 both are advertised as A-GPS capable by Marketing and in Datasheet.
EMDK refers to SUPL server.
MC75 it was announced that post Rev A SUPL would be supported.
( internally there was some test server available as i now )
Q. When will there be a public SUPL server available.?
for testing or for real life SUPL supporting our devices ?
2) Guidance for developing a "Unattended Mode" application which will continously get GPS date from the GPS port , which at the same time minimalizes battery life.
Q2 is there such a guidance or do we know if the following is supported:
use CeRunAppAtTime() invoking SystemIdleTimerReset() every minute to prevent the device to suspendIs
see here http://blogs.msdn.com/raffael/archive/2008/07/22/power-efficient-applications-on-windows-mobile.aspx
two questions
1) MC55 MC75 both are advertised as A-GPS capable by Marketing and in Datasheet.
EMDK refers to SUPL server.
MC75 it was announced that post Rev A SUPL would be supported.
( internally there was some test server available as i now )
Q. When will there be a public SUPL server available.?
for testing or for real life SUPL supporting our devices ?
2) Guidance for developing a "Unattended Mode" application which will continously get GPS date from the GPS port , which at the same time minimalizes battery life.
Q2 is there such a guidance or do we know if the following is supported:
use CeRunAppAtTime() invoking SystemIdleTimerReset() every minute to prevent the device to suspendIs
see here http://blogs.msdn.com/raffael/archive/2008/07/22/power-efficient-applications-on-windows-mobile.aspx
is this the correct place to ask these 2 questions ?
Points: 0
You voted ‘up’
Q1 A-GPS SUPL
Gary Still confirms:
We will be formally releasing it in the MC75A when it launches and adding it to MC9500 at their next SW release.
IN addition MPA1.5 based products will have it at their next maintenance release.
Q2 Unattended Mode
Jamie Epshteyn advices following
I don't believe our devices support unattended mode.
The recommended approach to save power or make the device look like it is suspended while getting GPS data is to turn off the screen.
You may want to post this question on dev central to get a wider audience.
Points: 0
You voted ‘up’
If you want to turn off the screen completely you can use the following key:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\BacklightOff\{EB91C7C9-8BF6-4a2d-9AB8-69724EED97D1}]
"Default"=dword:00000004
This will make the display power follow the backlight power so whatever timeout you set for the backlight will cause the display to power off
Points: 0
You voted ‘up’
But from an earlier thread here in CIC forums we found that Unattended mode works on MC55 or MC75.
https://devcentral.symbol.com/shwmessage.aspx?ForumID=245&MessageID=16093
also adding a sample app which shows that.
But it looks like the GPS driver in MC55 and MC75 doesnt support this unattended mode,
can somebody comment on that ?
Points: 0
You voted ‘up’
Points: 1
You voted ‘up’
Log in to post comments