*****UPDATE*****
Everything below will no longer work once you have recieved the ota bug fix. samsung fixed the asroot/try3 exploit.
This info comes to you courtesy of xda-developers, persistant root fix thanks to: kam187 & chaoscentral at android forums:
Requirements:
Android SDK
try3 - found Here:
http://rapidshare.com/files/304169950/try3Alt Link:
http://www.4shared.com/file/14856430...e869/try3.htmlPress Windows+R, type in cmd.
Then do:
cd <Directory where try3 is>
adb push try3 /data/local/try3
adb shell chmod 0755 /data/local/try3
adb shell
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
cat /system/bin/playlogo > /system/bin/playlogo_real
/system/bin/chmod 0755 /system/bin/playlogo_real
echo"#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
/system/bin/playlogo_real" > /system/bin/playlogo
Reboot
adb shell
su
Now we have root!
**NOTE**
This is not my "tutorial" this process was first developed and posted by xda-developers then updated with the persistant root fix by kam187 & chaoscentral at android forums. all thanks are do to their hard work. I have not personally verified this on my phone, but others have and it seems that we finally have a viable root. i just wanted to post it up for everyone to get a look. remember any mods you perform are at your own risk. as you all know this phone is brand new and things sometimes will change or not work, just a fair warning to ya.