System Dump - OnePlus 5T Questions & Answers

Could someone upload a system dump ?, since the factory images have not been uploaded yet and I would need it to try to port some features to older devices
thanks in advance!

Try to unzip ota with this tool : https://forum.xda-developers.com/android/software-hacking/dev-img-patch-tools-sdat2img-ota-zips-t3640308

Related

[Extract|Build] LG DZ Tools (updated 03/06/11)

Hello.
WP7DZExtract extracts every partition from DZ file and converts flash.bin to nb (opens by htcRIE).
My second tool WP7DZBuild builds DZ from partitions and their table (mb it will be not required, please pm me LG device owners).
By the way, files from that topic were extract using this tool.
Usage:
WP7DZExtract.exe input.dz output_dir, there input.dz is DZ ROM file, output_dir is directory.
In output directory will be created many files, one of them, flash.bin, is nb file, just rename it to flash.nb and open it using htcRIE or any tool.
WP7DZBuild.exe input_dir output.dz, there input_dir is directory constains flash.bin, output.dz is out file.
Note: This tools requires .Net Framework 4.0 (at least Client Profile). You can download it form Microsoft web site.
I hope it works (althrough my device is LG, but there is no way to dump or flash it's ROM). Any bugreports here.
Thanks!
I've used standart GZIPStream (works well for unpacking), but it's output doesn't equals original, i've tried to use SharpZip, DotNetZip and even gzip, but uselessly... LG Flasher doesn't work on my computer (why?), so i can't check my work, i fully hope on you, LG owners! Sorry for my english, i dislike online translators and write as i know, though my english skill is pour (too).
Very nice. Hope to get using this very soon.
Yes support for lg devices i am loving it :3 Thanks.
I will tested out.
thx for sharing
Build tool is ready!
Great work!
I'm getting a "#46 Cannot load. Invalid file format" when opening flash.nb with HTCRIE
Please post the link to your ROM, mb i broked down something while developed build tool.
Telus_LG_E900
airwa1kin7 said:
Telus_LG_E900
Click to expand...
Click to collapse
Everything works well. Mb you are using old version of htcRIE? Try to donwload most fresh. At least WP7DZExtract checks hash after unpacking and compares it with dz included, so if hash matchs file is successfully unpacked.
Screenshot
Your correct. I was using "0.5.0.12" Upgraded to "0.7.0.19" and it works.
I was able to get the LG Quantum dz and use these tools to have a look inside the rom and the registry. It makes me wish we could rebuild these roms to unbrand them.
fb401 said:
I was able to get the LG Quantum dz and use these tools to have a look inside the rom and the registry. It makes me wish we could rebuild these roms to unbrand them.
Click to expand...
Click to collapse
That's right, i wanted to build my own rom, but as i wrote above there is no rom for my device. Please test it LG owners, i want to check my gz.
WP7DZBuild
I have been working on my own encrypt/decrypt program. The decrypting is fine, however the trick is encrypting the extracted files back into a flashable image. Using GZip or Zip on linux produces a ROM that is 200 KB smaller than the original LG C900AT ROM. The LG flasher program gives the error "ErrNum 501 Load Image."
So I tried using your WP7DZBuild tool to create a ROM and it's size is 214 MB, the original ROM is ~191.8 MB. The LG flasher program does not give an error when using the ROM built with your tool, but the ROM will not flash to the phone (LG Quantum C900). The LG flasher program just sits waiting. It seems as if the recompression of the files is the key to making the build process work. The original ROM from LG contains files that are decompressable with GZip, but using GZip to recompress results in an invalid file.
I have looked at the binary file produced when using both GZip and Zip, both contain the filename which is not included in the Original ROM . Also, looking at the GZIP file format, some of the Data headers are empty in the original ROM, but both GZip and ZIP fill these fields in.
Do you guys have any ideas as to a ZIP program/library that can output a valid Zip file for inclusion in a flashable ROM that does not include the name of the file that was compressed to make the file? Maybe the original LG encryption program deletes/zeros certain fields in the Zip file header?
Also, just taking the decrypted original ROM's files while still compressed by whatever method LG used, I can create a flashable ROM (it's actually what my phone is running right now!). I'm thinking of GZipping the files and then going back and zeroing out the fields so that the data headers match the original. Maybe that will work.
Has anybody else tried to rebuild a ROM and flash it to the phone?
Everyone test on kdz g5 ?

Help reconstruct OSBL/AMSS/APPSBL from modem dump.

Hi, when I dig into a modem dump of a 7x30 device, I find that there is a simple block based file system.
So I'v written a simple program to extract OSBL/APPSBL/AMSS.
https://github.com/tewilove/unpacker_7x30
But it seems that I've got something wrong since dump from another phone generates different result...
Can somebody help? The keywords are INFO_M, BLOCKFS_ARM_XXX, 7x30.
And the dump is here:
https://hotfile.com/dl/182007396/f7ebaec/modem.rar.html
does anyone have mirror of this unpacker, the github link is not working
thanks

[TOOL] rkDumpSlicer (RockChip firmware dump slicer)

rkDumpSlicer
RockChip firmware dump slicer to obtain flashable backup
Version 0.97 Windows
1. Slices dump of NAND into partitions (according "parameter" information)
2. Creates config,cfg for RKAndroidTool (1.xx, 2.xx)
Brief instruction
1) Download and unpack AndroidTool v.2.1 + rkDumpSlicer
2) Run AndroidTool 2.1
3) Get the "parameter" file (put a 0 in the "start" box and a 2 in the "count" at "advance functions" tab and press the "export image" button).
4) Open file ExportImage.img in any text editor (except MS Word).
5) Find line "CMDLINE:....bla-bla-bla"
6) Find last data in "mtdparts=rk29xxnand:" parameter (something like "[email protected](user)")
Value "0x005AE000" is count of blocks
7) Put a 0 in the "start" box and value from previous point in the "count".
8) Press the "export image" button.
9) Run "rkDumpSlicer.exe ExportImage.img"
The project is closed
Use rkDumper​Old versions:
View attachment rkDumpSlicer_095.zip
View attachment rkDumpSlicer_096.zip
I don't know anybody needs this tool
Tell me please
RedScorpioXDA said:
I don't know anybody needs this tool
Tell me please
Click to expand...
Click to collapse
Hi Redscorpio
Have you seen this tool, I think it's similar to yours.
http://www.freaktab.com/showthread.php?12404-RockchipDumpSplit-Simplifies-the-creation-of-backups-from-rockchip-devices
dewettie said:
Have you seen this tool, I think it's similar to yours.
http://www.freaktab.com/showthread.php?12404-RockchipDumpSplit-Simplifies-the-creation-of-backups-from-rockchip-devices
Click to expand...
Click to collapse
I don't think so. Maybe even better , but I did this tool for myself. If anyone is not interesting I will not publish
RedScorpioXDA said:
rkDumpSlicer
RockChip firmware dump slicer to obtain flashable backup
Version 0.95 Windows
...
Click to expand...
Click to collapse
Just to know before I use your tool (or the other one in freaktab)
Some device makers post their firmware in one file, normally titled "update.img", in this are included all is needed.
Are flashed back using RKBatchTool ... your app will generate such file?
TIA
DaremoS said:
Some device makers post their firmware in one file, normally titled "update.img", in this are included all is needed.
Are flashed back using RKBatchTool ... your app will generate such file?TIA
Click to expand...
Click to collapse
Some files in "update.img" (RKAF) don't contained in devises partitions. For example: bootloader (like RK3188Loader(L)_V1.24.bin for RK3188), recover-script, update-script. You can add files and make own flashable fw (imgRePackerRK with option /rkaf)
rkDumpSlicer
RockChip firmware dump slicer to obtain flashable backup
New version 0.96 ready
+ RKAndroidTool's configuration files creating have added
- config_8.cfg for version 1.xx;
- config_16.cfg for version 2.xx;
thanks.
is this tools able to bacup rk2926
mithun roy said:
is this tools able to bacup rk2926
Click to expand...
Click to collapse
I haven't possibility to check
rkDumpSlicer
RockChip firmware dump slicer to obtain flashable backup
New version 0.97 ready
~minor bugs fixed
The project is closed
Use rkDumper​
Excellent and reliable tool, thanks a lot!
Works much better for me than the other image splitting program which, for some reason, keeps aborting, telling me that I have 0.00MB or free disk space although I have hundreds of gigs free.
RkDumper is nice too, but I prefer doing a full NAND dump using RK Android Tool and use this one to split it.
Yet another one of your very, very useful tools, RedScorpio.
спасибо !

Lg g4 vs986_28a kdz

Found a MEGA link containing 28A. Get it while you can. Can any one more knowledgeable than me confirm if this is clean?> https://mega.nz/#!blN0UCRB!OqJbq776ePL_PNBjzzooGU8kwTPWLAHNyXQz52TxovI
I'm uploading to My Google-Drive now. should take a hour or so (My upload speed is only 1MB!) I downloaded this aways back. My version is clean
LINK
i am trying to flash this firmware but problem this kdz file lg flash tool show me this notice: require info cannot be found contact the system administrator pls help me....????

vendor folder

Hey guys, anyone on nougat 7.1.2 ?
Can you provide me full vendor folder from that rom.?
I'll be thankful to you
@dean [email protected]#, the easiest way is to download the factory-image, matching your ROM, and extracting vendor.img from there.
but bro @rp158 ,I want extracted vendor.img
How i can extract it.
@dean [email protected]#, corrected the link above. You've to extract the zip-file, simply. What's your problem preciesly?
@rp158 went to your given link extracted that folder then it also gives vendor.img. If you have nexus 5x can you provide me the folder from /system.
As I need this folder for porting purposes.
@dean [email protected]#: either I or you don't understand: nearly every month there's a new vendor.img. So you need the version belonging to your specific ROM-build, probably not mine.
To go on: post the build-number of your ROM.
Build number- (OPR4.170623.020)
Please provide it unpacked.
@dean [email protected]#: that's 8.0.0 revision 35. Cannot download the whole package atm, maybe tomorrow. But what's your problem now? The download, an unzip-function, anything else?
@rp158 My problem only is that I am not able to unpack vendor.img only.
@dean [email protected]#: it's a long way, with your minimal step-by-step- information
I guess, you've no PC available to extract vendor from factory image. I did it now by TotalCommander on my N5X... If this whyever doesn't succeed, I'll upload it to MEGA. But you'll understand, that's quite laborious for a monthly changing file...
Added vendor.img from 8.0.0 r35
@rp158 Is there any way to unpack this img
@dean [email protected]#: ookeee, now I understand. I was the whole time at the dark side of your moon, sorry. Look at this tool.
@dean [email protected]#: my actual vendor-folder 8.0.0 r35 as zip-file uploaded, finally (older image deleted). Hope it helps.
@rp158 Thanks bro for providing

Categories

Resources