supechicken / ChromeOS-ARCVM-Root

Scripts for rooting ChromeOS ARCVM-based Android subsystem (Android 11+)
GNU General Public License v3.0
34 stars 6 forks source link
android chromebook chromeos root

Scripts for rooting ChromeOS ARCVM-based Android subsystem (Android 11+)

Root ChromeOS Android subsystem with KernelSU, only support ARCVM (not ARC++)

This script will download and install the prebuilt ARCVM kernel from KernelSU GitHub Releases.

Instruction

[!NOTE] ChromeOS developer mode needs to be enabled first, see here for more information.

[!IMPORTANT] This script will NOT install the KernelSU Android app automatically, you need to install it yourself

Root

curl -Ls https://raw.githubusercontent.com/supechicken/ChromeOS-ARCVM-Root/main/root.sh | sudo bash -eu

Unroot

curl -Ls https://raw.githubusercontent.com/supechicken/ChromeOS-ARCVM-Root/main/unroot.sh | sudo bash -eu

Notes