├── Advanced ├── FEC │ └── place FECContainer.fec here ├── GEM │ ├── GEM.jar │ └── place GEM.jar here ├── IFS │ └── place the right ifs-root.ifs here ├── Shadowfile │ └── shadow.txt └── passwords.csv ├── Backup └── DONT_TOUCH_ANYTHING_HERE ├── FAQ.md ├── GreenMenu ├── Demo.esd └── Demo_sub.esd ├── LICENSE ├── PersonalPOI ├── InfoFile │ └── 0 │ │ └── default │ │ └── Update.txt └── Package │ └── 0 │ └── default │ ├── bitmaps.xml │ ├── bitmaps │ └── 000_image.png │ ├── categories.pc │ ├── hashes.txt │ ├── lang_map.xml │ ├── poidata.db │ ├── strings_de-DE.xml │ └── versions.xml ├── README.md ├── Skinfiles ├── skin0 │ └── place images.mcf here ├── skin1 │ └── place images.mcf here ├── skin2 │ └── place images.mcf here ├── skin3 │ └── place images.mcf here ├── skin4 │ └── place images.mcf here └── skin5 │ └── place images.mcf here ├── Splashscreen └── place canim files here ├── Toolbox ├── Scripts │ ├── dirlisting.sh │ └── dump_all.sh └── mqbcoding.esd ├── Tools ├── compress-canim_seat.py ├── compress-canim_vw.py ├── compress-mif.py ├── extract-canim_seat.py ├── extract-canim_vw.py ├── extract-cff.py └── extract-mif.py ├── common └── tools │ └── 0 │ └── default │ ├── ExceptionList.txt │ ├── disableGEM │ ├── finalScript.sh │ ├── finalScriptSequence.sh │ └── hashes.txt └── metainfo2.txt /Advanced/FEC/place FECContainer.fec here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Advanced/GEM/GEM.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Advanced/GEM/GEM.jar -------------------------------------------------------------------------------- /Advanced/GEM/place GEM.jar here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Advanced/IFS/place the right ifs-root.ifs here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Advanced/Shadowfile/shadow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Advanced/Shadowfile/shadow.txt -------------------------------------------------------------------------------- /Advanced/passwords.csv: -------------------------------------------------------------------------------- 1 | hash,password 2 | N.Ecp9ZAWAPXE,test -------------------------------------------------------------------------------- /Backup/DONT_TOUCH_ANYTHING_HERE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/FAQ.md -------------------------------------------------------------------------------- /GreenMenu/Demo.esd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/GreenMenu/Demo.esd -------------------------------------------------------------------------------- /GreenMenu/Demo_sub.esd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/GreenMenu/Demo_sub.esd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/LICENSE -------------------------------------------------------------------------------- /PersonalPOI/InfoFile/0/default/Update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/InfoFile/0/default/Update.txt -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/bitmaps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/bitmaps.xml -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/bitmaps/000_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/bitmaps/000_image.png -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/categories.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/categories.pc -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/hashes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/hashes.txt -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/lang_map.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/lang_map.xml -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/poidata.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/poidata.db -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/strings_de-DE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/strings_de-DE.xml -------------------------------------------------------------------------------- /PersonalPOI/Package/0/default/versions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/PersonalPOI/Package/0/default/versions.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/README.md -------------------------------------------------------------------------------- /Skinfiles/skin0/place images.mcf here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skinfiles/skin1/place images.mcf here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skinfiles/skin2/place images.mcf here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skinfiles/skin3/place images.mcf here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skinfiles/skin4/place images.mcf here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Skinfiles/skin5/place images.mcf here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Splashscreen/place canim files here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Toolbox/Scripts/dirlisting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Toolbox/Scripts/dirlisting.sh -------------------------------------------------------------------------------- /Toolbox/Scripts/dump_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Toolbox/Scripts/dump_all.sh -------------------------------------------------------------------------------- /Toolbox/mqbcoding.esd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Toolbox/mqbcoding.esd -------------------------------------------------------------------------------- /Tools/compress-canim_seat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Tools/compress-canim_seat.py -------------------------------------------------------------------------------- /Tools/compress-canim_vw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Tools/compress-canim_vw.py -------------------------------------------------------------------------------- /Tools/compress-mif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Tools/compress-mif.py -------------------------------------------------------------------------------- /Tools/extract-canim_seat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Tools/extract-canim_seat.py -------------------------------------------------------------------------------- /Tools/extract-canim_vw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Tools/extract-canim_vw.py -------------------------------------------------------------------------------- /Tools/extract-cff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Tools/extract-cff.py -------------------------------------------------------------------------------- /Tools/extract-mif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/Tools/extract-mif.py -------------------------------------------------------------------------------- /common/tools/0/default/ExceptionList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/common/tools/0/default/ExceptionList.txt -------------------------------------------------------------------------------- /common/tools/0/default/disableGEM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/common/tools/0/default/disableGEM -------------------------------------------------------------------------------- /common/tools/0/default/finalScript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/common/tools/0/default/finalScript.sh -------------------------------------------------------------------------------- /common/tools/0/default/finalScriptSequence.sh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | 3 | echo "Running finalScriptSequence.sh" 4 | -------------------------------------------------------------------------------- /common/tools/0/default/hashes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/common/tools/0/default/hashes.txt -------------------------------------------------------------------------------- /metainfo2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jilleb/mib1-toolbox/HEAD/metainfo2.txt --------------------------------------------------------------------------------