You only need to flash the new updated rom, nothing elsethanks
do you mean just skip step with flashing vbmeta, boot and recovery from the manual?
do i need to run "flashing unlock" command before?
You only need to flash the new updated rom, nothing elsethanks
do you mean just skip step with flashing vbmeta, boot and recovery from the manual?
do i need to run "flashing unlock" command before?
Just flash systemthanks
do you mean just skip step with flashing vbmeta, boot and recovery from the manual?
do i need to run "flashing unlock" command before?
Hi !
Tried the UNOFFICIAL TWRP 3.4.0 linked by birdibird. Did :
1. adb rboot boatloader
2. fastboot flashing unlock ( works like an erase user data )
3. fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash recovery TWRP.img
4. fastboot reboot recovery
( TWRP replaces the 2nd CUBOT's fastboot, could be considering as the official's recovery )
5. access TWRP recovery
( unable to flash LOS17 ROM because I didn't know which location to choose to flash )
SO, I DID AFTER :
1, 2, 3 ( with flashing offical recovery )
4. fastboot reboot fastboot
5. fastboot flash system LOS17.img
6. fastboot reboot boatloader
7. fastboot flash recovery TWRP.img
8. fastboot reboot recovery
9. acces TWRP recovery, unable to flash magisk, no verity opt, and gapps,
because system need to be launched otherwise u got no system folder and no possibility to install.
SO, DID :
1,2,3,4,5,
6. launched sytem
7. same as 6,7,8.
9. This time ( at least ! ), i was able to launch install of magisk, no verity and gapps ( for LOS17, arm(32)-9.0 not arm64 nor android 10 )
BUT, the installations are not working :
"invalid zip file format"
"error installing zip file /external_sd"
"failed to mount /system_root (invalid argument)"
Tried by "internal storage" too but got folders with letters and numbers reaching to nothing and impossible to find zip's files.
So guys, where did i miss something ?
which los17 image are you using? It needs to be a rw -> vndkliteI triyed with adb sideload in order to install Magisk zip file, but did not work because twrp cannot mount system partition.
which los17 image are you using? It needs to be a rw -> vndklite
long time ago that I actively used twrp (that was on my kkm1), but just from memory you will need to flash decrypt and factory reset/format data in twrp and flash the system.img with twrp or fastboot or spflashtool afterwards to be able to have twrp access the rom.
-> this is from memory, so please tell me if I am wrong.
I flashed this twrp on this device (kkm2) just to test it, and noticed that it could not access my rom as it is encrypted (the original recovery could). I think 3.6.0 should be able to solve that?
did you fastboot reboot fastboot?Im using stock rom, dont know about a lOS for the kkm2 version.
I was triying this:
Rooting Cubot KingKong Mini 2 | Deadbadger
Jakub Kaderka personal webpage, electronic hacking, projects,etc.deadbadger.cz
But cannot use this:
fastboot flash system YOUR_SYSTEM_IMAGE.img
(where put the correct image file name for lOS17)
The reason, it says the system partition does not exist.
Yes, I did. But the phone reboot with the message "orange state" and reboot again into fastboot.did you fastboot reboot fastboot?
try this one: https://leos-gsi.de/downloads/LeOS-S/Jan/LeOS-S-VNDKLITE-a64-bvS.img.xz
I used TWRP 3.4.0 with Android 10 stock of my kkm2, but it wasn't able to mount in write mode the system, and I know it's a common problem.I found a working TWRP for the kkm2.
Flash with SPflashtool or fastboot.![]()
unofficial twrp 3.4.0 Root Cubot Kingkong Mini 2 - twrp unofficial
Download unofficial twrp 3.4.0 root Cubot Kingkong Mini 2, user who own Cubot Kingkong Mini 2 can root it by following the below Instructionsunofficialtwrp.com
I only tested twrp on my already installed LeOS S phone, but it couldn't read the contents because it's encrypted as I said above. If I have a test device again, I will be able to play around and test things.I used TWRP 3.4.0 with Android 10 stock of my kkm2, but it wasn't able to mount in write mode the system, and I know it's a common problem.
Are you able to make it work, yes?
Do u replace the original lk.img with this one? And then flash the stock rom?Orange state you can solve by flashing a patched lk.img with SPFlashtool. I shared mine already before, but I will attach it here again.
Hi. I've installed a
LeOS-S-VNDKLITE-a64-bvS
from here
and it works perfectly, also for intensive everyday use.
As for every today ROM installed in dynamic partitions, there are problems in real full usage of su binaries, but for now it's the best I found, from here, page 16.
You can flash lk.img in SPFlashtool (only on lk, not on lk2). Don't need to flash anything else at that moment.Do u replace the original lk.img with this one? And then flash the stock rom?
sudo fastboot flashing unlock
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system SYSTEM.img
fastboot flash boot magisk_patched_boot.img
fastboot flash recovery magisk_patched_recovery.img
fastboot reboot fastboot
adb reboot bootloader
fastboot flashing unlock
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot fastboot
fastboot flash system SYSTEM.img
fastboot flash system lineage-17.1-20210114-UNOFFICIAL-treble_a64_bvS.img
Sending sparse 'system' 1/10 (131068 KB) OKAY [ 4.898s]
Writing 'system' FAILED (remote: 'This partition doesn't exist')
fastboot: error: Command failed
fastboot flash system lineage-17.1-20210114-UNOFFICIAL-treble_a64_bvS.img
Resizing 'system' OKAY [ 0.004s]
Sending sparse 'system' 1/5 (262140 KB) OKAY [ 19.088s]
Writing 'system' OKAY [ 4.061s]
Sending sparse 'system' 2/5 (262140 KB) OKAY [ 19.596s]
Writing 'system' OKAY [ 4.036s]
Sending sparse 'system' 3/5 (262140 KB) OKAY [ 19.943s]
Writing 'system' OKAY [ 4.048s]
Sending sparse 'system' 4/5 (262140 KB) OKAY [ 20.290s]
Writing 'system' OKAY [ 3.721s]
Sending sparse 'system' 5/5 (177556 KB) OKAY [ 13.090s]
Writing 'system' OKAY [ 2.879s]
Finished. Total time: 110.773s