I happen to notice some possible error's in your modded script
I marked in red that you pulled sbl1.mbn a few times and named it to different files, is it not ment to be /sdcard/tz.mbn /backup/tz.mbn ??
it looks like you forgot to change the sbl1 part for each file and ended up copying sbl1 in many files, if this is the case it would explain you issues and i am surprised that its even booted, shocked even.
please confirm this .
darkspr1te
Code:
# for windows use md backup
# md backup
#back-up script
echo "Backing up Bootloaders"
echo
echo " if any of the following fail with errors do no reboot your device, correct the error and re-execute"
echo
adb shell dd if=/dev/block/mmcblk0p2 of=/sdcard/sbl1.mbn bs=512
adb pull /sdcard/sbl1.mbn backup/sbl1.mbn
adb shell dd if=/dev/block/mmcblk0p3 of=/sdcard/sbl2.mbn bs=512
adb pull /sdcard/sbl2.mbn backup/sbl2.mbn
adb shell dd if=/dev/block/mmcblk0p5 of=/sdcard/rpm.mbn bs=512
adb pull /sdcard/rpm.mbn backup/rpm.mbn
adb shell dd if=/dev/block/mmcblk0p6 of=/sdcard/sbl3.mbn bs=512
adb pull /sdcard/sbl3.mbn backup/sbl3.mbn
adb shell dd if=/dev/block/mmcblk0p7 of=/sdcard/aboot.mbn bs=512
adb pull /sdcard/aboot.mbn backup/aboot.mbn
adb shell dd if=/dev/block/mmcblk0p8 of=/sdcard/boot.mbn bs=512
adb pull /sdcard/aboot.mbn backup/boot.mbn
adb shell dd if=/dev/block/mmcblk0p9 of=/sdcard/tz.mbn bs=512
adb pull [COLOR="red"]/sdcard/sbl1.mbn[/COLOR] backup/tz.mbn
adb shell dd if=/dev/block/mmcblk0p10 of=/sdcard/maybepit.mbn bs=512
adb pull [COLOR="Red"]/sdcard/sbl1.mbn[/COLOR] backup/maybepit.mbn
adb shell dd if=/dev/block/mmcblk0p11 of=/sdcard/pit.mbn bs=512
adb pull[COLOR="Red"] /sdcard/sbl1.mbn[/COLOR] backup/pit.mbn
it looks like you forgot to change the sbl1 part for each file and ended up copying sbl1 in many files, if this is the case it would explain you issues and i am surprised that its even booted, shocked even.
please confirm this .
darkspr1te



