video back up fake uid en dct2224 using usbbdm

Test on DCT 2224/2244 using USB BDM.
Locked
RIP_Felipeferras
Junior Member
Posts: 489
Joined: Thu Dec 31, 2009 6:33 pm

video back up fake uid en dct2224 using usbbdm

Post by RIP_Felipeferras »



este es el script por si no lo tienen

Code: Select all

reset 1
init
if DEBUG == 0
echo The DCT2224 does not respond the reset properly. Check your BDM connection
goto end
endif

begin:
cls
/////////////////////////////////////////////
//    DCT2224
/////////////////////////////////////////////
echo 1. Backup flash and nvram
echo 2. Restore flash and nvram
echo 3. Debrick (When normal programming not working)
echo 4. Firmware Testing (PH7/8/9 and type I PH6/CR4)
echo 5. Firmware Testing (Type II PH6/CR4)
echo 6. Detect type for PH6/CR4 and non PH
echo 7. Exit
option 1 backup 2 restore 3 debrick 4 testing1 5 testing2  6 detecttype 7 end
backup:
echo backup flash
getram code
save code
echo back nvram
getram nvram
save nvram
goto continue
restore:
echo restore nvram
ldram nvram
setram nvram
cmpram nvram
if CMPRAM == 0
echo NVRAM write failed
goto continue
endif
echo restore flash
flshdct code
flashchk 400000
if FLASHSET == 0
echo flash not defined
goto continue
endif
ldram code
program code
cmpram code
goto continue
debrick:
r a7 200400
r rpc 468
echo Now you should be able to use restore method to program the box
goto continue
testing1:
getram code
firm
echo 1. Program the flash.
echo 2. Cancel.
option 1 testing11 2 continue
testing11:
flshdct code
flashchk 400000
if FLASHSET == 0
echo flash not defined
goto continue
endif
program 406000 ba000
goto continue
testing2:
getram code
flipfirm
firm
flipfirm
echo 1. Program the flash.
echo 2. Cancel.
option 1 testing21 2 continue
testing21:
flshdct code
flashchk 400000
if FLASHSET == 0
echo flash not defined
goto continue
endif
program code
goto continue
detecttype:
getram nvram
checkmb 234f09 
if MEMORY == 1
echo This is type I.
else
echo This is type II.
endif
continue:
pause
goto begin
end:
٩(●̮̮̃•)۶=ε/̵͇̿̿/'̿'̿ ̿ ᴼ•ₒ ○ ˚ͦ ◦•ᵒ ºᴼ•ₒ no andaba muerto andaba de parranda ₒ•ᴼ۝
transitoryspace
Junior Member
Posts: 142
Joined: Sun Feb 07, 2010 7:51 am

Post by transitoryspace »

Great vid.

As always always appreciate your work / videos felipe
justsomeguy
Junior Member
Posts: 1417
Joined: Wed Jan 28, 2009 4:01 pm

Post by justsomeguy »

looks great !! did you download the code somewhere? this looks awesome ! nice and easy for ppl...1,2.3.4.5.6.7....easy as typing in a number !! lol...

cheers

justsomeguy
CAPONE
Junior Member
Posts: 5011
Joined: Sat Dec 27, 2008 3:25 pm

Post by CAPONE »

justsomeguy wrote:looks great !! did you download the code somewhere? this looks awesome ! nice and easy for ppl...1,2.3.4.5.6.7....easy as typing in a number !! lol...

cheers

justsomeguy
The Script is Part of the New Software. It's in there By Default.
"If you give a man a fish you feed him for a day. If you teach a man to fish you feed him for a lifetime."
Locked

Who is online

Users browsing this forum: No registered users and 6 guests