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

BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS
09-04-2017, 08:36 AM, (This post was last modified: 09-04-2017, 08:49 AM by larshutten.)
Post: #71
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
(09-04-2017, 04:38 AM)ntuner Wrote:  
(09-04-2017, 03:14 AM)pshoey Wrote:  Attached is the initial version of an application that can generate an ASAP style XML file from an FSC file.

I've not had much time to test, so feedback is welcome and I'll fix any issues.

Rep and thanks appreciated.

pshoey

not sure if matters but comparing original xml from ASAP with generated one, I saw the date format is different and fsc id is not the same..

original xml
<genTime>2009-10-15T22:00:00.000Z</genTime>

gen xml
<genTime>200910160907Z</genTime>


Normaly this should do the job you can use notepad++ to base64 encode under plugins->mime tools->base64. Of course you have to cange the app id and partno for the right app
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<fscProvided custOrderID="          " dealerNo="29691" orderID="000000" partNo="000001B0001" requestID="1OL03EF8">  
<vinShort>Put here your short vin</vinShort>  
<fscItem>   
<genTime>2011-10-27T22:00:00.000Z</genTime>   
<fsc code="base64" id="102823042586">
Put here your base64 encoded FSC Code
</fsc>   
<diagnoseAddr>63</diagnoseAddr>   
<swID>    
<applicationNo>001B</applicationNo>    
<upgradeIndex>0001</upgradeIndex>   
</swID>           
</fscItem>    
<certificate code="base64" serial="AAAAAAAABAI=">
Put here your base64 encoded certificate
</certificate> 
</fscProvided> 


Don't know if it is the same this way but normaly all the fsc codes use the same certificate so i encoded it and tested it with a random generated FSC code. Ista/p did succesfully imported the code and certificate is availible in file manager. Don't have a car to test if it will import them but first step is made. Hope someone can test it. If they have trouble with encoding send me a pm maybe i can help you out!
EDIT:
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<fscProvided custOrderID="          " dealerNo="29691" orderID="000000" partNo="000001B0001" requestID="1OL03EF8">  
<vinShort>Put here your short vin number</vinShort>  
<fscItem>   
<genTime>2011-10-27T22:00:00.000Z</genTime>   
<fsc code="base64" id="102823042586">
put here your base64 encoded FSC code you generated
</fsc>   
<diagnoseAddr>63</diagnoseAddr>   
<swID>    
<applicationNo>001B</applicationNo>    
<upgradeIndex>0001</upgradeIndex>   
</swID>           
</fscItem>    
<certificate code="base64" serial="AAAAAAAABAI=">
MIIDCDCCAfCgAwIBAgICBAIwDQYJKoZIhvcNAQEEBQAwaTETMBEGCgmSJomT8ixkARkWA2NvbTEYMBYGCgmSJomT8ixkARkWCGJtd2dyb3VwMQwwCgYDVQQKDANwa2kxFDASBgNVBAsMC2Jtdy1memctcGtpMRQwEgYDVQQDDAtmemctcm9vdC1jYTAeFw0xNzA0MDMxNjI4MjJaFw0yNzA0MDExNjI4MjJaMIGMMRMwEQYKCZImiZPyLGQBGRYDY29tMRgwFgYKCZImiZPyLGQBGRYIYm13Z3JvdXAxDDAKBgNVBAoMA3BraTEUMBIGA1UECwwLYm13LWZ6Zy1wa2kxNzA1BgNVBAMMLnplbnRyYWxlIE1hc3RlciBGcmVpc2NoYWx0Y29kZXN0ZWxsZS1Qcm9kdWt0aXYwgZ0wDQYJKoZIhvcNAQEBBQADgYsAMIGHAoGBAL/9yM2oDHCCNA5CvXgPbzqRyeUqWj55z5vUoNm3ztt10olUi3+Bc0xK7shw0LId1u/ViYrYPQUNQuJkkhNXZx1SG97aisAgXDbVok+Kacn9Vb/U+l8XWyj+95u36GgMvYGzTZmxopE6fGmGtPwOkqJJpgd/uWpqhfexSfEGZPCDAgEDoxwwGjAYBgNVHSUBAf8EDjAMBgorBgEEAYQBCgEBMA0GCSqGSIb3DQEBBAUAA4IBAQBYAuYDqMsPXeVwvNE5C7NeflgdIWHjhSHr3eYeDaUzgq+5liYNsYvhcaKfWGWiVLdbuN8dY2nZ7Lf/dQ3jfV8uNqu+jlafW9JXyRR72MvqtR7nt4KKuGuJpL4y/BdIcmFdkcl5n9KpMbG5+0GBAKdVcQSLu6LpQYv7gc0ii9VfFGYaItvWk0W/aMF0cumJkkXN88E2oXmf87a/Wx316izm3yEjFZeaYfTrFPHaDeaBUwZg3FWLg/ldzKQ5I6P9cOksNno/tkFkMxcj1UKzlonWU4v/+VT5m1R4STPOFhh7aSAxjPr0q7gDihmLX+46lvg3j2Y8h8wimIgx8WNEeUUv
</certificate> 
</fscProvided> 
Quote this message in a reply


Messages In This Thread
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC - by larshutten - 09-04-2017, 08:36 AM
RE: BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - by Greyfox_1965 - 17-01-2019, 22:48 PM
RE: BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - by Greyfox_1965 - 18-01-2019, 04:29 AM
RE: BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - by Greyfox_1965 - 18-01-2019, 13:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Bmw G31 retrofit Mgu id7 atm problem intranet 20 2,415 Yesterday, 08:06 AM
Last Post: smilo
  Kafas issue aftrer ACC Retrofit It3_Magic 14 605 23-04-2024, 07:44 AM
Last Post: It3_Magic
  G82 rear tail lights CSL retrofit Sauron 10 784 20-04-2024, 07:35 AM
Last Post: SANYA
XZBMW Neck warmer retrofit Just2fast5 5 382 17-04-2024, 11:20 AM
Last Post: Spirit5676
  ID4 evo to ID6 Evo full retrofit, ATM issues 03178A mitch32 1 182 15-04-2024, 17:52 PM
Last Post: mitch32
XZBMW BMW E84 Cruise control retrofit not workig Alyn546 4 220 12-04-2024, 14:23 PM
Last Post: DieStream
  F10 FLA retrofit beng2k 30 1,043 11-04-2024, 18:43 PM
Last Post: beng2k
XZBMW BMW f20 KOMBI2 retrofit bm92 15 518 10-04-2024, 07:51 AM
Last Post: bm92
  Car Systems / Custom Retrofit Garage ENBT Adapter Ulsmak 39 2,085 02-04-2024, 08:25 AM
Last Post: painsage
  E60 NBT Evo retrofit ZBE3 to ZBE4 painsage 7 270 31-03-2024, 18:35 PM
Last Post: painsage

Forum Jump:


Users browsing this thread:
76 Guest(s)

Return to TopReturn to Content