This morning I have flashed M-Kernel too and it seems to work well.
No random reboot today, even with WiFi turned off and 3G on (I still use the latest version of Slimkat rom - build 5961 - modified by Convert To F2FS app).
Last edited:
This morning I have flashed M-Kernel too and it seems to work well.
I've no idea, I'm afraid. Mine is a 3G device, but I don't have a SIM in it; I only use WiFi. I'm unsure what to suggest. A different kernel, perhaps?I've done the same and it works too but now I have some problems with 3G connection: everything is ok with WiFi connections but if I turn off WiFi and try to connect with 3G my Nexus reboots randomly. Sometimes after 2 or 3 minutes, sometimes after 10 but one thing is sure, I cannot use the tablet with 3G on.
Have you experienced something similar? The same happened with "pre-AllF2FS kernel" (Slimkat installed on a Ext4 fs with only data in f2fs format).
I've also tried to install the latest AOKP and Paranoid roms, converted with Convert To F2FS app, but they stuck during first booting animation...
Any help would be really appreciated! Thanks. :good:
Try flasing modified ROM + M-Kernel.I used the app on my Nexus to change the Slimkat ROM to the new format. But it persists in the boot logo.
Hello bro. Tried to flash just a moment ago. I got stuck at Google logo, it's not even booting :s
Btw, I also notice cache is unable to be mounted. Any idea bro?
EDIT: My bad, I used the wrong boot image :silly: Now it's working![]()
I have same problem with Conver to F2FS. Finally I have to change the lines manually. From downloaded CM11 M10 ROM, find in the update script this lines and replace them:I also get stuck at the Google logo. I have a N7 Tilapia (32GB) and used the Convert_to_F2FS tool to create a Tilapia based Rom (CM10.2). I also downloaded a GApps file. Then I followed the steps, flashing the files with TWRP 2.7.0, booting into recovery, etc. I formatted the data at the end (and it shows it crease the F2FS data structure) and then reboot. But no matter what I try, I can't get it to boot. Can someone please tell me what I did wrong and how to get it to work?
Any help would be greatly appreciated.
Thanks!
__________________________________
Hi,Me too. After converting CM11 M9 with convert to F2FS, and following all the steps in OP, stuck on bootanimation.
If I flash slimkat converted it works, but no 3G. After compare the update script of Slimkat original and converted i found thos 4 lines changed:
original lines
mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/UDA", "/data");
mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "/system");
format("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "0", "/system");
mount("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "/system");
replaced for:
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/busybox", "mount", "/system");
run_program("/sbin/mkfs.f2fs", "/dev/block/platform/sdhci-tegra.3/by-name/APP");
run_program("/sbin/busybox", "mount", "/system");
Then I download the original CM11 M9 and replaced the 4 lines in update script.
For the kernel, after flash the manually converted rom and GAPPs, then I flash M-Kernel compatible with All-F2FS.
It works for me!
My order was:Did you flah AK kernel inmeatly after the rom?
I wil post the rom later when finish my working day.![]()
No need. System is read only - meaning EXT4 is actually better suited as a filesystem.hi everybody, just a simple question: i want to buy convert f2fs on play store but i don't know how it works.....i'd like to create an all-f2fs custom rom, not only data and cache, also system.
Now i'm on CM12 , it allows f2fs only on data and cache, the overall impression isn't so good for me, thx