Great. Can someone tell me how to use it? I got normal TWRP3.
If you've got regular TWRP, go into bootloader mode, fire up your ADB and:
1.) Back up everything you care about to your PC (everything will be erased, including sdcard)
2.) Install a kernel that supports f2fs. Get the boot.img and do "
fastboot flash boot boot.img" in bootloader (Like you can use the CM13 boot.img file from the nightly zip file)
3.) Install the recovery with f2fs support (
fastboot flash recovery twrp-recvery-f2fs.img)
4.) In TWRP, go to Wipe
5.) Do a full wipe by swiping right
6.) Go to Wipe -> Advanced Wipe
7.) Choose /cache
8.) Choose "Change Filesystem"
9.) Pick f2fs, proceed
10.) Do the same thing for /data
11.) While still in recovery, plug phone into PC and do this:
Code:
Code:
# adb shell
# mount -o rw /system
# cp /sbin/fsck.f2fs /system/bin/
# cp /sbin/mkfs.f2fs /system/bin/
# chmod a+x /system/bin/*f2fs*
12.) Reboot and you are done.
Steps obtained from:
HERE. Confirmed to be working with the current CM13 nightly.