Skip to content

Commit 2ffe5e2

Browse files
committed
chore: update readme
1 parent 228a048 commit 2ffe5e2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
An android OTA payload dumper written in Go.
44

5+
## Features
6+
7+
![screenshot](https://i.imgur.com/IJtwoWU.png)
8+
9+
- Incredibly fast decompression. All decompression progresses are executed in parallel.
10+
- Payload checksum verification.
11+
- Support original zip package that contains payload.bin.
12+
13+
### Cautions
14+
15+
- Working on a SSD is highly recommended for performance reasons, a HDD could be a bottle-neck.
16+
17+
### Limitations
18+
19+
- Incremental OTA(delta) payload is not supported.
20+
521
## Sources
622

723
https://android.googlesource.com/platform/system/update_engine/+/master/update_metadata.proto

0 commit comments

Comments
 (0)