Quote:
Originally Posted by ImCoKeMaN
Quote:
Originally Posted by BiGMatTFRomJeRSeY
1. with out me posting the thread on xda the dump wouldn't have happened as soon as it did.
2. i thanked midget, not to take credit away from him but all that was done was the bat file was edited that jj made to be able to dump the kaiser.
3. i password everything i rar because it is just a habit. dont like it to bad.
also when someone downloads that knows how to upload to ftp please upload it or contact me on aim msn or yahoo and tell me how i cant figure it out.
ty
|
Be careful how you say that Matt. That post makes you sound very arrogant like you posting on XDA was the hard part and belittling the work that Midget_1990 did. Saying "but all that was done was the bat file was edited that jj made to be able to dump the kaiser" makes it look like you're posting to ask for help on XDA was the hard part. Do you even understand what he did to edit the program to make the dump?
Please do not be offended by this as I just want to give you a warning of how your post looks. I have made some posts in the past that unintentionally almost cost the help from a very helpful person from the xda site. All i needed was a little nudge to show me what it looked like from a different perspective for me to fix it and i hope that this does that for you.
|
Im not down playing what midget did. but the noob who posted here though he needed to crap the thread. so i put him in his place. And idk how that makes it sound hard to post on there but i didn't see anyone else posting on there for help.
and here is what changed
kaiserdump bat
Code:
@ECHO OFF
CLS
mkdir OUTPUTS
cd OUTPUTS
..\bin\NBHextract.exe ..\%1
..\bin\her.exe 800 05_OS.nb Kout.nb
..\bin\prepare_imgfs.exe Kout.nb -nosplit
..\bin\viewimgfs.exe imgfs_raw_data.bin
rename dump IMGFS
..\bin\RomMaster.exe -x -w 5 Kout.nb -o xip.bin
md XIP
..\bin\dumprom.exe -d XIP -x -5 xip.bin
ren dump XIP_MODULES
ren XIP XIP_FILES
del imgfs_raw_data.bin
del imgfs_removed_data.bin
del xip.bin
new titan dump bat
Code:
@ECHO OFF
CLS
mkdir OUTPUTS
cd OUTPUTS
..\bin\NBHextract.exe ..\RUU_signed.nbh
move *_OS.nb OS.nb
..\bin\her.exe 800 OS.nb temp.nb
..\bin\prepare_imgfs.exe temp.nb -nosplit
..\bin\viewimgfs.exe imgfs_raw_data.bin
rename dump IMGFS
..\bin\RomMaster.exe -x -w 5 temp.nb -o xip.bin
md XIP
..\bin\dumprom.exe -d XIP -x -5 xip.bin
ren dump XIP_MODULES
ren XIP XIP_FILES
del *.bin
del *.nb
del *.bmp