Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion KDZFileTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
by IOMonster (thecubed on XDA)

Please do not distribute without permission from the author of this software.
30-07-2014 Fixed for work with LG G3 D855 by Marc0sgb

"""

import os
Expand All @@ -21,7 +23,7 @@ class KDZFileTools:
outdir = "kdzextracted"
infile = None

kdz_header = "\x28\x05\x00\x00\x34\x31\x25\x80"
kdz_header = "\x28\x05\x00\x00\x24\x38\x22\x25"
kdz_sub_len = 272

# Format string dict
Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

LGE KDZ Utilities
by IOMonster (thecubed on XDA)
30-07-2014 Fixed for work with LG G3 D855 by Marc0sgb

-------------------------------------------

Expand Down