Maybe a short version of flashing a Teracube:
1.) LINUX: Download a OS fastboot package
→ Download to the Linux PC
→ Example: iode-2.20-20240218-emerald-fastboot.zip
→ Open the directory in terminal.
→ Unzip: unzip iode-2.20-20240218-emerald-fastboot.zip
→ Go into the unzipped directory.
2.) PHONE: Activate the FASTBOOT mode
→ connect the device via USB with the PC
→ Shutdown the OS (Power Off)
→ Press: Power + Vol+
(to come into the boot manager. It’s very difficult.)
Select Boot Mode:
[VOLUME_UP to select, VOLUME_DOWN is OK.]
[Recovery Mode]
[Fastboot Mode] <<==
[Normal Mode]
→ Press: VOLUME UP (select)
→ Press: VOLUME DOWN (OK)
=> FASTBOOT mode...
3. LINUX: Flashing an OS to the phone
→ Go into the opened Terminal
Check the USB connection:
→ type: lsusb
A entry must be displayed like:
Bus 002 Device 033: ID 0c4b:201d MediaTek Inc. Android
// eventually? → Type adb reboot bootloader
Skip this point by your first running. Maybe it is not necessary.
Is adb
not installed, install it. The instruction is displayed in the terminal.
Flash the OS to the phone:
→ type: fastboot flashing unlock
Is fastboot
not installed, install it. The instruction is displayed in the terminal.
PHONE:
Unlock Bootloader?
If you unlock the bootloader, you will be able to install custom operating system software on this phone.
A custom OS is not subject to the same testing as the original OS, and can cause your phone and installed applications to stop working properly.
To prevent unauthorized access to your personal data, unlocking the bootloader will also delete all personal data from your phone(a "factory data reset").
Press the Volume Up/Down to select Yes or No.
Yes (Volume Up):Unlock(may void warranty).
No (Volume Down):Do not unlock bootloader.
→ Press: VOLUME UP
Select Boot Mode:
[VOLUME_UP to select, VOLUME_DOWN is OK.]
[Recovery Mode]
[Fastboot Mode] <<==
[Normal Mode]
=> FASTBOOT mode...
→ do nothing. respectivelly no reactions by key press.
LINUX:
...
Finished. Total time: 368.500s
Reebooting OKAY [0.001s]
Finished. Total Time: 0.059s
PHONE:
→ is rebooting
→ the initial start screen is displayed
Consider: By flashing an OS, all data are lost.