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

OPEL_SD_2016-2017
17-11-2016, 17:25 PM, (This post was last modified: 05-12-2016, 16:44 PM by benyclaudiu.)
Post: #1
KOpel  OPEL_SD_2016-2017
Update navi 600-900 2016-2017
CID To read the original SD:
cat / sys / block / mmcblk0 / device / cid



You will need a Samsung EVO+ SD card and a Linux(Ubuntu) PC with integrated SD card reader, the ones on USB don't work.
1.Copy the map content on the SD.
2.Use the tool change_cid to change the CID of the SD

After you insert the SD check under /dev and look for mmcblkx (can be 0,1,2 etc)

In my case is mmcblk0, run the application from the current folder
for 32bit version use the command like this: sudo ./change_CID_32 /dev/mmcblk0 5d53424c32424d31013917ca53010400

for 64but version use the command like this: sudo ./change_cid /dev/mmcblk0 5d53424c32424d31013917ca53010400


"thanks" or "Add a reputation"


Attached Files Thumbnail(s)
       
New folder.rar
File Type: .rar
Downloaded: 251 times
Size: 527.6 KB

CID OPEL.rar
File Type: .rar
Downloaded: 212 times
Size: 208 bytes

navi-600-900-2016-2017.rar
File Type: .rar
Downloaded: 217 times
Size: 164 bytes

Reputation: +4 - batja [+1] , atomantmk [+1] , andkl28 [+1] , benj04 [+1]
Quote this message in a reply
[+] 52 users say Thank You to benyclaudiu for this post
25-11-2016, 07:41 AM,
Post: #2
RE: OPEL_SD_2016-2017
When I change CID it is written - SUCCESSFULLY !!
but when I check CID by "CAT" CID shows:
5d53424c32424d31013917ca53010401

after few tries is the same - "1" on the end insted "0".
Quote this message in a reply
25-11-2016, 19:26 PM,
Post: #3
RE: OPEL_SD_2016-2017
We must put an end without the two zeros CID 5d53424c32424d31013917ca530104
Quote this message in a reply
03-12-2016, 13:52 PM,
Post: #4
RE: OPEL_SD_2016-2017
To read the CID in SD:
cat / sys / block / mmcblk0 / device / cid

mmc0: 59b4 = you a fake card sad
mmc0: 0001 = card OK
Quote this message in a reply
13-12-2016, 01:18 AM,
Post: #5
RE: OPEL_SD_2016-2017
How can i change cid_ i need tool
Quote this message in a reply
15-12-2016, 18:22 PM, (This post was last modified: 15-12-2016, 18:24 PM by benyclaudiu.)
Post: #6
RE: OPEL_SD_2016-2017
1 - Card EVO + (I tried 32G and 64G SD)

2 - FAT32 formatted card (in Windows) and copy navpsf_update in rrot (corrected)

3 - Install Ubuntu 32/64 (64's what I used)

4 - Copy local (Desktop linux) folder VW

5 - open the copied folder and right cick -> "open terminal"

6 - check with the command execution rights "ll". You must have attributes besides "r", "w" and a "x".
If there is an X writes: "chmod 777 mmc32" linux if you have 32 or "chmod 777 mmc64" if you have linux 64.
And the rights and check the "ll"

7 - Insert the SD slot. Terminal command "df" and verify the name card.
Somewhere down everything must occur "mmcblk0" + p + a number.
The suffix p "number" is the partition on the card, we are not interested, just use "mmcblk0".

CID To read the original SD:
cat / sys / block / mmcblk0 / device / cid
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

8 - Order To change CID terminal:

- Linux 32
sudo ./mmc32 prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400

- Linux 64
sudo ./mmc64 prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400

After this command will display:
Writing new CID: 5d53424c32424d31013917ca53010400
Success! Remove and Reinsert SD card to check new CID.


To read the SD CID changed:
SD disassemble and remove it from the linux PC SD reader, and then paste it into the PC
cat / sys / block / mmcblk0 / device / cid
will be displaying the new CID 5d53424c32424d31013917ca53010400


Attached Files
LinuxLive USB Creator 2.9.4.rar
File Type: .rar
Downloaded: 84 times
Size: 5.83 MB

guiformat.rar
File Type: .rar
Downloaded: 88 times
Size: 30.22 KB

Quote this message in a reply
19-12-2016, 21:34 PM,
Post: #7
RE: OPEL_SD_2016-2017
(15-12-2016, 18:22 PM)benyclaudiu Wrote:  1 - Card EVO + (I tried 32G and 64G SD)

2 - FAT32 formatted card (in Windows) and copy navpsf_update in rrot (corrected)

3 - Install Ubuntu 32/64 (64's what I used)

4 - Copy local (Desktop linux) folder VW

5 - open the copied folder and right cick -> "open terminal"

6 - check with the command execution rights "ll". You must have attributes besides "r", "w" and a "x".
If there is an X writes: "chmod 777 mmc32" linux if you have 32 or "chmod 777 mmc64" if you have linux 64.
And the rights and check the "ll"

7 - Insert the SD slot. Terminal command "df" and verify the name card.
Somewhere down everything must occur "mmcblk0" + p + a number.
The suffix p "number" is the partition on the card, we are not interested, just use "mmcblk0".

CID To read the original SD:
cat / sys / block / mmcblk0 / device / cid
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

8 - Order To change CID terminal:

- Linux 32
sudo ./mmc32 prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400

- Linux 64
sudo ./mmc64 prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400

After this command will display:
Writing new CID: 5d53424c32424d31013917ca53010400
Success! Remove and Reinsert SD card to check new CID.


To read the SD CID changed:
SD disassemble and remove it from the linux PC SD reader, and then paste it into the PC
cat / sys / block / mmcblk0 / device / cid
will be displaying the new CID 5d53424c32424d31013917ca53010400

thanks for the reply, I tried as you say, but when I do the command returns the old cid


Attached Files Thumbnail(s)
   
Quote this message in a reply
20-12-2016, 14:15 PM,
Post: #8
ZTAudi  RE: OPEL_SD_2016-2017
Terminal CID OPEL


Attached Files
OPEL.rar
File Type: .rar
Downloaded: 142 times
Size: 8.63 KB

Quote this message in a reply
23-12-2016, 07:38 AM,
Post: #9
RE: OPEL_SD_2016-2017
(03-12-2016, 13:52 PM)benyclaudiu Wrote:  To read the CID in SD:
cat / sys / block / mmcblk0 / device / cid

mmc0: 59b4 = you a fake card sad
mmc0: 0001 = card OK

Fake card?
What's on Your mind? Cloned by China?
Quote this message in a reply
30-12-2016, 20:22 PM,
Post: #10
RE: OPEL_SD_2016-2017
Please torrent or uploaded cryptnav..thanks
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
YTMercedes Maps & Pin for 2017 W222 NTG5.2 niddnet 1 415 31-01-2024, 07:43 AM
Last Post: cybersatanizer
YTMercedes Mercedes Benz Update Navi DVD COMAND APS NTG1 EUROPE v18 2017/2018 green alleshateinende 29 25,851 30-10-2023, 08:30 AM
Last Post: Palaghia77
ZTAudi Audi Map 2017 6.24.2 8R0051884ED 8R0060884ED darkdll 434 277,275 25-01-2023, 20:01 PM
Last Post: bobo79
SSazki Suzuki vitara 2017 year Radio code need please help rosi1000rr 1 836 24-12-2022, 21:09 PM
Last Post: mobista
ZTAudi B and O Audi Q5 2017 parameterization file tomtomek 11 3,632 28-11-2022, 09:40 AM
Last Post: atomantmk
XZBMW Solved ✔ bmw f20 2017 carplay? skyrimzz 2 1,042 10-11-2022, 11:49 AM
Last Post: skyrimzz
  Becker MAP PILOT Europe 2018/2019 V17.0 [Q4/2017] + Blitzer September 2017 alleshateinende 1 4,445 06-05-2022, 23:35 PM
Last Post: banan4eto
VToyota Toyota Hilux 2017 head unit power supply bzworker 0 635 21-02-2022, 06:55 AM
Last Post: bzworker
ZTAudi Audi Map 2017/2018 6.25.3 8R0060884EM (In CT we trust) darkdll 141 78,504 19-10-2019, 08:26 AM
Last Post: alleshateinende
KOpel Opel navi 900 navi 600 sd card europe 2017/2018 map and cid chelnov 28 22,784 22-09-2019, 12:47 PM
Last Post: Janch

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content