Related
Hello
possible way to extract files KDZ?
Thank you
Uhh, the kitchen maybe?
Sent from derp-mobile
Use LGKS360 Utils it partially works.
It can extract kdz and wdb.
During extraction it at one point it asks for firmware ver - thats it !
I can't go any further bcoz I can't seems to find firmware ver.
But its not impossible to extract CP and AP bin files so that we can use with SFT.
I download the last brazilian firmware but the extension is .dz. The kdz updater just read extension .kdz here. I try to change the extension but i got a extract file error in kdz. What iswrong?
What?! In .dz? Mate please add the link to bootloader dump thread, maybe this will help us I remember that kdz extract was similiar, but not the same. Oh and please keep the dz file on PC, maybe LG deleted it already
Sent from my LG-P880 using xda premium
reas0n said:
What?! In .dz? Mate please add the link to bootloader dump thread, maybe this will help us I remember that kdz extract was similiar, but not the same. Oh and please keep the dz file on PC, maybe LG deleted it already
Sent from my LG-P880 using xda premium
Click to expand...
Click to collapse
How many .dz files do you need? I can send you from all versions of the.kdz files
.dz is one of the two files compressed in the .cab file (decrypted .kdz), the other is the "X3_2008_v0.0.6.9.dll" to be able to flash the O4X.
How to uncompress?
Isnt it better if he redownload the Original KDZ file from LG ? at least it will be easyer and error free.
Infectado said:
How to uncompress?
Click to expand...
Click to collapse
Thats a mistery, at least for me...
I tried all recommended programs and nothing.
But to flash you just need the .kdz file.
But if you want to know how it works...
The flash program creats a temp .cab file in the same location where is the .kdz. If, before the process ends, you select the .cab file and
with winrar or winzip you select extract, you'll have the .dz file and the .dll.
RuedasLocas said:
Thats a mistery, at least for me...
I tried all recommended programs and nothing.
But to flash you just need the .kdz file.
But if you want to know how it works...
The flash program creats a temp .cab file in the same location where is the .kdz. If, before the process ends, you select the .cab file and
with winrar or winzip you select extract, you'll have the .dz file and the .dll.
Click to expand...
Click to collapse
I had Access to a .dz already A momth Ago
I can try to decompress it Again, the kdz contains an .dll and .dz file
E ae Junior, blz!? Vc conseguiu este KDZ da V10C?...
ricardoclaudine said:
E ae Junior, blz!? Vc conseguiu este KDZ da V10C?...
Click to expand...
Click to collapse
One of the main rules of XDA - English only please.
Hey,
After a lot searching i have extract my .kdz file to 2 different files. a .dll and a .dz file. I am searching how can i get those files working in the Smartflashtool. Sow i need a app bin and a CP bin, On this moment i need to know how can i get those files?
- Can i extract a .kdz to a .wdb and .dll sow after that i can extract those to app bin and cp bin?
- Can i extract a .dz file after that compile it to .wdb and do the first step again?
- Is it possible to get from the .dz file also the app bin and the cp bin?
Wrong section sorry
Johrans said:
Hey,
After a lot searching i have extract my .kdz file to 2 different files. a .dll and a .dz file. I am searching how can i get those files working in the Smartflashtool. Sow i need a app bin and a CP bin, On this moment i need to know how can i get those files?
- Can i extract a .kdz to a .wdb and .dll sow after that i can extract those to app bin and cp bin?
- Can i extract a .dz file after that compile it to .wdb and do the first step again?
- Is it possible to get from the .dz file also the app bin and the cp bin?
Wrong section sorry
Click to expand...
Click to collapse
1)
kdz is a archive format, you can't choose what you get out of it. (It's like saying I want a image out of that random zip file)
Click to expand...
Click to collapse
2)
Ask novassoc He said some time ago he's working on dz files.
It should already be possible to extract dz file though, Check on the Optimus G forum.
I don't know to what it extracts possible bin/fls.
Click to expand...
Click to collapse
3)
Again I don't know to what it extracts and if or if not it's possible to revert to dz format. Should be possible.
Click to expand...
Click to collapse
I can give you lot more info about bin files if your interested, but you'd have to ask novassoc about kdz and wdb.
If dz decompiles to bin/fls then you should be able to create the dz file again, but after extracting the bin/fls file you should not create a bin/fls file again. It's possible, but it could kill your phone since emergency recovery usually relies on first or second stage bootloader and the bin/fls files overwrites it when flashing it on your phone and if something goes wrong.
xonar_ said:
1)
2)
3)
I can give you lot more info about bin files if your interested, but you'd have to ask novassoc about kdz and wdb.
If dz decompiles to bin/fls then you should be able to create the dz file again, but after extracting the bin/fls file you should not create a bin/fls file again. It's possible, but it could kill your phone since emergency recovery usually relies on first or second stage bootloader and the bin/fls files overwrites it when flashing it on your phone and if something goes wrong.
Click to expand...
Click to collapse
Thanks, Let we say we have the next files from different phones like the lg L5 e610 it has as firmware files a .dz and a .dll i know the .kdz files haves those files from those firmware. and also when it isnt a .kdz file its possible to encrypt it to .kdz
You know a lot about bin files. What contains a App.bin and a CP.bin when you use it for the SmartFlashTool. Because i wanne try to get from the Firmware files like ( .kdz or .dll or .dz) a app.bin and cp.bin,
Johrans said:
Thanks, Let we say we have the next files from different phones like the lg L5 e610 it has as firmware files a .dz and a .dll i know the .kdz files haves those files from those firmware. and also when it isnt a .kdz file its possible to encrypt it to .kdz
You know a lot about bin files. What contains a App.bin and a CP.bin when you use it for the SmartFlashTool. Because i wanne try to get from the Firmware files like ( .kdz or .dll or .dz) a app.bin and cp.bin,
Click to expand...
Click to collapse
Yes. There is already a tool somewhere to create kdz archive (One of LG's ones, you just have to use WindowsEnabler to get the option)
The bin file (AP) is basically a collection of data blocks and each data blocks usually correspond to partitions on the device.
The first meg is the header which contains the info about all the data blocks
like size on file,offset on file,size on device,offset on disk etc.
The layout of the header seems to be different for each phone. You can identify what type of bin file it is from it's magic number.
Then after the header the data blocks are just appended to the file. Doesn't have to be since the header allows there to be gaps and overlapping data blocks, but thats not practical so it will probably never be any other way.
You can check my tool for extracting bin files here. You can get alot more info on exactly how it's set out in my git by reading the sources.
I don't know to much about the fls file (CP) besides that it does a raw write of everything after what appears to be the header to somewhere in my phones nv partition and contains baseband information.
xonar_ said:
Yes. There is already a tool somewhere to create kdz archive (One of LG's ones, you just have to use WindowsEnabler to get the option)
The bin file (AP) is basically a collection of data blocks and each data blocks usually correspond to partitions on the device.
The first meg is the header which contains the info about all the data blocks
like size on file,offset on file,size on device,offset on disk etc.
The layout of the header seems to be different for each phone. You can identify what type of bin file it is from it's magic number.
Then after the header the data blocks are just appended to the file. Doesn't have to be since the header allows there to be gaps and overlapping data blocks, but thats not practical so it will probably never be any other way.
You can check my tool for extracting bin files here. You can get alot more info on exactly how it's set out in my git by reading the sources.
I don't know to much about the fls file (CP) besides that it does a raw write of everything after what appears to be the header to somewhere in my phones nv partition and contains baseband information.
Click to expand...
Click to collapse
Thanks, but still i am thinking why are there extractors for the kdz-> to cab -> to.wdb and .dll -> to App bin and CP bin but not from the kdz-> to cab -> .dz and .dll -> to App bin and CP bin.
is there sow big difference between the .dz and .wdb
I don't know much about what your talking here. I know that the complete firmware from LG comes in a v....kdz package. I know that ...cab containers are Microsoft's preferred format (something like ...zip or ...rar). I know ...bin stands for a lot BINary data files. I know that ...dll stands for Dynamic Data Library. That APPlications are often called app ...
... and I have the feeling that a lot different things are mixed together here. Sure xonar knows what he is talking about but the rest sounds like not much clue and the rest filled up with things you heard somewhere.
Sent from my LG-P970 using xda app-developers app
SaschaKH said:
I don't know much about what your talking here. I know that the complete firmware from LG comes in a v....kdz package. I know that ...cab containers are Microsoft's preferred format (something like ...zip or ...rar). I know ...bin stands for a lot BINary data files. I know that ...dll stands for Dynamic Data Library. That APPlications are often called app ...
... and I have the feeling that a lot different things are mixed together here. Sure xonar knows what he is talking about but the rest sounds like not much clue and the rest filled up with things you heard somewhere.
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
Let me try to explain a litle for y.
You know that a kdz file contains a cab file. Every cab file contains a .dll file.
But not every cab file contains a wdb.
Sow what i need is a wdb file from a cab what doesnt have a wdb file. Or i need a extractor what makes from a .dz file and a .dll file a cp Bin and Ap bin. ( .dz file is the other file what could be in the cab without a .wdb,)
For some more information: When you use the SmartFlashTool. You need 2 files the CP Bin and AP bin.
You can use a extractor to get from a KDZ file a wdb and .dll file. ( From those its possible to create the CP Bin and AP bin)
But when you dont have de WDB file but you have a .DZ file then i cant create a CP bin and AP bin.
thats the problem. Sow now how can i fix that
Johrans said:
Let me try to explain a litle for y.
You know that a kdz file contains a cab file. Every cab file contains a .dll file.
But not every cab file contains a wdb.
Sow what i need is a wdb file from a cab what doesnt have a wdb file. Or i need a extractor what makes from a .dz file and a .dll file a cp Bin and Ap bin. ( .dz file is the other file what could be in the cab without a .wdb,)
For some more information: When you use the SmartFlashTool. You need 2 files the CP Bin and AP bin.
You can use a extractor to get from a KDZ file a wdb and .dll file. ( From those its possible to create the CP Bin and AP bin)
But when you dont have de WDB file but you have a .DZ file then i cant create a CP bin and AP bin.
thats the problem. Sow now how can i fix that
Click to expand...
Click to collapse
Have you tried
DZ-Creator / DZ-Decrypter
or
DZTools
If that fails then you have to reverse engineer your dz file yourself.
The DZ file can't be converted to bin/fls from the looks of it. That is if your dz file is similar to the dz file in the KS20.
That dz file is a collection of data blocks much like the bin file, but they aren't interchangable and I don't think SFT will work with them.
xonar_ said:
Have you tried
DZ-Creator / DZ-Decrypter
or
DZTools
If that fails then you have to reverse engineer your dz file yourself.
The DZ file can't be converted to bin/fls from the looks of it. That is if your dz file is similar to the dz file in the KS20.
That dz file is a collection of data blocks much like the bin file, but they aren't interchangable and I don't think SFT will work with them.
Click to expand...
Click to collapse
OKey sow if i understand this correctly is the .dz a kind of like the bin file. If i read correctly on this forum the wdb is also a collection off files like a zip file.
I think your are right it isnt possible to replace the .dz for a .wdb sow i can flash it in the SFT
Johrans said:
OKey sow if i understand this correctly is the .dz a kind of like the bin file. If i read correctly on this forum the wdb is also a collection off files like a zip file.
I think your are right it isnt possible to replace the .dz for a .wdb sow i can flash it in the SFT
Click to expand...
Click to collapse
Yes.
I don't think it's possible to flash dz file to your phone with SFT.
xonar_ said:
Yes.
I don't think it's possible to flash dz file to your phone with SFT.
Click to expand...
Click to collapse
Thanks for the answers, i know its possible with the kdz flasher but that tool isnt real stable and doesnt do a factory reset after the flash. it must be manual then.
HI, SO I HAVE A lg P880 and the biggest problem i seem to have is while its flashing the kdz file its either it hangs in the log, or halfway through installation it says to please reconnect phone? Im trying to use the international phone with wind. Any ideas?
julianjoy said:
HI, SO I HAVE A lg P880 and the biggest problem i seem to have is while its flashing the kdz file its either it hangs in the log, or halfway through installation it says to please reconnect phone? Im trying to use the international phone with wind. Any ideas?
Click to expand...
Click to collapse
Make sure you have followed guide properly, disable modem if you have it (i kept drivers from root method which doesnt have modem) and make sure Windows enabler is on. Log runs for a long time when I flash, about 15 minutes before it finally reboots
Sent from my LG-P880 using Tapatalk 2
@non4 said:
Make sure you have followed guide properly, disable modem if you have it (i kept drivers from root method which doesnt have modem) and make sure Windows enabler is on. Log runs for a long time when I flash, about 15 minutes before it finally reboots
Sent from my LG-P880 using Tapatalk 2
Click to expand...
Click to collapse
I tried all this but still does not work. it does not matter what type of firmware i put right, because i am trying to install the wind firmware.
julianjoy said:
I tried all this but still does not work. it does not matter what type of firmware i put right, because i am trying to install the wind firmware.
Click to expand...
Click to collapse
Extract the .dz and .dll files from the wind .kdz and flash it with LGFLASH Tool.
Sent from my LG-P880 using xda app-developers app
RuedasLocas said:
Extract the .dz and .dll files from the wind .kdz and flash it with LGFLASH Tool.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
sorry im a noob, but how do i extract .dz file
Keep the battery in your phone during the flash
thanhma said:
Keep the battery in your phone during the flash
Click to expand...
Click to collapse
i did still nothing
julianjoy said:
sorry im a noob, but how do i extract .dz file
Click to expand...
Click to collapse
put the Firmware kdz in the "kdz-update" folder.
Run "UpTestEX_mod2_marwin" like if you were flashing the phone.
when you hit "upgrade" in the program, it will creat a temp .cab file like "V10x.cab" in the same folder "kdz-update", you need to be fast and select and copy (or drag&drop) that file to other location, desktop for example...
after you get the .cab, you just need to extract the .dz and .dll files with winrar, winzip, or other.
RuedasLocas said:
put the Firmware kdz in the "kdz-update" folder.
Run "UpTestEX_mod2_marwin" like if you were flashing the phone.
when you hit "upgrade" in the program, it will creat a temp .cab file like "V10x.cab" in the same folder "kdz-update", you need to be fast and select and copy (or drag&drop) that file to other location, desktop for example...
after you get the .cab, you just need to extract the .dz and .dll files with winrar, winzip, or other.
Click to expand...
Click to collapse
Can someone please send me a good link to a wind mobile kdz file
guys please help me... i have uninstalled the system ui by mistake and m not having statusbar, wall paper also no connection to playstore... plase anyone backup their systemui and give me ... thanks ... my rom is default stock ics rom v30c
please provide me SystemUI.apk and SystemUI.odex fro system/app
There is a thread about unpacking a kdz to bin and fls and another one about how to extract all partitions from the .bin file.
Then mount this system.bin file (should be explained as well in this thread) and grab the file you need. Or download a ROM based on v30c and extract it from /system/app
Sent from my LG-P760 using xda app-developers app
N00BY0815 said:
There is a thread about unpacking a kdz to bin and fls and another one about how to extract all partitions from the .bin file.
Then mount this system.bin file (should be explained as well in this thread) and grab the file you need. Or download a ROM based on v30c and extract it from /system/app
Sent from my LG-P760 using xda app-developers app
Click to expand...
Click to collapse
hey i already have converted to bin and fls but i am not able to extract partitions from bin... when i tried to extract it gives me error and bin file is not getting converted to image.. any other alternative?
Try to download you version here: http://forum.xda-developers.com/showthread.php?t=1554274