Hey, I'm hardbricked on my tab2 (sch-i705) and so have a few others because of loading this aboot.img at http://forum.xda-developers.com/show....php?t=1942674
I was thinking that someone with a working bootloader could run this script:
and post the output so we can have an unbrick image here.
I was thinking that someone with a working bootloader could run this script:
Code:
#!/sbin/sh
mkdir -p /sdcard/Unbrick_Files/;
dd if=/dev/block/mmcblk0 of=/sdcard/Unbrick_Files/200MB.img bs=4096 count=50000;
busybox gzip /sdcard/Unbrick_Files/*;
mv /sdcard/Unbrick_Files/200MB.img.gz /sdcard/Unbrick_Files/Unbrick_IMG.gz;
chmod -R 777 /sdcard/Unbrick_Files
No comments:
Post a Comment