├── README.md ├── bin ├── Linux │ ├── aarch64 │ │ ├── extract.erofs │ │ ├── img2simg │ │ ├── lpmake │ │ ├── magiskboot │ │ ├── make_ext4fs │ │ ├── mkfs.erofs │ │ ├── payload-dumper-go │ │ ├── vbmeta-disable-verification │ │ └── zstd │ └── x86_64 │ │ ├── extract.erofs │ │ ├── img2simg │ │ ├── lpmake │ │ ├── magiskboot │ │ ├── make_ext4fs │ │ ├── mkfs.erofs │ │ ├── payload-dumper-go │ │ ├── vbmeta-disable-verification │ │ └── zstd ├── apktool │ ├── baksmali.jar │ └── smali.jar ├── flash │ ├── flash_and_format.bat │ ├── flash_update.bat │ ├── platform-tools-windows │ │ ├── AdbWinApi.dll │ │ ├── AdbWinUsbApi.dll │ │ ├── NOTICE.txt │ │ ├── adb.exe │ │ ├── awk.exe │ │ ├── curl.exe │ │ ├── cut.exe │ │ ├── dmtracedump.exe │ │ ├── etc1tool.exe │ │ ├── fastboot.exe │ │ ├── hprof-conv.exe │ │ ├── libwinpthread-1.dll │ │ ├── make_f2fs.exe │ │ ├── make_f2fs_casefold.exe │ │ ├── mke2fs.conf │ │ ├── mke2fs.exe │ │ ├── source.properties │ │ ├── sqlite3.exe │ │ └── zstd.exe │ ├── update-binary │ └── zstd ├── getSuperSize.sh ├── imgextractor │ ├── __pycache__ │ │ └── ext4.cpython-310.pyc │ ├── ext4.py │ └── imgextractor.py └── port_config ├── port.sh └── setup.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/README.md -------------------------------------------------------------------------------- /bin/Linux/aarch64/extract.erofs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/extract.erofs -------------------------------------------------------------------------------- /bin/Linux/aarch64/img2simg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/img2simg -------------------------------------------------------------------------------- /bin/Linux/aarch64/lpmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/lpmake -------------------------------------------------------------------------------- /bin/Linux/aarch64/magiskboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/magiskboot -------------------------------------------------------------------------------- /bin/Linux/aarch64/make_ext4fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/make_ext4fs -------------------------------------------------------------------------------- /bin/Linux/aarch64/mkfs.erofs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/mkfs.erofs -------------------------------------------------------------------------------- /bin/Linux/aarch64/payload-dumper-go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/payload-dumper-go -------------------------------------------------------------------------------- /bin/Linux/aarch64/vbmeta-disable-verification: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/vbmeta-disable-verification -------------------------------------------------------------------------------- /bin/Linux/aarch64/zstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/aarch64/zstd -------------------------------------------------------------------------------- /bin/Linux/x86_64/extract.erofs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/extract.erofs -------------------------------------------------------------------------------- /bin/Linux/x86_64/img2simg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/img2simg -------------------------------------------------------------------------------- /bin/Linux/x86_64/lpmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/lpmake -------------------------------------------------------------------------------- /bin/Linux/x86_64/magiskboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/magiskboot -------------------------------------------------------------------------------- /bin/Linux/x86_64/make_ext4fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/make_ext4fs -------------------------------------------------------------------------------- /bin/Linux/x86_64/mkfs.erofs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/mkfs.erofs -------------------------------------------------------------------------------- /bin/Linux/x86_64/payload-dumper-go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/payload-dumper-go -------------------------------------------------------------------------------- /bin/Linux/x86_64/vbmeta-disable-verification: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/vbmeta-disable-verification -------------------------------------------------------------------------------- /bin/Linux/x86_64/zstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/Linux/x86_64/zstd -------------------------------------------------------------------------------- /bin/apktool/baksmali.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/apktool/baksmali.jar -------------------------------------------------------------------------------- /bin/apktool/smali.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/apktool/smali.jar -------------------------------------------------------------------------------- /bin/flash/flash_and_format.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/flash_and_format.bat -------------------------------------------------------------------------------- /bin/flash/flash_update.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/flash_update.bat -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/AdbWinApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/AdbWinApi.dll -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/AdbWinUsbApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/AdbWinUsbApi.dll -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/NOTICE.txt -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/adb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/adb.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/awk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/awk.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/curl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/curl.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/cut.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/cut.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/dmtracedump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/dmtracedump.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/etc1tool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/etc1tool.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/fastboot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/fastboot.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/hprof-conv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/hprof-conv.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/libwinpthread-1.dll -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/make_f2fs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/make_f2fs.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/make_f2fs_casefold.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/make_f2fs_casefold.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/mke2fs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/mke2fs.conf -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/mke2fs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/mke2fs.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/source.properties: -------------------------------------------------------------------------------- 1 | Pkg.UserSrc=false 2 | Pkg.Revision=33.0.2 -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/sqlite3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/sqlite3.exe -------------------------------------------------------------------------------- /bin/flash/platform-tools-windows/zstd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/platform-tools-windows/zstd.exe -------------------------------------------------------------------------------- /bin/flash/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/update-binary -------------------------------------------------------------------------------- /bin/flash/zstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/flash/zstd -------------------------------------------------------------------------------- /bin/getSuperSize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/getSuperSize.sh -------------------------------------------------------------------------------- /bin/imgextractor/__pycache__/ext4.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/imgextractor/__pycache__/ext4.cpython-310.pyc -------------------------------------------------------------------------------- /bin/imgextractor/ext4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/imgextractor/ext4.py -------------------------------------------------------------------------------- /bin/imgextractor/imgextractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/imgextractor/imgextractor.py -------------------------------------------------------------------------------- /bin/port_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/bin/port_config -------------------------------------------------------------------------------- /port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/port.sh -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ljc-fight/miui_port/HEAD/setup.sh --------------------------------------------------------------------------------