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
ZSeat Seat virtual cockpit recovery from failed flash jamesworts 1 48 Yesterday, 07:41 AM
Last Post: spacewalker
  Bmw ID7 cluster ltujustas 0 66 05-05-2024, 07:49 AM
Last Post: ltujustas
  Default Volvo XC60 2016 TFT cluster died during X-Tool programming slevy70 2 141 04-05-2024, 22:07 PM
Last Post: pawel7924
  BMW z4m e85 instrument cluster change coding Index dj_jormi 0 31 01-05-2024, 10:27 AM
Last Post: dj_jormi
  2021 VW ID 4 PRO Cluster 10A920320C mileage correction possible ? NickMayer 5 124 28-04-2024, 21:12 PM
Last Post: NickMayer
XZBMW BMW f34 cluster 6wa virgin-retrofit boweld11 1 76 26-04-2024, 13:53 PM
Last Post: Ryzen
ORenult Megane 3 cluster need Flash backup file erikas523 0 46 25-04-2024, 19:20 PM
Last Post: erikas523
YTMercedes vito cluster mileage spoool 3 149 24-04-2024, 23:46 PM
Last Post: spoool
  Need DataFlash and Flash Tiguan 5NA920791C virtual cluster MCU D70F3526 popov 2 142 23-04-2024, 06:38 AM
Last Post: popov
ZTAudi Audi EDC17CP14 mileage smajchel1 2 144 14-04-2024, 17:55 PM
Last Post: Lifestyle

Forum Jump:


Users browsing this thread:
3 Guest(s)

Return to TopReturn to Content