Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+)
- Host: GitHub
- URL: https://github.com/supechicken/chromeos-arcvm-root
- Owner: supechicken
- License: gpl-3.0
- Created: 2023-06-16T14:18:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T16:43:44.000Z (4 months ago)
- Last Synced: 2024-07-23T19:41:50.293Z (4 months ago)
- Topics: android, chromebook, chromeos, root
- Language: Shell
- Homepage:
- Size: 27 MB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
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.