You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can parse `payload.bin` directly, or automatically extract from OTA zip files.
16
22
23
+
When files to extract are not specified, it will extract all files in the payload.
24
+
17
25

18
26
19
27
## About
20
28
21
29
Inspired by https://github.com/cyxx/extract_android_ota_payload.
22
30
23
-
Extracting images from Android OTA packages is extremely useful for various purposes. For example, patching the boot image to install Magisk without TWRP. Using the python script above, however, is often a pain in the ass because of Python and its dependencies, especially for inexperienced Windows users.
31
+
Extracting images from Android OTA packages is very useful for various purposes. For example, patching the boot
32
+
image to install Magisk without TWRP. However, using the above Python script is often a pain in the ass because of
33
+
Python and its dependencies, especially for inexperienced Windows users.
24
34
25
-
This project aims to provide everyone a faster & cross-platform Android OTA payload extractor that's a lot easier to use - just drag and drop the ROM file onto the program.
35
+
This project aims to provide everyone with a faster & cross-platform Android OTA payload extractor that's much easier to
36
+
use - just drag and drop the ROM file onto the program.
0 commit comments