Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 8 days ago
JSON representation

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

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.