Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Audi Virtual Cluster Sport Layout Solution - FREE !
19-01-2023, 09:58 AM,
Post: #11
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
Ist a4 b9 cluster.
Yes have try fw Update, delete dtc etc. Still vc fault.
Quote this message in a reply
19-01-2023, 10:00 AM, (This post was last modified: 19-01-2023, 10:01 AM by 7491159.)
Post: #12
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
(19-01-2023, 09:58 AM)eip Wrote:  Ist a4 b9 cluster.
Yes have try fw Update, delete dtc etc. Still vc fault.

Have you tried to adapt through Odis S?
Quote this message in a reply
19-01-2023, 10:02 AM,
Post: #13
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
(19-01-2023, 09:54 AM)rehatflogs Wrote:  
(19-01-2023, 09:15 AM)eip Wrote:  After upload script cluster have B20096 DTC :/

What car and year did you try on?

Have you cleared the errors?

Really odd as other users have reported success with this script.

Old activation solution is with this error. Dashboard work, but you can't erase "Internal Control Module Memory Check Sum Error".
Quote this message in a reply
19-01-2023, 10:02 AM, (This post was last modified: 19-01-2023, 10:05 AM by kaiserstumm.)
Post: #14
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
The script just changes the session to developer, inserts the code for changing the session (20103) and enters new code and reboots the VC after that, so no error should appear.
Quote this message in a reply
19-01-2023, 10:07 AM,
Post: #15
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
There is an option to lay out a decoded method that could be done manually by controlling all the steps
Quote this message in a reply
19-01-2023, 10:16 AM,
Post: #16
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
(19-01-2023, 10:02 AM)kaiserstumm Wrote:  The script just changes the session to developer, inserts the code for changing the session (20103) and enters new code and reboots the VC after that, so no error should appear.

This script change dashboard eeprom value.
Quote this message in a reply
19-01-2023, 10:21 AM,
Post: #17
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
Can you post old and new value?
Quote this message in a reply
19-01-2023, 12:04 PM, (This post was last modified: 19-01-2023, 12:07 PM by rehatflogs.)
Post: #18
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
UPDATE

Added ODIS-E Python script to first post, or can run the following commands manually:

For Odis Engineering we do the following

1. Transfer the session to the developer mode (Developer mode)

2. Enter login 20103

3. Go to Special Function -> Hex Service and send a command
for RS
3D 14 03 00 3C 09 01 03
for S
3D 14 03 00 3C 09 01 01

Note: Not tested by me yet!
Quote this message in a reply
19-01-2023, 12:38 PM,
Post: #19
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
VCP_Script data:


em : string ;
begin
ConnectToEcuUDS('17');
if IsConnectedToEcu then
begin
Writeln('Connected');
Writeln(GetECUNo);
//change diag session to developer
ChangeDiagSessionRaw('4F');
//Programming date F199
WriteDataByIDRaw(61849,'201102');
//Tester fingerprint F198
WriteDataByIDRaw(61848,'0181C8F6002E');
if DoLogin(20103) then Writeln('Login OK') else Writeln('Login failed');
WriteMemoryByAddr($03003C09,'01',$14);
readedmem := ReadMemoryByAddr($03003C09,1,$14);
Writeln(readedmem);
Writeln('EEPROM update success');
ECUReset;
end
else
begin
Writeln('Cant connect to cluster!!');
end;
CloseCommunication;
end
Quote this message in a reply
[+] 3 users say Thank You to wawan.ru for this post
19-01-2023, 12:58 PM,
Post: #20
RE: Audi Virtual Cluster Sport Layout Solution - FREE !
Thanks, have added script to first post
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW BMW f34 cluster 6wa virgin-retrofit boweld11 1 30 Yesterday, 13:53 PM
Last Post: Ryzen
ORenult Megane 3 cluster need Flash backup file erikas523 0 16 25-04-2024, 19:20 PM
Last Post: erikas523
YTMercedes vito cluster mileage spoool 3 109 24-04-2024, 23:46 PM
Last Post: spoool
  Need DataFlash and Flash Tiguan 5NA920791C virtual cluster MCU D70F3526 popov 2 118 23-04-2024, 06:38 AM
Last Post: popov
ZTAudi Audi EDC17CP14 mileage smajchel1 2 120 14-04-2024, 17:55 PM
Last Post: Lifestyle
  Virtual Cockpit MMX serial connection ALeXXBody 9 2,208 13-04-2024, 05:06 AM
Last Post: oltiks
  Default Volvo XC60 2016 TFT cluster died during X-Tool programming slevy70 1 93 12-04-2024, 11:32 AM
Last Post: repair
  Audi TT Need PIN Haisam95 1 79 06-04-2024, 13:49 PM
Last Post: volavka
XZBMW BMW F-Series Cluster Virgin Needed stealthy88 1 101 05-04-2024, 13:35 PM
Last Post: alb3rt
  Tiguan 2012 cluster clone. Possible? Maikiu 2 134 02-04-2024, 07:53 AM
Last Post: Maikiu

Forum Jump:


Users browsing this thread:
2 Guest(s)

Return to TopReturn to Content