Please help. I need modified maupgrade.exe file for Magician. Purpose - new version should not check model id, like it was made for Himaupgrade.exe here - http://forum.xda-developers.com/viewtopic.php?t=9047&highlight=himaupgradeut+modified
Related
Hi all.
Is there any way to change attachment's order of appearence of a thread?
In the thread regarding my program "Ariel battery" I have two ZIP files attached, one with the old version, and one with the new one.
http://forum.xda-developers.com/showthread.php?t=364278
However, many people are still downloading the old version because it is located at the top of the attachment's list.
I don't want to delete the old version file.
What to do ??
I think they are alphabetical.
try naming the files
1- filename
2- filename
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 ?
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 rkDumperOld 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.
спасибо !
Hi guys , I've recently fixed a phone with the current isue , so I'm putting some materials here for those in need .
- CSC
- BOOTLOADER
- PIT
- MODEM
- PDA
All those files are for B5510 .
There is already a full guide including firmware in this thread.
In addition next time please use a more age appropriate hosting site to link to files, not one containing sexually suggestive images.
Thread closed.
Hi
please help me
i mistakenly delete dev and system and sys folder And now imei is null and not signal
so, I kindly ask if someone with a rooted Xperia M5 running stock firmware (the firmware version/device variant doesn't matter, it can be from doul SIM devices too) could create a zip file of those Folder's then upload the file here.
Thanks in advance
(i reflshed my phone I flash my phone and still imei is null)
(sorry for my poor english)