All Projects → taichi-framework → Taichi

taichi-framework / Taichi

A framework to use Xposed module with or without Root/Unlock bootloader, supportting Android 5.0 ~ 11.

Projects that are alternatives of or similar to Taichi

OneTapVideoDownload
Download Videos on Android with One Tap.
Stars: ✭ 51 (-98.89%)
Mutual labels:  xposed, xposed-framework
Virtualxposed
A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
Stars: ✭ 12,648 (+175.68%)
Mutual labels:  xposed, non-root
Snorlax
Xposed module (Android) to check pokemons stats
Stars: ✭ 62 (-98.65%)
Mutual labels:  xposed, xposed-framework
droid controller
Control the parameters of an Android system with the power of Xposed framework. 通过Xposed框架控制Android参数。
Stars: ✭ 15 (-99.67%)
Mutual labels:  xposed, xposed-framework
Edxposed
Elder driver Xposed Framework.
Stars: ✭ 4,458 (-2.83%)
Mutual labels:  xposed, xposed-framework
WearPay
Xposed Module, 让Android Wear支持微信和支付宝扫码支付
Stars: ✭ 22 (-99.52%)
Mutual labels:  xposed
Xposedinstaller
No description or website provided.
Stars: ✭ 3,441 (-25%)
Mutual labels:  xposed
epic
EPIC For Android P/Q By Saurik
Stars: ✭ 42 (-99.08%)
Mutual labels:  xposed
AllMy...
Xposed Tweaks. Mostly for CyanogenMod/AOSP/TouchWiz.
Stars: ✭ 21 (-99.54%)
Mutual labels:  xposed
Androididchanger
Xposed Module for Changing Android Device Info
Stars: ✭ 394 (-91.41%)
Mutual labels:  xposed
Wework
xposed 企业微信 个人微信 hook 自动抢回复 消息防撤回 会话 好友列表 群管理 朋友圈 机器人 SDK
Stars: ✭ 352 (-92.33%)
Mutual labels:  xposed
Fuckview
[Deprecated] An app which can block any views you want to block in any apps.It's experimental.
Stars: ✭ 303 (-93.4%)
Mutual labels:  xposed
CorePatch
Disable signature verification For Android
Stars: ✭ 603 (-86.86%)
Mutual labels:  xposed
Xposedbridge
The Java part of the Xposed framework.
Stars: ✭ 3,420 (-25.46%)
Mutual labels:  xposed
bitnami-docker-dokuwiki
Bitnami Docker Image for DokuWiki
Stars: ✭ 98 (-97.86%)
Mutual labels:  non-root
Rebatebot
RebateBot, based on WeChat to establish robot channels and users to quickly generate rebate links through chat
Stars: ✭ 361 (-92.13%)
Mutual labels:  xposed
bitnami-docker-cert-manager
Bitnami Docker Image for Cert-manager
Stars: ✭ 15 (-99.67%)
Mutual labels:  non-root
Fakelocation
Xposed module to mock locations per app.
Stars: ✭ 300 (-93.46%)
Mutual labels:  xposed
Xposedtools
These tools can be used to compile and package the Xposed framework.
Stars: ✭ 355 (-92.26%)
Mutual labels:  xposed
Corepatch
Disable signature verification For Android
Stars: ✭ 277 (-93.96%)
Mutual labels:  xposed

TaiChi

Introduction

TaiChi is a framework to use Xposed module with or without Root/Unlock bootloader, it currently supports Android 5.0 ~ 10.0.

In simple words, TaiChi is a Xposed-Styled Framework, it can load Xposed modules, do hooks and so on.

Features

TaiChi is Xposed-Styled, but it has no relation with Xposed. The only relevance is that TaiChi can load Xposed modules, the implementation of TaiChi and Xposed Framework is very different.

Here are some features of Taichi:

  1. TaiChi fully supports Android Pie.
  2. TaiChi can run in a non-root environment.
  3. TaiChi does not affect the android system and it does not hook all apps in system. Only the apps that you want to apply Xposed modules are hooked. Other apps in your system will run in a completely intact environment, which means TaiChi can pass SafetyNet easily.
  4. TaiChi doesn't need to reboot system in most cases.
  5. TaiChi is hard to be detected. TaiChi doesn't modify the libart and app_process, thus it has nearly no noticeable characteristics.

Usage

TaiChi has two operating mode: magisk mode and non-root mode. If you don't want to unlock the bootloader/flash system images, you can use the non-root mode, but if you prefer more powerful functions, you will need to go for the magisk mode.

What is the different with magisk mode and non-root mode?

The only difference is that magisk mode can hook system process (see below), so more modules are supported, such as Xposed Edge/Greenify. But magisk mode needs an unlocked bootloader and an active Magisk installation, while non-root mode users just need to install TaiChi.

Non-Root mode

TaiChi runs in non-root mode in genernal, just install TaiChi, and you are good to go. If you want to use Xposed modules, for example, you'd like to use SnapFreedom on SnapChat, follow these steps:

  1. Click the float button in main page of TaiChi, and click the button : Create App.
  2. Select the app you'd like to apply Xposed module, such as SnapChat.
  3. Click the "Create" button at the bottom and wait patiently for the process to finish.
  4. After the creation process is finished, TaiChi will tell you that you will need to uninstall the original SnapChat. Please uninstall it, as this is necessary due to TaiChi in non-root mode needs to modify the target APK file which means we have to re-sign the APK.
  5. Follow the steps as instructed in TaiChi app until you installed the re-signed version of the app.
  6. Enter the Module Manage section by clicking the button "Module Manager" in the float button of Home page.
  7. Check the SnapFreedom module.
  8. Kill the process of SnapChat, and the Xposed module applied should work properly now.(A system reboot is not necessary)

Magisk mode

Non-root mode of TaiChi has some shortcommings even though it does not need a unlocked bootloader. We've developed a magisk module to overcome the problems. This module can give TaiChi in magisk mode extra power to perform operations such as :-

  1. TaiChi has the ability to hook into system process.
  2. No apk modification is needed, thus retaininng the original signature of apk.

After you flashed the magisk module provided by TaiChi, TaiChi will switch to magisk mode automaticly: TaiChi App + magisk module = TaiChi·Magisk. When the TaiChi magisk module is disabled or removed, TaiChi app will switch back to non-root mode.

If you want to use magisk mode, please read the wiki carefully.

For Developers

TaiChi is a framework, and developers are welcomed to write xposed modules with hooks based on TaiChi Framework. Module written based on TaiChi framework is fully compatible with Xposed Framework, so contrary a Xposed Framework-based module will work well with the TaiChi framework too.

But before that, we need to clarify that there's still some differences between TaiChi Framework and Xposed Framework, please refer For Xposed Developers for further details.

Discussion

Contact me

email

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].