Skip to content

A program that automates various tasks related to rooting/patching Android devices using Magisk.

License

Notifications You must be signed in to change notification settings

TheRealMrWicked/MagiskUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magisk Utilities

A program that automates various tasks related to rooting/patching Android devices using Magisk.

Usage

Arguments

-r,  --root               Roots a boot image, a file must be given as an argument.

-sd, --samsung-download   Downloads the latest firmware for a connected samsung device.

-sr, --samsung-root       Downloads the latest firmware for a connected samsung device,
                          patches the recovery and roots the boot image.

-pr, --patch-recovery     Patches the recovery image of a Samsung device, to enable fastbootd.
                          NOTE: Only works with devices launched with Android 10 or higher.

-h,  --help               Displays this help message.

-v,  --version            Displays the version information.

Examples

Root:

./magiskutils -r boot.img

Samsung Download:

./magiskutils -sd

Samsung Auto-Root:

./magiskutils -sr

Patch Recovery:

./magiskutils -pr recovery.img

Additional Scripts

There are also shell scripts that can be used to patch boot images, without needing to use the main program, made for Windows and Linux.

Its usage is simply: ./boot_patch <boot.img> [-sar]

These scripts are based on boot_patch.sh made by topjohnwu.

Documentation

The documentation for this program can be found here.

Credits

Magisk Utilities written by MrWicked.

Magisk created by topjohnwu.

Magiskboot For Windows created by svoboda18.

SamFirm.NET created by jesec.

Licence

GNU Public Licence Version 3

About

A program that automates various tasks related to rooting/patching Android devices using Magisk.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published