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

Disable CC messages relating to a CC-ID codes
13-02-2024, 08:09 AM,
Post: #71
RE: Disable CC messages relating to a CC-ID codes
Is this correct?

"Check Control message (425): Reversing camera malfunction!"

425 / 64 6,6xx
425 - 64 * 6 = 41
41 / 8 = 5,125
41 - 5 * 8 = 1

CC_AKTIVIERUNG_7

Old value: FF, FF, FF, FF, FF, FF, FF, FF
New value: FF, FF, FF, FF, FF, FE, FF, FF
Quote this message in a reply
13-02-2024, 08:31 AM,
Post: #72
RE: Disable CC messages relating to a CC-ID codes
(13-02-2024, 08:09 AM)kimz Wrote:  Is this correct?

"Check Control message (425): Reversing camera malfunction!"

425 / 64 6,6xx
425 - 64 * 6 = 41
41 / 8 = 5,125
41 - 5 * 8 = 1

CC_AKTIVIERUNG_7

Old value:  FF, FF, FF, FF, FF, FF, FF, FF
New value:  FF, FF, FF, FF, FF, FE, FF, FF

I get FD, but otherwise same.
Quote this message in a reply
[+] 1 user says Thank You to World L for this post
13-02-2024, 09:19 AM,
Post: #73
RE: Disable CC messages relating to a CC-ID codes
@mj_mj_mj 
Upload you Nettodat from Kombi.
Quote this message in a reply
14-02-2024, 10:53 AM,
Post: #74
RE: Disable CC messages relating to a CC-ID codes
Hi! Can somebody check if it's correct?
Car F10, CC-ID 434 – Seat Calibration Required
So:
434 / 64 = 6,78125 = Group 7
434 - 64 * 6 = 50
50 / 8 = 6,25
50 - 6 * 8 = 2

CC_AKTIVIERUNG_7
Before: FF FF FF FF FF FF FF FF
After: FF FF FF FF FF FD FF FF

Kimz had different CC ID and he got same resuilt as mine so I think I did something wrong
Quote this message in a reply
14-02-2024, 12:27 PM,
Post: #75
RE: Disable CC messages relating to a CC-ID codes
(14-02-2024, 10:53 AM)Krysiaman Wrote:  Hi! Can somebody check if it's correct?
Car F10, CC-ID 434 – Seat Calibration Required
So:
434 / 64 = 6,78125 = Group 7
434 - 64 * 6 = 50
50 / 8 = 6,25
50 - 6 * 8 = 2

CC_AKTIVIERUNG_7
Before:  FF FF FF FF FF FF FF FF
After:    FF FF FF FF FF FD FF FF

Kimz had different CC ID and he got same resuilt as mine so I think I did something wrong

434 = FF,FF,FF,FF,FF,FF,FB,FF
Quote this message in a reply
[+] 1 user says Thank You to jaramillo for this post
14-02-2024, 15:36 PM,
Post: #76
RE: Disable CC messages relating to a CC-ID codes
(13-02-2024, 08:31 AM)World L Wrote:  
(13-02-2024, 08:09 AM)kimz Wrote:  Is this correct?

"Check Control message (425): Reversing camera malfunction!"

425 / 64 6,6xx
425 - 64 * 6 = 41
41 / 8 = 5,125
41 - 5 * 8 = 1

CC_AKTIVIERUNG_7

Old value:  FF, FF, FF, FF, FF, FF, FF, FF
New value:  FF, FF, FF, FF, FF, FE, FF, FF

I get FD, but otherwise same.

Thank you! Can you explain what I did wrong?
( 2^1) = 1
FF - 1 = FE
Quote this message in a reply
14-02-2024, 17:16 PM, (This post was last modified: 14-02-2024, 17:19 PM by Vadim AA.)
Post: #77
RE: Disable CC messages relating to a CC-ID codes
(14-02-2024, 15:36 PM)kimz Wrote:  
(13-02-2024, 08:31 AM)World L Wrote:  
(13-02-2024, 08:09 AM)kimz Wrote:  Is this correct?

"Check Control message (425): Reversing camera malfunction!"

425 / 64 6,6xx
425 - 64 * 6 = 41
41 / 8 = 5,125
41 - 5 * 8 = 1

CC_AKTIVIERUNG_7

Old value:  FF, FF, FF, FF, FF, FF, FF, FF
New value:  FF, FF, FF, FF, FF, FE, FF, FF

I get FD, but otherwise same.

Thank you! Can you explain what I did wrong?
( 2^1) = 1
FF - 1 = FE
1 - it is position in bit-string, but not value.


Attached Files Thumbnail(s)
   
Quote this message in a reply
[+] 1 user says Thank You to Vadim AA for this post
14-02-2024, 18:30 PM,
Post: #78
RE: Disable CC messages relating to a CC-ID codes
(14-02-2024, 17:16 PM)Vadim AA Wrote:  
(14-02-2024, 15:36 PM)kimz Wrote:  
(13-02-2024, 08:31 AM)World L Wrote:  
(13-02-2024, 08:09 AM)kimz Wrote:  Is this correct?

"Check Control message (425): Reversing camera malfunction!"

425 / 64 6,6xx
425 - 64 * 6 = 41
41 / 8 = 5,125
41 - 5 * 8 = 1

CC_AKTIVIERUNG_7

Old value:  FF, FF, FF, FF, FF, FF, FF, FF
New value:  FF, FF, FF, FF, FF, FE, FF, FF

I get FD, but otherwise same.

Thank you! Can you explain what I did wrong?
( 2^1) = 1
FF - 1 = FE
1 - it is position in bit-string, but not value.

I get FD


Attached Files Thumbnail(s)
   

Author of Car Connector - remote ICOM & ENET tool - Built in VPN for easy coding and remote diagnostics

Car Connector on YouTube

Closed Beta in progress - Open Beta starting Jan 2024.
Quote this message in a reply
14-02-2024, 19:35 PM, (This post was last modified: 14-02-2024, 19:40 PM by Moldovan1.)
Post: #79
RE: Disable CC messages relating to a CC-ID codes
(14-02-2024, 15:36 PM)kimz Wrote:  
(13-02-2024, 08:31 AM)World L Wrote:  
(13-02-2024, 08:09 AM)kimz Wrote:  Is this correct?

"Check Control message (425): Reversing camera malfunction!"

425 / 64 6,6xx
425 - 64 * 6 = 41
41 / 8 = 5,125
41 - 5 * 8 = 1

CC_AKTIVIERUNG_7

Old value:  FF, FF, FF, FF, FF, FF, FF, FF
New value:  FF, FF, FF, FF, FF, FE, FF, FF

I get FD, but otherwise same.

Thank you! Can you explain what I did wrong?
( 2^1) = 1
FF - 1 = FE

2^1=2! Not 1

For E serie in Nettodat file - same algo???
I see in Nettodat file a lot of FF's that look very similar to F serie. Can someone confirm this?
Thanks in advance for any response!
Quote this message in a reply
17-02-2024, 10:58 AM,
Post: #80
RE: Disable CC messages relating to a CC-ID codes
(13-02-2024, 09:19 AM)Moldovan1 Wrote:  @mj_mj_mj 
Upload you Nettodat from Kombi.

B 00300000,0010,B9,ED,0A,04,50,05,00,1E,1E,1E,1E,1E,7D,7D,05,14
B 00300010,0002,0F,0F
B 00300100,0010,67,FF,FF,FB,FF,FF,FF,FF,F7,FF,FF,FF,FF,FF,FF,FF
B 00300110,0010,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF
B 00300120,0010,FF,FF,FF,FF,FF,FF,EF,FF,FF,FF,FF,FB,FF,FE,FF,FF
B 00300130,0010,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,7D,03,00
B 00300200,0009,00,23,5C,DC,A3,4A,5D,B5,A2
B 00300300,0007,86,1A,CA,24,72,FF,FF
B 00300400,0010,32,0F,08,58,05,00,55,80,05,50,08,00,00,70,90,00
B 00300410,0003,00,00,00
B 00300500,0010,03,28,50,0A,05,82,03,03,88,00,10,22,36,4A,00,14
B 00300510,0003,2C,42,4A
B 00300600,0010,95,74,0B,1A,04,E8,12,32,06,19,00,69,00,C8,00,22
B 00300610,000E,01,7C,01,19,00,63,00,E1,00,3B,01,7C,01,00
B 00300700,0006,0C,02,02,FF,FF,0C
B 00300800,0010,2E,28,40,DC,05,2C,01,3C,00,10,0E,50,46,FF,FF,E0
B 00300810,0004,1E,08,10,60
B 00300900,0010,EC,50,0A,41,C1,C1,91,C1,91,91,64,91,3C,C1,30,91
B 00300910,0010,18,C2,18,92,01,92,D2,D2,32,FF,FF,FF,FF,FF,FF,FF
B 003C0300,0005,1C,25,11,08,20
B 003C0400,0004,D1,01,30,F8
B 003C0F00,0004,0C,07,0B,00
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Bmw f30 xdrive disable coding hero3838 5 150 Yesterday, 10:54 AM
Last Post: hero3838
XZBMW BMW G30 D19DE7 and D35903 error codes flausatu 0 49 30-05-2024, 07:12 AM
Last Post: flausatu
  Flash CAS 3 for disable ELV UnFan 4 358 25-05-2024, 21:36 PM
Last Post: LogiHuś
  Disable active steering e91 xMoses 28 959 24-05-2024, 17:57 PM
Last Post: xMoses
  [PARTIALLY SOLVED] Bmw e84 xdrive disable Wildey1771 4 172 22-05-2024, 04:20 AM
Last Post: Wildey1771
XZBMW Brake Pads Warning Disable -Racing purpose marcdts 7 454 16-05-2024, 19:12 PM
Last Post: marcdts
XZBMW Requesting fsc DEBLOCKING codes 0x1AA for Headunit BMWF01 1 164 21-04-2024, 10:05 AM
Last Post: BugFix
XZBMW Requesting FSC enabling codes for BMW F40 BMWF01 3 225 10-04-2024, 10:10 AM
Last Post: RuleNormaliai
  E60 disable active steering BimmerSLO 4 512 05-03-2024, 19:32 PM
Last Post: BimmerSLO
  NEED FA CODES FROM VIN E92 tigre 1 135 28-02-2024, 17:41 PM
Last Post: nBlacky

Forum Jump:


Users browsing this thread:
3 Guest(s)

Return to TopReturn to Content