The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner

Reply
 
LinkBack Thread Tools Display Modes
Old 06-27-2005, 01:08 PM   #31
Raw Wave
 
edrex's Avatar
 
Join Date: Dec 2004
Location: West Chestinghamshire, UK init!!
Posts: 1,943
Quote: Originally Posted by UK_MP3Car
Hey tolisn,

Been doing multiple projects at once, have just updated it to work with updating Freedrive for CdRSkuLL. Doing music next, if I get time this weekend I'll do an upgrade Interchange and release.

Any updates on this one lately? I haven't seen anything posted about it in a while...
Cheers.
__________________
Spent so far: $1,755
Check Out My Work Log for Specs/Pics
CarPC Progress[!!!!!!!!!!!!!!].....Installation[---------+].....Pastrami Progress[!!!!!!!!!!!!!!]
Quote:
Don't mess with Texas.
It's not nice to pick on retards!

edrex is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-27-2005, 01:11 PM   #32
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,410
Hi Edrex,

Been doing a bit of work on it, trying to get updating for the latest version of FD working at the moment, just doing some testing, once happy will release to the forum.
Gobby is offline   Reply With Quote
Old 06-27-2005, 01:22 PM   #33
Raw Wave
 
edrex's Avatar
 
Join Date: Dec 2004
Location: West Chestinghamshire, UK init!!
Posts: 1,943
Sounds good. I am really looking forward to the release, so I was just worried that it had been abandoned.
__________________
Spent so far: $1,755
Check Out My Work Log for Specs/Pics
CarPC Progress[!!!!!!!!!!!!!!].....Installation[---------+].....Pastrami Progress[!!!!!!!!!!!!!!]
Quote:
Don't mess with Texas.
It's not nice to pick on retards!

edrex is offline   Reply With Quote
Old 06-27-2005, 01:23 PM   #34
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,410
Nope, not abandoned, just changed the way it works and made it more substantial, there is now a desktop app as well as a Car client.

New features will include:
  • Ability to copy music to RR Music Path
  • Ability to copy FD updates including speedcams etc
  • Update skins within RR
  • Choose whether to overwrite keybtl.ini,exectbl.ini and rr.ini
  • Update 'Launch' items in RR
  • Ability to set interchange as the shell (to allow full RR updates)

The idea is to place the USB Drive in the USB port and the system will fully update automatically, including Music, RR, FD etc.

I am hoping to write it for all frontends not just RR eventually, its just that I'm using RR at present and it has a good sdk.

Last edited by Gobby; 06-27-2005 at 01:31 PM.
Gobby is offline   Reply With Quote
Old 07-10-2005, 01:21 PM   #35
ITL
Maximum Bitrate
 
ITL's Avatar
 
Join Date: Jul 2004
Location: Atlanta, GA
Posts: 630
Can't wait to check it out...any idea on an ETA?
__________________
CarPC #3: 99% Complete
Pentium M 1.7Ghz, 1GB DDR2 RAM
DVD/CD-RW installed in dash below monitor
OEM LCD relocated for 7" Touchscreen
Wi-Fi, GPS, PS2 controllers...
500+ full albums
4,000+ video games
music videos, movies, & more!
old carPC
ITL is offline   Reply With Quote
Old 07-10-2005, 04:06 PM   #36
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,410
Yeah sorry ... been really busy recently, will try really hard to get version out this week.
Gobby is offline   Reply With Quote
Old 07-10-2005, 06:25 PM   #37
ITL
Maximum Bitrate
 
ITL's Avatar
 
Join Date: Jul 2004
Location: Atlanta, GA
Posts: 630
Cool...good to hear
__________________
CarPC #3: 99% Complete
Pentium M 1.7Ghz, 1GB DDR2 RAM
DVD/CD-RW installed in dash below monitor
OEM LCD relocated for 7" Touchscreen
Wi-Fi, GPS, PS2 controllers...
500+ full albums
4,000+ video games
music videos, movies, & more!
old carPC
ITL is offline   Reply With Quote
Old 07-11-2005, 09:29 AM   #38
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,449
Smile Autorun USB

There is a FREE Program where you can do updates automatically when inserting a USB Memory Stick.
First, create a batch file on your stick and call it AutoCopy.bat and write your code in there like:
Copy \*.mp3 C:\Songs\*mp3 /Y
This will copy all mp3 files on the stick to C:\Songs and overwrites any duplicate files. You can update any folder or files, just add more commands in the batch file.
Here is the link to the program.
http://www.torosoftware.com/autorun.asp

Install the program and follow the instructions. When asked what program to execute after inserting the USB stick, point to AutoCopy.bat file on your stick.
Now every time you insert the stick it will automatically run you batch file.
Works like a charm.
MGD is offline   Reply With Quote
Old 07-11-2005, 09:34 AM   #39
Raw Wave
 
Join Date: Jun 2004
Location: On the beach
Posts: 2,410
Well, thats my project out the window now - pointless continuing.
Gobby is offline   Reply With Quote
Old 07-11-2005, 09:44 AM   #40
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,449
Quote: Originally Posted by UK_MP3Car
Well, thats my project out the window now - pointless continuing.

That was not mend to rain on your parade. I just use this for a while now and it works perfect so I thought I share this with you guy's. I am sure your solution will work too, just saves you some time.

Last edited by MGD; 07-11-2005 at 09:48 AM.
MGD is offline   Reply With Quote
Old 07-11-2005, 09:58 AM   #41
FLAC
 
Join Date: Sep 2004
Posts: 1,556
Quote: Originally Posted by MGD
Copy \*.mp3 C:\Songs\*mp3 /Y

As I pointed out earlier in the thread you can make this better by using:
xcopy /S /D /Y
to copy only new and changed files. That will save a lot of time.

Nice find on the usb auto run app.
__________________
Progress: 80% - Permanent install left.
Motion LS800 Tablet PC and dock.
Vista, Bu-535 GPS, RoadRunner, MPT2006.
Arathranar is offline   Reply With Quote
Old 07-11-2005, 10:08 AM   #42
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,449
Smile

I know that there are many different ways to do that. I just kept it simple so everybody can understand how it works. I think we shold put a sticky together with all the command lines needed for updating with this solution. That would help everybody to automate all the updates needed, no matter what front end or files.
MGD is offline   Reply With Quote
Old 07-11-2005, 12:04 PM   #43
Constant Bitrate
 
ruairi's Avatar
 
Join Date: Jan 2005
Location: Spain
Posts: 165
MGD, I've been using this app you mentioned in post and I've set it up to run both on my Home PC (which is my Test PC for the Car). The batch file below copies my setup from my HOME PC to the USB drive. Then I install the autorun tool on the car PC and when I plug in the USB drive to the CarPC it copies the stuff off the drive to the CarPC.

This batch file will sync RR, MM, FD and your music folders (I also have a utils folder wil lots of little apps for the CarPC). Check the folder names in the XCOPY commands below to make sure your folder names are the default ones! Otherwise edit the folder names in the scripts. Once your files are exported from the HomePC to the USB drive the directory structure will be something like:

\Music
\Car\RoadRunner
\Car\FreeDrive
\Car\DestinatorApps\
\Car\utils\

If people want to use it the batch file checks the computer name and if it is "CARPC" then it will import the files from the USB drive. If the computer name is anything other than "CARPC" then it will export your current setup from the harddisk to the USB drive. If your carPC computer name is somethign other than "CARPC" than just change line 4 where the if statement is....


Code:
ECHO OFF TASKKILL /F /T /IM RR.EXE TASKKILL /F /T /IM MapMonkey.EXE TASKKILL /F /T /IM FreeDrive.EXE %SystemRoot%\explorer.exe \ if %COMPUTERNAME%==CARPC goto CarPC :Source REM for Home PC REM RoadRunner Folder xcopy "C:\Program Files\Road Runner\*" "car\RoadRunner\*" /S /D /K /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM MapMonkey Folder xcopy "C:\DestinatorApps\*" "car\DestinatorApps\*" /S /D /K /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM FreeDrive xcopy "C:\Program Files\FreeDrive" "car\FreeDrive" /S /D /K /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM Tools and Utilities for CarPC REM xcopy "C:\Documents and Settings\Ruairi\Desktop\Car\Utils\*" "car\utils\*"/S /D /K /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM Music Folder (Hide display while copying) xcopy C:\Music\*.mp3 "\Music\*.mp3" /S /D /C /K /Q /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM "C:\Program Files\Road Runner\RR.exe" ECHO . ECHO . ECHO USB Drive is now ready to sync with CarPC!!! ECHO . goto Finish :CarPC REM for CarPC REM RoadRunner Folder xcopy "car\RoadRunner\*" "C:\Program Files\Road Runner\*" /S /D /K /I /Y /EXCLUDE:.ini if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM MapMonkey Folder xcopy "car\DestinatorApps\*" "C:\DestinatorApps\*" /S /D /K /I /Y /EXCLUDE:.ini if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM FreeDrive xcopy "car\FreeDrive" "C:\Program Files\FreeDrive" /S /D /K /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM Tools and Utilities for CarPC REM xcopy "car\utils\*" "C:\utils\*" /S /D /K /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort REM Music Folder (Hide display while copying) xcopy "\Music\*.mp3" C:\Music\*.mp3 /S /D /C /K /Q /I /Y if errorlevel 4 goto lowmemory if errorlevel 2 goto abort "C:\Program Files\Road Runner\RR.exe" ECHO . ECHO . ECHO CarPC is up-to-date!!! ECHO . goto Finish REM ----------------------- REM WHEN THINGS GO WRONG!!! :lowmemory echo Insufficient memory to copy files or echo invalid drive or command-line syntax. goto exit :abort echo You pressed CTRL+C to end the copy operation. REM ----------------------- :Finish ECHO Finished!!! ECHO . ECHO . PAUSE

Thanks UK_MP3Car for starting this and making my updates simple!

Last edited by ruairi; 07-11-2005 at 01:52 PM. Reason: Added Process Kill & Restart RR on CarPC after import & out-of-memory handling(ish!)
ruairi is offline   Reply With Quote
Old 07-11-2005, 12:26 PM   #44
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,449
Thumbs up

This will only work when the application you updating is not running. We should implement the taskkill at beginning of the batch file then update and then start all applications again. Other than that is pretty complete and people can modify it to theire needs. Good Job.
MGD is offline   Reply With Quote
Old 07-11-2005, 12:53 PM   #45
ITL
Maximum Bitrate
 
ITL's Avatar
 
Join Date: Jul 2004
Location: Atlanta, GA
Posts: 630
Awesome...thanks to all of you! I've got a good little batch job going, now if I could just automate it...can get my PCs to recognize the autorun.inf on this card I've got
__________________
CarPC #3: 99% Complete
Pentium M 1.7Ghz, 1GB DDR2 RAM
DVD/CD-RW installed in dash below monitor
OEM LCD relocated for 7" Touchscreen
Wi-Fi, GPS, PS2 controllers...
500+ full albums
4,000+ video games
music videos, movies, & more!
old carPC
ITL 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 Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
USB IR stick to COM port?? vxcarpc Input Devices 17 03-20-2008 06:31 PM
Software Review: Windows XP Media Center 2005 Edition! nFiniteTuning The Review Palace 180 05-01-2007 11:54 AM
Problem with ITPS / hibernation and External USB HD veetid Power Supplies 5 01-02-2006 08:35 PM
Aver Media USB Radio. Anybody tried it out? DrkStormTrooper General Hardware Discussion 3 12-28-2004 03:59 AM
Booting with USB memory stick Fluffy General MP3Car Discussion 12 10-01-2003 05:47 PM


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


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