View Single Post
Old 11-29-2009, 06:10 PM   #1
callanbrown
New Member
 
Join Date: May 2009
Model: 8100
PIN: N/A
Carrier: rogers
Posts: 2
Default 8220: Error 507, 561, resets when loading most files *solution*

Please Login to Remove!

Hi guys,

My girlfriend's 8220 was acting up so I tried to update to the newest OS. There was a failure, and I was left with error 561. I wiped the phone with JL_Cmder but the phone would reset every time I tried to load software with the desktop software and with apploader.

To fix the phone, I created a batch file that ran javaloader.exe for each file, then paused to continue. This is because almost EVERY file would load correctly but reset the BB. Example of the batch file:

@ECHO OFF
SET /p continue=[y or n]
IF NOT %continue% == y GOTO END
javaloader -u load net_rim_platform_resource.cod
SET /p continue=[y or n]
IF NOT %continue% == y GOTO END
javaloader -u load net_rim_platform_resource__en.cod
SET /p continue=[y or n]
IF NOT %continue% == y GOTO END

After loading the 700 or files (next time i would remove all of the language resources to bring it down to 150-250ish) I checked the event log from JL_Cmder to see if any files were corrupted (there were about 5), then reloaded those. The phone revived! I then ran Apploader again and now everything is fine.

Hope this helps someone! If anyone needs more info on how to create the batch file (I used MS Excel and VBA to generate the script) send a PM.

Last edited by callanbrown; 11-29-2009 at 06:12 PM..
Offline   Reply With Quote