I installed 2.8.1.0 again to pull a log - but what should I say - now the backup works. Strange.Try to copy recovery.log and see why backup has failed.
Cool is the new counter for files and size! Thank you!
I installed 2.8.1.0 again to pull a log - but what should I say - now the backup works. Strange.Try to copy recovery.log and see why backup has failed.
Jaja same thing happened to me! Couldn't replicate the error...I installed 2.8.1.0 again to pull a log - but what should I say - now the backup works. Strange.
Cool is the new counter for files and size! Thank you!
I suppose that you're using a recovery like my TWRP with F2FS support.Hi! can someone guide me in modifying updater-script in F4k's CM12? i want to use f2fs in /system partition, but i cannot find
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system");
in updater-script. and there are 3
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
codes. should i replace them all?
thanks
IndeedThanks a lot for this great mod of TWRP, it has been recently updated to v2.8.5.0 , is there any chances of updating to the latest version for all variants, thanks a lot.
excuse me sr I have 1 question ... can i use dualboot and this feature or it cant be possible im a noob using this featuresI suppose that you're using a recovery like my TWRP with F2FS support.
You'll need to format manually partitions that you want to be on F2FS, and change:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
to:
run_program("/sbin/busybox", "mount", "/system");
change:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
to:
run_program("/sbin/busybox", "mount", "/data");
No, it doesn't.Thanks F4k!
I only faced one small issue. It seems like the brightness adjustment doesn´t work.
your recovery works well :good:I made new port of PhilsTouch 6.59.0 with f2fs support
Link: https://s.basketbuild.com/devs/alexax66/CWM
Bug: brightness control doesn't work![]()