supechicken / ChromeOS-ARCVM-Root

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Try installing the KernelSU module under root_fix_module/ if root does not work on some of your Android apps.

About

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

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%