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

Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
09-06-2014, 10:46 AM,
Post: #321
Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
Do a mmi reset?
Quote this message in a reply
09-06-2014, 10:56 AM,
Post: #322
RE: Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
Same problem : black screen...
Quote this message in a reply
09-06-2014, 14:12 PM,
Post: #323
Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
(09-06-2014, 10:56 AM)Baph Wrote:  Same problem : black screen...

Firmware 770 and 2014 maps?
Quote this message in a reply
09-06-2014, 16:25 PM,
Post: #324
RE: Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
Hi,

Yes, I have an MMI 3GP in an Audi A6 (2012).
Upgrade Firmware K770 (8R0906961DG Official) : OK
Upgrade Map 2014 (6.17.3) : OK

Activation MAP (From NAVGRADE.com) : KO

You can see below le script "run.sh"
#!/bin/ksh
sdcard=`ls /mnt|grep sdcard.*t`
echo Using card $sdcard
dstPath=/mnt/$sdcard
mount -u $dstPath
echo remounted for full access

$dstPath/utils/showScreen $dstPath/screens/scriptStart.png

echo started > $dstPath/.started

# PATCH_SECTION_by_Carson
# startDumper copy
# $dstPath/utils/showScreen $dstPath/screens/scriptDumper.png
echo "Patch Started. Copying Dumper script" > $dstPath/patch.log
mount -uw /mnt/efs-system
# Copy FSC
cp $dstPath/FSC/* /mnt/efs-persist/FSC/
echo fsc copy finished
# Copy app
cp /mnt/efs-system/usr/bin/startDumper.sh $dstPath/startDumper.bak
cp $dstPath/startDumper.sh /mnt/efs-system/usr/bin/
echo "Dumper script copyed. Copying application" >> $dstPath/patch.log

# 3GApp Copy
#$dstPath/utils/showScreen $dstPath/screens/scriptApp.png
mount -uw /mnt/efs-persist
rm /mnt/efs-persist/MMI3GApplication
cp $dstPath/app/MMI3GApplication /mnt/efs-persist/
echo "Application copied." >> $dstPath/patch.log
echo "DONE." >> $dstPath/patch.log
# END PATCH SECTION

$dstPath/utils/showScreen $dstPath/screens/scriptDone.png

echo done > $dstPath/.done

And in the file Log named "Patch.log" :
Patch Started. Copying Dumper script
Dumper script copyed. Copying application

On the SD Card I have 3 news files:
.started
startDumper.bak
Patch.log

After Reset MMI, I have a black Screen nothing work now.
I can't access to "the green menu"...
Help please !
Quote this message in a reply
09-06-2014, 19:27 PM,
Post: #325
Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
(09-06-2014, 16:25 PM)Baph Wrote:  Hi,

Yes, I have an MMI 3GP in an Audi A6 (2012).
Upgrade Firmware K770 (8R0906961DG Official) : OK
Upgrade Map 2014 (6.17.3) : OK

Activation MAP (From NAVGRADE.com) : KO

You can see below le script "run.sh"
#!/bin/ksh
sdcard=`ls /mnt|grep sdcard.*t`
echo Using card $sdcard
dstPath=/mnt/$sdcard
mount -u $dstPath
echo remounted for full access

$dstPath/utils/showScreen $dstPath/screens/scriptStart.png

echo started > $dstPath/.started

# PATCH_SECTION_by_Carson
# startDumper copy
# $dstPath/utils/showScreen $dstPath/screens/scriptDumper.png
echo "Patch Started. Copying Dumper script" > $dstPath/patch.log
mount -uw /mnt/efs-system
# Copy FSC
cp $dstPath/FSC/* /mnt/efs-persist/FSC/
echo fsc copy finished
# Copy app
cp /mnt/efs-system/usr/bin/startDumper.sh $dstPath/startDumper.bak
cp $dstPath/startDumper.sh /mnt/efs-system/usr/bin/
echo "Dumper script copyed. Copying application" >> $dstPath/patch.log

# 3GApp Copy
#$dstPath/utils/showScreen $dstPath/screens/scriptApp.png
mount -uw /mnt/efs-persist
rm /mnt/efs-persist/MMI3GApplication
cp $dstPath/app/MMI3GApplication /mnt/efs-persist/
echo "Application copied." >> $dstPath/patch.log
echo "DONE." >> $dstPath/patch.log
# END PATCH SECTION

$dstPath/utils/showScreen $dstPath/screens/scriptDone.png

echo done > $dstPath/.done

And in the file Log named "Patch.log" :
Patch Started. Copying Dumper script
Dumper script copyed. Copying application

On the SD Card I have 3 news files:
.started
startDumper.bak
Patch.log

After Reset MMI, I have a black Screen nothing work now.
I can't access to "the green menu"...
Help please !

Dont know what version on navgrade is, version in this forum is working. Maybe anybody else has a solution?
Quote this message in a reply
09-06-2014, 22:39 PM, (This post was last modified: 09-06-2014, 22:44 PM by walawa75.)
Post: #326
RE: Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
Please check if you get the MMI3GAPPLICATION file in the same folder on the SD card. If not the patch removed the actual one but did no replaced with patched one >>> black screen because missing important file.

Try to re-update the 0770 FW by putting the SD card in the SD1 slot after boot repair mode if you have

When activation is to done you MUST control carefully the script AND the contain of you SD.

If no way for you, try to ask Turbo Quattro forum. They are very professionnal.

Hope you'll find a solution. dohdoh

It appears that the activator script is not the same as original Carson's one. But check if the MMI3GAPPLICATION file is there.

Send me the patch.log please
Quote this message in a reply
[+] 2 users say Thank You to walawa75 for this post
10-06-2014, 08:35 AM,
Post: #327
RE: Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
The script contains an error.....
Quote this message in a reply
10-06-2014, 09:38 AM,
Post: #328
ZTAudi  RE: Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
Guys, I have been observing your discussion for some time now. I have already updated the FW (from 612 to 767) in my post-lift A5 with MMI 3GP, but am still hesitating to do the map update, not willing to lose the Traffic Online function.
As for the discussion on Traffic Online provider, I have found the following in the green menu:
[Image: l199.png]
I don't know what each of the content sources are (theoretically there are 8 choices); you can also change which server you use (production/pre-production/testing/development).
You can also switch authentication.
Maybe you can test if any of those fixes the Traffic Online issue?
Quote this message in a reply
10-06-2014, 11:17 AM,
Post: #329
RE: Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
(09-06-2014, 22:39 PM)walawa75 Wrote:  Try to re-update the 0770 FW by putting the SD card in the SD1 slot after boot repair mode if you have

walawa75, Thank for your answer, can you tell me how to go to the boot repair mode ?
Quote this message in a reply
10-06-2014, 12:42 PM,
Post: #330
RE: Free Installation: Map Audi MMI 3G HDD 2014 PART. NO. 8R0060884BK version 6.17.3
Really nothing at screen when you start ?

Try to put the SD after 3 min you start on battery. If no result try to insert before starting and wait 10 min.

If no result do the same with a clean patch (download on this forum).

good luck, I really hope yo'll be done.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
ZTAudi AUDI mhs2 update help margiovi 4 153 04-05-2024, 13:09 PM
Last Post: audia4
ZTAudi Audi MMI 3G (BNAV / HNAV) JP to EU Help Shayanmk7 7 345 29-04-2024, 08:00 AM
Last Post: rrazvan
ZTAudi AUDI MMI 4G (MIB2) MHI2_ER_AU57x_K3663_1 MU1425 [V03959803BQ] Gestimani 2 250 20-04-2024, 11:35 AM
Last Post: gabi_tulea
  Audi mib firmware needed Stammba 1 160 18-04-2024, 10:27 AM
Last Post: Klutch
ZTAudi Audi MMI 3G Map 6.36.0 8R0051884KL 2023 atomantmk 35 12,234 16-04-2024, 22:18 PM
Last Post: leanardo
ZTAudi AUDI MMI Green Menu Add-On Pack Gestimani 5 284 16-04-2024, 06:36 AM
Last Post: Gestimani
  Need Audi MIB firmware MHS2_ER_AU_P2035 Maikiu 1 126 15-04-2024, 21:34 PM
Last Post: Maikiu
ZTAudi Audi MIB2 2024 Q2 Speed Cameras + POI's Add-On Gestimani 1 182 15-04-2024, 07:29 AM
Last Post: audia4
ZTAudi AUDI MMI 4G (MIB2) EUROPE & UK 2024 MAPS SD CARD Gestimani 1 222 15-04-2024, 07:28 AM
Last Post: audia4
ZTAudi Audi MIB-HS Europe 2023/2024 (Delphi) atomantmk 5 1,141 14-04-2024, 11:56 AM
Last Post: audia4

Forum Jump:


Users browsing this thread:
4 Guest(s)

Return to TopReturn to Content