MirrorNest
← Tüm kılavuzlar

Rooting Android with Magisk (overview)

Magisk is the standard modern tool for rooting Android devices in a way that can hide itself from apps that check for root — this is a conceptual overview of the process, since exact steps vary significantly by device manufacturer and model.

Hedef: Android 8.0+ (device-specific steps required)rootingMagiskadvancedResmi ana sayfa ↗Resmi belgeler ↗
Bu kılavuz, yukarıda bağlantısı verilen Rooting Android with Magisk (overview) kendi resmi belgelerinden derlenmiştir — dağıtım ve proje sürümleri zamanla değiştiğinden, bu komutları bir üretim sunucusunda çalıştırmadan önce tam paket/sürüm adlarını her zaman orada kontrol edin.
  1. 1Unlock the bootloader

    This is manufacturer- and model-specific, usually done through the device's Developer Options and a fastboot command from a computer -- and it permanently voids most warranties and wipes all data on the device.

    Some manufacturers (notably most US carrier-locked phones) don't allow bootloader unlocking at all -- check your exact model's support before going further.

  2. 2Patch your device's stock boot image with Magisk

    Install the Magisk app, download your device's exact stock boot.img/init_boot.img for your current Android version/build, then use Magisk's 'Install' > 'Select and Patch a File' option to produce a patched image.

  3. 3Flash the patched image via fastboot

    With the bootloader unlocked, flash the Magisk-patched boot image back to the device from a computer using fastboot.

    fastboot flash boot magisk_patched.img

    Rooting removes Android's normal security sandboxing for whichever apps you grant root access to, disables some banking/streaming apps' functionality (SafetyNet/Play Integrity checks), and carries real risk of bricking a device if a step is done wrong for your specific model -- research your exact device model's known-good procedure before attempting this.