Smali Patcher
v6.7
Smali Patcher is a tool for Android devices that pulls the android framework from the device, applies useful patches to the sourced framework files, and then finally generates a magisk module to apply the patches systemlessly to the device.
Here are a few highlights of the Smali Patcher:
- Pulls the Android Framework files right from your device for maximum compatibility.
- Supports all Android devices and (relatively latest) versions.
- Makes use of Magisk Framework
- Systemless design – no system files are actually changed.
- User friendly.
- much more.
Here’s a list of patches offered:
- Mock locations – Hide mock locations status, allowing apps like Pokemon GO to treat them as genuine location updates.
- Secure flag – Allow screenshots/screen sharing on secure apps.
- Signature verification – Disable signature verification allowing modification/execution of signed system apps.
- Signature spoofing – Enable signature spoofing app permission.
- Recovery reboot – Reboot directly back into recovery from the power menu.
- Samsung Knox – Bypass Samsung Knox trip protection, only confirmed working for the secure folder.
- High volume warning – Disable high volume popup dialog.
Developer: fOmey
Last updated: June 30, 2020
Version: v6.7
Size: 1.03 MB
How to use Smali Patcher?
Before proceeding with the instructions, please make sure that you meet the below requirements:
- A PC with at least 3GB of RAM.
- .NET Framework 4.7.1 or later installed.
- Java installed.
- Android device running 6.0 or above.
Using Smali Patcher (Automatic method – Recommended)
- Backup your device.
- Enable USB debugging on your device.
- Connect your device to your PC via USB cable.
- Download the SmaliPatcher to your computer.
- Run ‘SmaliPatcher.exe‘ on your computer. The tool will automatically download the latest necessary binaries during startup.
- Select the patches that you would like to apply.
- Hit the ‘ADB PATCH‘ button (without browsing for a .jar file).
- Once the process has completed, the magisk module will be generated in the same folder as “SmaliPatcher.exe” named: ‘SmaliPatcherModule-X.X.X.X-fOmey@XDA.zip‘.
- Flash the generated magisk module (from the previous step) either in recovery mode or from the magisk app.
- Go to Magisk Manager > Module > Enable smali patcher module.
Using Smali Patcher (Alternate method)
- Backup your device.
- Enable USB debugging on your device.
- Connect your device to your PC via USB cable.
- Download the SmaliPatcher to your computer.
- Run ‘SmaliPatcher.exe‘ on your computer. The tool will automatically download the latest necessary binaries during startup.
- Navigate to the /system/framework directory. The easiest way is to obtain these files from your device ROM img/zip file.
- Select the patches that you would like to apply.
- Hit the ‘ADB PATCH‘ button (without browsing for a .jar file).
- Once the process has completed, the magisk module will be generated in the same folder as “SmaliPatcher.exe” named: ‘SmaliPatcherModule-X.X.X.X-fOmey@XDA.zip‘.
- Flash the generated magisk module (from the previous step) either in recovery mode or from the magisk app.
- Go to Magisk Manager > Module > Enable smali patcher module.
More information and support: Developer’s Note