otadump icon indicating copy to clipboard operation
otadump copied to clipboard

Extract partitions from Android OTA files.

Results 8 otadump issues
Sort by recently updated
recently updated
newest added

Im using Windows 10 CMD. No python installed. Getting a error message: when: otadump.exe payload.bin Error: failed to parse payload Caused by: Parsing requires 4 bytes/chars ![image](https://github.com/crazystylus/otadump/assets/29144713/079c6c55-4fbe-4cfc-ba0e-0951910d33a2)

Cannot unpack payload.bin correctly. Unpacks, but subsequent images are not processed. This is what lpunpack writes when unpacking: "Split super devices are not supported" Config for unpacking: Slot 0: Metadata...

- Adds feature to print partition list as a grid which falls back to a list in case only 1 column can fit or if cli is not running in...

Fix https://github.com/crazystylus/otadump/issues/19

Sample "vendor_kernel_boot". ![123](https://github.com/crazystylus/otadump/assets/16293419/5bc0c97b-3750-4097-b44d-0e50c67cf169)

It'd be helpful to have zip extraction and the list command in a stable release.

Hi there, I'm willing to get this compiled since it's seems pretty cool. I'm trying to build it on termux app. Here's my output: ```Bash ~/otadump $ ./install.sh Detected architecture:...