Login Register

Vida CEM swapping

A mid-size luxury crossover SUV, the Volvo XC90 made its debut in 2002 at the Detroit Motor Show. Recognized for its safety, practicality, and comfort, the XC90 is a popular vehicle around the world. The XC90 proved to be very popular, and very good for Volvo's sales numbers, since its introduction in model year 2003 (North America). P2 platform.
Post Reply
hampus10699
Posts: 1
Joined: 1 March 2024
Year and Model: 2006 V70
Location: Sweden

Re: Vida CEM swapping

Post by hampus10699 »

Hi all.
Does anyone know where I can get T5Lukes cem cracking software?

Dudde
Posts: 64
Joined: 22 January 2020
Year and Model: 2005 V70 and more
Location: Finland
Has thanked: 14 times
Been thanked: 17 times

Post by Dudde »

hampus10699 wrote: 01 Mar 2024, 14:11 Hi all.
Does anyone know where I can get T5Lukes cem cracking software?
Page 223

User avatar
xanthefin  
Posts: 444
Joined: 4 May 2019
Year and Model: 1997 850
Location: Pluto
Has thanked: 106 times
Been thanked: 130 times

Post by xanthefin »

Skavac wrote: 01 Mar 2024, 11:30
xanthefin wrote: 29 Feb 2024, 03:24 You need go another way if you want add used remote in UEM.

This way only good if you get UEM + remotes as you already noticed SEED Key is rolling one.



You need program they remote itself if want make it as a new specially when UEM is missing or sniff it all via radio.
Can you tell me more? You can program the remote if UEM is missing? Can the long UEM code be sniffed from radio?
Sure i can tell more as i get finished with project i started last year. I have programming ready and all how i just need finish one last piece and make then it clean after mess as into one usable thing.

ricked
Posts: 38
Joined: 24 May 2021
Year and Model: xc90
Location: lowlands
Has thanked: 6 times
Been thanked: 2 times

Post by ricked »

Dudde wrote: 01 Mar 2024, 14:16
hampus10699 wrote: 01 Mar 2024, 14:11 Hi all.
Does anyone know where I can get T5Lukes cem cracking software?
Page 223
its gone...
here you can get it again:

30 days valid

https://easyupload.io/15802z

oscilloscope
Posts: 285
Joined: 20 May 2022
Year and Model: 2005
Location: uk
Has thanked: 27 times
Been thanked: 11 times

Post by oscilloscope »

xanthefin wrote: 01 Mar 2024, 14:19
Skavac wrote: 01 Mar 2024, 11:30
xanthefin wrote: 29 Feb 2024, 03:24 You need go another way if you want add used remote in UEM.

This way only good if you get UEM + remotes as you already noticed SEED Key is rolling one.



You need program they remote itself if want make it as a new specially when UEM is missing or sniff it all via radio.
Can you tell me more? You can program the remote if UEM is missing? Can the long UEM code be sniffed from radio?
Sure i can tell more as i get finished with project i started last year. I have programming ready and all how i just need finish one last piece and make then it clean after mess as into one usable thing.
sounds interesting...

oscilloscope
Posts: 285
Joined: 20 May 2022
Year and Model: 2005
Location: uk
Has thanked: 27 times
Been thanked: 11 times

Post by oscilloscope »

Kravi80 wrote: 19 Feb 2024, 10:42
Skavac wrote: 02 Feb 2024, 22:02 Anyone knows if CEM-L can be read with Orange5? I can see it supports M30855F, but I can't find a wiring diagram to connect the CEM to the orange 5. Reason I am asking because failed write with IOTerminal. Now CEM is dead
http://www.ddmauto.ru/programmatoryi/st ... c-m30855fw
Clk, busy, p50, p60 no need to be connected in M32C UART mode (in M32C SPI must be connected).
Chips adm... and 93c86 must be desoldered.
i attempted to message the guy who is selling these legacy programmers in ru but i never received a reply. mind you it was quite some time ago i messaged. ( somthing like 2-3 years ago)

vtl
Posts: 4724
Joined: 16 August 2012
Year and Model: 2005 XC70
Location: Boston
Has thanked: 114 times
Been thanked: 605 times

Post by vtl »

oscilloscope wrote: 03 Mar 2024, 13:48 i attempted to message the guy who is selling these legacy programmers in ru but i never received a reply. mind you it was quite some time ago i messaged. ( somthing like 2-3 years ago)
You can read M32C for free with m16c-flasher.de software and $2 USB-UART adapter. Search for m16c-flasher.de in this topic for config and instructions.

User avatar
sanjurjo
Posts: 5
Joined: 6 March 2024
Year and Model: 2003 V70R
Location: Pinneberg
Has thanked: 3 times

Post by sanjurjo »

Hi everybody,
I have a V70R MY2004 with a brick-style CEM (30657629).
What I want is to crack the PIN and upload it to d5t5 so I can enjoy VDASH even more.

What would be the right procedure here? As i understand, the only way to go with this CEM is to read it directly f.e. with an arduino nano using the code in this post (viewtopic.php?p=609357#p609357) from T5Luke. After that I would have the CEM-image as .bin. At what offset should I look for the PIN and how many bytes is it long? Or can T5Luke's tool (CEMtool) be used for finding it as well?

I'm completely new in this and I appreciate the work done here very much, as well as the patience with guys like me

vtl
Posts: 4724
Joined: 16 August 2012
Year and Model: 2005 XC70
Location: Boston
Has thanked: 114 times
Been thanked: 605 times

Post by vtl »

sanjurjo wrote: 06 Mar 2024, 09:12 Hi everybody,
I have a V70R MY2004 with a brick-style CEM (30657629).
What I want is to crack the PIN and upload it to d5t5 so I can enjoy VDASH even more.

What would be the right procedure here? As i understand, the only way to go with this CEM is to read it directly f.e. with an arduino nano using the code in this post (viewtopic.php?p=609357#p609357) from T5Luke. After that I would have the CEM-image as .bin. At what offset should I look for the PIN and how many bytes is it long? Or can T5Luke's tool (CEMtool) be used for finding it as well?

I'm completely new in this and I appreciate the work done here very much, as well as the patience with guys like me
At offset 0x4000 or 0x6000. CEM CPU is 16 bit big endian, on x86 you may need to swap the bytes to little endian, like:

00 11 22 33 44 55 -> 11 00 33 22 55 44

I don't now if T5Luke's software does it. When I desoldered the flash and read it in the programmer I had to swap bytes.

dikidera
Posts: 1304
Joined: 15 August 2022
Year and Model: S60 2005
Location: Galaxy far far away
Has thanked: 67 times
Been thanked: 175 times

Post by dikidera »

vtl wrote: 06 Mar 2024, 09:17
sanjurjo wrote: 06 Mar 2024, 09:12 Hi everybody,
I have a V70R MY2004 with a brick-style CEM (30657629).
What I want is to crack the PIN and upload it to d5t5 so I can enjoy VDASH even more.

What would be the right procedure here? As i understand, the only way to go with this CEM is to read it directly f.e. with an arduino nano using the code in this post (viewtopic.php?p=609357#p609357) from T5Luke. After that I would have the CEM-image as .bin. At what offset should I look for the PIN and how many bytes is it long? Or can T5Luke's tool (CEMtool) be used for finding it as well?

I'm completely new in this and I appreciate the work done here very much, as well as the patience with guys like me
At offset 0x4000 or 0x6000. CEM CPU is 16 bit big endian, on x86 you may need to swap the bytes to little endian, like:

00 11 22 33 44 55 -> 11 00 33 22 55 44

I don't now if T5Luke's software does it. When I desoldered the flash and read it in the programmer I had to swap bytes.
For byte swapping I recommend https://github.com/rgrahamh/byte-swapper

Has prebuilt binaries for Windows and is great for this.

Post Reply
  • Similar Topics
    Replies
    Views
    Last post