nasstyrome
Well-Known Member
system.img https://dl.dropbox.com/u/15809262/android/m830/system.img
boot.img https://dl.dropbox.com/u/15809262/android/m830/boot.img
no cwm backup? no problem.
SMACK THAT DROID WITH ROOT.
#adb shell rm -rf /system
# second quote of text holds the restore command in the first lines (dd = ..)
here.
dd if=/sdcard/system.img of=/dev/block/mmcblk0p17 bs=4096
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p8 bs=4096
hopefully this fixes those currently bootlooped.
includes su.
btw, /sdcard is mounted as PHONE on pc.
CARD is located /mnt/sdcard
#mtfbwy.
boot.img https://dl.dropbox.com/u/15809262/android/m830/boot.img
no cwm backup? no problem.
SMACK THAT DROID WITH ROOT.
#adb shell rm -rf /system
# second quote of text holds the restore command in the first lines (dd = ..)
here.
dd if=/sdcard/system.img of=/dev/block/mmcblk0p17 bs=4096
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p8 bs=4096
hopefully this fixes those currently bootlooped.
includes su.
btw, /sdcard is mounted as PHONE on pc.
CARD is located /mnt/sdcard
#mtfbwy.