TaiChi·Magisk
This repo has migrated to Official Magisk Repo!!
What is TaiChi·Magisk?
TaiChi·Magisk is the enhanced version of TaiChi。
TaiChi is a framework to use Xposed module with or without Root/Unlock bootloader, it support Android 5.0 ~ 9.0.
The normal TaiChi can not hook into system process, and it must uninstall the original app when create new app.TaiChi·Magisk can overcome these shortcomings. TaiChi·Magisk hooks into system process via a magisk module, it can intercept all processes in system, so it can do all which Xposed Framework can do.
To be specific, what are the differences between TaiChi·Magisk and TaiChi?
- TaiChi·Magisk can hook system process, so more modules are supported, such as Xposed Edge/Greenify.
- TaiChi·Magisk don't need to modify app, it is very fast to create apps.
- TaiChi·Magisk has more control over system, so it is more stable than the normal version.
And what are the differences between TaiChi·Magisk and Xposed Framework?
- TaiChi·Magisk fully supports Android Pie.
- TaiChi·Magisk does not effect the android system and it does not hook all apps in system. Only the apps you want to apply Xposed modules are hooked. Other apps in system run in a completely clean environment.
- TaiChi·Magisk doesn't need to reboot sysytem in most cases.
- TaiChi·Magisk is hard to detect. TaiChi doesn't modify the libart and app_process, it has nearly no noticeable characteristics.
How to use ?
In simple terms, follow the steps:
- Install Magisk.
- Flash the magisk module provided by TaiChi. You can find it in release page.
- Install TaiChi App.
Here are more informations in detail:
Please read every instructions carefully.