We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228a048 commit 2ffe5e2Copy full SHA for 2ffe5e2
README.md
@@ -2,6 +2,22 @@
2
3
An android OTA payload dumper written in Go.
4
5
+## Features
6
+
7
+
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
21
## Sources
22
23
https://android.googlesource.com/platform/system/update_engine/+/master/update_metadata.proto
0 commit comments