[RECOVERY] TWRP 3.0 with F2FS and MultiROM

khanam

Senior Member
Jul 26, 2010
1,741
248
0
Miami
Can you have the primary ROM be non f2fs and secondary ROM be f2fs using this recovery? Or do all the ROMs need to be only 1 type? Oh and multirom twrp was updated on the 10th - is this based on the 2nd and newer version? Finally lol why does my keyboard auto capitalize ROM and no other word?
 

khawarspirit

Senior Member
Aug 7, 2011
60
6
0
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.
 

spevil07

Senior Member
Mar 16, 2012
1,087
567
143
Hi mates, I am interested at f2fs.
Must Rom and kernel support f2fs or do I need only kernel?

Gesendet von meinem Nexus 6
 

adm1jtg

Senior Member
Jul 26, 2010
2,739
867
138
Georgia
Posted in multi rom as well...
Is there a certain of twrp with multi rom based on 3.0.0.1 (aka ability to flash system img files and also have the option to inject multi rom after flashing boot add an img? Currently there is no option to flash system from img and if you flash boot from img the only options are reboot and reboot twrp. No inject options.

Sent from my Nexus 6 using XDA Free mobile app
 

Droidphilev

Senior Member
Jan 25, 2008
3,458
1,171
243
Posted in multi rom as well...
Is there a certain of twrp with multi rom based on 3.0.0.1 (aka ability to flash system img files and also have the option to inject multi rom after flashing boot add an img? Currently there is no option to flash system from img and if you flash boot from img the only options are reboot and reboot twrp. No inject options.

Sent from my Nexus 6 using XDA Free mobile app
http://forum.xda-developers.com/showpost.php?p=65838009&postcount=1237
 

duttyend

Senior Member
Dec 18, 2012
299
169
63
Version 3.0.1




Not much else to say except I made images of TWRP 3.0 for the Nexus 6 that have F2FS and MuliROM support.
All credit goes to TeamWin and the MultiROM team for their work. I just added F2FS support and made images.



Download: TWRP 3.0. with F2FS Support

Download: TWRP with MultiROM and F2FS Support
Dear xanaxdroid,

Could you please update your version to 3.0.1 as there are some nice improvements from 3.0.0-0 ?

Thanks a lot for your time

EDIT : our dear developer has updated to version 3.0.2 !!! he hasn't updated the OP yet but you can grab it here in the meanwhile
 
Last edited: