adevtool icon indicating copy to clipboard operation
adevtool copied to clipboard

Android ROM device support and bringup tool, designed for maximum automation and speed.

Results 14 adevtool issues
Sort by recently updated
recently updated
newest added

Hello there, I'm trying to compile AOSP **branch android-12.1.0_r7** for sunfish (Pixel 4a) device. After using adevtool to extract the blobs (and put under vendor/google_devices) I encounter errors about sepolicy...

Hello there, I'm running Ubuntu 20.04 with npm installed through nvm-sh. While using generate-prep (or generate-all), the error vary depending on node version: Command used: `adevtool generate-prep -s ~/dump/denniz_a16/ -b...

The linked asciinema recording at the top of the README is archived and not working. I have a screenshot below. ![Screenshot of archived asciinema recording in README.md](https://user-images.githubusercontent.com/47955724/164290217-7408f42a-357c-4a88-9d1a-14ece375cc23.png) Clicking on the...

Because unzip/zip are dead projects and nobody should be using them in 2022.

Contingent on a clean and performant solution for constructing data-oriented classes with many properties, similar to Kotlin's `data class`. For now, everything is using JS objects for idiomatic data-oriented types,...