├── README.md ├── REDME.MD ├── REDME.md ├── bin ├── 7z.dll ├── 7z.exe ├── AdbWinApi.dll ├── AdbWinUsbApi.dll ├── Linux │ ├── aarch64 │ │ ├── erofsUnpack │ │ ├── lpmake │ │ ├── make_ext4fs │ │ └── payload-dumper-go │ └── x86_64 │ │ ├── erofsUnpack │ │ ├── lpmake │ │ ├── make_ext4fs │ │ └── payload-dumper-go ├── Windows │ ├── 7z.dll │ ├── 7z.exe │ ├── busybox.exe │ ├── cecho.exe │ ├── cygwin1.dll │ ├── erofsUnpack.exe │ ├── lpmake.exe │ ├── make_ext4fs.exe │ ├── mkfs.erofs.exe │ └── payload_dumper.exe ├── adb.exe ├── busybox.exe ├── configure.txt ├── cygwin1.dll ├── erofsUnpack.exe ├── fastboot.exe ├── flash-format.bat ├── flash-update.bat ├── install_format.bat ├── install_update.bat ├── libwinpthread-1.dll ├── lpmake.exe ├── make_ext4fs.exe ├── payload-dumper-go.exe └── platform-tools │ ├── AdbWinApi.dll │ ├── AdbWinUsbApi.dll │ ├── adb.exe │ ├── busybox.exe │ ├── fastboot.exe │ ├── libwinpthread-1.dll │ ├── make_f2fs.exe │ ├── make_f2fs_casefold.exe │ ├── mke2fs.conf │ └── mke2fs.exe ├── erofs2ext4Converter.bat └── erofs2ext4Converter.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/README.md -------------------------------------------------------------------------------- /REDME.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/REDME.MD -------------------------------------------------------------------------------- /REDME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/REDME.md -------------------------------------------------------------------------------- /bin/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/7z.dll -------------------------------------------------------------------------------- /bin/7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/7z.exe -------------------------------------------------------------------------------- /bin/AdbWinApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/AdbWinApi.dll -------------------------------------------------------------------------------- /bin/AdbWinUsbApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/AdbWinUsbApi.dll -------------------------------------------------------------------------------- /bin/Linux/aarch64/erofsUnpack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/aarch64/erofsUnpack -------------------------------------------------------------------------------- /bin/Linux/aarch64/lpmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/aarch64/lpmake -------------------------------------------------------------------------------- /bin/Linux/aarch64/make_ext4fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/aarch64/make_ext4fs -------------------------------------------------------------------------------- /bin/Linux/aarch64/payload-dumper-go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/aarch64/payload-dumper-go -------------------------------------------------------------------------------- /bin/Linux/x86_64/erofsUnpack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/x86_64/erofsUnpack -------------------------------------------------------------------------------- /bin/Linux/x86_64/lpmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/x86_64/lpmake -------------------------------------------------------------------------------- /bin/Linux/x86_64/make_ext4fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/x86_64/make_ext4fs -------------------------------------------------------------------------------- /bin/Linux/x86_64/payload-dumper-go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Linux/x86_64/payload-dumper-go -------------------------------------------------------------------------------- /bin/Windows/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/7z.dll -------------------------------------------------------------------------------- /bin/Windows/7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/7z.exe -------------------------------------------------------------------------------- /bin/Windows/busybox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/busybox.exe -------------------------------------------------------------------------------- /bin/Windows/cecho.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/cecho.exe -------------------------------------------------------------------------------- /bin/Windows/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/cygwin1.dll -------------------------------------------------------------------------------- /bin/Windows/erofsUnpack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/erofsUnpack.exe -------------------------------------------------------------------------------- /bin/Windows/lpmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/lpmake.exe -------------------------------------------------------------------------------- /bin/Windows/make_ext4fs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/make_ext4fs.exe -------------------------------------------------------------------------------- /bin/Windows/mkfs.erofs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/mkfs.erofs.exe -------------------------------------------------------------------------------- /bin/Windows/payload_dumper.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/Windows/payload_dumper.exe -------------------------------------------------------------------------------- /bin/adb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/adb.exe -------------------------------------------------------------------------------- /bin/busybox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/busybox.exe -------------------------------------------------------------------------------- /bin/configure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/configure.txt -------------------------------------------------------------------------------- /bin/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/cygwin1.dll -------------------------------------------------------------------------------- /bin/erofsUnpack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/erofsUnpack.exe -------------------------------------------------------------------------------- /bin/fastboot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/fastboot.exe -------------------------------------------------------------------------------- /bin/flash-format.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/flash-format.bat -------------------------------------------------------------------------------- /bin/flash-update.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/flash-update.bat -------------------------------------------------------------------------------- /bin/install_format.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/install_format.bat -------------------------------------------------------------------------------- /bin/install_update.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/install_update.bat -------------------------------------------------------------------------------- /bin/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/libwinpthread-1.dll -------------------------------------------------------------------------------- /bin/lpmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/lpmake.exe -------------------------------------------------------------------------------- /bin/make_ext4fs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/make_ext4fs.exe -------------------------------------------------------------------------------- /bin/payload-dumper-go.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/payload-dumper-go.exe -------------------------------------------------------------------------------- /bin/platform-tools/AdbWinApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/AdbWinApi.dll -------------------------------------------------------------------------------- /bin/platform-tools/AdbWinUsbApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/AdbWinUsbApi.dll -------------------------------------------------------------------------------- /bin/platform-tools/adb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/adb.exe -------------------------------------------------------------------------------- /bin/platform-tools/busybox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/busybox.exe -------------------------------------------------------------------------------- /bin/platform-tools/fastboot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/fastboot.exe -------------------------------------------------------------------------------- /bin/platform-tools/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/libwinpthread-1.dll -------------------------------------------------------------------------------- /bin/platform-tools/make_f2fs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/make_f2fs.exe -------------------------------------------------------------------------------- /bin/platform-tools/make_f2fs_casefold.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/make_f2fs_casefold.exe -------------------------------------------------------------------------------- /bin/platform-tools/mke2fs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/mke2fs.conf -------------------------------------------------------------------------------- /bin/platform-tools/mke2fs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/bin/platform-tools/mke2fs.exe -------------------------------------------------------------------------------- /erofs2ext4Converter.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/erofs2ext4Converter.bat -------------------------------------------------------------------------------- /erofs2ext4Converter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/erofs2ext4Converter-for-MIUI-Device/HEAD/erofs2ext4Converter.sh --------------------------------------------------------------------------------