Planet-9 Porsche Forum banner
  • NOTICE - Before adding photos to posts on Planet-9, please review: Posting Photos on Planet-9

161 - 173 of 173 Posts
On my virtualbox VM, I wasn't able to reset the date/time. When I try to manually update the date/time, it would immediately revert to system time. Turns out that OVB's "BIOS" are set to use time from the host system, and there's no BIOS UI to change this behavior. I think they're tying to make it hard to use unregistered windows by resetting the date...
OVB has a command line utility to change various settings and you can change it there.
Read the full instructions here: winaero.com/how-to-set-the-bios-date-in-virtualbox
TL/DR: The VM must be shut down. From a command prompt, cd to \program files\oracle\virtualbox and run the following commands:
vboxmanage setextradata "PIWIS" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled'1
this disables use of system time for the VM's clock
vboxmanage modifyvm "PIWIS" --biossystemtimeoffset -137698164577
This rolls the VM's "BIOS" clock back 137698164577 milliseconds, which as of today is June 7, 2019. "PIWIS" is the name of the VM. Yours may be different.
I had to make these changes to get it to work

1. Open Powershell

2. Navigate to the location of your VBox install. Unless you selected a custom install location for Vbox this can be done with:
Bash:
cd "C:\Program Files\Oracle\VirtualBox\"
3. Allow your Virtual Machine to use it's own clock.
Bash:
&"./vboxmanage" setextradata "PIWIS" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1
4. Set the Virtual Machine's clock to 09/01/2019
Bash:
&"./vboxmanage" modifyvm "PIWIS" --biossystemtimeoffset ([math]::Round((([datetime]"09/01/2019" - [datetime]::Now).TotalMilliseconds)))
----

The strange thing is, the broken batch file uses these same commands (setextradata, modifyvm). I don't understand why the batch file stopped working, but these powershell lines work.
Image
 
I had to make these changes to get it to work

1. Open Powershell

2. Navigate to the location of your VBox install. Unless you selected a custom install location for Vbox this can be done with:
Bash:
cd "C:\Program Files\Oracle\VirtualBox\"
3. Allow your Virtual Machine to use it's own clock.
Bash:
&"./vboxmanage" setextradata "PIWIS" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1
4. Set the Virtual Machine's clock to 09/01/2019
Bash:
&"./vboxmanage" modifyvm "PIWIS" --biossystemtimeoffset ([math]::Round((([datetime]"09/01/2019" - [datetime]::Now).TotalMilliseconds)))
----

The strange thing is, the broken batch file uses these same commands (setextradata, modifyvm). I don't understand why the batch file stopped working, but these powershell lines work.
View attachment 294257
Thanks for the fix, just followed your instructions and it fixed the date issue!
 
I heard that this means you just need to start over with the VM. It is not possible to fix without a clean slate. My theory is this happens from somehow opening PIWIS with the current date and time — it must be a security system to brick the software? It happened to me and I had to find another VM. Ended up using the one on MHH I posted about earlier.
Same as kafercup, above. I setup the VM and started PIWIS sucessfully and was full of joy, but after a restart, I also got the frozen PIWIS screen with no menu buttons. Interestingly PIWIS started very quickly to that point. So then I went back, deleted the VM then reloaded the original .OVA file which started properly, once, then again, leter on -same frozen PIWIS screen. Then I tried the date fix, .BAT (maybe late in doing that?), but no help. Next, I'll try looking for the other VM source that fictforce mentions above....
 
Same as kafercup, above. I setup the VM and started PIWIS sucessfully and was full of joy, but after a restart, I also got the frozen PIWIS screen with no menu buttons. Interestingly PIWIS started very quickly to that point. So then I went back, deleted the VM then reloaded the original .OVA file which started properly, once, then again, leter on -same frozen PIWIS screen. Then I tried the date fix, .BAT (maybe late in doing that?), but no help. Next, I'll try looking for the other VM source that fictforce mentions above....
I had the same issue but just like you, re importing after completely deleting the vm helped. I don't expect vm to be stable :)
 
Haha, all good, rare to have multiple Noahs in a thread.

I bought my interface secondhand, but the seller got it from Ob2.Market. Now that it's working I can attest that it appears to be a good buy, but if it's any indication, I reached out to them via FB messenger and asked for some support. After giving them a real order number they disappeared. As with most of these Chinese market sellers, you shouldn't expect much customer service.

If you're interested in PIWIS 3, there are several affordable (maybe even free) ways to get the software on MHHAuto, and you can use a generic interface from eBay. MHH does require a small fee to join and not all the links are active but it's one way to go.

Where or what generic tool did you manage to connect to piwis my friend?
 
I had to make these changes to get it to work

1. Open Powershell

2. Navigate to the location of your VBox install. Unless you selected a custom install location for Vbox this can be done with:
Bash:
cd "C:\Program Files\Oracle\VirtualBox\"
3. Allow your Virtual Machine to use it's own clock.
Bash:
&"./vboxmanage" setextradata "PIWIS" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1
4. Set the Virtual Machine's clock to 09/01/2019
Bash:
&"./vboxmanage" modifyvm "PIWIS" --biossystemtimeoffset ([math]::Round((([datetime]"09/01/2019" - [datetime]::Now).TotalMilliseconds)))
----

The strange thing is, the broken batch file uses these same commands (setextradata, modifyvm). I don't understand why the batch file stopped working, but these powershell lines work.
View attachment 294257
I was trying to use this to keep my VM from defaulting to the current date, but it doesn’t seem to be working for me. I’m not completely inept (maybe?), but also not hugely computer literate, so tried typing it a few times and then copy/pasted to be sure I wasn’t making mistakes. #3 didn’t give confirmation or error of VM using its own clock. #4 would run but then give an error (screenshots below). Any help would be greatly appreciated.





Thanks!
 
I was trying to use this to keep my VM from defaulting to the current date, but it doesn’t seem to be working for me. I’m not completely inept (maybe?), but also not hugely computer literate, so tried typing it a few times and then copy/pasted to be sure I wasn’t making mistakes. #3 didn’t give confirmation or error of VM using its own clock. #4 would run but then give an error (screenshots below). Any help would be greatly appreciated.





Thanks!
Hey, looks like those images are private
 
Thanks for the info. Just to be 100 percent clear as I am nowhere near being a capable techy, this piwis can be installed direclt and or work on Windows 7 laptop ie no virtual box?

I realize you have a Mac and may not know but wanted to double check as I was contemplating getting an X laptop or may have very old pc somewhere with either xp or Vista which I can set up in my garage :)
Theoretically yes using the MHH forum image you can run PIWIS on a Windows 7 laptop. But what I'm talking about is running it as a VM inside UTM.

Here is a .UTM (~11.8GB) for those with Apple Silicon. It should just work by installing UTM and opening the file with it.
What hardware did you use to connect to your car?
 
161 - 173 of 173 Posts