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

BMW CIC USB SCRIPT ACTIVATOR
21-10-2017, 11:03 AM,
Post: #61
RE: BMW CIC USB SCRIPT ACTIVATOR
Hello,

I am little bit confused here to understand the code.
in the following part of the code
PHP Code:
void _deploy_enabler(){
    
remove(_script);
    
FILE *f2 fopen(_script,"ab+");
    
fwrite(_enabler,sizeof(char),sizeof(_enabler),f2);
    
fclose(f2);
    
chmod(_scriptS_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
}; 

there is
PHP Code:
fwrite(_enabler,sizeof(char),sizeof(_enabler),f2); 

it is using _enabler I am wondering what is it because I can't find any reference to it, I think it should be _target instead or am I wrong?

and also we have
PHP Code:
#include "CIC_HU.h" 
how to find this header file is it in CIC unit?
sorry if my questions sound stupid, I am just trying to understand nod
21-11-2017, 12:08 PM,
Post: #62
RE: BMW CIC USB SCRIPT ACTIVATOR
Is there an easy way to remove the script?
25-11-2017, 15:06 PM,
Post: #63
RE: BMW CIC USB SCRIPT ACTIVATOR
(21-11-2017, 12:08 PM)blax123 Wrote:  Is there an easy way to remove the script?

also searching an easy way. As I know you can flash the CIC, or via FTP.
Flashing takes to much time, and via FTP --> I don´t know how to do that fail
25-11-2017, 16:25 PM,
Post: #64
RE: BMW CIC USB SCRIPT ACTIVATOR
I bet it´s possible via .sh script, but don´t ask me how.
26-11-2017, 10:45 AM,
Post: #65
RE: BMW CIC USB SCRIPT ACTIVATOR
(25-11-2017, 15:06 PM)NeRkO20 Wrote:  
(21-11-2017, 12:08 PM)blax123 Wrote:  Is there an easy way to remove the script?

also searching an easy way. As I know you can flash the CIC, or via FTP.
Flashing takes to much time, and via FTP --> I don´t know how to do that fail

i know that i can flash the cic, but thats not the "easy way" im looking for. takes to much time.
26-11-2017, 11:46 AM,
Post: #66
RE: BMW CIC USB SCRIPT ACTIVATOR
Hello
Can I respond to Japanese map with Japanese version CIC?
Thank you.
17-08-2018, 15:31 PM, (This post was last modified: 17-08-2018, 15:38 PM by intel123.)
Post: #67
RE: BMW CIC USB SCRIPT ACTIVATOR
(21-10-2017, 11:03 AM)deler Wrote:  Hello,

I am little bit confused here to understand the code.
in the following part of the code
PHP Code:
void _deploy_enabler(){
    
remove(_script);
    
FILE *f2 fopen(_script,"ab+");
    
fwrite(_enabler,sizeof(char),sizeof(_enabler),f2);
    
fclose(f2);
    
chmod(_scriptS_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
}; 

there is
PHP Code:
fwrite(_enabler,sizeof(char),sizeof(_enabler),f2); 

it is using _enabler I am wondering what is it because I can't find any reference to it, I think it should be _target instead or am I wrong?

and also we have
PHP Code:
#include "CIC_HU.h" 
how to find this header file is it in CIC unit?
sorry if my questions sound stupid, I am just trying to understand nod

_enabler is shell script which makes actual .SWT files, you can find similar script all around or run the patch to inspect it, i would post it but this tryout HU_CIC.h is long deleted, so running it or hexing the original binary as nothing is encrypted inside will give full contest

edit: found it, here is it:

Code:
unsigned char _enabler[196] = {
    0x23, 0x21, 0x2F, 0x62, 0x69, 0x6E, 0x2F, 0x6B, 0x73, 0x68, 0x0A, 0x73, 0x65, 0x74, 0x20, 0x2D,
    0x41, 0x20, 0x65, 0x74, 0x63, 0x20, 0x31, 0x37, 0x20, 0x31, 0x38, 0x20, 0x31, 0x39, 0x20, 0x31,
    0x41, 0x20, 0x31, 0x42, 0x0A, 0x77, 0x68, 0x69, 0x6C, 0x65, 0x20, 0x74, 0x72, 0x75, 0x65, 0x20,
    0x3B, 0x20, 0x64, 0x6F, 0x0A, 0x09, 0x66, 0x6F, 0x72, 0x20, 0x63, 0x6F, 0x64, 0x65, 0x20, 0x69,
    0x6E, 0x20, 0x24, 0x7B, 0x65, 0x74, 0x63, 0x5B, 0x40, 0x5D, 0x7D, 0x20, 0x0A, 0x09, 0x09, 0x64,
    0x6F, 0x0A, 0x09, 0x09, 0x09, 0x73, 0x77, 0x74, 0x3D, 0x22, 0x2F, 0x6D, 0x6E, 0x74, 0x2F, 0x48,
    0x42, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6E, 0x63, 0x65, 0x2F, 0x30, 0x30, 0x22,
    0x24, 0x63, 0x6F, 0x64, 0x65, 0x22, 0x30, 0x30, 0x30, 0x31, 0x2E, 0x73, 0x77, 0x74, 0x22, 0x0A,
    0x09, 0x09, 0x09, 0x69, 0x66, 0x20, 0x5B, 0x20, 0x21, 0x20, 0x2D, 0x65, 0x20, 0x24, 0x73, 0x77,
    0x74, 0x20, 0x5D, 0x3B, 0x20, 0x74, 0x68, 0x65, 0x6E, 0x0A, 0x09, 0x09, 0x09, 0x09, 0x74, 0x6F,
    0x75, 0x63, 0x68, 0x20, 0x24, 0x73, 0x77, 0x74, 0x0A, 0x09, 0x09, 0x09, 0x66, 0x69, 0x0A, 0x09,
    0x09, 0x64, 0x6F, 0x6E, 0x65, 0x0A, 0x09, 0x73, 0x6C, 0x65, 0x65, 0x70, 0x20, 0x35, 0x3B, 0x0A,
    0x64, 0x6F, 0x6E, 0x65
};

comes to this in ASCII
Code:
#!/bin/ksh
set -A etc 17 18 19 1A 1B
while true ; do
for code in ${etc[@]} do
    swt="/mnt/HBpersistence/00"$code"0001.swt"
if [ ! -e $swt ]; then
    touch $swt
fi
done
sleep 5;
done

[Image: 18.08.44-17.09.18.gif]
BlackBOX Sistemi, Automotive   
Visit this user's website
15-09-2018, 02:51 AM,
Post: #68
RE: BMW CIC USB SCRIPT ACTIVATOR
Did not work.  CIC version C09.  Saw the red screen and rebooted but the navigation is still grayed out.
13-10-2018, 21:59 PM,
Post: #69
RE: BMW CIC USB SCRIPT ACTIVATOR
Can you please update link
25-09-2019, 10:48 AM,
Post: #70
RE: BMW CIC USB SCRIPT ACTIVATOR
Hy guys,
I updated the map to Europe premium 2019-2 after i reinstalled the certificates because the navi was mounted to my car from another car and vin was not coresponded with mine.
All the certificates (0017,0019,001B, 006F, 009C, 009B, 0028) appers accepted and navi works fine but i dont have VOICE INDICATION. It didn't works.
Somebody can help me please.


Possibly Related Threads…
Thread Author Replies Views Last Post
  APIX2 on EVO HW2.3 ID5/ID6 script fix superwofy 4 745 12-04-2024, 23:23 PM
Last Post: Gatsby79
  Anyone have a set of esys plus script? tokenmasterhk 5 950 03-07-2022, 23:45 PM
Last Post: tokenmasterhk
XZBMW CIC Script Activation files needed AlpineF30 11 2,672 20-05-2022, 03:01 AM
Last Post: cb6688999
XZBMW Script or Utility to grab VIN? BlueMeetsWhite 4 895 07-04-2022, 15:36 PM
Last Post: BlueMeetsWhite
  1b script for CIC Pro ad-d 0 420 01-02-2022, 22:09 PM
Last Post: ad-d
XZBMW BMW CIC USB SCRIPT ACTIVATOR April-rs125 3 798 20-01-2022, 14:41 PM
Last Post: NeRkO20
XZBMW WINkfp spdaten update script jararak 10 4,378 25-05-2019, 15:20 PM
Last Post: dfitz21
XZBMW Remove script activation from retrofitted CIC in 2007 M3 AlpineF30 4 921 08-04-2019, 07:16 AM
Last Post: huzionet
XZBMW BMW CIC prof How to delete a script huzionet 3 1,259 07-04-2019, 18:05 PM
Last Post: huzionet
  F11 CIC retrofit - can't enable navigation by script or custom FSC's claw 5 1,096 20-02-2019, 09:57 AM
Last Post: claw

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content