Login Register

Search found 114 matches

Return

by cn90
10 Jul 2022, 07:53
Jump to forum
Jump to topic

Re: Replacing control arm

I do them by hand too. But another way to handle this issue (if you have OCD)... On the easy side (L side), snug the bolt down then mark with liquid paper white paint on the bolt's head let's say at 12:00 o'clock. Use a torque wrench and tighten to specified torque and notice the angle you have to t...
by RickHaleParker
19 Jul 2022, 15:47
Jump to forum
Jump to topic

Re: Vida CEM swapping

vtl wrote: 19 Jul 2022, 13:10 See sirloin's fork,
Sirlion on github is cmolson.
https://github.com/cmolson/volvo-cem-cracker/branches
by BlackBart
28 Jul 2022, 12:58
Jump to forum
Jump to topic

Re: What did you do to your P2 Volvo today?

My end link bolt was just not tight enough and it was a loud click.
by firstv70volvo
29 Jul 2022, 09:18
Jump to forum
Jump to topic

Re: Completely round spark plug. Why? How can I get it out?

I don't think you have as bad of a problem as a rounded off spark plug. I used Photoshop to lighten your photo and it looks like the rubber spark plug boot broke off and is still in the spark plug hole. If you dig this out you should be able to get your socket on the plug.
rounded spark plug.jpg
by T5Luke
21 Aug 2022, 03:29
Jump to forum
Jump to topic

Re: Vida CEM swapping

Here have fun with it: #define BKPT 4 #define RESET 5 #define FREEZE 6 #define DSI 7 #define DSO 8 static word CMD_READ = 0x1940; static word CMD_GO = 0x0C00; static word CMD_WRITEM = 0x1840; char command; int n_line; void setup() { // put your setup code here, to run once: pinMode(BKPT, OUTPUT); di...
by T5Luke
25 Aug 2022, 15:07
Jump to forum
Jump to topic

Re: Vida CEM swapping

This commercial tools are based on work from this open forum. Isn't it strange all tools came on marked shortly after this project was visible here. Now you blame us that we don't develop so fast like the guys which get 4600 $ about their full set. I think VTL and I did this just for our own cars, w...
by T5Luke
25 Aug 2022, 17:38
Jump to forum
Jump to topic

Re: Vida CEM swapping

Here, who has 6 byte code, CEM from MY2006- and DICE-206751 absoloutly FREE...
Reads your cems complete flash in a few seconds...

https://filetransfer.io/data-package/bsTYjdGO#link
by matthew1
26 Aug 2022, 12:06
Jump to forum
Jump to topic

Re: Vida CEM swapping

Vollmer Making a GUI is always a longer route than command-line, and remote projects between people who have never met are always more difficult because of project management/goals/timezone/native language, etc. I've been involved in software since the 90s, and GUI is a whole can of worms for design...