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

01-08-2015, 16:15 PM,
Post: #181
RE: FSTOOL
...yes, last version is 2.0.5.x

Gruß


Quote this message in a reply
04-08-2015, 12:55 PM,
Post: #182
RE: FSTOOL
Anybody has got success to get rid of "Error code 10802" for 9C apps? And also swap the "swtconf0" from ruben_17non file bringing up different error.
Quote this message in a reply
04-08-2015, 17:38 PM,
Post: #183
RE: FSTOOL
(04-08-2015, 12:55 PM)KEEEN Wrote:  Anybody has got success to get rid of "Error code 10802" for 9C apps? And also swap the "swtconf0" from ruben_17non file bringing up different error.

Try to replace C:\EC-Apps\CarServer folder with this one.
i've replaced/updated multiple files, some of them are probably unnecessary. However it works (at least for mesmile


Attached Files
carserver.txt
File Type: .txt
Downloaded: 627 times
Size: 70 bytes

Reputation: +3 - KEEEN [+1] , tyrystor [+1] , DJenka [+1]
Quote this message in a reply
[+] 10 users say Thank You to vneno for this post
05-08-2015, 05:44 AM,
Post: #184
RE: FSTOOL
Does it work to activate 9c(bmw apps) also? for this i know that a fsc code for 9c is required from bmw dealer or downgrade to a spdaten v41/42
Quote this message in a reply
05-08-2015, 10:05 AM, (This post was last modified: 05-08-2015, 10:13 AM by KEEEN.)
Post: #185
RE: FSTOOL
(05-08-2015, 05:44 AM)danyro Wrote:  Does it work to activate 9c(bmw apps) also? for this i know that a fsc code for 9c is required from bmw dealer or downgrade to a spdaten v41/42


You can downgrade but this is probably more difficult then get fsc and change the vin etc. I applied them already but I cant activate so far once success let you know smile

(04-08-2015, 17:38 PM)vneno Wrote:  
(04-08-2015, 12:55 PM)KEEEN Wrote:  Anybody has got success to get rid of "Error code 10802" for 9C apps? And also swap the "swtconf0" from ruben_17non file bringing up different error.

Try to replace C:\EC-Apps\CarServer folder with this one.
i've replaced/updated multiple files, some of them are probably unnecessary. However it works (at least for mesmile


thanks vneno that works now. No final happy result but at least loading up the fsc smile

Quote this message in a reply
06-08-2015, 03:59 AM, (This post was last modified: 06-08-2015, 04:06 AM by vneno.)
Post: #186
RE: FSTOOL
(05-08-2015, 05:44 AM)danyro Wrote:  Does it work to activate 9c(bmw apps) also? for this i know that a fsc code for 9c is required from bmw dealer or downgrade to a spdaten v41/42

Yes, it work for 9c too. But if you want to import & activate 9c, update your cic first, because Cic sw v41/42 (or older) did not accept 9C fsc.

Downgrade is also possible, but you must modify one NFS NAAB (.0ba) file in CI63F1 data folder (NFS sp-daten).

What you will need:
- full sp-daten v41/42 for e89 and for your vehicle
- easyconnect
- tool32
- ncsdummy
- winkfp
- icom

1. prepare your desired ZB (they works on E60,E70)
- Cic rom (CI63F1) diag addr 63 zb_nr: 9257171 (icom mode: most_async_ab625)
- Cic gw (CI62F1) diag addr 62 zb nr: 9257184 (icom mode: base)
- Cic hd (CIA0AF1) diag addr A0 zb nr: 9257185 (icom mode: most_async_ab625)

2. find your current ZB number (you can use easyconnect or tool32 - for tool32, load cicr.prg,cicr_gw.prg,cicr_hd.prg and run job aif_lessen)

3. update your .HIS files - open sp-daten v41/42 folder and
- (e89) go to the data/CI63F1 and add line "old_zb,9257171,01,UU" to the file CI63F1.HIS
- (your vehicle) go to the data/CI62F1 and add line "old_zb,9257184,01,UU" to the file CI62F1.HIS
- (e89) go to the data/CIA0F1 and add line "old_zb,9257185,01,UU" to the file CIA0F1.HIS
first column is your current zb
second is your new/desired zb
third is 00 - old version (do not upgrade) or 01 - new version (upgrade) - so it must be 01
the last column "UU" is unknown smile

4. run winkfp and import assembly line data (folders CI63F1, CIA0F1 from full sp-daten v41/42 e89 and CI62F1 from full sp-daten v41/42 for your vehicle)
then you can try to flash modules in comfort mode in this order: 63, 62, A0 (buttons Comfort Mode, Choose ZUSB, Done, Program)
it will probably abort installation with error (winkfp did not find correct naab file R0202JP_0202G5.0ba or something like that)
This error will help you to modify/create your NFS NAAB - with name R0202JP_0202G5.0ba (the name may be different in your case)


modification is simple:
5. use tool32 load cicr.prg and run job zif_lesen (if values are YYYY or XXX), then run zif_lesen_backup
6. lookup for SW Referenz (for example 0202JP0F000A)
7. open sp-daten v41/42 folder and go to the data/CM63F1
- look for file HXXXXXX_0202G5.0ba - name convention is H (i'm not sure what is this character) XXXXXX (6chars from old SW REFERENZ), 0202G5 (6 chars from new SW REFERENZ)
- rename it to R0202JP_0202G5.0ba (see step 4)
- open it and replace the first line with correct REFERENZ (from step 6), so it will looks like "$REFERENZ 0202JP0F000A W" the last char is checksum, you have to correct it
8. fix checksum of the R0202JP_0202G5.0ba file - you have two options:
- run ncsdummy -> tabl Disassembly and Checksums -> NFS files - > browse file R0202JP_0202G5.0ba (it will take very long time to complete) and confirm update of checksums
- manual update of the checksum - to do this you need sp-data of same version as your CIC sw. Go to the data/CI63F1 and look for files HXXXXXX_0202JP.0ba (see steps 5,6,7) the first line contain correct values smile
9. repeat step 4. (you have to import assembly line data for module which you changed again )

Good luck.

(05-08-2015, 10:05 AM)KEEEN Wrote:  
(05-08-2015, 05:44 AM)danyro Wrote:  Does it work to activate 9c(bmw apps) also? for this i know that a fsc code for 9c is required from bmw dealer or downgrade to a spdaten v41/42


You can downgrade but this is probably more difficult then get fsc and change the vin etc. I applied them already but I cant activate so far once success let you know smile

(04-08-2015, 17:38 PM)vneno Wrote:  
(04-08-2015, 12:55 PM)KEEEN Wrote:  Anybody has got success to get rid of "Error code 10802" for 9C apps? And also swap the "swtconf0" from ruben_17non file bringing up different error.

Try to replace C:\EC-Apps\CarServer folder with this one.
i've replaced/updated multiple files, some of them are probably unnecessary. However it works (at least for mesmile


thanks vneno that works now. No final happy result but at least loading up the fsc smile


i've successfully replaced all fsc in my cic unit.
just make sure you have latest possible sw in your cic.
Then in FSTOOL:
1. Enabling codes -> load from file (fsc must be in binary format - not base64)
2. Parameters -> update values (Diag addr, app.nr, upgr. index and vin - only 7 chars)
3. SWT Functions -> Activate Upgrade
Reputation: +1 - KEEEN [+1]
Quote this message in a reply
[+] 10 users say Thank You to vneno for this post
06-08-2015, 05:18 AM,
Post: #187
RE: FSTOOL
Great tutorial.
thanks mate!
Quote this message in a reply
06-08-2015, 06:17 AM,
Post: #188
RE: FSTOOL
(06-08-2015, 03:59 AM)vneno Wrote:  i've successfully replaced all fsc in my cic unit.
just make sure you have latest possible sw in your cic.
Then in FSTOOL:
1. Enabling codes -> load from file (fsc must be in binary format - not base64)
2. Parameters -> update values (Diag addr, app.nr, upgr. index and vin - only 7 chars)
3. SWT Functions -> Activate Upgrade

via D-CAN or ENET or ICOM?
Quote this message in a reply
06-08-2015, 07:05 AM,
Post: #189
XZBMW  RE: FSTOOL
Quote:via D-CAN or ENET or ICOM?
i think icom.
Quote this message in a reply
06-08-2015, 07:12 AM,
Post: #190
RE: FSTOOL
I have used fstool via dcan only and it worked.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Help FSTOOL[11049] CIC retrofit Rawediag 13 3,143 01-12-2023, 12:17 PM
Last Post: NeRkO20
XZBMW FSTool 2.0.2.1 without viruses LeonidLunin 15 2,876 13-07-2023, 10:23 AM
Last Post: NAVJunk
XZBMW E70 Certs, how to 'virginize' CIC or get FSTool working? Tawa 5 1,187 20-01-2022, 07:59 AM
Last Post: ccfj1
  FSTool Import Issues - 6F and 9C Only mxchris727 5 1,271 01-10-2019, 00:11 AM
Last Post: codemybmw
XZBMW Help with CIC patch, fstool duss46 2 879 09-09-2019, 21:32 PM
Last Post: duss46
  fstool any help how to use and connect !!??? rana 0 427 07-06-2019, 07:26 AM
Last Post: rana
XZBMW HELP INSTALL FSTOOL atalay 3 941 23-04-2019, 20:32 PM
Last Post: ____ANGEL___
XZBMW Problems with insert fscs with fstool atalay 7 1,456 14-04-2019, 10:17 AM
Last Post: atalay
XZBMW FSTool Error spk1338 2 1,285 02-02-2019, 01:37 AM
Last Post: flacoramos
XZBMW FSTOOL installation problem yzc729 14 8,670 11-10-2018, 09:24 AM
Last Post: Sanyi85

Forum Jump:


Users browsing this thread:
4 Guest(s)

Return to TopReturn to Content