avbroot icon indicating copy to clipboard operation
avbroot copied to clipboard

Sign (and root) Android A/B OTAs with custom keys while preserving Android Verified Boot

Results 25 avbroot issues
Sort by recently updated
recently updated
newest added

This is a bug in the Rust bzip2 bindings, which is unfortunately no longer maintained and has multiple infinite-loop-in-destructor bugs. avbroot already points to a fork of the library that...

For devices shipped with Android 13 or higher, the ramdisk is in init_boot. If I manually patch init_boot, how do I need to replace the partition? Should I use --prepatched...

Magisk no longer puts both magisk64 and magisk32 in the ramdisk. Instead, it just puts a single binary for the target ABI.

Image obtained from [here](https://dl.google.com/dl/android/aosp/sargo-ota-sp2a.220505.008-2037245c.zip), last sargo build as per https://developers.google.com/android/ota#sargo Using `avbroot-3.1.1-x86_64-unknown-linux-gnu` Log: ``` 0.000s DEBUG cli=Cli { command: Ota(OtaCli { command: Patch(PatchCli { input: "sargo-ota-sp2a.220505.008-2037245c.zip", output: None, key_avb: "secrets/avb.key",...

I hope those who have tested can leave their phone models for reference. I'm considering getting a new phone recently, and I hope to get some reference. But I would...

## Quick Intro: I want to use this on my daily driver `Bluejay`. Due to lack of time to experiment with stuff, I want to get it right the first...

This issue lists all features I've decided not to implement and the reasons why. It'll likely be updated over time. --- ### Incremental OTAs `payload.bin` only supports the bsdiff binary...

#13 and #102 were made before the rust rewrite, and now I can't find where to use custom kernel anywhere, specifically AnyKernel 3. I tried following https://kernelsu.org/guide/installation.html#patch-boot-img-manually and patched the...

Asking here as hopes are given your knowldge, you'll be able to advise as it touches images signing elements. I've had CalyxOS with Magisk Delta and patched OTA - all...

Android init services are incredibly useful for customizing the OS Magisk has a facility for injecting custom android init services into init.rc but service definition sadly has to be placed...