Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 04-14-2005, 03:44 PM   #1
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Arrow RELEASE - FreeDrive 0.51 Beta

Ok peeps, I think the SDK is nearly done. I may add a couple more commands over the next day or two, but its looking quite good :-) I havent checked the 'request' command in it yet, but cant see any reason why they wouldnt work.

New in this Version (0.51)
- Added more commands to SDK
- You can now use a external OSK with the SDK (input text)
- Fixed a couple of bugs from 0.5 version
- No need to enter text that you don't need in the skin.ini
(hence get rid of "menubutton=" if using touchmenu)

Grab it from the FreeDrive website. If you already have version 0.5 installed, then just download the updated FreeDrive folder and overwrite the current one (default installed at C:\Program Files\FreeDrive)

cheers

CdR

p.s heres a copy of the readme included

Code:
FreeDrive 0.51 Beta Please remembr this is only a beta release. SDK How to use. The SDK uses the COMsend command which examples are provided for in VB6 and Delphi (thanks goes to Guino for these) COMMANDS FreeDrive can now accept the following commands through COMsend Please send them to the name "FDSDK" so for example to ask FreeDrive to turn to 3d view you would use COMsend "FDSDK","view3d" view2d - changes to 2d view view3d - changes to 3d view viewbirdseye - changes to birdseye view day - changes to day skin night - changes to night skin address - shows the address input page history - shows the history page favorites - shows the favorites page home - goes to the address in favorites called 'HOME' cancel - returns to the main screen clear - clears current route and returns to the main screen go - like pressing the go button delete - like pressing the delete button add - like pressing the add button swap - swaps between city and postcode on address screen street - like pressing the street button house - like pressing the house button keyboard - like pressing the keyboard button quit - ends FreeDrive input - Sends anytext to the textbox ie. COMsend "FDSDK","INPUT||L" would send L or "input||TRYTHIS" would send TRYTHIS you can also use "input||{bs}" to backspace (delete last letter) or "input||{ }" for a " " (space). The input command uses VB's sendkeys command, so just follow that format :-) REQUEST These are used to request info from FreeDrive, like speed, heading etc.. If you require info to be sent all the time, please alter the sdk.ini file. You use this command like COMSend "FDSDK" , "REQUEST||FDSPEED||RoadRunner" FDSPEED - What speed your doing FDSATS - Number of Sats currently getting FDETA - Expected time of arrival FDETR - Expected time remaining FDHEAD - Heading in word format or degrees (dependant on the skin your using in freedrive) FDROAD - Current Address FDLONG - Present Longtitude FDLAT - Present Latitude FDALT - Present Altitude FDTIME - Time FDDATE - Date FDEND - End Address (the one your routing to) FDDIST - Distance to end FDUNITS - Impiral or metric.. (miles or km) You will also notice a sdk.ini, look in this for details on how to get freedrive to send info every second without requesting it. This is to remove the need for request commands. cheers CdRsKuLL


Last edited by CdRsKuLL; 04-22-2005 at 05:51 AM..
CdRsKuLL is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 04-14-2005, 05:05 PM   #2
Maximum Bitrate
 
netsuo's Avatar
 
Join Date: Jan 2003
Location: Switzerland
Posts: 557
netsuo is on a distinguished road
You have added EXACTLY what i needed.

Thanks man, i think we will make a good work together
__________________
NS - neocar suite
-----------------
http://www.neocarmediacenter.com
netsuo is offline   Reply With Quote
Old 04-14-2005, 06:20 PM   #3
FLAC
 
NiN^_^NiN's Avatar
 
Join Date: Aug 2004
Location: Australia, Melbourne
Posts: 1,230
NiN^_^NiN is on a distinguished road
I hope you 2 do make good work together

I do wanna ask is the GPS status screen available? i haven't updated the freedrive yet still have the wierd no POI list etc version.
__________________
CarPC Status:
GPS: 99%
Hardware: 99%
Software: 92%
Case Install: 99.9%
Dash Install: 100%
Car Install: 72%
NiN^_^NiN is offline   Reply With Quote
Old 04-14-2005, 06:33 PM   #4
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
no.. I can add it if you want to the settings menu, got a few spare spaces on there.. let me know

CdR
CdRsKuLL is offline   Reply With Quote
Old 04-14-2005, 09:10 PM   #5
FLAC
 
NiN^_^NiN's Avatar
 
Join Date: Aug 2004
Location: Australia, Melbourne
Posts: 1,230
NiN^_^NiN is on a distinguished road
Yes please add it as it helps me know if the GPS is aquiring sats or just isn't working as there is noway right now u can tell if the GPS is set right

Also as FD progresses will it be able to call up any dialog on the skin part? or will you still stick to the menu button?
__________________
CarPC Status:
GPS: 99%
Hardware: 99%
Software: 92%
Case Install: 99.9%
Dash Install: 100%
Car Install: 72%
NiN^_^NiN is offline   Reply With Quote
Old 04-15-2005, 02:47 AM   #6
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,019
guino will become famous soon enoughguino will become famous soon enough
The request command is nice to have multiple applications polling the info from FD at the same time.. it seems in a slight variation from RR's request command .. (which is "REQUEST;<WINDOWNAME>;<INFO>") not that it matters though.. good job! I'll test that stuff soon..
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 04-15-2005, 03:12 AM   #7
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
FreeDrive has a SDK, I think Netsuo is adding the ability to add what ever buttons you want to call up any pages you want

CdR
CdRsKuLL is offline   Reply With Quote
Old 04-15-2005, 03:43 AM   #8
FLAC
 
djmickyg's Avatar
 
Join Date: Feb 2004
Location: Melbourne, Australia
Posts: 1,315
djmickyg is on a distinguished road
looks like i got the first problem

it was all working nice
then i hit the swap button in the adress window and then an error came up and now it wont goto the adress window.. the same error come up and then the program closes..

i am running it embeded in frodo

Last edited by djmickyg; 08-08-2006 at 02:17 AM..
djmickyg is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-15-2005, 03:52 AM   #9
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by djmickyg
looks like i got the first problem

it was all working nice
then i hit the swap button in the adress window and then an error came up and now it wont goto the adress window.. the same error come up and then the program closes..

i am running it embeded in frodo

What map are you running ? I will try and find whats going on, also could you tell me if you have POI on the second menu or do you have about there in the middle instead ?

cheers

CdR
CdRsKuLL is offline   Reply With Quote
Old 04-15-2005, 04:19 AM   #10
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
ok I may have found the problem.. Can you try this.. just overwrite your current FreeDrive.exe with this one.. and let me know

http://www.x-digital.addr.com/freedrive/FreeDrive.exe

cheers

CdR
CdRsKuLL is offline   Reply With Quote
Old 04-15-2005, 04:56 AM   #11
Maximum Bitrate
 
netsuo's Avatar
 
Join Date: Jan 2003
Location: Switzerland
Posts: 557
netsuo is on a distinguished road
Quote: Originally Posted by CdRsKuLL
FreeDrive has a SDK, I think Netsuo is adding the ability to add what ever buttons you want to call up any pages you want

CdR

Yes, its my wish
__________________
NS - neocar suite
-----------------
http://www.neocarmediacenter.com
netsuo is offline   Reply With Quote
Old 04-15-2005, 09:35 AM   #12
FLAC
 
NiN^_^NiN's Avatar
 
Join Date: Aug 2004
Location: Australia, Melbourne
Posts: 1,230
NiN^_^NiN is on a distinguished road
Quote: Originally Posted by CdRsKuLL
ok I may have found the problem.. Can you try this.. just overwrite your current FreeDrive.exe with this one.. and let me know

http://www.x-digital.addr.com/freedrive/FreeDrive.exe

cheers

CdR

I downloaded that and i get an error called:
Runtime Error 9
Subscript out of range

it does this before it even starts
__________________
CarPC Status:
GPS: 99%
Hardware: 99%
Software: 92%
Case Install: 99.9%
Dash Install: 100%
Car Install: 72%
NiN^_^NiN is offline   Reply With Quote
Old 04-15-2005, 10:45 AM   #13
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Chances are then you werent running the latest 0.5 Full version. I assume you were running your touchmenu skin. Go into your skin and stick a # in front of menubutton= bit. That should sort it out. I did stick this info in 0.51 release notes :-)

Quote:
- No need to enter text that you don't need in the skin.ini
(hence get rid of "menubutton=" if using touchmenu)


cheers

CdR
CdRsKuLL is offline   Reply With Quote
Old 04-15-2005, 01:40 PM   #14
FLAC
 
djmickyg's Avatar
 
Join Date: Feb 2004
Location: Melbourne, Australia
Posts: 1,315
djmickyg is on a distinguished road
Quote: Originally Posted by CdRsKuLL
What map are you running ? I will try and find whats going on, also could you tell me if you have POI on the second menu or do you have about there in the middle instead ?

cheers

CdR

the POI is showing up but im still getting the error. i have tried both skils.. and im using the australian map
djmickyg is offline   Reply With Quote
Old 04-15-2005, 02:26 PM   #15
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
I dont have that map here. I have tried it with what maps I have and everything seems fine. If you could get the map to me somehow I could see whats going on. How big is it ?

CdR
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
Release - FreeDrive 0.4 beta (D3 Frontend) CdRsKuLL FreeDrive 35 03-18-2005 08:16 AM
RELEASE - FreeDrive 0.33 beta (D3 Frontend) CdRsKuLL FreeDrive 60 02-18-2005 04:08 PM
RELEASE - FreeDrive 0.32 beta (D3 Frontend) CdRsKuLL FreeDrive 42 02-10-2005 04:59 PM
RELEASE - FreeDrive 0.31 beta (D3 Frontend) CdRsKuLL FreeDrive 45 02-08-2005 01:32 PM
RELEASE - FreeDrive 0.3 beta CdRsKuLL FreeDrive 24 02-05-2005 03:11 PM



All times are GMT -5. The time now is 02:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
"VaultWiki" powered by VaultWiki v2.5.2.
Copyright © 2008 - 2009, Cracked Egg Studios.Ad Management by RedTyger
Message Board Statistics