Hey
@zlaja84 the DD if commands, I do them on a terminal emulator or on PC? Forgot. So I can setup for tomarrow.
Also I got this from the CWM thread. What commands can I ignore and just flash the aboot, I don't want the recovery:
adb push aboot.bin /sdcard/aboot.bin
adb push stockrecoverymod.img /sdcard/stockrecoverymod.img
adb shell
su
dd if=/dev/block/mmcblk0p6 of=/sdcard/abootorg.bin
dd if=/dev/block/mmcblk0p17 of=/sdcard/recoveryorg.img
dd if=/sdcard/aboot.bin of=/dev/block/mmcblk0p6
dd if=/sdcard/stockrecoverymod.img of=/dev/block/mmcblk0p17
reboot recovery