[TOOL][UTILITY][F2FS] Patch Enable F2FS for Non F2FS ROM on F2FS Devices (wayne) - Xiaomi 6X (Wayne) ROMs, Kernels, Recoveries, & Oth

Patch Enable F2FS for Non F2FS ROM on F2FS Devices
Require
-Recovery was support F2FS
-F2FS data partition
-F2FS catch partition
-Any kernel was support F2FS
HOW TO
1. Change data and cache partition to f2fs.
2. Flash any rom e.g MIUI 10, RR, etc.
3. Flash Kernel kernel was support F2FS e.g. BIDENT etc.
4. Flsh this patch
4. Reboot enjoy
Peview: https://www.youtube.com/watch?v=ujU97S7FESY
Download: CLICK
Credit: @Harry_ET (Me)
Donate: https://paypal.me/sonosolitario

Harry_ET said:
Patch Enable F2FS for Non F2FS ROM on F2FS Devices
Require
-F2FS data partition
-F2FS catch partition
-Any kernel was support F2FS
HOW TO
1. Change data and cache partition to f2fs.
2. Flash any rom e.g MIUI 10, RR, etc.
3. Flash Kernel kernel was support F2FS e.g. BIDENT etc.
4. Flsh this patch
4. Reboot enjoy
Peview:
Download:CLICK
CreditHarry_ET (Me)
Donate: https://paypal.me/sonosolitario
Click to expand...
Click to collapse
And what will happen if the system is formatted in f2fs???!)))

What kernel can I use for Miui, insignuX?

Oceansoul91 said:
What kernel can I use for Miui, insignuX?
Click to expand...
Click to collapse
insignuX support f2fs??

Oceansoul91 said:
What kernel can I use for Miui, insignuX?
Click to expand...
Click to collapse
You can use any whyreds kernel on 6x. I'm using latest AGNi with Xiaomi.eus MIUI 10.3 rom and it's working fine. Insigniux should also be fine altough I havent tested it yet with f2fs data and cache partitions.
You can find whyred kernels from here https://forum.xda-developers.com/redmi-note-5-pro/development. Do some research yourself and read opening posts. There are mentions if the kernel is f2fs-compatible or wether it works on your android or miui-version.

Oceansoul91 said:
What kernel can I use for Miui, insignuX?
Click to expand...
Click to collapse
Nope I tried and it bootloops...

iEstuardo said:
Nope I tried and it bootloops...
Click to expand...
Click to collapse
That you have done something wrong, everything is normal with this kernel !!! After each firmware of the kernel, put a patch for a year f2fs
Sent from my Xiaomi MI 6X using XDA Labs

AlexMDTR said:
And what will happen if the system is formatted in f2fs???!)))
Click to expand...
Click to collapse
it will revert back to ext4

I tried InisignuX , Agni and also othe kernel... but nothing it bootloop on 6x.
Anyone has link of Bident?

Fr0nK said:
I tried InisignuX , Agni and also othe kernel... but nothing it bootloop on 6x.
Anyone has link of Bident?
Click to expand...
Click to collapse
bident was my kernel and that was vanished due to lazy me, but you can try RA the newest kernel that i build, shared to xda soon

ERROR
I flash it but get "TWRP ERROR 1"

Why the
Code:
background_gc=off
mount option?

verttl said:
You can use any whyreds kernel on 6x. I'm using latest AGNi with Xiaomi.eus MIUI 10.3 rom and it's working fine. Insigniux should also be fine altough I havent tested it yet with f2fs data and cache partitions.
You can find whyred kernels from here https://forum.xda-developers.com/redmi-note-5-pro/development. Do some research yourself and read opening posts. There are mentions if the kernel is f2fs-compatible or wether it works on your android or miui-version.
Click to expand...
Click to collapse
Caution! Backup the kernel (boot) in TWRP before flash whyred' kernel. I had flashed EXTENDED KERNEL V63 and my device alway go to fastboot. I must restore boot.

Related

A Galaxy S5 plus (901F) Lollipop Kernel with F2FS Support

This is a compilation of Samsung Lollipop stock sources for the Galaxy S5 Plus with, in addition, F2FS support.
Although this kernel is FULLY functional, it is in a WIP state. There is no automaticity. A compatible PhilZ Touch recovery will follow.
Here are some examples. Suppose you deal with an external Sd card (it could be any partition of any device, as, for instance a USB mass storage device) :
(you must be root)
Format the Sd card (with adb or a terminal emulator) /sbin/mkfs.f2fs /dev/block/mmcblk1p1
Mount the Sd card : mount -t f2fs /dev/block/mmcblk1p1 /storage/extSdCard
Umount the Sd card : umount /storage/extSdCard
File Checking the Sd card : /sbin/fsck.f2fs /dev/block/mmcblk1p1
There is an attach file. Flash with Odin or use dd ...
Enjoy
Credits :
- Samsung
- Jaegeuk Kim
Be careful : It is still experimental and you cannot, at the moment, mount internal sdcard partitions. Only external devices are concerned. A next release will take this into account.
For CM12 users :
Answering a question, I compiled a new kernel for cm12 roms (unofficial cm12 rom from @sktjdgns1189). Closed for now.
It remains the question of /system/bin/sdcard not giving right permissions. For that reason virtual /sdcard and /storage/extSdCard are not working, when /data is different from ext4 filesystem (although you boot correctly with /data f2fs formatted) and /storage/extSdCard different from vfat or exfat.
Changelog :
V 1.0 initial release
v 1.0.1 internal sdcard f2fs mounts allowed.
Warning : flashing this kernel will trip the knox counter and I am not responsible for any damage caused to your device !!!
i asume this is only for stock lollipop?
ad0dh67 said:
i asume this is only for stock lollipop?
Click to expand...
Click to collapse
At the moment yes but this can be done for other lollipop or kitkat 901F kernels.
xdamc2010 said:
At the moment yes but this can be done for other lollipop or kitkat 901F kernels.
Click to expand...
Click to collapse
thx for answer! is it possible for cm?
ad0dh67 said:
thx for answer! is it possible for cm?
Click to expand...
Click to collapse
There is an unofficial cm12 rom for the Galaxy S5 4G+ by @sktjdgns1189. Looking at kernel sources, a F2FS support could be added.
xdamc2010 said:
There is an unofficial cm12 rom for the Galaxy S5 4G+ by @sktjdgns1189. Looking at kernel sources, a F2FS support could be added.
Click to expand...
Click to collapse
i know running CM12.1
ad0dh67 said:
i know running CM12.1
Click to expand...
Click to collapse
There is a kernel for you : see above
xdamc2010 said:
There is a kernel for you : see above
Click to expand...
Click to collapse
thx will try
edit: not working Phone shuts down after boot animation.
ad0dh67 said:
thx will try
edit: not working Phone shuts down after boot animation.
Click to expand...
Click to collapse
and "normal kernel" is working fine ? It's probably a question of permissions. I have no idea of @sktjdgns1189's defconfig. I supposed they were the same as stock kernel.
xdamc2010 said:
and "normal kernel" is working fine ? It's probably a question of permissions. I have no idea of @sktjdgns1189's defconfig. I supposed they were the same as stock kernel.
Click to expand...
Click to collapse
can,t test normal kernel because of running cm 12.1
ad0dh67 said:
can,t test normal kernel because of running cm 12.1
Click to expand...
Click to collapse
I uploaded a new version. Please try it. This is the only kernel I found at GitHub
xdamc2010 said:
I uploaded a new version. Please try it. This is the only kernel I found at GitHub
Click to expand...
Click to collapse
In cm12 bootloop and shuts down, in cm 12.1 same!
ad0dh67 said:
In cm12 bootloop and shuts down, in cm 12.1 same!
Click to expand...
Click to collapse
Thank you for your reports. I have to look at this in deep.
xdamc2010 said:
Thank you for your reports. I have to look at this in deep.
Click to expand...
Click to collapse
kernel coming with cm is not seandroid enforcing, maybe that helps
ad0dh67 said:
kernel coming with cm is not seandroid enforcing, maybe that helps
Click to expand...
Click to collapse
thank you for your suggestion

[MOD][23 MAY] MultiROM v32

Hello guys!
After learing a lot from these great devs arround here i decided to start to try out a new project! Multirom!!
You might or might not have heared of it, THE multi-boot mod for the Nexus 7. I found it and have decided to port it for our device.
First of all, it is a very initial release now. Though I have tested multiple cases and didn't find any problem except those in the bug list, bugs can arise. Do have a backup! Also, do read through the whole OP and 2nd post! If you don't understand something, rather read again and/or ask!
For more information on how it works and what it does, I suggest that you read the first few posts in the original thread. Those are very detailed and well-written posts that explain MultiROM in general. Installing roms to USB and Ubuntu/Ubuntu Touch of course doesn't work for our device atm.
Installation
The device must not be encrypted!
You need to flash the modified TWRP recovery that has MultiROM extensions. My version is based on the latest sources with gordon0001's device-specific modifications included. You can keep this recovery if you don't want to use MultiROM anymore and you like TWRP, because the MultiROM extensions don't interfere with other functions, even if the boot sector is not injected.
You have to flash a kernel that is capable of Kexec-hardboot.
Links
You can find everything at https://www.androidfilehost.com/?w=files&flid=32204.
multirom-20150521-v32-UNOFFICIAL-p880.zip : The multirom zip
CM12_Kernel_Patched.zip : CM 12 Kernel with Kexec-Hardboot Patch ; Thanks to @Adam77Root the patch and @laufersteppenwolf for building Kernel
multirom_uninstaller.zip : Selfexplaining
Known Bugs
-Reboot to recovery doesn't work.
-UI has some graphical bugs
-Double Press to boot Secondary Rom doesnt work -> Press twice on the Rom you want to boot and press Powerbutton at the same time till you recoginze a vibration
-You tell me more
Changelog
23 May 2015: Initial release
Credits
@Tasssadar for MultiROM, Kexec-hardboot for Nexus 7 and his help with debugging and porting
@Adam77Root for Thread Content
XDA:DevDB Information
[MOD][23 MAY] MultiROM v32, Tool/Utility for the LG Optimus 4X HD
Contributors
fritzcola
Version Information
Status: Testing
Created 2015-05-23
Last Updated 2015-05-24
Explanation
In the next two examples, I will refer any official, unofficial, or CM-based roms as CM. Keep this in mind.
I use the word 'injected', because MultiROM is actually injected into the boot partition. It works on any kernel that is capable of doing Kexec-hardboot (and if you don't want to use different kernel (i.e. you will use kernel sharing), it will work on unpatched kernels as well).
I may refer to non-shared kernel method as Kexec(-hardboot) method
Example scenario of multi-booting CM with CM and kernel sharing
You are on CM with MultiROM-capable recovery, patched kernel and MultiROM-injected and you want to install e.g. CarbonRom as second.
Boot into TWRP, navigate to Advanced->MultiROM and select 'Add ROM'. Since the base rom is CM, you can share the same kernel. It will be faster as there will be no hardboot needed.
The installation steps are easy and it doesn't take more time than a normal installation.
Example scenario of multi-booting CM with CM and different kernel
You are on CM with MultiROM-capable recovery, patched kernel and MultiROM-injected and you want to install e.g. CarbonRom as second.
Boot into TWRP, navigate to Advanced->MultiROM and select 'Add ROM'. Select 'Don't share'.
Continue with installation.
Now, since the target kernel (that is installed with the rom) is very likely not patched, you will have to flash one of my linked kernels to that rom. Do this by selecting 'List roms', selecting the desired rom, than 'Flash ZIP' and flashing one of the kernels I have patched.
You can only share kernels if you are on the same Android version for example 5.0.x!
Source Codes:
Tree
Any screenshot? I didn't understand the ui bugs. What are they ? Great work fritzcola I will install my device when ui bugs are solved
CrazyWinner said:
Any screenshot? I didn't understand the ui bugs. What are they ? Great work fritzcola I will install my device when ui bugs are solved
Click to expand...
Click to collapse
Look here! https://www.dropbox.com/s/whor0zf6xx7z4jh/VID_20150523_234854.mp4?dl=0
fritzcola said:
Look here! https://www.dropbox.com/s/whor0zf6xx7z4jh/VID_20150523_234854.mp4?dl=0
Click to expand...
Click to collapse
Ow it's no problem for me Installing now , great work !
thanks
its work good
HI @fritzcola i have this bugs
after flash kernel
system ui has stopped on Euphoria rom
sim internet not work on ResurrectionRemix+BlissPop rom
some rom need to disable sim (plane mod )or it got bootloop from home screen PAC-ROM LP rom
work before but now i have this.
many times when add lolipop rom in multiboot i get error
blkdiscrad faild: operation not supported on transport endpoint
e:error executing updater binary in zip '/tmp/mr_update.zip
faild to install zip
thanks
mater2 said:
HI @fritzcola i have this bugs
after flash kernel
system ui has stopped on Euphoria rom
sim internet not work on ResurrectionRemix+BlissPop rom
some rom need to disable sim (plane mod )or it got bootloop from home screen PAC-ROM LP rom
work before but now i have this.
many times when add lolipop rom in multiboot i get error
blkdiscrad faild: operation not supported on transport endpoint
e:error executing updater binary in zip '/tmp/mr_update.zip
faild to install zip
thanks
Click to expand...
Click to collapse
That error with executing bla bla bla is rom related!
I already have TWRP 2.8.6.0 installed. To use your MultiROM Mod do I just need to flash MultiROM zip? Or do I need to flash recovery img (I found in your link)?
Will the uninstall zip send me back directly to the Stock TWRP 2.8.6.0?
__________________________________________
It works. But I'm getting the same problem as @mater2.
"error executing updater binary in zip '/tmp/mr_update.zip";
I tried latest BlissPop 3.4 and Euphoria 1.1.
If it is ROM related how can we solve it?
I saw some users reporting the same problem with the Nexus 5. They said the problem was on the "updater-script" of the ROM.
Thanks for your work and attention.
Enviado de meu Optimus 4X HD usando Tapatalk
gugu6897 said:
I already have TWRP 2.8.6.0 installed. To use your MultiROM Mod do I just need to flash MultiROM zip? Or do I need to flash recovery img (I found in your link)?
Will the uninstall zip send me back directly to the Stock TWRP 2.8.6.0?
__________________________________________
It works. But I'm getting the same problem as @mater2.
"error executing updater binary in zip '/tmp/mr_update.zip";
I tried latest BlissPop 3.4 and Euphoria 1.1.
If it is ROM related how can we solve it?
I saw some users reporting the same problem with the Nexus 5. They said the problem was on the "updater-script" of the ROM.
Thanks for your work and attention.
Enviado de meu Optimus 4X HD usando Tapatalk
Click to expand...
Click to collapse
1. Create backup from primary rom
2. Wipe everything and install rom you want as secondary as primary
3. Make backup from Primary you want to have as secondary
4. Use option to add rom to MR with Backup
5. Restore backup from old Primary
Are iodak and werewolf supporting multirom ?
@fritzcola
@gugu6897
strange thing its work for me all roms i can multiboot after some days and try some roms except euphoria because its not work with patched kernal after that
the error Shows up i try to format every thing internal +cache+davlik
doesn't fix that .
its allow to add 4.4.4 or 4.1.2 rom but 5.0x didn't
thanks for your good work
CrazyWinner said:
Are iodak and werewolf supporting multirom ?
Click to expand...
Click to collapse
I tried Werewolf kernel. The answer is no [emoji17].
Enviado de meu Optimus 4X HD usando Tapatalk
@gugu6897 @CrazyWinner
the kernel in this post (patched kernel) only can used for multiboot.
when use patched kernel
maybe you will have bug with sim internet with all roms except blissbob.
every thing else work good
@CrazyWinner, looks like iodak (and mourta too) has kexec-hardboot, but my secondary ROM (MIUI v5) don't boot. I double tap it, but the device just power off.
Does someone know any ROM that works with MultiROM?
Enviado de meu Optimus 4X HD usando Tapatalk
Look at Known Bugs in post #1
Sent from my A0001 using XDA Free mobile app
fritzcola said:
Look at Known Bugs in post #1
Sent from my A0001 using XDA Free mobile app
Click to expand...
Click to collapse
Thanks, I forgot about that [emoji28].
Enviado de meu Optimus 4X HD usando Tapatalk
progress
is it 'save' and will you update this anytime soon??
an update to MultiROM v33 - MultiROM TWRP 3.0.0-1 would be amazing
Extractor 2.4 from @Alexey71
derders said:
an update to MultiROM v33 - MultiROM TWRP 3.0.0-1 would be amazing
Click to expand...
Click to collapse
+1
I just discover the win tool Extractor 2.4 from @Alexey71 , as I didn't succeed to get finish compiling mmb 5.1.1.37 (or 29), I played with @csk1jw 2xAosp LP &MM system.new.sdat:
http://forum.xda-developers.com/showpost.php?p=57742855&postcount=42
extraction + re-zip(boot.img+file_contexts +/system/) in @laufersteppenwolf Nameless 5.1.zip + twrp’ add 2nd multirom + reboot and IT JUST WORKS!
I can now multiboot, WITH Nameless 5.1 AS PRIMARY: mmb 5.1 as 2nd+
cm11+OEMlg JB (+ BlisspopLP+ crdoidLP).
Many thanks to native kexeced Nameless’ kernel for LP!
Unfortunately’ the re-zipped aosp MM did not boot (boot.img conflict? or primary slot required with kexec.. or I miss more).
I believe there won’t be any future update on mmbLP, so it will be good if, @csk1jw or @MoltenMotherBoard or @streambinder could make an old_fashion-zipped official ultimate edition to be used with gorgeous @fritzcola ’ multirom 2.8.6 .
Also if they explain me how to bake it, patched with microG, i try wakelockblocker's patch for a better battery control in ‘pure’ FLOSS.
I still hope that, in this combination, some could give a try to my infamous nightly-cm11+3; while waiting for a snappy MM snapshot...
http://forum.xda-developers.com/and...kelock-blocker-official-2016-nightly-t3393825
Basics multirom tips;
-If you think something is wrong, like battery drain or excessive reboot: in twrp menu go to advanced menu then fix permissions and re-flash multirom32 on primary rom before rebooting;
-Always use ext sdcard for twrp’s copy-backup and avoid using twrp’s File Manager to restore, otherwise they could be buried and waste your mem until a complete re-format; if needed: boot in primary rom (or install a rom ZIP!) and copy them to sdcard/twrp/backup/IdDevice… with your favorite apk.
-For better efficiency use native kexeced Nameless 5.1 for primary rom.
Actually I don’t know if mmb5.1 is 100% compatible with @laufersteppenwolf ‘s Nameless 5.1_kernel.
Be aware that the smell of night roasted marshmallows is scientifically attracting werewolves.

F2FS possible ?

Dear XDA gurus,
I have done some (re)searches on this topic, but wasn't able to find clear clues/hints/topics around my question : is it possible to run a Moto 4G 2014 (custom ROM'ed of course) on (one/all/some/any) f2fs based partition(s) ?
I did try to install a custom ROM - the Temasek/LINARO CM12.1 unoff. - on a 100% f2fs partition (system included) and it did not work (had to revert back to ext4 to complete the boot process)... Didn't try a cache (or cache+data), it wasn't my own phone so had to give it back quickly
On my Nexus10, there is a (Khaon) kernel that explicitly supports the f2fs, but can't find similar statement in most of the ROM/kernels I've reviewed here
Thanks again, for all the answers, help and of course the hard work !
Cheers
Chris
http://forum.xda-developers.com/moto-g-2014/development/kernel-pinkman-kernel-3-4-42-t2926384
* F2FS filesystem support (R/RW)
You can test it and report back
krist0v said:
Dear XDA gurus,
I have done some (re)searches on this topic, but wasn't able to find clear clues/hints/topics around my question : is it possible to run a Moto 4G 2014 (custom ROM'ed of course) on (one/all/some/any) f2fs based partition(s) ?
I did try to install a custom ROM - the Temasek/LINARO CM12.1 unoff. - on a 100% f2fs partition (system included) and it did not work (had to revert back to ext4 to complete the boot process)... Didn't try a cache (or cache+data), it wasn't my own phone so had to give it back quickly
On my Nexus10, there is a (Khaon) kernel that explicitly supports the f2fs, but can't find similar statement in most of the ROM/kernels I've reviewed here
Thanks again, for all the answers, help and of course the hard work !
Cheers
Chris
Click to expand...
Click to collapse
Enabling F2FS on other partitions than /data (which is F2FS by default) is pretty much pointless.
LuK1337 said:
Enabling F2FS on other partitions than /data (which is F2FS by default) is pretty much pointless.
Click to expand...
Click to collapse
Thanks Luke for pointing this out so it means f2fs is supported whatever the kernel or custom ROM flavor is ? I'm not 100% sure, but when I flashed the G 2014 with the ROM partitions were all EXT4 (but I can't swear) ...
Newbily yours,
Chris
KuranKaname said:
http://forum.xda-developers.com/moto-g-2014/development/kernel-pinkman-kernel-3-4-42-t2926384
* F2FS filesystem support (R/RW)
You can test it and report back
Click to expand...
Click to collapse
Thanks for the tip ! Is this one LP compliant (I'm now running the TEMASEK/LINARO/CM12.1 unofficial one) ?
Chris
krist0v said:
Thanks Luke for pointing this out so it means f2fs is supported whatever the kernel or custom ROM flavor is ? I'm not 100% sure, but when I flashed the G 2014 with the ROM partitions were all EXT4 (but I can't swear) ...
Newbily yours,
Chris
Click to expand...
Click to collapse
Yup, all ROMs including stock are using f2fs for /data.
LuK1337 said:
Yup, all ROMs including stock are using f2fs for /data.
Click to expand...
Click to collapse
Merci very much :victory:

Port ROM MIUI 12 for Tissot (miA1)

First Time Install / Clean Flash
1. Download the proper flashable ZIP for your device
2. This ROM is treble enabled so you need to install treble enabled TWRP (link given below)
3. Once you are inside this TWRP go to tissot manager and make your system trebled enabled and reboot TWRP recovery
4. Wipe Data/Cache/System
5. Flash the ROM
6. Reboot to Recovery Format data type yes and slide (THIS WILL WIPE YOUR INTERNAL PARTITION)
7. Reboot to system
VOILA:fingers-crossed: NOW YOU ARE IN NEW AGE MIUI AND ENJOY THE MIUI.
Credits @EpicRom
http://www.mediafire.com/file/3il5uqi8ls42v5i/xiaomi.eu_MIUI12-V20.5.28_MiA1-GSI_9.0.zip/file
Thanks! Any bug? I can't see download link
Frep said:
Thanks! Any bug? I can't see download link
Click to expand...
Click to collapse
no prominent bugs...
uploading..
Midnite said:
First Time Install / Clean Flash
1. Download the proper flashable ZIP for your device
2. This ROM is treble enabled so you need to install treble enabled TWRP (link given below)
3. Once you are inside this TWRP go to tissot manager and make your system trebled enabled and reboot TWRP recovery
4. Wipe Data/Cache/System
5. Flash the ROM
6. Reboot to Recovery Format data type yes and slide (THIS WILL WIPE YOUR INTERNAL PARTITION)
7. Reboot to system
VOILA:fingers-crossed: NOW YOU ARE IN NEW AGE MIUI AND ENJOY THE MIUI.
Click to expand...
Click to collapse
U ported it?
Harvey_Spectar said:
U ported it?
Click to expand...
Click to collapse
nope. i'm just sharing
Midnite said:
nope. i'm just sharing
Click to expand...
Click to collapse
Then i think it's necessary to give credits
Looks like it's on Android Pie, which is a bummer. Do both the cameras work properly, though? That would be amazing.
Can't start Wireless Hotspot Tathering
xpresotw said:
Can't start Wireless Hotspot Tathering
Click to expand...
Click to collapse
Set Hotspot type to default
xpresotw said:
Can't start Wireless Hotspot Tathering
Click to expand...
Click to collapse
Any other bugs??
Camera working fine?
Please this miui 12 version is based on which Android version? 10 ?
Mchasard said:
Please this miui 12 version is based on which Android version? 10 ?
Click to expand...
Click to collapse
9.0
Mchasard said:
Please this miui 12 version is based on which Android version? 10 ?
Click to expand...
Click to collapse
Pie
ROM is good, MIUI 12. Only problem is performance, SD625 in Mi A1 is too slow for animations, there are a lot of stutters.
4-64 version here..no stutters,.just reduce the animation to 0.5x..i didnt and its fine, rom is smooth, all is working but 2 big bugs:
-video recorder doesnt work
-front camera doesnt work
-main camera present redmi note 5 watermark
hey mate please help me with this
Midnite said:
First Time Install / Clean Flash
1. Download the proper flashable ZIP for your device
2. This ROM is treble enabled so you need to install treble enabled TWRP (link given below)
3. Once you are inside this TWRP go to tissot manager and make your system trebled enabled and reboot TWRP recovery
4. Wipe Data/Cache/System
5. Flash the ROM
6. Reboot to Recovery Format data type yes and slide (THIS WILL WIPE YOUR INTERNAL PARTITION)
7. Reboot to system
VOILA:fingers-crossed: NOW YOU ARE IN NEW AGE MIUI AND ENJOY THE MIUI.
Credits @EpicRom
http://www.mediafire.com/file/3il5uqi8ls42v5i/xiaomi.eu_MIUI12-V20.5.28_MiA1-GSI_9.0.zip/file
Click to expand...
Click to collapse
https://forum.xda-developers.com/mi-a1/development/please-help-bootloop-problem-t4132411
Have you permissions yo share this Port? No, you don't have
Have you put proper credits and or source? No
When you share, at least put the proper credits or source:
MIUI Epic ROMs
Group for Epic ROMs... Feedback and ideas for Epic ROMs.
t.me/epic_roms
So people can have all the información available regarding rom and bugs/tips.
And on the other hand, why you upload to MediaFire?
ROMs are uploaded to sourceforge for a reason (monitor downloads) and you are breaking the counter.
Please, correct the thread and put link to sourceforge
Any major bugs?

			
				
reharsh67 said:
Any major bugs?
Click to expand...
Click to collapse
Yes overheating sometimes and signal issues although it detects there is sim camera works fine / not smooth but all in all it works and it boots

General [CLOSED] DELETED

deleted
deleted
Reserved #1
Reserved #2
Finally, a LineageOS 19.1 without Gapps pre-installed. Kinda sad that the other los has gms built-in while the other one stopped development. But this one looks promising as it sticks to the original Lineage experience.
Some questions that I would like to have clarification before testing this ROM:
1. ROM is using Aryan Tress right? Means it does also support ANX v204?
2. Signature spoofing present in the ROM?
3. Is OTA available?
4. Will it support erofs and f2fs compression in future build?
5. Is NTFS file format for OTG and SD Card readable? (Some roms can't read my ntfs SD card which I use for backups/ROM changing)
agree with @BigChungus321 , finally a vanilla build.
Can you please tell me the difference between vantom kernel and the default?
Also are you planning to make this official?
Edit: Is this using oss vendor?
Thank you!
Stan m said:
agree with @BigChungus321 , finally a vanilla build.
Can you please tell me the difference between vantom kernel and the default?
Also are you planning to make this official?
Edit: Is this using oss vendor?
Thank you!
Click to expand...
Click to collapse
This is an oss vendor rom since the flashing instruction only says latest miui 13 firmware plus the download size for the file is 1GB+. If it is miui vendor then it should be less.
BigChungus321 said:
This is an oss vendor rom since the flashing instruction only says latest miui 13 firmware plus the download size for the file is 1GB+. If it is miui vendor then it should be less.
Click to expand...
Click to collapse
Okay thanks! Why the miui firmware though? I moved from arrow os 11 to 12 without flashing any firmware or anything else...
BigChungus321 said:
Finally, a LineageOS 19.1 without Gapps pre-installed. Kinda sad that the other los has gms built-in while the other one stopped development. But this one looks promising as it sticks to the original Lineage experience.
Some questions that I would like to have clarification before testing this ROM:
1. ROM is using Aryan Tress right? Means it does also support ANX v204?
2. Signature spoofing present in the ROM?
3. Is OTA available?
4. Will it support erofs and f2fs compression in future build?
5. Is NTFS file format for OTG and SD Card readable? (Some roms can't read my ntfs SD card which I use for backups/ROM changing)
Click to expand...
Click to collapse
to
1. its Aryan Tress yes anx should work i dont use it i use gcam
2. no since this is no linage feature like i said its a clean los build i dont modify anything
3. not yet i can add it if needed
4. erofs no since los trees if they add support for it i can switch to it f2fs is already look at github i only revertet erofs related changes
5. should work but im not really sure dont have sdcard in ntfs
Stan m said:
Okay thanks! Why the miui firmware though? I moved from arrow os 11 to 12 without flashing any firmware or anything else...
Click to expand...
Click to collapse
its oss yes you can flash firmware its not a must its just to keep everything up2date if you already on last firmware its not needed (comming from miui or already flashed from other oss rom)
_JaSoN_ said:
to
1. its Aryan Tress yes anx should work i dont use it i use gcam
2. no since this is no linage feature like i said its a clean los build i dont modify anything
3. not yet i can add it if needed
4. erofs no since los trees if they add support for it i can switch to it f2fs is already look at github i only revertet erofs related changes
5. should work but im not really sure dont have sdcard in ntfs
Click to expand...
Click to collapse
Tysm!
Signature spoof is not really a big problem since there's a workaround for microg without signature spoof. Also thank goodness no erofs, I kinda like having system as r/w. OTA not a problem as well, would be cool though for a TG channel as a way to get notified on updates in the meantime. For anx and ntfs, welp I hope it works since I personally prefer stock camera images and use my SD card to restore backups.
I'm definitely going to give this rom a shot when I get bored of my current ROM.
_JaSoN_ said:
its oss yes you can flash firmware its not a must its just to keep everything up2date if you already on last firmware its not needed (comming from miui or already flashed from other oss rom)
Click to expand...
Click to collapse
Stan m said:
Can you please tell me the difference between vantom kernel and the default?
Also are you planning to make this official?
Click to expand...
Click to collapse
What about this?
Thank you.
Stan m said:
What about this?
Thank you.
Click to expand...
Click to collapse
are you talking about stock miui kernel ? look here https://forum.xda-developers.com/t/...leepy-yuki-delta-and-doraemon-kernel.4398423/ basicly is just upstreamed and added a few features look github or look the linked thread for changes i cant write them all
_JaSoN_ said:
are you talking about stock miui kernel ? look here https://forum.xda-developers.com/t/...leepy-yuki-delta-and-doraemon-kernel.4398423/ basicly is just upstreamed and added a few features look github or look the linked thread for changes i cant write them all
Click to expand...
Click to collapse
So that means this build will never be official? Because i think lineage requires stock kernel
Stan m said:
So that means this build will never be official? Because i think lineage requires stock kernel
Click to expand...
Click to collapse
LineageOS doesn't require the stock kernel. You can't go official with the current device sources (as they are right now anyway) as LineageOS already has a different sm6150-common tree.
Aryannn999 said:
LineageOS doesn't require the stock kernel. You can't go official with the current device sources (as they are right now anyway) as LineageOS already has a different sm6150-common tree.
Click to expand...
Click to collapse
so why not use that?
Anyone using this rom want to share their opinion?
Stan m said:
Anyone using this rom want to share their opinion?
Click to expand...
Click to collapse
I'm using it for about 2 weeks... very good in my opinion, battery friendly no draining, charging fast... the alarm can wakeup phone from power off state...
Hellera said:
I'm using it for about 2 weeks... very good in my opinion, battery friendly no draining, charging fast... the alarm can wakeup phone from power off state...
Click to expand...
Click to collapse
Thanks for the reply! Btw how are you using it since 2 weeks? this was released just 5 days ago
...maybe I was confused because I'm using lineage too on another phone, Oneplus-6T... sorry about this!

Categories

Resources