Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > FreeDrive


Reply
 
Share Thread Tools Display Modes
Old 02-20-2005, 01:00 PM   #1
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Question Requests

Freedrive is getting to the point where I want to start adding new things now. Heres a couple of things that will be in the next release.

- Birds-eye view
- Mouse hide/show

Thinking about

- Sound on/off
- Speed Cameras
- Menu's skinable
- Some sort of communication so other apps can get info from freedrive
- Hotkeys
- Voice input
- Tracking
- Record and playback
- Intergrated traffic infomation, via gprs and xml files

any other ideas ?
CdRsKuLL is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 02-20-2005, 02:29 PM   #2
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
I'll take care of the voice input part if provided by a good SDK
0l33l is offline   Reply With Quote
Old 02-20-2005, 03:34 PM   #3
Variable Bitrate
 
aguila's Avatar
 
Join Date: Jun 2004
Location: the Netherlands
Posts: 227
aguila is on a distinguished road
i like the possibility to save a location on the fly and add a comment to the spot by microphone. If you then pass the location later the recorded message is played!
__________________
MII 6000; 256 MB; lilliput touchscreen; 40GB; bluetooth SE 68i; software still experimenting switched from mediacar to frodopayer, phonecontrol, destinator 3 (NM), and others.
http://www.mp3car.com/vbulletin/show-off-your-project/31991-audi-tt.html
aguila is offline   Reply With Quote
Old 02-20-2005, 03:39 PM   #4
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by aguila
i like the possibility to save a location on the fly and add a comment to the spot by microphone. If you then pass the location later the recorded message is played!

Don't know about the comment part, but I'll add a save location command
0l33l is offline   Reply With Quote
Old 02-20-2005, 03:42 PM   #5
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,225
Gobby is on a distinguished road
The ability to execute programs dependant on location?? i.e home, work, Wifi Point 1,2,3,4,5 etc

Ability to add Wifi Access Points on the fly for those of us with on-board wifi (a manual system)
Gobby is offline   Reply With Quote
Old 02-20-2005, 03:47 PM   #6
Variable Bitrate
 
aguila's Avatar
 
Join Date: Jun 2004
Location: the Netherlands
Posts: 227
aguila is on a distinguished road
nice idea, I support that
__________________
MII 6000; 256 MB; lilliput touchscreen; 40GB; bluetooth SE 68i; software still experimenting switched from mediacar to frodopayer, phonecontrol, destinator 3 (NM), and others.
http://www.mp3car.com/vbulletin/showthread.php?t=31991
aguila is offline   Reply With Quote
Old 02-20-2005, 03:48 PM   #7
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by 0l33l
Don't know about the comment part, but I'll add a save location command

Hi fella, need some pointers on how to go about intergrating voice, as never played with it before.. as for saving position by voice. I've already added a save position button, that when pressed switchs you to a keyboard & textbox, you then either have the choice on typing a name for the location, or if you just click add, it will save the name as the address which is shown on the save page. :-) It then adds it to your Fav's list so its easy to recall.
CdRsKuLL is offline   Reply With Quote
Old 02-20-2005, 03:51 PM   #8
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by UK_MP3Car
The ability to execute programs dependant on location?? i.e home, work, Wifi Point 1,2,3,4,5 etc

Ability to add Wifi Access Points on the fly for those of us with on-board wifi (a manual system)

Yeah like this idea.. dont think it would be to hard to do either, just a case of matching long / lat to stored values.. if the values match then do whatever. I think it would be a great idea to add Hotspots on the fly, without user action.. I will have a look into netstumbler. Would be kewl to be able to just look at the map and know where free hotspots were.
CdRsKuLL is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-20-2005, 03:52 PM   #9
Variable Bitrate
 
aguila's Avatar
 
Join Date: Jun 2004
Location: the Netherlands
Posts: 227
aguila is on a distinguished road
Quote: Originally Posted by CdRsKuLL
Hi fella, need some pointers on how to go about intergrating voice, as never played with it before.. as for saving position by voice. I've already added a save position button, that when pressed switchs you to a keyboard & textbox, you then either have the choice on typing a name for the location, or if you just click add, it will save the name as the address which is shown on the save page. :-) It then adds it to your Fav's list so its easy to recall.


Very good, is it possible to edit the name later? In what file is it saved? What can I do with this possition later, can I connect a sound file to be played when I pass the point again? Do you see a logo on the map on the saved location?
__________________
MII 6000; 256 MB; lilliput touchscreen; 40GB; bluetooth SE 68i; software still experimenting switched from mediacar to frodopayer, phonecontrol, destinator 3 (NM), and others.
http://www.mp3car.com/vbulletin/showthread.php?t=31991
aguila is offline   Reply With Quote
Old 02-20-2005, 03:54 PM   #10
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,225
Gobby is on a distinguished road
Or failing that, store the lat/long on a website for hotspots and download/upload details, I'll happily do the code to do it if necc.
Gobby is offline   Reply With Quote
Old 02-20-2005, 03:55 PM   #11
Variable Bitrate
 
aguila's Avatar
 
Join Date: Jun 2004
Location: the Netherlands
Posts: 227
aguila is on a distinguished road
Quote: Originally Posted by CdRsKuLL
Yeah like this idea.. dont think it would be to hard to do either, just a case of matching long / lat to stored values.. if the values match then do whatever. I think it would be a great idea to add Hotspots on the fly, without user action.. I will have a look into netstumbler. Would be kewl to be able to just look at the map and know where free hotspots were.


why is there 50% in your signature? Freedrive seems rather developed alteady to me? What else can we expect, or should this 50% be updated
__________________
MII 6000; 256 MB; lilliput touchscreen; 40GB; bluetooth SE 68i; software still experimenting switched from mediacar to frodopayer, phonecontrol, destinator 3 (NM), and others.
http://www.mp3car.com/vbulletin/showthread.php?t=31991
aguila is offline   Reply With Quote
Old 02-20-2005, 03:57 PM   #12
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by aguila
Very good, is it possible to edit the name later? In what file is it saved? What can I do with this possition later, can I connect a sound file to be played when I pass the point again? Do you see a logo on the map on the saved location?

Yeah your Fav's icon appears where all the saved places are. Unsure if you can link sound to it. As for editing the name I can do this no probs. I only have a delete and go option at the mo. Its saved in Destinators 'My Favorites' POI file.
CdRsKuLL is offline   Reply With Quote
Old 02-20-2005, 04:02 PM   #13
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by UK_MP3Car
Or failing that, store the lat/long on a website for hotspots and download/upload details, I'll happily do the code to do it if necc.

yeah thats a good idea. not saying it will be done tomorrow, but a great idea, and if I can do it I will.

re- 50% complete.. lol yeah might be nearly 60% now. I still got lots to do, I've just added birds eye view and hidemouse. I really want speed camera intergration.. that and sirf gps compatability is the next thing I want to do

may take a couple days break, see what other ideas appear
CdRsKuLL is offline   Reply With Quote
Old 02-20-2005, 04:06 PM   #14
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,517
0l33l is on a distinguished road
Quote: Originally Posted by CdRsKuLL
Hi fella, need some pointers on how to go about intergrating voice, as never played with it before.. as for saving position by voice. I've already added a save position button, that when pressed switchs you to a keyboard & textbox, you then either have the choice on typing a name for the location, or if you just click add, it will save the name as the address which is shown on the save page. :-) It then adds it to your Fav's list so its easy to recall.

For voice output I'd go with SAPI5/6. It will basically read anything that you want. For my app, I have configurable voices, so I can ask if I want a female or a male voice.
But I was talking about voice input not output
0l33l is offline   Reply With Quote
Old 02-20-2005, 04:10 PM   #15
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
sorry yeah thats what I ment input not output. Would be nice to say 'save' then voice some text then say 'add' ..
CdRsKuLL is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Feature Requests frodobaggins PowerVoice 114 02-20-2006 03:03 AM
Requests / Suggestions netsuo NeoCar Media Center 86 01-06-2006 08:39 AM
Updated Bugs and Requests thread GReeToZ Centrafuse 8 03-02-2005 02:28 AM
D3 Front End: Enhancements/Feature Requests Dominik Map Monkey 179 12-28-2004 03:44 PM
What would you think of stopping the requests ? coyote MediaCar 15 03-07-2004 11:23 AM



All times are GMT -5. The time now is 09:04 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics