How to Root Samsung Behold 2

Last Updated on Monday, 4 January 2010 08:10 Written by MrAndroid Monday, 4 January 2010 08:08

Samsung T939 Behold 2So now the Behold 2 has Root… Below are the instructions.

File Needed: Behold 2 Root File (132)

You Must have ADB set-up on your computer already. Please go to my ADB for Dummies post on instructions to do so.

Download the file above and place it in your C:\ (easier this way for instructions)

Plugin phone to computer.

Open a Command Prompt Window on your computer ( Start -> Run -> type: cmd )

type: cd C:\

then copy and paste each line into the command prompt (hit enter after each line)

adb push try3 /data/local

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

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

That’s it. Reboot your phone for safe measures but you now have Root Access…

adb push try3 /data/local
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
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
VN:F [1.8.4_1055]
Rating: 9.0/10 (4 votes cast)
VN:F [1.8.4_1055]
Rating: +5 (from 5 votes)
How to Root Samsung Behold 29.0104

Sorry, you must Login or Register to post a comment.