Auto On/Off For windows CE5.0   

Auto On/Off For windows CE5.0

Postby frozenflame » Tue Mar 20, 2012 9:40 am

I have this gps system..
It runs Win Ce 5.0. Is there any way to program it such that it will automatically turn on when the car is started and turn off when the car turns off.

Or even better, something like a garmin where it tell you that if you do not click a button in the next 30 secs, it will automatically turn off.
This would make my unit soooo awesome!

If there is already something like this for win ce 5.0... i apologize. I did a search but did not find anything.
frozenflame offline


Junior Member



 
Joined: Tue Dec 27, 2011 3:41 am
Posts: 13
Has thanked: 0 time
Been thanked: 0 time

Postby nabi » Tue Mar 20, 2012 10:49 am

This GPS systeem? A shame I can't see it from here.

What GPS system? Brand? Type? PNA? PDA? Smartphone? What navigation program? ...
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby Fatboyfun » Tue Mar 20, 2012 11:17 am

Mortscript will allow you to shut down the device on loss of external power but waking up the device is hardware dependent.
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby frozenflame » Tue Mar 20, 2012 12:01 pm

hey mods!


well i purchased a no-name china gps from gps. :)

pardon my ignorance but how do i add a mortscript into it?

all help are greatly greatly appreciated!
frozenflame offline


Junior Member



 
Joined: Tue Dec 27, 2011 3:41 am
Posts: 13
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » Tue Mar 20, 2012 12:15 pm

Is it installed in the car? Is it a mobile device that is portable? Does it use a SD card? What nav are you presently using on the device? These are the questions that we need to know the answers. The name is usually not enough. Also, what is its resolution?
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1328 times

Postby nabi » Tue Mar 20, 2012 12:25 pm

frozenflame wrote:Or even better, something like a garmin where it tell you that if you do not click a button in the next 30 secs, it will automatically turn off.
This would make my unit soooo awesome!


I even think this is possible with just iGO (and a skin), but even then it would be nice to know more about your device. And if it's running a GPS program, what GPS program and if not iGO, if you are willing to switch.
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby frozenflame » Tue Mar 20, 2012 12:39 pm

thanks so much for you kind reply :) really greatly appreciated

im currently running papago.

yes its a 7inch portable device running on wince, and its resolution should most likely be 800 x 480 if my memory never prove me wrong. :)

im running an 8gb SD card on it too :)

i guess im not willing to change gps software as i am very comfortable with my current software :)

Thank you so very much!!
frozenflame offline


Junior Member



 
Joined: Tue Dec 27, 2011 3:41 am
Posts: 13
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » Tue Mar 20, 2012 12:59 pm

If Papago is your choice then you should post in the Papago general discussion area.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1328 times

Postby Fatboyfun » Tue Mar 20, 2012 1:00 pm

I wrote a little Mortscript app that suspends the device on loss of external power, however it will need to be tweaked for what you want to achieve, I'll post it later...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby Fatboyfun » Tue Mar 20, 2012 9:55 pm

Download the attachment from this post...

Place all the files from within the archive into the same directory where Papago.exe is...

When running Auto Power Off.exe your device will suspend five seconds after external power is disconnected, Running it again will end this feature.

If you're able to run this script before running Papago then that's all you do, but if you can't, you can call Papago from within the script...

Open Power.mscr with Notepad on your PC and add the line...

Run (SystemPath("ScriptPath")\"Papago.exe")

...to the top of the script, Save and exit.

Obviously change Papago.exe to match what the executable is...

Then set your device to run Auto Power Off.exe.

If you need to rename Auto Power Off.exe so it can be started by the device then also rename Auto Power Off.mscr to match...

You may need to play around with the filenames...
Currently sleeping...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby frozenflame » Sat Apr 07, 2012 4:35 am

i had added mortscript and autopoweroff and it is running fine.

one question is that, am i able to have the autopoweroff run on startup?.
is there any way to do it?
frozenflame offline


Junior Member



 
Joined: Tue Dec 27, 2011 3:41 am
Posts: 13
Has thanked: 0 time
Been thanked: 0 time

Postby Fatboyfun » Sat Apr 07, 2012 9:33 am

I explained how to do that in the previous post...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby raimax » Wed Apr 25, 2012 1:00 pm

hello, this auto power off script work fine, i add it to my "noname" gps.
Fatboyfun > maybe you can edit this script like a garmin? when the power source off, GPS ask to push button to continue on battery, and if you do not click a button in the next 20 secs, it will automatically suspend? thanx.
raimax offline


Junior Member



 
Joined: Wed Apr 25, 2012 10:23 am
Posts: 3
Has thanked: 0 time
Been thanked: 0 time

Postby Fatboyfun » Wed Apr 25, 2012 1:07 pm

I can but I'm not near a computer at the moment...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby raimax » Wed Apr 25, 2012 1:34 pm

no problem here, whenever you can.:clap:
raimax offline


Junior Member



 
Joined: Wed Apr 25, 2012 10:23 am
Posts: 3
Has thanked: 0 time
Been thanked: 0 time

Next

Return to General Discussion

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests