Skip to content

Faiiev/taichi-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaiChi·Magisk

中文版

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 ~ 10.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?

  1. TaiChi·Magisk can hook system process, so more modules are supported, such as Xposed Edge/Greenify.
  2. TaiChi·Magisk don't need to modify app, it is very fast to create apps.
  3. 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?

  1. TaiChi·Magisk fully supports Android Pie.
  2. 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.
  3. TaiChi·Magisk doesn't need to reboot sysytem in most cases.
  4. 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:

  1. Install Magisk.
  2. Flash the magisk module provided by TaiChi. You can find it in release page.
  3. Install TaiChi App. You can find it in Release page of TaiChi.

Here are more informations in detail:

Official Website

Notice

Usage

FAQ

Known Issues

Please read every instructions carefully.

Changelog

v4.9.6:

Support Android Q of Xiaomi devices(Xiaomi 9, MIX 2S, etc)

v4.9.4:

Android Q Beta5 Support.

v4.9.3:

Support Android Q Beta 4.

v4.9.0:

  1. Support Android Q beta 2.
  2. Global mode.

v4.8.0:

Support new module installer introduced in Magisk 19.

Discussion

Telegram Group

Contact

Releases

No releases published

Packages

No packages published

Languages