Reviving a dead MDAIII from Bootloader
I hear you brother! Thanks to XDADOM elsewhere on this website, I *finally* managed to revive my dead MDAIII tonight.
You will need this ROM PDA2k_WWE_12200_162_10600_SHIP.exe (lurking somewhere on this website), xda3nbftool.exe and I also had ActiveSync 3.8 which may help.
The process to update is described elsewhere on this website, but as it's easy to get lost, here's how I did it:
Double click on the EXE file. Just before the upgrade starts, hop into Windows Explorer and try to locate the file radio_.nbf which will be in a TEMP folder somewhere on your hard disk (usually c:\Documents and Settings\YOURNAME\Local Settings\Temp)
Copy/Move all of these files into somewhere safe and memorable.
Fire up Notepad and cut and paste the following text and SAVE IT AS A .BAT file (NOT a TXT!!). Then run the attached batch file.
-----------------------------------------------------------------------------
xda3nbftool -x ms_.nbf ms_.nba 0x20040522
xda3nbftool -x nk.nbf nk.nba 0x20040521
xda3nbftool -x radio_.nbf radio_.nba 0x20040523
xda3nbftool -sd PH20B -sl WWE -so T-MOB005 ms_.nba
xda3nbftool -sd PH20B -sl WWE -so T-MOB005 nk.nba
xda3nbftool -sd PH20B -sl WWE -so T-MOB005 radio_.nba
xda3nbftool -c -u NK.nba
xda3nbftool -c -u ms_.nba
xda3nbftool -c -u Radio_.nba
xda3nbftool -x ms_.nba ms_.nbf 0x20040522
xda3nbftool -x nk.nba nk.nbf 0x20040521
xda3nbftool -x radio_.nba radio_.nbf 0x20040523
del *.nba
---------------------------------------------------------------------------------
Now cancel out of the Update, then navigate back to where you just copied those files. Run the file BaUpgradeUt and hopefully your MDAIII should be back to factory settings as an "imate" after about 10-20 minutes.
Once again, THANK YOU to XDADOM for his time, patience and efforts in helping me out.