Lost everything

Help on issues you run into with LapTimer; in case you have a question on how to use LapTimer, use the forum "Using LapTimer" instead
Post Reply
Peter Voigt
Fewer than 10 Posts
Fewer than 10 Posts
Posts: 4
Joined: Sun Oct 27, 2013 7:27 pm

Lost everything

Post by Peter Voigt »

Hi Harry and everyone else

Just updated my iPhone to IOS7 and forgot that I also had reinstalled my PC to Win8.1 meaning I didnt have anything to restore the iPhone from :-(

Didn't know of the iCloud backup option until it was to late.

I'm using Circuit Tools and have all laps exported to vbo, but not hlptrl.

Is there anyway to convert laps back from vbo til hlptrl format and import them to Laptimer again ?

or is there any other way ???

Thank you

Peter
User avatar
Harry
Site Admin
Site Admin
Posts: 10639
Joined: Sun Sep 12, 2010 10:32 am
Location: Siegum, Germany
Contact:

Re: Lost everything

Post by Harry »

The only format LapTimer imports is .hlptrl It is probably possible to write a script to generate some .hlptrl files from vbo, but that is something for a specialist and difficult to realize. In case you are more interested in having the complete history of laps (i.e. not data recordings), than in a complete recovery, you may consider the following:

1. Import your VBO files to CT and export / write down lap times and dates they were performed.
2. Create a .hlptrl using a simple text editor (no Word please) and add a lap entry for each lap (see sample below).

Code: Select all

<?xml version="1.0" encoding="windows-1252"?>
<LapTimerDB>
	<name>LapTimer Database</name>
	<lap index="1">
		<date>30-AUG-07,17:37:36.00</date>
		<lapTime>08:47.70</lapTime>
		<vehicle>Porsche 911C2 (997)</vehicle>
		<track>NordschleifeBTG</track>
		<intermediates>
			00:32.73,1156.2
			02:22.63,5056.1
			04:23.23,9321.8
			06:33.97,14119.9
		</intermediates>
	</lap>
	...
</LapTimerDB>     
The intermediates section is optional. Please take care the format (e.g. date / time) is exactly like shown as the import may fail otherwise.

Sorry I can't help more.

- Harry
Image Image Image Image
Peter Voigt
Fewer than 10 Posts
Fewer than 10 Posts
Posts: 4
Joined: Sun Oct 27, 2013 7:27 pm

Re: Lost everything

Post by Peter Voigt »

Hi Harry

Managed to get my 4 fastest laps imported again with intermediates. Very nice.

Thank you

Peter
Harry.PNG
Harry.PNG (151.32 KiB) Viewed 1554 times
User avatar
Harry
Site Admin
Site Admin
Posts: 10639
Joined: Sun Sep 12, 2010 10:32 am
Location: Siegum, Germany
Contact:

Re: Lost everything

Post by Harry »

Great! I have added my lap times from pre-LapTimer times in this way too. I like to keep the history.

- Harry
Image Image Image Image
Post Reply