Skip to content
harman-f edited this page Jun 8, 2022 · 11 revisions

Welcome to the M.I.B._More-Incredible-Bash Wiki!

All about M.I.B will be available soon on these and more pages.

M.I.B - Classic putty interface (not maintained)

From the very beginning of M.I.B. - before the metainfo2 exploit was known. Not maintained anymore, basic functions are still available:

"old" D-Link Method: Connect to MHI2 and start M.I.B.:
  D-Link - e.g. DUB-E100 HW rev. D1 - USB-Ethernet adapter is required to connect to your MHI2 unit.
  Use Putty/Kitty to connect via UART or Telnet (MIB IP:172.16.250.248) and login into RCC (recommended: port:123) or MMX (port:23).
  Login and password for your units SW train has to be known.
  Check your SW-train, a pre-patched ifs-root-stage2 has to be present within the folder /patches
  Insert the SD card into slot SD1 of your MHI2 unit and login to the RCC shell:
   # Mount SD card in slot SD1
     mount -uw /net/mmx/fs/sda0/
   # start M.I.B by typing
     /net/mmx/fs/sda0/start

  Default screen seize of Putty/Kitty is often too small to display the M.I.B. menu in full.
  Increase the window seize manually.

You should see (a more colourful) menu with the following content:

******************************************************************************************************************************************
 __  __     ___           ___
|  \/  |   |_ _|         | _ )
| |\/| |    | |          | _ \
|_|  |_|ore|___|ncredible|___/ash - V3.1.x 

******************************************************************************************************************************************

**	0 - Advanced Backup
		Runs a full backup (RCC, MMX, EEPROM, ...) of your unit and places it into the folder /backup/"your hardware ID"

**	1 - VIM patch (199 km/h)
		Writes custom Video In Motion (VIM) speed of 199 km/h (yes, too slow for German Autobahn) to your unit
		Unit will automatically restart to save changes permanently

**	2 - VIM Original (6 km/h)
		Writes factory default Video In Motion (VIM) speed to unit
		Unit will automatically restart to save changes permanently

**	3 - IFS-ROOT-Stage2 flash patched image
		Will create a backup if it was not already created before
		applies patched IFS Stage 2 image - containing patched MIBRoot - to the unit
		Copy FEC and EL List to Unit - like option 5
		Unit will automatically restart to save changes permanently

**	4 - IFS-ROOT-Stage2 revert to Backup image
		Applies original IFS Stage 2 image - containing original/stock MIBRoot - from your system backup to the unit
		Unit will automatically restart to save changes permanently

**	5 - Copy FEC and EL List to Unit
		Copies ExceptionList.txt and/or FecContainer.fec placed within 
		e.g. /patches/MHI2_ER_SKG13_P4526_MU1440_PATCH to the unit
		if no FEC and/or EL is inside /patch directory, files from /backup folder will be used

**	6 - Developer Menu activation
		Developer Menu will be enabled - no need for VCP/VCDS or OBD11 ;)
		Unit will automatically restart to save changes permanently

**	7 - CarPlay & Android Auto activation
		Coding adaption channels for CP & AA as well as USB with iPhone support
		with this, all you need for Carplay is coded, you never need some other coding tools ;-)

**	8 - Ambient Light Buttons Original
		When you see this, first take a look on https://www.glaskugelservice.de/codierung/ambientbeleuchtung
		it is some special coding only for Skoda Octavia 5E, yet!

**	9 - Ambient Light Buttons patch (first, set to Original)
		When you see this, first take a look on https://www.glaskugelservice.de/codierung/ambientbeleuchtung
		it is some special coding only for Skoda Octavia 5E, yet!

**	F - Fix SVM error
		Fix SVM Fault on Unit
		
**	G - Install M.I.B. in GEM
		Install M.I.B. for use in GEM on Unit
		
**	O - Set OBD Status
		Prevent Unit from OBD

**	U - Mount USB writeable
		makes USB devices writeable

**	W - Mountpoints writeable
		make some Mounts writeable on the unit

**	R - Reboot Unit
		restart the Unit

**	C - cleanup Logs
		delete all inside /log directory

**	S - show Log (press Q for exit view)
		show all our Logs from this Unit

**	H - Help
		this here...

**	L - GPL License
		please take a look and note our license```

![grafik](https://user-images.githubusercontent.com/98130152/172721702-19aaac66-f4a1-4477-a415-89d07187f71b.png)


Clone this wiki locally