Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 16 of 33 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 327
  1. #151
    Member
    Join Date
    Jul 2015
    Location
    West Coast
    Posts
    11
    Rep Power
    0

    Default

    OK, here's the link: [Only registered and activated users can see links. ]

    Here's how you use it.
    * Grab the file, and unpack it. (Password is "A" without quotes).
    * Rename the NaviPnd.dll on your SD card to NaviPnd.bak. (Just in case this doesn't work, you can go back).
    * Copy the NaviPnd.dll from my file over to your card.
    * Plug it into the car, and try it.

    Disclaimer:
    This hack comes with no warranty. If it causes your car to become sentient and swear at you, it's not my fault. You use it at your own risk. As I've said above, if it fails, and prints an error message, take a picture, and post it to aid in debugging the problem.

    How it works:
    The code reads the card ID from the SD card, and then compares it to what it expects. (I assume it's part of the hash in the unlock files). It then makes a decision based on it. "Is this good? Or is it bad?". I changed the "Is it good" to say "It is good", and to go on about it's business. If we're lucky, it'll just work, and we're home free. If they copy the card ID over again later, and use it for something, it might not work. I have a couple of angles up my sleeve if that's the case.

    Good luck!
    Last edited by FrankRizzo; 9th August 2015 at 02:35 AM.

  2.    Advertissements


  3. #152
    Junior Member
    Join Date
    Jul 2015
    Location
    germany
    Posts
    5
    Rep Power
    0

    Default

    Quote Originally Posted by FrankRizzo View Post
    OK, here's the link: [Only registered and activated users can see links. ]

    Here's how you use it.
    * Grab the file, and unpack it. (Password is "A" without quotes).
    * Rename the NaviPnd.dll on your SD card to NaviPnd.bak. (Just in case this doesn't work, you can go back).
    * Copy the NaviPnd.dll from my file over to your card.
    * Plug it into the car, and try it.

    Disclaimer:
    This hack comes with no warranty. If it causes your car to become sentient and swear at you, it's not my fault. You use it at your own risk. As I've said above, if it fails, and prints an error message, take a picture, and post it to aid in debugging the problem.

    How it works:
    The code reads the card ID from the SD card, and then compares it to what it expects. (I assume it's part of the hash in the unlock files). It then makes a decision based on it. "Is this good? Or is it bad?". I changed the "Is it good" to say "It is good", and to go on about it's business. If we're lucky, it'll just work, and we're home free. If they copy the card ID over again later, and use it for something, it might not work. I have a couple of angles up my sleeve if that's the case.

    Good luck!

    Hello FrankRizzo,
    Unfortunately it does not work with me. Am I doing something wrong?
    For me, the message comes:
    "The navigation data is damaged. Please contact your Mercedes-Benz dealer"

    P.S. Google Translator

  4. #153
    Member
    Join Date
    Sep 2014
    Location
    Nederland
    Posts
    19
    Rep Power
    0

    Default

    Moderator why a link which you have to pay ?

  5. #154
    Important User Garmin Map Pilot for Mercedes-Benz cars
    Garmin Map Pilot for Mercedes-Benz carsGarmin Map Pilot for Mercedes-Benz carsGarmin Map Pilot for Mercedes-Benz carsGarmin Map Pilot for Mercedes-Benz carsGarmin Map Pilot for Mercedes-Benz carsGarmin Map Pilot for Mercedes-Benz carsGarmin Map Pilot for Mercedes-Benz cars
    catymag's Avatar
    Join Date
    Nov 2007
    Location
    light side
    Posts
    15,508
    Rep Power
    5042

    Default

    Quote Originally Posted by RS748 View Post
    Moderator why a link which you have to pay ?
    Scroll down in 1fichier page and click download: nothing to pay.

    sent with my phone
    l9ebnsm
    You have to navigate to get to the good.

    Galaxy S5 Kitkat 4.4.2 / Nuvi1200->1250 / Nuvi3790T->34xx / Nuvi 2200 / Nuvi 66 / Oregon 600

  6. #155
    Member
    Join Date
    Jul 2015
    Location
    West Coast
    Posts
    11
    Rep Power
    0

    Default

    Quote Originally Posted by smc View Post
    Hello FrankRizzo,
    Unfortunately it does not work with me. Am I doing something wrong?
    For me, the message comes:
    "The navigation data is damaged. Please contact your Mercedes-Benz dealer"

    P.S. Google Translator
    Please give me the exact phrase that you got. I'll search for it in the program file, but I can't search for the translation. (If that makes sense).

  7. #156
    Junior Member
    Join Date
    Jul 2015
    Location
    germany
    Posts
    5
    Rep Power
    0

    Default

    Quote Originally Posted by FrankRizzo View Post
    Please give me the exact phrase that you got. I'll search for it in the program file, but I can't search for the translation. (If that makes sense).
    the exact error message is: "The Navigation data is corrupted. Please contact your Mercedes-Benz Partner."
    Can you tell me about messages your email address. Then we can talk there, and if it works post here.

  8. #157
    Member
    Join Date
    Jul 2015
    Location
    West Coast
    Posts
    11
    Rep Power
    0

    Default

    OK, I'm trying to determine exactly what's going on here. It's probably 1 of a couple of things.

    * It could be that the file is signed, and it's checked by the firmware in the head unit. If this is the case, we're dead unless someone has a spare headunit they don't mind loaning to me.
    * It could be that the application CRCs itself. If THAT'S the case, then we have a possibility. (I might find where this is done, and disable it).

    So, to help me determine which of those is the case, I have prepared a test file. The steps for this are the same as they were for the hack above. Slap this on the card, and see what it says.

    [Only registered and activated users can see links. ]

    (There's lots of slack space at the end of the file. I changed 1 byte of that. If the code checks itself, this should be fine. If the headunit is checking it, it'll still fail.)
    (Just in case anyone is curious, the disassembly of this .dll is 9,544,014 lines long. There's lots of room for stuff to hide.
    Last edited by FrankRizzo; 10th August 2015 at 03:56 AM.

  9. #158
    Junior Member
    Join Date
    Jul 2015
    Location
    germany
    Posts
    5
    Rep Power
    0

    Default

    Quote Originally Posted by FrankRizzo View Post
    OK, I'm trying to determine exactly what's going on here. It's probably 1 of a couple of things.

    * It could be that the file is signed, and it's checked by the firmware in the head unit. If this is the case, we're dead unless someone has a spare headunit they don't mind loaning to me.
    * It could be that the application CRCs itself. If THAT'S the case, then we have a possibility. (I might find where this is done, and disable it).

    So, to help me determine which of those is the case, I have prepared a test file. The steps for this are the same as they were for the hack above. Slap this on the card, and see what it says.

    [Only registered and activated users can see links. ]

    (There's lots of slack space at the end of the file. I changed 1 byte of that. If the code checks itself, this should be fine. If the headunit is checking it, it'll still fail.)
    (Just in case anyone is curious, the disassembly of this .dll is 9,544,014 lines long. There's lots of room for stuff to hide.

    Here again the same error message!
    What's up with the XML file (GarminDevice) there I have seen the VIN (vehicle identification number), the file must be edited?

  10. #159
    Junior Member
    Join Date
    Jul 2015
    Location
    Istanbul
    Posts
    2
    Rep Power
    0

    Default

    Hi
    I think when garmin creating these SD Cards, They are reading CID of SD card and writing somewhere in the files. May be it is encrypted.
    Than One SD card inserted in the Audio CD 20, It should compare CID of the SD card and from the file where it is hidden.

    So you need to know the CID of the SD card which its files shared here so you can search in the files. If you can find the place, It is possible to read CID of other SD cards with using this tool
    Code:
    Please Login or Register to see the links
    And Possibly everybody can use their own CID of SD cards and write in the place.

    What do you think friends
    If you discuss this previously and if this is a duplication I am sorry
    Last edited by Neil; 11th August 2015 at 08:53 PM. Reason: Coded link [please code all outside links as per Rules] ;)

  11. #160
    Junior Member
    Join Date
    Jul 2008
    Location
    NorwaY
    Age
    41
    Posts
    1
    Rep Power
    0

    Default Pleased to test...

    Quote Originally Posted by FrankRizzo View Post
    If I made a patched version, would anyone be willing to test it?
    I'd love to test it, and I do have SD card...

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •