https://github.com/supechicken/chromeos-arcvm-root
Scripts for rooting ChromeOS ARCVM-based Android subsystem (Android 11+)
https://github.com/supechicken/chromeos-arcvm-root
android chromebook chromeos root
Last synced: 11 months ago
JSON representation
Scripts for rooting ChromeOS ARCVM-based Android subsystem (Android 11+)
- Host: GitHub
- URL: https://github.com/supechicken/chromeos-arcvm-root
- Owner: supechicken
- License: gpl-3.0
- Created: 2023-06-16T14:18:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T15:25:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T22:38:39.665Z (over 1 year ago)
- Topics: android, chromebook, chromeos, root
- Language: Shell
- Homepage:
- Size: 27 MB
- Stars: 40
- Watchers: 3
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://github.com/chromebrew/chromebrew?tab=readme-ov-file#prerequisites) for more information.
> [!IMPORTANT]
> This script will NOT install the KernelSU Android app automatically, you need to install it yourself
#### Root
```shell
curl -Ls https://raw.githubusercontent.com/supechicken/ChromeOS-ARCVM-Root/main/root.sh | sudo bash -eu
```
#### Unroot
```shell
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.