Skip to content

ale5000-git/tingle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tingle

GitHub release License Build Status Liberapay receiving

What this does

This will allow you to patch the Android system and inject features without needing to recompile the OS or install Xposed.

Notably, it is made to inject support for signature spoofing into the system so it can spoof Android app signatures (useful for microG).

Download

Download it here.

Donations

Donate

Compatibility

Windows, Linux, macOS (OS X) and Android.
It doesn't require root on the OS where you run it but it require root on the device you want to patch.

Dependencies

Python, 7-Zip, Java and ADB.

Dependencies setup on Linux

  • sudo add-apt-repository universe
  • sudo apt-get update
  • sudo apt-get install python3 p7zip-full default-jre android-tools-adb

Dependencies setup on macOS (using Homebrew)

  • brew update
  • brew install python3
  • brew install p7zip
  • brew cask install java
  • brew cask install android-platform-tools

How to use

  1. Make sure Developer options is enabled. This is hidden by default since sometime in Android 4.x, you can show it by going to About phone and tapping on the Build number 7 times in succession.
  2. In the developer settings, find the setting for Android debugging and enable it.
  3. Find the setting for Root access and make sure ADB has root access.
  4. Connect your device via USB.
  5. Now, on the computer, run python main.py (or python3 main.py).
  6. Select the option 1 to allow the patcher to do everything automatically.
  7. Reboot the device.

You can run this patcher also when the device is in Android's recovery.

You will need to reboot for Android to detect that you've installed a new framework and so for Dalvik/ART to re-optimise all the apps on the phone. Without this, you may receive an INSTALL_FAILED_DEXOPT error when installing new apps.

Note: You will need to redo this everytime you flash a new /system partition (e.g. flashing an updated LineageOS zip or a different ROM).
Note for Magisk users: Apply Android patches before installing Magisk to be sure everything is working correctly.

Code analysis

Codacy Badge Codebeat Badge Code Climate Badge