Fyi, no DEV has worked on the latest CWM sources to make it compatible with MTKs & furthermore koush has left cm team . . .![]()
Why "make normal CWM" when CTR is PROVEN to be better for MTK devices . . .
If you want then use this but its not compatible for older devices as it uses the latest lun path for CWM . . .
if you meant carliv recovery backup, ctr is for "devices with kernels up to Android 4.3. It won't work for kitkat." more here in large red letters.My phone is running on 4.4.2. Can I build a carliv backup with it?
Can somebody please help me with this Flip Screen issue? Although everything works fine im having problem flashing rom, when i flash new rom its also Flip like my recovery. Attached is my recovery.
I'll play with it but I'm more ROM side and have only been able to mount/extract the system image but not recovery. This is also my first time playing with MTK based devices so I'm having to get used to no fastboot and with a smartwatch that lacks volume buttons.
Which one?
Right now I have an EC309 (MT6577) from Vapirius which they resell as the AX-2 Comet which the gave me for development. I am being shipped the TrueSmart Engineering Prototype (MT6572) as well as backing the TrueSmart Oct Dev Edition which will ship in December.
adb shell su -c "tar -cf /mnt/sdcard1/system.ext4.tar /system"
adb shell su -c "tar -cf /mnt/sdcard2/system.ext4.tar /system"
As mentioned here, MTK Motorola is the worse of all or shall i say the best of all at ensuring that it stays as stock ROM at all time, once you mod it then it'll brick & you have to use RSDLite to download back the original Factory ROM then only it'll boot . . .
i don't see the point for you to move forward unless you have found a way for custom recovery to work on your MTK Motorola . . .ORCode:adb shell su -c "tar -cf /mnt/sdcard1/system.ext4.tar /system"
Code:adb shell su -c "tar -cf /mnt/sdcard2/system.ext4.tar /system"
Refer to here onwards for MTK Motorola custom recovery progress . . .
Is it right in step2 CTRv.2.4 or must be CTRv2.5?Guys, i can't keep up with all the different porting tools i've made, pls DIY if you want CTRv2.5. . .
The porting tool has everything & already given you all the info you need . . .
Step 1
- If yours is emmc/ mtd refer to here & download your device res
- If yours is custpack refer to here & download your device res
- If yours is ubifs refer to here & download your device res
Step 2
- Use the Unpack/ Repack recovery.img -> Unpack recovery.img, copy downloaded CTRv2.5 Eg: port_CarlivTouch-recovery-2_5-480x854.img & rename it to recovery.img & press OK
- Goto CTRv2.4\UnpackRepack\recovery\rmdisk & copy whole res folder out
- Goto CTRv2.4\UnpackRepack\recovery\rmdisk\sbin & copy the binary file named recovery out
Step 3
- Use the Unpack/ Repack recovery.img -> Unpack recovery.img again to unpack the earlier working CTRv2.4 recovery.img for your device
- Delete res folder & replace it with res from CTRv2.5
- Replace recovery from CTRv2.5 to sbin
- Manual edit CTRv2.4\UnpackRepack\recovery\rmdisk\etc\recovery.fstab with Notepad++ & add the below accordingly
Code:/boot emmc /dev/bootimg /recovery emmc /dev/recovery /uboot emmc /dev/uboot /nvram [COLOR="red"]emmc[/COLOR] /dev/nvram[COLOR="Red"] <- Add this new line[/COLOR] [B][COLOR="Blue"]OR[/COLOR][/B] /nvram [COLOR="Red"]mtd[/COLOR] nvram
- Use the Repack recovery.img & let it auto-install the new CTRv2.5 to your device, thats it !
Guys, i can't keep up with all the different porting tools i've made, pls DIY if you want CTRv2.5. . .
The porting tool has everything & already given you all the info you need . . .
Step 1
- If yours is emmc/ mtd refer to here & download your device res
- If yours is custpack refer to here & download your device res
- If yours is ubifs refer to here & download your device res
Step 2
- Use the Unpack/ Repack recovery.img -> Unpack recovery.img, copy downloaded CTRv2.5 Eg: port_CarlivTouch-recovery-2_5-480x854.img & rename it to recovery.img & press OK
- Goto CTRv2.4\UnpackRepack\recovery\rmdisk & copy whole res folder out
- Goto CTRv2.4\UnpackRepack\recovery\rmdisk\sbin & copy the binary file named recovery out
Step 3
- Use the Unpack/ Repack recovery.img -> Unpack recovery.img again to unpack the earlier working CTRv2.4 recovery.img for your device
- Delete res folder & replace it with res from CTRv2.5
- Replace recovery from CTRv2.5 to sbin
- Manual edit CTRv2.4\UnpackRepack\recovery\rmdisk\etc\recovery.fstab with Notepad++ & add the below accordingly
Code:/boot emmc /dev/bootimg /recovery emmc /dev/recovery /uboot emmc /dev/uboot /nvram [COLOR="red"]emmc[/COLOR] /dev/nvram[COLOR="Red"] <- Add this new line[/COLOR] [B][COLOR="Blue"]OR[/COLOR][/B] /nvram [COLOR="Red"]mtd[/COLOR] nvram
- Use the Repack recovery.img & let it auto-install the new CTRv2.5 to your device, thats it !
its so obvious & still you don't get it . . .
Step 1 - Download compatible CTRv2.5 according to your MTK filesystems
Step 2 - Unpack Step 1 & copy out the res folder & recovery binary
Step 3 - Unpack the working CTRv2.4 that you ported earlier & follow below Step 3
Step 2
- Use the Unpack/ Repack recovery.img -> Unpack recovery.img, copy downloaded CTRv2.5 Eg: port_CarlivTouch-recovery-2_5-480x854.img & rename it to recovery.img & press OK <- You are using CTRv2.4 Porting Tool to UnPack CTRv2.5 recovery.img
- Goto CTRv2.4\UnpackRepack\recovery\rmdisk & copy whole res folder out <- You are using CTRv2.4 Porting Tool here
- Goto CTRv2.4\UnpackRepack\recovery\rmdisk\sbin & copy the binary file named recovery out <- You are using CTRv2.4 Porting Tool here
/boot emmc /dev/bootimg
/recovery emmc /dev/recovery
/uboot emmc /dev/uboot
/nvram [COLOR="red"]emmc[/COLOR] /dev/nvram[COLOR="Red"] <- Add this new line[/COLOR]
[B][COLOR="Blue"]OR[/COLOR][/B]
/nvram [COLOR="Red"]mtd[/COLOR] nvram