About MFP 4.1.1 and higher

About MFP 4.1.1 and higher

@leegarchat

Built on the logic of Autorack by @erenmetesarr - https://github.com/erenmete/autorepack


@pocof3dfe

Versions 4.1.0 and below guide here

https://telegra.ph/Not-actuality-MFP--410-02-07


Be careful, this is a test version that works according to my tests, in some cases there may be problems. in this case, you need to send me recovery.log

What is it for?

Due to the fact that all new devices have a structure of memory partitions Dynamic partitions A / B. We have problems installing the ROM, we need to reboot the TVRP several times, there is a ROM with RO memory. In general, everything is difficult.

I collected such a script on my knees, how unviral it is for other devices is not clear, but working on Aalioth / in


Its essence is simple, you need to fill in the arguments that comes in the MFP archive

From the names of the arguments it is clear what they do. but let me tell you more

The MAKERW argument grants read and write permissions to all system partitions, and also expands them to the maximum available size.

Argument DFE, I think it is not necessary to introduce

REFLASH RECOVERY, Installs previous recovery (not the one you are in with fastboot boot recovery.img ) to new ROM

FLASH RECOVERY sets Recovery to boot

FLASH ROM, install new ROM and patch it with DFE/MAKERW if arguments are given

FLASH ADDITION ZIP adds additional archives to the queue, such as magisk/gapps/kernel


Thus, we show the path to the file, if the path is not specified, but only the file name is specified, it must be placed in the same folder with the MFP. after filling in all the arguments, go to TWRP and just flash 1 MFP file, it will install all the specified files at a time

If the file name contains the ARGOUT "ARGOUT-MFP-4.x.x.zip" argument, then you need to place arguments.txt in the same folder as mfp.zip. If nothing is specified, then the arguments will be read from the arguments.txt in the archive


This script can do the work of a simple DFE or a simple MAKERW of an existing ROM. Thus this script works through sideload. make changes to arguments.txt inside DFE "yes" or MAKERW "yes" archive and run via adb sideload mfp.zip

Doesn't work on LineageOS based recovery (including HentaiOS)

You need exactly TWRP / Ofox sideload in the case of RO systems, if you need to remove encryption on the conditional ArrowOS, which has RW memory, then you can use it through AOSP RECVOERY (lineageOS based)


Here is an example of filled arguments.txt





NOTE:

The MFP has foolproofing.

That is, if you set a port that will not start with magisk, then magisk will be disabled.

If you install a port/hosttree ROM that can only work with TWRP vashy, then automatically TWRP will be installed from VASHY


Report Page