adb_firmware_diff
Compare firmware components (baseband, bootloader, kernel, security patch, build ID, Android version) between two saved OTA fingerprints or between current device state and a saved fingerprint.
Instructions
Compare all firmware components between two saved OTA fingerprints, or between the current device state and a saved fingerprint. Compares baseband (with chipset-specific parsed component diffs), bootloader, kernel, security patch, build ID, and Android version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Path to 'from' fingerprint JSON (or 'current' to use live device state). Defaults to the second-most-recent fingerprint. | |
| to | No | Path to 'to' fingerprint JSON (or 'current' to use live device state). Defaults to the most recent fingerprint. | |
| device | No | Device serial (used when 'from' or 'to' is 'current', or for auto-selecting fingerprints) |