Add Mi Push Service Framework into system systemlessly. Change some props to fake miui. Kill official Xiaomi Service Framework. NOT include Push manager. Some features require Riru - Core installed.
- Add
MIUIprop in yourbuild.propto fake your device toXiaoMi. - Fake as a
XiaoMiDevice by hooksystem_property_get. (Required Riru Core installed.) - Add
Push Service Frameworkto system systemlessly. - Disable official
Xiaomi Service Frameworkthat you can useMi Push Service.
Module will change these props that follow down.
ro.miui.ui.version.name=V10ro.miui.ui.version.code=8ro.miui.version.code_time=1544025600ro.fota.oem=Xiaomiro.miui.internal.storage=/sdcard/
And __system_property_get (android::base::GetProperty on Pie+) will be hooked and these props will be changed in packages selected in
manager with value map below (Required Riru Core installed.).
ro.product.manufacturer=Xiaomiro.product.brand=Xiaomiro.product.name=Xiaomi
- v0.3.6.20181130.7881203 (266) [2018/12/13] -Add MIUI 10 prop to module. -Update Push Service Framework and priv-app permissions to v0.3.6.20181130.7881203 (266).
- Only arm & arm64 devices can install this module.
- Module don't include manager, you can download the current version at https://github.com/Trumeet/MiPushFramework/releases and install it manually.
- Riru Core is required by some features, please install it in Magisk first. Download
- If you want to learn more about XiaoMiPushFramework, please visit https://github.com/Trumeet/MiPushFramework.
- If you want to disable XiaoMiPushFramework, please visit https://github.com/cubesky/MiPushFrameworkFake.
- Trumeet - MiPushFramework
- cubesky - MiPushFake
- RikkaW - Riru
- TimothyZhang023 - Riru-MiPushFake
- MlgmXyysd - This module.
- Qida - Kill XiaoMi Service Framework (I can't find repo's link, if someone know, please tell me.)