PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Software
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2009, 01:36 PM
Sim-X's Avatar
VIP Member
Offline
Pocket PC: htc evo3D
Carrier: Sprint
Location: Minneapolis, MN
 
Join Date: Nov 2008
Posts: 1,111
Reputation: 630
Sim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Sim-X Send a message via Yahoo to Sim-X
Looking for a way to "auto launch" a program in the backgound on a timer....

Basically since background updating doesn't work at all on google latitude I wanted to find something that would automatically launch google maps in the background (I would keep my gps on by default) Have it run for about a min, it should update itself and then exit. I would like to have it do this maybe every hour or 2. If I keep it on in the background it will just kill my battery. Not sure how else to make latitude update itself. Is this possible?
__________________
Reply With Quote
  #2 (permalink)  
Old 09-10-2009, 01:45 PM
regression's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Olive Branch, MS
 
Join Date: May 2007
Posts: 392
Reputation: 190
regression is keeping up the good workregression is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

CT Scheduler should take care of launching the app, but not sure how to make it close after a certain period of time. I have heard of something called mortscript (sp?). Possibly you could write a script that opens Google Maps, then closes it after so many minutes. Sorry I could be of more help.

http://www.connectivetools.com/ctscheduler_ppc.html
Reply With Quote
  #3 (permalink)  
Old 09-10-2009, 01:51 PM
Existentialism's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: USA
 
Join Date: Nov 2006
Posts: 449
Reputation: 120
Existentialism is keeping up the good workExistentialism is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

Actually yeah, what I'd love is a programs that automatically closes a program after a while. That way I could listen to something while I fall asleep but know that it will turn off on it's own after a certain amount of time.
Reply With Quote
  #4 (permalink)  
Old 09-11-2009, 12:08 AM
jnuts5423's Avatar
Halfway to VIP Status
Offline
Pocket PC: touch pro 2
Carrier: us cellular
Location: illinois
 
Join Date: Oct 2008
Posts: 517
Reputation: 855
jnuts5423 knows their stuffjnuts5423 knows their stuffjnuts5423 knows their stuffjnuts5423 knows their stuffjnuts5423 knows their stuffjnuts5423 knows their stuffjnuts5423 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

I think I get the jist of what you are ultimately trying to a accomplish, and I think this app called creeper would do what you need. It does for me. I can find the gps location of the phone, ANYtime from any phone. And it uses a lot less battery than the method your going for. Plus a whole lot of other bonuses. check it out.

http://forum.xda-developers.com/show...hlight=creeper
__________________
the thanks button is for thanking people. I youve been helped, please use it.

Last edited by jnuts5423; 09-11-2009 at 12:11 AM.
Reply With Quote
  #5 (permalink)  
Old 09-11-2009, 12:16 PM
Sim-X's Avatar
VIP Member
Offline
Pocket PC: htc evo3D
Carrier: Sprint
Threadstarter
Location: Minneapolis, MN
 
Join Date: Nov 2008
Posts: 1,111
Reputation: 630
Sim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Sim-X Send a message via Yahoo to Sim-X
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

Thanks for the ideas guys - that program looks pretty cool but I have some friends that have my on latitude that I want it to auto update but I have to have the program close google after a min or 2 so that it doesn't kill my battery.
Reply With Quote
  #6 (permalink)  
Old 09-11-2009, 02:12 PM
digi's Avatar
Regular 'Geeker
Offline
Pocket PC: Incredible
Carrier: Verizon-Alltel
Location: Irmo, SC
 
Join Date: Oct 2007
Posts: 286
Reputation: 240
digi is keeping up the good workdigi is keeping up the good workdigi is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

I think Mortscript would be best for this situation. You could just drop the script in your startup folder and have it running all the time, with a loop every two hours or however often you wish for it to update. The whole thing could be automated this way, but its still not going to be in the background by any means. Its definetly gonna turn the screen on and google maps will be in the foreground etc. I think even this will put a decent hit on your battery life, and you'll have to add safeguards into the script to make sure it doesnt try to run while your in a call. I think that even if it happened to run while your doing anything else like writing a text message could be very annoying.
__________________
Incredible - Touch Pro 2 - Imagio - Touch Pro - Touch - PPC6700 - XV6700

Alltel / Verizon
Reply With Quote
  #7 (permalink)  
Old 09-17-2009, 10:00 AM
Sim-X's Avatar
VIP Member
Offline
Pocket PC: htc evo3D
Carrier: Sprint
Threadstarter
Location: Minneapolis, MN
 
Join Date: Nov 2008
Posts: 1,111
Reputation: 630
Sim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuffSim-X knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to Sim-X Send a message via Yahoo to Sim-X
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

Quote:
Originally Posted by digi View Post
I think Mortscript would be best for this situation. You could just drop the script in your startup folder and have it running all the time, with a loop every two hours or however often you wish for it to update. The whole thing could be automated this way, but its still not going to be in the background by any means. Its definetly gonna turn the screen on and google maps will be in the foreground etc. I think even this will put a decent hit on your battery life, and you'll have to add safeguards into the script to make sure it doesnt try to run while your in a call. I think that even if it happened to run while your doing anything else like writing a text message could be very annoying.

so looks like I'm out of luck then - why can't google just fix background updates for sprint, I don't understand.
Reply With Quote
  #8 (permalink)  
Old 09-17-2009, 12:03 PM
digi's Avatar
Regular 'Geeker
Offline
Pocket PC: Incredible
Carrier: Verizon-Alltel
Location: Irmo, SC
 
Join Date: Oct 2007
Posts: 286
Reputation: 240
digi is keeping up the good workdigi is keeping up the good workdigi is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

I could be wrong, but the way I understand it is that its a limitation of the Qualcomm CDMA chipset, the Cell ID info is purposely blocked for "security" reasons. This is what I have heard, but I'm not sure if its 100% accurate because I have heard that it does work on some CDMA Treo's. I don't know if Palm somehow unlocked the feature or what. I guess this is just one of those things that kinda adds the the battle of GSM vs CDMA, cool phones and cool features vs good reliable coverage.
Reply With Quote
  #9 (permalink)  
Old 09-17-2009, 03:33 PM
popdog54's Avatar
Eat Static
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
Location: Central NJ
 
Join Date: Feb 2008
Posts: 760
Reputation: 2995
popdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIPpopdog54 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Looking for a way to "auto launch" a program in the backgound on a timer....

You can do this with GPSToday. It runs in the background. You can set a time interval for it to update your location. Create a private group for your friends so you will be able to track each other. Only drawback is it currently only works with WM.

http://www.geoterrestrial.com/
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:00 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com