kdztools icon indicating copy to clipboard operation
kdztools copied to clipboard

Tools for working with KDZ files (LG's Android device upgrade format)

Results 18 kdztools issues
Sort by recently updated
recently updated
newest added

[!] Error: extraneous data found IN version

I am trying to extract the dz and i am getting this error `C:\kdztools>undz.py -f kdzextracted/F600K30d_00.dz -l [!] Error: Value supposed to be zero in field "reserved5" is non-zero (0x5900)`...

Trying to extract DZ for G850EMW https://www.lg-firmwares.com/lg-lmg850emw-firmwares/29 I am getting this error. Extracting KDZ does fine though. LG Firmware extract does report: Exception on extract partition file Ionic.Zlib.ZlibException: Bad state...

I use python 3.8 (x64), I try to extract the KDZ file of V20, I use KDZ F800K20I (Android 8) and F800K30e (Android 9) and all get the error: >...

when I run the following ``` $ ./unkdz -f V20D_00_0128.kdz -l ``` I get the following error ``` [!] Error: Unsupported KDZ file format. [ ] Received header "f3 79...

Hi, small question. Could you fix this problem with LG V30 Images?? root@kdev:~/lg/kdztools# ./unkdz -f H93011m_00_OPEN_EU_OP_1229.kdz -l [!] Warning: Data between headers and payload! (offsets 826 to 83768) [+] KDZ...

./undz.py -f /Users/Desktop/VS99028A01.dz -i [!] Error: extraneous data found IN pad Any idea why? Thanks

In undz.py: if crc != self.crc32: print("[!] Error: CRC32 of data doesn't match header ({:08X} vs {:08X})".format(crc, self.crc32), file=sys.stderr) sys.exit(1) self.crc32 always returns a value of 0, where there is...

With Python 3.6.2, with Arch Linux: $ python ./unkdz.py -f D41520f_00_0110.kdz -l Traceback (most recent call last): File "./unkdz.py", line 310, in kdztools.main() File "./unkdz.py", line 291, in main self.partList...

I'm trying to get the .img files out of a KDZ archive in hopes of being able to flash them to my tablet (which has TWRP which can flash img...