kam821 / taichi

Taichi v6.1.6

Home Page:https://taichi.cool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Please read every instructions carefully.

Changelog

v6.1.0

Support pre-init sepolicy for Magisk 20.2

v6.0.0

No new feature, infrastructure evolution.

Old versions

v5.1.7

Small enhancement for hiding module from detection.

v5.1.6

Add uninstall script.

v5.1.4 & 5.1.5

fix some bootloop of Android 10 devices.

v5.1.3:

  1. fix some bootloop of Android 10 devices.
  2. better support for Android M & N.

v5.1.1 & 5.1.2:

Fix Chrome crash in some Android Q devices.

v5.1.0:

Feature: Exclusion list for global mode.

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

About

Taichi v6.1.6

https://taichi.cool


Languages

Language:Shell 100.0%