Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 02-10-2005, 04:57 PM   #1
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Talking RELEASE - FreeDrive 0.33 beta (D3 Frontend)

[OLD POST]
This version is now out of date







Bit of a major improvement this one, it takes care of a big bug which was happening on machines which were running non english OS.

Change log;
- Fixed Error on non-english systems (App now runs :-) )
- Changed skins over to pixels rather than percentage
- Rewrote all the skins to match
- Added boarder that can resize / minimise etc..
- Fixed a bug in the menus
- Expanded installer to include the SDK

Bugs found so far
- Speedo freezes sometimes
- takes two attempts so embed in to media car
- overflow error on London streets
- Mapping to wrong city on spain maps


Grab it from the FreeDrive website HERE

Version 0.4 Current progress
- Impoved code for GPS Speed, sats, heading
- Fixed Overflow error on Streets
- Fixed wrong city on spain maps
- Changed when and where FreeDrive sizes, should help embedding
- Converted heading degrees into text ie. 'NORTH EAST'
- Added Menu time out (set at 7 seconds)
- Keyboard now Skinable
- Address page now Skinable
- Improved City / Street Lists
- Added Menu button down action

Still to do for Version 0.4
- Centrafuse Compatablity frontend + skin
- Sirf Compatabilty (might make it this version)

Should be the last release for a week or so.. 0.4 next I hope.. long as I've fixed all the bugs in this release..

thanks

CdR

Last edited by CdRsKuLL; 02-18-2005 at 05:39 PM.
CdRsKuLL is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 02-10-2005, 05:05 PM   #2
Low Bitrate
 
Join Date: May 2004
Location: Munich/Germany
Posts: 98
xequtor is on a distinguished road
Excellent!

Iresolved my problem mit Run time error by reinstalling my system after i
f****ed up by doing a Gohst image

Last edited by xequtor; 02-10-2005 at 05:08 PM.
xequtor is offline   Reply With Quote
Old 02-10-2005, 05:08 PM   #3
Variable Bitrate
 
Curly_cat's Avatar
 
Join Date: Jun 2004
Location: Ipswich, UK
Posts: 310
Curly_cat is on a distinguished road
Good Stuff CdRsKuLL.

Downloading now.
__________________

: Jetway J7F2 1.5Ghz Mainboard : Cubid 3688 : CarNetix CNX-P1260 :
: Netgear 802.11g PCMCIA : 2 x LinITX 7" Screens :
: BU353 USB GPS Mouse : Panasonic UJ845 DVDRW :
Curly_cat is offline   Reply With Quote
Old 02-10-2005, 05:11 PM   #4
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by CdRsKuLL
- Changed skins over to pixels rather than percentage

Why ?
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-10-2005, 05:16 PM   #5
Variable Bitrate
 
MC_Stoo's Avatar
 
Join Date: Jun 2004
Location: Manchester, UK
Posts: 425
MC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud of
I must admit, I prefer percentages too (makes it easier to do a skin for anyone at any resolution)
__________________
A calm approach in a troubled world...
http://www.inside-guide.co.uk/CarPC

CONSOLE_RR Project in progress...
DC UK Forum
MC_Stoo is offline   Reply With Quote
Old 02-10-2005, 05:17 PM   #6
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
I just noticed a quick bug.. its now fixed, and i'm uploading again, give it 5 mins and download it again.. btw.. dont click street ;-p

why the changeover in the skin ?
it seems non english systems cant tell the difference between a , and a .

so when I was using percentage.. a line was like
time=81.6,64.5,18,5,2,Arial,14,16777215,14980463

it was causing an error.. yours are different in your skin, each on a seperate line so you wouldnt get this error of trying to split on a comma thing .. live and learn

have fun

CdR
CdRsKuLL is offline   Reply With Quote
Old 02-10-2005, 05:20 PM   #7
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by CdRsKuLL
I just noticed a quick bug.. its now fixed, and i'm uploading again, give it 5 mins and download it again.. btw.. dont click street ;-p

why the changeover in the skin ?
it seems non english systems cant tell the difference between a , and a .

so when I was using percentage.. a line was like
time=81.6,64.5,18,5,2,Arial,14,16777215,14980463

it was causing an error.. yours are different in your skin, each on a seperate line so you wouldnt get this error of trying to split on a comma thing .. live and learn

have fun

CdR


Then just switch it to work like mine, it's more readable anyway.
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-10-2005, 05:21 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 MC_Stoo
I must admit, I prefer percentages too (makes it easier to do a skin for anyone at any resolution)

The pixels that you enter will be fine.. I've made it so it auto sizes.. like so

First loads a picture 'day.jpg' from the skin. It reads the proper size
then it does a resize to match the size in setting.ini

Then I do a quick calc..
Label.left = background.width * (pixelsize / truebackground.width)

and jobs a good'un.. Auto-resizing skin easy lol

CdR
CdRsKuLL is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-10-2005, 05:21 PM   #9
Variable Bitrate
 
MC_Stoo's Avatar
 
Join Date: Jun 2004
Location: Manchester, UK
Posts: 425
MC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud ofMC_Stoo has much to be proud of
Now living and learning... and waiting an extra 5 mins for the fixed download
__________________
A calm approach in a troubled world...
http://www.inside-guide.co.uk/CarPC

CONSOLE_RR Project in progress...
DC UK Forum
MC_Stoo is offline   Reply With Quote
Old 02-10-2005, 05:25 PM   #10
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
Quote: Originally Posted by frodobaggins
Then just switch it to work like mine, it's more readable anyway.

Yeah I thought about it, but my skin.ini file would of been MASSIVE.. I know yours will be, I'm going to be adding a keyboard soon with 50 keys.. so it will be a different between 50 lines or 400 lines. As it reads this file everytime you cancel or do something on the frontend, I really needed it to be fast.. I've no idea if it will make any difference or not.. lol
CdRsKuLL is offline   Reply With Quote
Old 02-10-2005, 05:27 PM   #11
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by CdRsKuLL
Yeah I thought about it, but my skin.ini file would of been MASSIVE.. I know yours will be, I'm going to be adding a keyboard soon with 50 keys.. so it will be a different between 50 lines or 400 lines. As it reads this file everytime you cancel or do something on the frontend, I really needed it to be fast.. I've no idea if it will make any difference or not.. lol

Another suggestion, instead of comma delimited, use a pipe |
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-10-2005, 05:29 PM   #12
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Hurry up and tell me to **** off or you like the idea, you're too slow and I need
a nap !
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-10-2005, 05:30 PM   #13
FreeDrive Creator
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Posts: 3,196
CdRsKuLL will become famous soon enough
lol. I was trying to think of something else to stick in between, O well only took me a couple of hours to do it. I might just add a extra line to the skin..

# scale size 0 - pixels 1 - percent
SkinScale = 1

Keep everyone happy ;-)
CdRsKuLL is offline   Reply With Quote
Old 02-10-2005, 05:32 PM   #14
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Ok, I can sleep now.
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 02-10-2005, 05:42 PM   #15
Constant Bitrate
 
superbowl's Avatar
 
Join Date: Jan 2005
Location: Germany
Posts: 211
superbowl is on a distinguished road
Hi,

yes, its working fine now - THANKS !!! - but my favorite skin still is a little misaligned. I draw two white lines in this screenshot to show the alignment.

- superbowl
Attached Images
 
__________________
---
i never drink water cos fish ***** in it. (w.c. fields)
superbowl 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.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
FreeDrive Beta 0.3 Taster (D3 Frontend) CdRsKuLL FreeDrive 22 02-05-2005 02:43 PM
CdRsKuLL's Beta D3 Frontend.. Testers needed CdRsKuLL Software & Software Development 63 01-23-2005 06:26 AM



All times are GMT -5. The time now is 01:42 AM.


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