i have hooked it up many times and it always tells me drivers not installed. i tried to root my cell but it wont pick up my cell so im stuck and cant figure it out. can someone please help me. i got windows 7 64bit. i want to root my cell but its my first time doing it so im just learning how to do it. here is what the website said to do, to root it. but when i pull up the command prompt and put this in "cd\
cd AndroidSDK\Tools\
adb devices" it never finds my cell when i hit enter on the part that says adb devices... so please someone help me out if u have had the same problem.. thanks
Root the Samsung Behold2/Galaxy
1. Download the following file and then unzip it.
Try3
2. Take the unzipped file and save it into the Tools folder of your AndroidSDK. (Make sure that the Android sdk folder has been renamed to AndroidSDK and when it is opened it shows the tools folder next without having to open a second sub folder. Follow the instructions in the How To SetUp ADB we have here on the site for more info).
3. Plug your phone in via USB and do NOT mount the SD card.
4. Open the
[COLOR=#00C800 ! important][COLOR=#00C800 ! important]Command [COLOR=#00C800 ! important]Prompt[/color][/color][/color]
and type the following (hitting enter at the end of every line):
cd\
cd AndroidSDK\Tools\
adb devices
And make sure your phone’s serial number pops up (if not redo section I).
5. Then type the following with hitting enter at the end of 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
All Done! You now have
persistent root access! Try to download a root program from the Market and see if it works