ANXMiuiApps
ANXMiuiApps copied to clipboard
Miui Apps Ported to AOSP-Based ROMs for Xiaomi's SD845 Devices
ANXMiuiApps
Miui Apps Port for Beryllium
Self sufficient repository to decompile to smali, recompile, sign, decompile to java, push to device app port.
miui_POCOF1Global_9.2.21_a824dad658_9.0 was used as src.
Recommended to open this Repository in VSCode
This repository requires git-lfs
Get it from https://git-lfs.github.com/
Follow Step 1 of Getting Started. i.e. run once git lfs install
Then clone this repository. If you have already cloned, run clone once again.
Also requires Java 1.7 or 1.8, and 7-zip.
Instructions for Development:
- Clone this repository
- Run redo.bat
- Start porting
Instructions for Testing:
- Download the
zip
from https://github.com/XEonAX/ANXMiuiApps/releases/ - Install the Magisk
zip
with Magisk, or Unityzip
with recovery - Reboot Once, if it doesn't work properly, reboot twice.
- Start Testing
Special Thanks to
Steps to Port MiuiCamera:
- Unpack System of Miui
- Setup Framework for APKTool
- Add decompiled required java libs
- Set required = false in AndroidManifest of these libs as their code is now included
- Add missing smali files from decompiled miui rom
- Add native libs
- Edit Smali 1.