S
schdrag
Erfahrenes Mitglied
- 75
- Themenstarter
- #21
kann ich nun nach dieser Cubot King Kong Mini - Erfahrungen usw.
Anleitung für's cubot king kong 2 vorgehen?
Du schriebst ja:
Hier die Reihenfolge von Installing Custom ROM on Cubot KingKong Mini. Er bezieht sich auf Installing Custom ROM on Cubot KingKong Mini, wo es heisst
"Enable developer options by tapping the build number in Settings -> About Phone 7 times
Enable USB Debugging and Allow Bootloader Unlock from developer options
While connected to the computer with USB debugging turned on, issue the following command from the computer: "
Also zuerst den Entwicklermodus aktivieren und im Entwicklermodus USB debugging und Bootloader unlock aktivieren.
In dem Zustand (USB Kabel verbunden) dann eingeben:
! vbmeta.img, boot.img and recovery.img files vom stock ROM:
Dann das System nicht sofort flashen, sondern noch einen reboot dazwischen schieben
Nachdem das Handy im tatsächlichen fastboot mode ist (Der Bildschirm ist als anders der des bootloaders
im fastboot mode: eine Latte von Optionen in orange, den hatte ich auch schon 'mal...)
"Unzip the .xz image file you wish to use (I used the treble build) and type:" Das gewünschte custom rom wird also nach dem Entpacken des .xz image umbenannt
Brauch ich dann überhaupt das twrp (?)
Anleitung für's cubot king kong 2 vorgehen?
Du schriebst ja:
Code:
adb reboot bootloader
fastboot flashing unlock
fastboot --disable-verity --disable-verification flash vbmeta vbmeta_TWRP.img
fastboot flash recovery recovery_TWRP.img
fastboot reboot fastboot
Hier die Reihenfolge von Installing Custom ROM on Cubot KingKong Mini. Er bezieht sich auf Installing Custom ROM on Cubot KingKong Mini, wo es heisst
"Enable developer options by tapping the build number in Settings -> About Phone 7 times
Enable USB Debugging and Allow Bootloader Unlock from developer options
While connected to the computer with USB debugging turned on, issue the following command from the computer: "
Also zuerst den Entwicklermodus aktivieren und im Entwicklermodus USB debugging und Bootloader unlock aktivieren.
In dem Zustand (USB Kabel verbunden) dann eingeben:
Code:
adb reboot bootloader
fastboot flashing unlock
! vbmeta.img, boot.img and recovery.img files vom stock ROM:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
Dann das System nicht sofort flashen, sondern noch einen reboot dazwischen schieben
Code:
fastboot reboot fastboot
Nachdem das Handy im tatsächlichen fastboot mode ist (Der Bildschirm ist als anders der des bootloaders
im fastboot mode: eine Latte von Optionen in orange, den hatte ich auch schon 'mal...)
"Unzip the .xz image file you wish to use (I used the treble build) and type:" Das gewünschte custom rom wird also nach dem Entpacken des .xz image umbenannt
Code:
fastboot flash system SYSTEM.img
Brauch ich dann überhaupt das twrp (?)
Zuletzt bearbeitet: