Page 1 of 2
 1  2  >
Reply
   
 GPS Notifying iPhone App (Concept) 
 
 
  #1 (permalink)  
Old 13-07-2008, 01:07 AM
Resident Pirate

Group: Regulars
Location: Sydney Metropolitan


GPS Notifying iPhone App (Concept)

I had an idea for a GPS Note/Alarm-type App that I'm wondering if it has been made already or not.

The idea is that you can set a location for an alarm/reminder to go off, such as when you reach your workplace, it reminds you to unjam the copier, when you get to the shop it reminds you to get more beer, etc, whatever reminder you want, just Geo-Triggerable. Heck, it could wake you up when you reach your station on the CityRail Service (seeing as you mightn't know when you will get there, but your iPhone will).

I figured that since this App does not appear to exist already, I hereby release the above idea under the GPL v3 (which according to this link is possible so long as I provide the source of the concept) so that firstly I'd get credit for the idea, and secondly it would be a free app for all (because I feel I would find it very useful, and so might many other people).

Anyway, good night my fellow MacTalkers. I hope this idea was as original as it felt four hours ago...

PS: This idea would work well when listening to the Podcast. Three times I have missed my stop because I was listening to it. To have some beeps or something alerting me a km or so before my station would help me get off in time.
__________________
Mac OS X Leopard 10.5.4, Still can't quicklook volume icons of greater than 128*128 when icon was pasted from picture.
iPirate is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #2 (permalink)  
Old 13-07-2008, 01:32 AM
Member

Group: Member
Location: Melbourne<Victoria<Australia


i think that would be a fantastic application, so many different possibilities, but you would have to get it right or people would be getting off trains too early etc.

you could also download like a bundle of different sites and use them for tourist trails and that kind of thing (theres a name for it them i know)

this could also work for directions
leigh22 is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #3 (permalink)  
Old 13-07-2008, 02:02 AM
Regular

Group: Regulars
Location: Toongabbie, NSW


Yes, lots of possibilities, the mind boggles.

"You're about to leave the confinement zone. Move another 5 meters in this direction and you'll be zapped."

However, I don't think it's compatible with Apple's notification architecture for the iPhone. It seems like asynchronous triggers can only come from the cloud, and you can't run apps (like a simple GPS tracker) in the background.

Cheers
Steffen.
__________________
... and that's the way the cookie crumbles.
dotnet is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #4 (permalink)  
Old 15-07-2008, 10:50 AM
Regular

Group: Regulars
Location: Sydney


I like it.
zacbookpro is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #5 (permalink)  
Old 15-07-2008, 10:59 AM
Regular

Group: Regulars
Location: Kellyville, NSW Australia


Sounds cool but I'm not sure if it would work as it would have to run in the background, which official apps can't do

Regards,
Shane.
scritch is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #6 (permalink)  
Old 15-07-2008, 11:54 AM
Regular

Group: Regulars
Location: Sydney


that rule applies for the first round, I wouldn't be surprised if different ways around that are found.

I heard rumor of 3rd party push applications such as IM to let you know via SMS when new messages are received in a closed application ETA september.
zacbookpro is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #7 (permalink)  
Old 15-07-2008, 12:10 PM
Regular

Group: Regulars
Location: Canberra


Quote:
Originally Posted by zacbookpro View Post
I heard rumor of 3rd party push applications such as IM to let you know via SMS when new messages are received in a closed application ETA september.
Apple have announced there will be a push-notification server for SDK apps that allows applications to display (not act upon) events generated by an external service.

For an IM app it would work something like:

1. The IM server detects someone trying to send you an IM when you are offline
2. The IM server sends a request to an Apple server containing a new message notification
3. The Apple server sends the request to your iPhone
4. The iPhone acts on the message by either:
* Displaying an alert on the screen
* Putting a flag above the IM application icon on your springboard
* Playing a sound / vibrating

Until you open the IM application manually the application itself cannot respond to the request that has come in.

An application like this GPS Notifying app sounds like a really good idea, but unless Apple lift the restriction on background applications I can't see how it could work as an official App Store application.
jamesatfish is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #8 (permalink)  
Old 15-07-2008, 12:12 PM
Regular

Group: Regulars
Location: Sydney


thanks for clearing that up james

Maybe I missed up, but can't the GPS display an alert, and when you open it display that you are nearing your destination etc. ?
zacbookpro is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #9 (permalink)  
Old 15-07-2008, 12:16 PM
Regular

Group: Regulars
Location: Kellyville, NSW Australia


Quote:
Originally Posted by zacbookpro View Post
thanks for clearing that up james

Maybe I missed up, but can't the GPS display an alert, and when you open it display that you are nearing your destination etc. ?
Yeah - but without the GPS running on the iPhone, how would it know you were near your destination?

I think Apple need to put some form of background services scheduler on the iPhone so apps like this can get in a queue to do a background check (so they don't chew up all the bandwidth/cpu/battery at once).

This GPS Alarm app could then schedule itself to load location services every 5 minutes and update in the background. The Apple scheduler service would do the heavy lifting so you still get the benefit of not having multiple apps open in the background using resources.

The built in Mail app can check for mail at set intervals without being the foreground app, so obviously some kind of scheduler exists.

Regards,
Shane.
scritch is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #10 (permalink)  
Old 15-07-2008, 12:30 PM
I'll need it by Wednesday...

Group: Regulars
Location: Brisbane


Sounds like a great idea! I hope you can find a way to make it work.
Exocet is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #11 (permalink)  
Old 15-07-2008, 12:37 PM
Regular

Group: Regulars
Location: New Hampshire, USA


Quote:
Originally Posted by scritch View Post
The built in Mail app can check for mail at set intervals without being the foreground app, so obviously some kind of scheduler exists.
There's really no need for any special scheduler - the iPhone is a Unix-based device. For example, an application could disassociate itself (or a child process) from the screen, and periodically just read the current WiFi signal strength or GPS information, logging these to a 'disk' file. Another interactive process could, later, find the process, kill it, and make use of the logged information. Yes, it would consume a small amount of battery, but if the logging cycle to long enough, or the activity quick enough, then that's a price I'm willing to pay.

Thinking 'backwards', perhaps what is missing is a facility for *any* applications to forward messages to a display service, to draw icons, flags, badges, etc, drawing on a transparent layer above all other applications.
__________________
24" 2.4GHz iMac, 2GHz MBP, (1.66GHz, 250GB mini + Dell 2405FPW + Belkin F1PI241EGau), 16GB 1stG 'Touch
chrism238 is online now
Profile CardPM
Go to the top of the page
Reply With Quote
  #12 (permalink)  
Old 16-07-2008, 04:05 PM
Regular

Group: Regulars
Location: Melbourne


Mate,

you make it, I'll buy it.
Brennan is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #13 (permalink)  
Old 16-07-2008, 05:46 PM
Regular

Group: Regulars


Isn't this what OmniFocus sort of does already?
- - e r i k - - is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #14 (permalink)  
Old 18-07-2008, 09:10 PM
Regular

Group: Regulars
Location: Darwin


looks like it.... but has it actually linked in with the GPS yet?
__________________
2.16ghz 2gb 160gb MacBook - Leopard os
4gb iPod Nano 1G
8gb iPhone
2.0ghz C2D white 17" iMac
successful trades: ilostmypassword, jeremy_warnock, FBTN
zmit is offline
Profile CardPM
Go to the top of the page
Reply With Quote
  #15 (permalink)  
Old 18-07-2008, 10:10 PM
Regular

Group: Regulars
Location: Australia


yes omnifocus for iphone already does something quite similar.
it's a location aware GTD/todo app.

might be worth a look before you sit down to learn cocoa :P
vandozza is offline
Profile CardPM
Go to the top of the page
Reply With Quote
 
Page 1 of 2
 1  2  >
Reply

Thread Tools

 
Similar Threads
 
Thread Thread Starter Forum Replies Last Post
GPS on the iPhone - navigation? chrissara iPhone & Mobile Phones 39 10-07-2008 11:39 AM
Iphone Mail app auto download attachements camel iPhone Help and Support 2 12-05-2008 11:28 AM
GPS for iPhone Huckle iPhone Help and Support 6 30-03-2008 05:51 PM
New iPhone / Mac SMS app W9cae iPhone & Mobile Phones 2 13-10-2007 12:04 PM
Concept Tonberry: iPhone Media Controller Jedda iPhone & Mobile Phones 12 25-06-2007 11:32 AM