Run programm x min. after docking / active sync possible? - Windows Mobile Development and Hacking General

Hi,
I'm looking for a tool, which allows to execute a program with a command line a certain time of x minutes after docking the device in the cradle or alternatively x minutes after active sync. Does something like this exist?

*bump*
Really nobody got an idea?

Maybe MortScript has such an option ...

sunny127 said:
Maybe MortScript has such an option ...
Click to expand...
Click to collapse
Interesting idea. Maybe someone knows more. Unfortunately, I don't know mortscript myself.

Hi
It would be easy enough to write a desktop application that will fire off an application using RAPI. Have a look at the Opennetcf library.
If your c++ is up to scratch you could also create an Activesync Service Provider (then let me know how you did it).
Regards
Pete

infopete said:
Hi
It would be easy enough to write a desktop application that will fire off an application using RAPI. Have a look at the Opennetcf library.
If your c++ is up to scratch you could also create an Activesync Service Provider (then let me know how you did it).
Regards
Pete
Click to expand...
Click to collapse
Unfortunately I'm not a programmer, so I'm unable to do it myself. Maybe someone else would like to try...

paranoid2007 said:
Unfortunately I'm not a programmer, so I'm unable to do it myself. Maybe someone else would like to try...
Click to expand...
Click to collapse
If enough people ask then I can write this.
Pete

infopete said:
If enough people ask then I can write this.
Pete
Click to expand...
Click to collapse
Does not look as if anyone else has a requirement for this.
Regards
Pete

Related

Imate jam sync with linux

Anyone knows if is possible to sync with linux and what program should I use?
lyka said:
Anyone knows if is possible to sync with linux and what program should I use?
Click to expand...
Click to collapse
Check out SynCE. Still work in progress, and not ready for prime time yet IMHO. But I'm sure it'll get there!
Mmmm
Anyone tryed it? Can someone explain me how to use it?
lyka said:
Mmmm
Anyone tryed it? Can someone explain me how to use it?
Click to expand...
Click to collapse
Like most things Linux, read the HOWTO
http://synce.sourceforge.net/synce/howto.php
I've got as far as my PC recognising the Jam when plugged in, but have not yet established a sync connection, because Shorewall is blocking it. Haven't had time to try and fix yet.

Uploading GPS Info

Hi There
Ive tried searching high and low for this type of feature and I cannot find anything. Let me explain..
What I want to do is on my Pocket PC with a GPS unit, is basically have a program running that grabs the Long/Lat data from the GPS at a specified time interval (say every 60 mins) and uploads that to a website or FTP via GPRS.
What I plan to do on the website side of things is to have the website read from that data and load Google Maps to show where the person is!
Anyone already know a program to do this kind of thing?
Thanks in advance
Gary
Hi
I have made a program that will get the gps pos of a device and send it back to a pc via SMS it can send it to a server over gprs.
pjcltd is there any chance of a copy of the program.
Darthgus, hers a laptop solution, I am sure there is a pocket pc solution somewhere.
http://conversationswithmyself.com/maps/tracker/gmapTracker.html
GPS
Try www.pocketpccreations.com
I have used it to get the location of an operator when tacking data. I have not tried to run a timer it get the data when a user clicks the button. You have to add the gps custom point.
Let me know if you need any further info.
pjcltd said:
Hi
I have made a program that will get the gps pos of a device and send it back to a pc via SMS it can send it to a server over gprs.
Click to expand...
Click to collapse
Hey there
Any chance I could get a copy of this? Greatly Apprciated..
cruisin-thru said:
pjcltd is there any chance of a copy of the program.
Darthgus, hers a laptop solution, I am sure there is a pocket pc solution somewhere.
http://conversationswithmyself.com/maps/tracker/gmapTracker.html
Click to expand...
Click to collapse
Heh, thats exactly the sort of thing but with Pocket PC. I wanted to get the POS to a website, then use the API of Google maps to show the position.
Re: GPS
classicxda said:
Try www.pocketpccreations.com
I have used it to get the location of an operator when tacking data. I have not tried to run a timer it get the data when a user clicks the button. You have to add the gps custom point.
Let me know if you need any further info.
Click to expand...
Click to collapse
Yea, Im not really wanting to run a program like that to do it, basically I just want something sitting in the background dropping the GPS point every x mins or x hrs type thing to a website/ftp.
We use this for our workers on the road. They send back positions every 10 seconds via their XDA & we track them on maps in the office.
However, it's part of a larger 2-way data app.
Re: GPS
darthgus said:
Yea, Im not really wanting to run a program like that to do it, basically I just want something sitting in the background dropping the GPS point every x mins or x hrs type thing to a website/ftp.
Click to expand...
Click to collapse
But I do know of someone who has something simillar, I'll get in touch...
ok i will post a program on here that will run for 15 days
before i do you must know that the program will work with any gps
ie com1 - com9
and it will send the pos to any sms number that you want
ok
If you want any more info then let me know
it should be on by 2pm uk time
GPS
What's chance of posting some source code?
or it a commercial product?
Re: GPS
cgrillo said:
What's chance of posting some source code?
or it a commercial product?
Click to expand...
Click to collapse
Well i can point you in the right direction for code but i have spent a lot of hours on this project as we use it with our loneworkers
is its more of what you can do realy
but i will post it today
Re: GPS
Puff The Magic Wagon! said:
darthgus said:
Yea, Im not really wanting to run a program like that to do it, basically I just want something sitting in the background dropping the GPS point every x mins or x hrs type thing to a website/ftp.
Click to expand...
Click to collapse
But I do know of someone who has something simillar, I'll get in touch...
Click to expand...
Click to collapse
Thanks, Look forward to hearing from ya...
Re: GPS
pjcltd said:
cgrillo said:
What's chance of posting some source code?
or it a commercial product?
Click to expand...
Click to collapse
Well i can point you in the right direction for code but i have spent a lot of hours on this project as we use it with our loneworkers
is its more of what you can do realy
but i will post it today
Click to expand...
Click to collapse
Cool will be good to have a look at, but not much use without some code or whatever as I dont want to send sms's but upload the data to a http/ftp site.
I look forward to testing this program. How do we get the unlimited version if we find it useful?
cruisin-thru said:
I look forward to testing this program. How do we get the unlimited version if we find it useful?
Click to expand...
Click to collapse
Very sory for the delay in posting the program i had to get the ok my Boss
i will be posting a 15 day trial
if you want a full version then we can sort that out later.
At the moment the program dose the foolowing
1 When you run the program it starts the GPS
You mush have a gps connected and working for this to work
See VidyaScreen005.JPG
2 If all is ok you will get the following screen
See VidyaScreen003.JPG
3 From this Screen you can Change the user status
See VidyaScreen006.JPG
4 You can change any of these messages.
See VidyaScreen013.JPG
GPS...
So it there any chance of the source code?????
Yes i think so if a donation is made to me to help me with the costs of the project.
darthgus said:
Hi There
Ive tried searching high and low for this type of feature and I cannot find anything. Let me explain..
What I want to do is on my Pocket PC with a GPS unit, is basically have a program running that grabs the Long/Lat data from the GPS at a specified time interval (say every 60 mins) and uploads that to a website or FTP via GPRS.
What I plan to do on the website side of things is to have the website read from that data and load Google Maps to show where the person is!
Anyone already know a program to do this kind of thing?
Thanks in advance
Gary
Click to expand...
Click to collapse
Have a look at http://www.tvwebradio.com/findme2/forum
Has the program been posted :?:

Wanted: App that autoruns another app every 5 secs

Hello all,
I was wondering if someone could write a tiny app for me if its not too much trouble. I want the app to autorun another app if the device has been idle for 5 seconds. If theres already such a script or app can you please point me in that direction as I could'nt find anything.
Thank you in advance,
Akshay
You can do this by yourself very easily using SKSchema.
Once you get SKSchema, be prepared. You can create your own scripts to do anything from answering a phone to turning off your phone if the wife calls!
Is that like MortScript? Just going thorugh MortScript at the moment. Thanks for the info though.
Regards,
Akshay
beamesmar said:
... create your own scripts to do anything from answering a phone to turning off your phone if the wife calls!
Click to expand...
Click to collapse
Haha.. what a lovely relationship the two of you must have!
A little help if possible, since I'm new to mort scripts, can somebody what command must I use to figure out if the screen has been tapped or not?
Thanks,
Akshay
aksd said:
A little help if possible, since I'm new to mort scripts, can somebody what command must I use to figure out if the screen has been tapped or not?
Click to expand...
Click to collapse
That's not possible. At least not with any documented Windows API... (OK, mouse hooks are documented, but they don't work...)
Thank you for your reply Mort. Is there no way we can find out if the phone is idle or not?

Simple database required

Hi,
Is there a simple database available that will link my PC to my Touch HD?
So if i make any changes on the Touch HD, i just sync the Touch HD and it updates the database on the PC! or VICE VERSA
I need to view the code too..
thanks in advance
what kind of database are you talking about?
you mean something like a program on the HD that will form a list of something then sync it to the same list on the pc?
umexed said:
what kind of database are you talking about?
you mean something like a program on the HD that will form a list of something then sync it to the same list on the pc?
Click to expand...
Click to collapse
Yeah exactly.. something that syncs out...
I need to view the code of it.. is this possible?
rafter_01 said:
Yeah exactly.. something that syncs out...
I need to view the code of it.. is this possible?
Click to expand...
Click to collapse
have you tried searching sourceforge?
you might actually find something thats open source there!
umexed said:
have you tried searching sourceforge?
you might actually find something thats open source there!
Click to expand...
Click to collapse
Sourceforge?
http://sourceforge.net
here you go!
search something like "sync windows mobile"
or database windows mobile
im sure you will get a lot of interesting results!
cheers!
umexed said:
http://sourceforge.net
here you go!
search something like "sync windows mobile"
or database windows mobile
im sure you will get a lot of interesting results!
cheers!
Click to expand...
Click to collapse
you're a star!

Wikipedia?

Does anyone know of an application that allows one to use Wikipedia on the HD2, it doesn't have to be offline viewing. I'm just looking for a faster way to access Wikipedia without loading up a browser. If someone could supply a .CAB file of the application, that would be superb.
I am also looking for a decent Wikipedia application, similar to Wikipanion on iPhone. Can anyone recommend one ? Or may be develop ? )))
http://www.freewarepocketpc.net/ppc-download-wikipedia-in-mdict-format.html
ropp said:
I am also looking for a decent Wikipedia application, similar to Wikipanion on iPhone. Can anyone recommend one ? Or may be develop ? )))
Click to expand...
Click to collapse
Exactly, Wikipanion is awesome.
I guess the link I provided wasn't what you were looking for?
Oh by the way have you tried http://mobile.wikipedia.org/ ? Don't know if thats what you're looking for....
felixdd said:
I guess the link I provided wasn't what you were looking for?
Oh by the way have you tried http://mobile.wikipedia.org/ ? Don't know if thats what you're looking for....
Click to expand...
Click to collapse
I downloaded both english and italian wikipedia dumps, and the only thing stopping me from creating an mdict version is that there are no pre-made tools to do it under my server's linux OS, and I don't want to keep my windows workstation turned on overnight.
Plus, it's a pity but virtualbox crashes my ubuntu server so virtualizing xp is not a feasible way of doing things...

Categories

Resources