MirrorNest
← Tous les guides

Shizuku

Shizuku lets ordinary apps use higher-privilege system APIs (normally reserved for ADB or root) with your explicit per-app permission — a middle ground between a completely stock device and full root access.

Système : Android 6.0+ (Android 11+ works without a computer)ADBprivileged-accessno-rootSite officiel ↗Documentation officielle ↗
Ce guide est élaboré à partir de la documentation officielle de Shizuku, dont le lien figure ci-dessus — vérifiez toujours les noms exacts des paquets/versions avant d'exécuter ces commandes sur un serveur de production, car les versions de la distribution et du projet évoluent avec le temps.
  1. 1Install Shizuku

  2. 2Start Shizuku (Android 11+, wireless debugging method)

    Enable Developer Options and Wireless debugging, then pair and start Shizuku directly from its own app -- no computer required on Android 11 and up.

  3. 3Start Shizuku via ADB (older Android versions)

    On Android 10 and below, Shizuku needs to be started once per boot from a computer over a USB ADB connection.

    adb shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh
  4. 4Grant Shizuku access to apps that support it

    Apps that integrate with Shizuku (several system-tweak and automation apps) will show a permission request the same way they'd request camera or storage access -- approve it there.

    Shizuku's access resets on every reboot unless you have root or use a Shizuku-specific auto-start method, since it isn't a persistent system-level change like actual rooting.