Root Samsung Behold 2


Just finished rooting my samsung behold 2, which is running on the android os using mac’s terminal and the android sdk tools. The instructions for rooting are here. The instructions from the unlockr are for windows xp/vista using command prompt so, it will be a little different syntax for mac’s terminal. I followed the instructions from the unlockr except that I used full paths for the first 3 lines of code. For example

adb push try3 /data/local
which basically adds the try3 file from your computer to the phone
was written as (ignore line break below)
graeme-richardsons-macbook:~ GRIZ$ desktop/androidsdk/tools/adb push desktop/androidsdk/tools/try3 /data/local. The tricky part for me was writing the full path again for the location of the try3 file, since Im not so good with terminal :(

Now im rooted!