yeah i went on this thread i even replied on it:::::::
Originally Posted by adrynalyne View Post
This should not normally be needed...but in my case it was. YOU WILL LOSE ALL DATA. THIS IS NOT A TRIVIAL PROCESS.
If you need to remove Voodoo, for whatever reason (mine was not booting), this is how you do it:
1. Download original.mbr from here:
http://adrynalyne.us/files/kernels/sgs/original.mbr
2. Download stock kernel:
http://adrynalyne.us/files/kernels/sgs/stock.zip
2. Boot to cwm (battery pull, and hold up volume while putting it back in and connected to usb), and put original.mbr and stock.zip on your sdcard. Mount as mass storage or adb push them to sdcard.
3. Use adb to restore the mbr:
Code:
cat /sdcard/original.mbr > /dev/block/mmcblk0
4. Use cwm to restore the stock.zip (kernel).
5. Mount dbdata and nuke the contents.
Code:
mkdir /dbdata
Code:
mount -t rfs -o nosuid,nodev,check=no /dev/block/stl10 /dbdata
Code:
rm -f /dbdata/*.*
6. Reboot back to STOCK recovery.
Wipe data.
7. Reboot.
Done and done. Nandroid restore back after this, if you wish.
If this doesn't work, take the illogical steps of:
Flash system, kernel and PIT with Odin. Remember, only use pda and pit sections.
Wipe again.
how do you push onto sd card... how do you open adb... i tried and it does nothing, flashes a really fast list of stuff in a command prompt looking screen and closes.... how do you nuke files... ugh... i really need voodoo outttt!!!!