[Q] How to Open .dz (DTRZ) files ? - General Questions and Answers

Hi everybody,
I was playing a game called Shadow Fight 2 on my Galaxy S3 Neo
I liked game and wanted to see its graphic files,images files etc.
When i opened its OBB file i saw a file named OBB.dz
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I tried open this file with,Winrar,Fileviewpro,Winzip,Dzip,Dragon Unpacker Etc.
None of them are worked,But winrar let me see what files are stored in it and winrar also let me know that obb.dz is actually a DTRZ File.
I also tried to open it with android apps:
I searched on the forum but i only found that (http://forum.xda-developers.com/showthread.php?t=1107359&page=5)
So,i cant open this file Can anyone help please ?
PS:I uploaded every .dz file in the game to mediafire if you would like to download obb.dz and other .dz files https://www.mediafire.com/folder/va...go6wro,ibmdgr82982ma7d,e5gusb8fxf5xzgi/shared

FatUncleBob said:
Hi everybody,
I was playing a game called Shadow Fight 2 on my Galaxy S3 Neo
I liked game and wanted to see its graphic files,images files etc.
When i opened its OBB file i saw a file named OBB.dz
I tried open this file with,Winrar,Fileviewpro,Winzip,Dzip,Dragon Unpacker Etc.
None of them are worked,But winrar let me see what files are stored in it and winrar also let me know that obb.dz is actually a DTRZ File.
I also tried to open it with android apps:
I searched on the forum but i only found that (http://forum.xda-developers.com/showthread.php?t=1107359&page=5)
So,i cant open this file Can anyone help please ?
PS:I uploaded every .dz file in the game to mediafire if you would like to download obb.dz and other .dz files https://www.mediafire.com/folder/va...go6wro,ibmdgr82982ma7d,e5gusb8fxf5xzgi/shared
Click to expand...
Click to collapse
I never extract .dz file but i think u can Try this simple trick...
I don't know it works for u or not,give a try...
Rename .dz to .7z
And use 7zip PC software to extract files.
Or use zarchiver apk for android to extract files.

[email protected] # said:
I never extract .dz file but i think u can Try this simple trick...
I don't know it works for u or not,give a try...
Rename .dz to .7z
And use 7zip PC software to extract files.
Or use zarchiver apk for android to extract files.
Click to expand...
Click to collapse
Zarchiver doesnt work.
But when i use 7 zip software, it extract the obb.7z but there is only a file called obb

Umm. Anyone ?

Sorry, I can't help you with this, did you find a solution? I am trying to do the same, but with other game.

obb
Super Nick said:
Sorry, I can't help you with this, did you find a solution? I am trying to do the same, but with other game.
Click to expand...
Click to collapse
Unfortunately, every developer use he own encrypt for data files. It needs to decompile

Derbh archive
===The links in this post contain typos (except the 1st one), because I cannot post links, like https:: instead of https: and ..com instead of .com, ..org insted of .org===
I haven't tested it, but there's a huge chance, that it's a Derbh archive. There is a documentation on Marmalade's website how to compress and decompress their files: docs.marmalade.shop/display/MD770/dzip+and+Derbh . I haven't found dzip.exe on their official website, but another forum https:://zenhax..com/viewtopic.php?t=5048 helped me out, here's aluigi's answer copied from their site:
Code:
If you want to extract and create DZ archives you should use
the official dzip.exe tool available in the Marmalade SDK:
[this link is dead] https:://madewithmarmalade..com/developer
I have mirrored the dzip package on
[this link is working (as of 2019/03/03)] aluigi..org/misc/dzip.zip
Best wishes, :fingers-crossed:
mfekete101

Related

[TOOL] Droid-IMG

Droid-IMG v1.0
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm new to the Android platform, only getting an Android Phone less than a week ago. I am however a developer and from reading up on Android and ROM's I noticed that there was little to nothing on the .IMG format, especially tools for windows.
With that in mind I started to develop a command line based tool to extract and compress .IMG files. It does rely on other tools to do this (hence the Tools folder included). My utility searches for the GZip Signature in the .IMG file and dumps the data. It then extracts it into a folder and from here you can modify the files and then re-compress them back into an .IMG file using my tool.
What I have found is some .IMG files that contain links/shortcuts will become corrupt upon extraction since they are only supported by the linux operating system.
Anyway, my program should be self explanatory when you run it. The screenshot above also shows the commands and parameters that should be used.
NOTE : [Base IMG] is your original unmodified .IMG File and [New IMG] is the file name of the .IMG file that will be created. Also, ignore the function not implemented errors.
Reserved.
P.S : Guess nobody knows what .IMG files are then...
Nice man! Thank you.
TheUnkn0wn said:
Droid-IMG v1.0
I'm new to the Android platform, only getting an Android Phone less than a week ago. I am however a developer and from reading up on Android and ROM's I noticed that there was little to nothing on the .IMG format, especially tools for windows.
With that in mind I started to develop a command line based tool to extract and compress .IMG files. It does rely on other tools to do this (hence the Tools folder included). My utility searches for the GZip Signature in the .IMG file and dumps the data. It then extracts it into a folder and from here you can modify the files and then re-compress them back into an .IMG file using my tool.
What I have found is some .IMG files that contain links/shortcuts will become corrupt upon extraction since they are only supported by the linux operating system.
Anyway, my program should be self explanatory when you run it. The screenshot above also shows the commands and parameters that should be used.
NOTE : [Base IMG] is your original unmodified .IMG File and [New IMG] is the file name of the .IMG file that will be created. Also, ignore the function not implemented errors.
Click to expand...
Click to collapse
These are some useful little tools, Considering lack of them for Windows users. Maybe nice one day to Polish it up with a nice GUI to make it easy for less experienced people.
But Good job I'll be using these.

[TUTORIAL] [NO PC] [GUIDE] CONVERT Amrv7 games TO Amrv6 WITHOUT PC!! (full guide)

Today i am going to TEACH you how to convert ARMv7 games to ARMv6 without using pc, Its easy and no special ability requires it means even a noob can do this thing. so lets get started.
:thumbup:
What you need to have is........
1) ROOT Explorer(To OPEN APK FILE)
2) LIB Files of Unity Engines
3) Zipsigner (play store)
Download Links:
""""""""""""""""""""""
Download A TO Z LIB Files from hear
http://www1.datafilehost.com/d/20eebbea
Download ZIPSigner from this form PLAYSTORE !! (free)
============================
Instructions:
1) Using rootexplorer extract the APK File
Go to extracted apk folder and head to Assets>Bin>Data> and Open "MAINDATA" file in text viewer.
2) Now Check the Version of Unit
3) Now you have the info about the Unity Engine Version, in our case it is 3.5.5f3 so now you have to extract 3.5.5f3 libs which you have downloaded from above links. (u can see unity engine version on top after opening maindata in textviewer.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4) Now using Rootexplorer Delete LIB Folder from extracted APK folder(while using rootexplorer u will find apk folder in speedsoftware>extracted) and Place ARMv6 lib folder now head to Assets>Libs and delete ARMv7 folder and place the armeabi-vfp. now we are almost done.
5) Now using rootexplorer zip the
APK folder. (Let suppose xyz.zip)
6) now open Zipsigner press input locate the zip (xyz.zip) folder u have created with amrv6 libs.
7) now go to signed output file
And give address
/sdcard/xyz.apk
(u can use ur ownname.apk name in place of xyz.apk)
8) Now select auto-testkey in KEY.
& SIGN UR APK
It will take few minutes an all done!!
And ur signed apk will place in ur sdcard (not any folder).
Install it and urEnjoy with chainfire 3D!! :thumbup:
NOTE: If you find Unity Engine
Version 4.0 or above it means its dead end and
those games can not be converted
Get ready 4a war!!
Don't forgot to press thanks
Bye!!
I would love to know how to open the rest of those files in there the ones that look like this: 0c23d38d2f2b445afa92ff0cf9388a76 there are usually dozens of them obviously on a PC but anyone know how to open them? this is the closest I found while searching and this thread is all I could find :?

[Guide] Unpack-Repack Boot, Recovery .img without Kitchen

I have searched a lot, but couldn't find any post like this. So I thought I would post it here. This is NOT purely my work, and I do not take credit for it as such .
NO NEED ANDROID KITCHEN FOR UNPACK REPACK IMG's
This is the easiest way to unpack .img files with extracted ramdisk. So, Lets Start
At first Download the tool from HERE
For MTK (chineese) phones - use MTK_unpack.bat (MTK_pack.bat)
For android standard phones - use STD_unpack.bat (STD_pack.bat)
Here I am showing you about MTK (chineese) phones .img unpack-repack....
Instructions
1. Extract the file in any where you want
2. You will see this files
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. Then Copy your .img file in this folder like this
Remember the file should be named as boot.img or recovery.img
4. Just Drag and Drop .img files into unpack.bat for unpacking. Then you will see this.
5. A folder will be created there. I unpacked boot.img so here is the all file you want
6. To repack, again just drag and drop the folder into pack.bat. you will see this
7. New .img file created. Rename it as you want. So All done. Enjoy.
[ NOTE: It's Only for Windows]
Thanks to
Michfood for making this tool
DON'T FORGET TO HIT THANKS IF I HELPED YOU
NO NEED TO DONATE ME, JUST SAY THANKS TO ENCOURAGE ME
Thanks for this awesome guide
Thanks bro for this awesome guide and Tool
I will so much try...... but I don't success bcoz ramdisk folder empty.....
I will so much try...... but I don't success bcoz ramdisk folder empty.....
try with patience
A.S.Noman Khan said:
I will so much try...... but I don't success bcoz ramdisk folder empty.....
Click to expand...
Click to collapse
do it carefully bro.. this tool extract ramdisk nicely bro
problem
Bro, when I am going to repack my boot.img, its not repacking correctly. Help me out. Please.
golam1962 said:
Bro, when I am going to repack my boot.img, its not repacking correctly. Help me out. Please.
Click to expand...
Click to collapse
did u deleted something? Make sure that your boot.img has all the files what needed.
check
I will just check. By the way, thanks again for this.
golam1962 said:
I will just check. By the way, thanks again for this.
Click to expand...
Click to collapse
Ok. I will wait. And don't thank me. Thank the main dev MICHFOOD who created this tool
Succeeded
aalakib07 said:
Ok. I will wait. And don't thank me. Thank the main dev MICHFOOD who created this tool
Click to expand...
Click to collapse
it worked bro thanks
My device is LG GX F310, original boot.img 24MB, https://docs.google.com/file/d/0Bx0NlR3rjLYeUS14YmxESGc3bWc/edit?usp=docslist_api after unpacked and repacked new boot.img only has 11MB. And can't boot into system. Could you help me?
Work with MT6752?
this tool isn't working under Windows 10, that unpack all files except "rmdisk" folder.
the rmdisk is empty...
I tried to use this tool to unpack the lienageOS recovery ROM from https://wiki.lineageos.org/devices/s5neolte/install
When I change the name and drag it to unpack it, it doesn't work and I get these error messages.
'chcp' is not recognized as an internal or external command,operable program o - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
Am I doing something obvious wrong?
I tried it for my stock boot.img(Mi 11 lite 5g NE-Snapdragon 778G) and the unpacked items didn't satisfy me. Looks like it isn't for snapdragon chipset. BTW I'm looking for similar tool to extract kernel from boot.img of this device.Thnaks though for uploading the tool.

Delete

Delete
Thank you very much for sharing
Thanks for sharing. But I can not see any system img files via 7zip without previously repaired. May I use repaired system img files?
You must be doing something wrong. I've tried WWE and Orange PL and both extract without repairing.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks for sharing.
thank u!
Thanx mate later that day ill extraxt System dump an share it with you guys.
Thanks for the DiskInternals thingy
Since i never needed to extract a System.img I never looked for a method but I will remember this. Seems fairly straightforward.
And thanks for the creds.
I will try this one.
Btw, i made a backup with twrp. Ia there any way to get the backed up system.emmc.win file extracted? Renaming it to .tar doesn't work.
What I try to achive is an extracted ROM so I can deodex the apks
DroidShift79 said:
I will try this one.
Btw, i made a backup with twrp. Ia there any way to get the backed up system.emmc.win file extracted? Renaming it to .tar doesn't work.
What I try to achive is an extracted ROM so I can deodex the apks
Click to expand...
Click to collapse
add .tar to the end of each image and under Linux or cygwin use tar -xvf xxxx.tar
Hmm... Hoped there's anything for win 8.1
...setting up cygwin
Edit: @LeeDroid
Nothing happens when doing the command in the cygwin window...
Worked like a charm
I did have to edit the ConvertHima.bat and remove the line set wf=%cd%\ for it to work
but everything else was spot on .. thanks!!
Anyone need the 0PJAIMG_HIMA_UL_L50_SENSE70_ATT_NA_Gen_Unlock_1.32.617.6_R2_Radio_01.01_U11440221_59.04.50303G_2_F_release_426167_signed.zip
System.img or Dump
Worked great I think. I did get an error, and I received this error 4 times for sparse.img, 2,4,6,8. Here is the error: - "1 [main] sparse2img 7912 find_fast_cwd:". It also says "WARNING Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list [email protected]". I wrote cygwin, and got a reply from a Marco stating, "Dear Hal, Same answer as given last month to another guy". Then gave me this link https://cygwin.com/ml/cygwin/2015-05/msg00318.html. Followed by, "Please report the solution to whom provided the ConvertHima.bat". The answer in the link basically says a utility called rsync is being used, and the person who provided it is bundling it with an old version of the cygwin kernel. I did however get a new system_hima.img, and I started ConvertHima.bat. After completion I have what appears to be a complete system image. It's 3.53Gb in size, and has the folders - app, bin customize, etc, fonts, framework, lib, lib64, lost+found, media, priv-app, tts, usr, vendor, xbin, and has the file build.prop. It appears to have all the Deodexed APK's in app and priv-app. This is from the T-Mobile RUU. I'm using Window 8.1.
I'm trying to create a system dump (1.40.708.9)but was stuck at step 2. Where can I download my ROM.zip?
xunus said:
I'm trying to create a system dump (1.40.708.9)but was stuck at step 2. Where can I download my ROM.zip?
Click to expand...
Click to collapse
i think you misunderstand what this is for
flex360 said:
i think you misunderstand what this is for
Click to expand...
Click to collapse
That could be true. Seems like this is to extract M9's rom from an RUU and not from the phone itself.
Mr_Bartek said:
You must be doing something wrong. I've tried WWE and Orange PL and both extract without repairing.
View attachment 3226483
Click to expand...
Click to collapse
Can you send me the file system.img_01 ?
htsang08dqt said:
Can you send me the file system.img_01 ?
Click to expand...
Click to collapse
https://forum.xda-developers.com/one-a9/development/decrypt-ruu-ruu-decryption-script-htc-t3282562
Is there a Linux version of the sparse2img.exe? I am in need of this because I don't have the system.img but I have the system.img_xx chunks from the RUU ZIP.

[GUIDE][WIN]How to Unpack and Repack .CPB Firmware/Stock Rom of coolpad/other OEM's

**************************************************
Please subscribe to my channel and like this video
Stay tuned for more upcoming videos
**************************************************
For any queries comment below
Video requests are appreciated
**************************************************
How to Unpack and Repack .CPB Firmware/Stock Rom of coolpad/other OEM's
WINDOWS
UNPACKING
Procedure:
1) Firstly unzip your stock .cpb firmware which can be flashed with YGDP tool
(Here i am taking example of coolpad dazen 1 (4.4.4) firmware..it can also be used for extracting other OEM's .cpb firmware. I've tested it on coolpad Fancy lollipop firmware its not working ..corectly)
2) After unpacking open CPB_Unpacker.exe
3) Copy cpb_unpacker.exe in same folder of firmware
4) Copy **********.cpb filename and paste in first input field of cpb_unacker
5) After that click the bottom left (down) button..you will se extaction of system.img,boot.img.........etc in the same folder
REPACKING
1) After you have done changes you wanna repack your firmware
2) Open CPB_Unpacker.exe
3) After that click the bottom right (up) button..you will se repacking of system.img,boot.img......etc into CPB file in the same folder
4) Thats it
Please watch the video to understand it clearly
Credits:-
@greendream for this tool
@Innfinite4evr for writing this guide:good:
​
Innfinite4evr said:
......
​
Click to expand...
Click to collapse
Why would you put a password on the zip file that is not the one mentioned in the youtube video? :S
Anyways, here is the file http://www.leeco.re/topic/1985-tool-pack-unpack-stok-cpb-files/
tassos_chry said:
Why would you put a password on the zip file that is not the one mentioned in the youtube video? :S
Anyways, here is the file http://www.leeco.re/topic/1985-tool-pack-unpack-stok-cpb-files/
Click to expand...
Click to collapse
I didnt get it..
Btw password is innfinite4evr
Innfinite4evr said:
I didnt get it..
Btw password is innfinite4evr
Click to expand...
Click to collapse
On the description of your YouTube video it says password is: Innfinite4evr NOT innfinite4evr
tassos_chry said:
On the description of your YouTube video it says password is: Innfinite4evr NOT innfinite4evr
Click to expand...
Click to collapse
Ooh...thnx for that...probably a typo......will correct it soon..if u have some time....just comment the right password in comments of that video..
Plz provide this tool, Thanx
China user
Thanks for the tool!
Now I need a flasher that understands *.mbn unpacked files to unbrick a Vodafone 890N (Yulong Coolpad 3601U). It is detected as Qualcomm HS-USB QDLoader 9008, no fastboot, no recovery, nothing, only that when connecting to the USB port (battery off).
Could anybody give me a hand?
Edit: I have just realised that YGDP tool unpacks the .cpb firmware too as long as you install it as "developer", not "assembly". Continue in need of help anyway to unbrick the phone.
I am able to extract the CPB File, but when i try to pack it again, nothing happens. Or i can not read the error, which language is this?
h**p://i612.photobucket.com/albums/tt209/oldtime/Coolpad/CPB%20Editor%20Fehler%20nichts%20passiert.jpg
I am also not able to copy and paste the Messages to put them in a translator. Is here someone who can translate the CPB Editor in english or german? When i extract the CPB File i got a Message.
h**p://i612.photobucket.com/albums/tt209/oldtime/Coolpad/CPB%20Editor%20Fehler.jpg
Can someone say what that mean in english or german? I can not say if this is a just a information or an error.
When I try to unpack Rom I got this message and no file was extracted
I can not read it. Pls help.
Thanks.
I have the same problem, does anyone have a solution?
Many year have elapsed... Had anyone found out what .... language this piece of software uses?
vp1117 said:
Many year have elapsed... Had anyone found out what .... language this piece of software uses?
Click to expand...
Click to collapse
Hi all!
No ideas?
Nobody ever uses ROMs in CPB format and nobody uses this ungly piece of a software CPB Editor? What f....g language is it?
Anybody knows hot to translate this s...t into English?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources