jilleb / mib2-toolbox

The ultimate MIB2-HIGH toolbox.
MIT License
625 stars 145 forks source link

[BUG] Cant install Android Auto Patch - Backup problem #110

Closed gpg18p8 closed 4 years ago

gpg18p8 commented 4 years ago

Dear jilleb, first of all I have to thank you for this great tool and that you provide it for free.

I have read all your readme's and also all bug reports, but unfotunately I havent found something similar.

First I had the metainfo2.txt error and was unable to install. Here some infos to my device:

Teilenummer Gerät: 5NA035020D Hardware: H55 Software: 1367 Golf MK 7.5 2019

I received now the D-link Adapter and I'm able to connect to the device and to install it manually.

Now if I try to apply the Android Auto patch, I receive following errors. Of course there is a writeable SD card in Slot1.

20201124_142606 20201124_142636 20201124_142749

The last screenshot is from /customization/varios/Activate 3D terrain/buildings in Carnet Google Earth (I just saw there is an open bug by yourself)

gemib

It would be great, if you could support me!

Thank you very much! Best regards

gpg18p8 commented 4 years ago

Hi, tried some things: if I add this 3 variables on the top of the script patch_gal.sh the script is running without any error.

VOLUME=/net/mmx/fs/sda0 FILENAME=gal.json ORIGINAL=/etc/eso/production/

If I check the file /etc/eso/production/gal.json I can see that all parameters are set, and Backup is created as well.

FYi, I found an older version of Mib2-Toolbox and tested it, too - here the script patch_gal.sh is working without problems.

Thank you! Best regards

jilleb commented 4 years ago

Thanks, I'll dive into it!

jilleb commented 4 years ago

Allright, found the mistake I've made...

. /eso/bin/PhoneCustomer/default/util_mountsd.sh was missing, so $VOLUME was never set correctly.

gpg18p8 commented 4 years ago

Ok, I'm also missing the button to restore the original settings in the AA menu, why?

Thank you!

Chillout notifications@github.com schrieb am Mi., 25. Nov. 2020, 18:36:

Allright, found the mistake I've made...

. /eso/bin/PhoneCustomer/default/util_mountsd.sh was missing, so $VOLUME was never set correctly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jilleb/mib2-toolbox/issues/110#issuecomment-733850436, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARZZF2U2AJS2FVBK6KRJ4FDSRU6AFANCNFSM4UBJNLLQ .

jilleb commented 4 years ago

Because I removed it 😄

gpg18p8 commented 4 years ago

With the volume variable I started. Then the next errors appeared and I set this variables: FILENAME=gal.json ORIGINAL=/etc/eso/production/ Then the script was running. Thank you.

gpg18p8 commented 4 years ago

Because I removed it 😄

🤣 ok, only need to copy the backup file to the unit, if needed.

jilleb commented 4 years ago

I think I fixed it 😉

gpg18p8 commented 4 years ago

New Version is working without problems, tested it today. Thank you!