What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Newbie Guide to Rooting the Fascinate

ok so i've done all the instructions you have given and everytime i try to type adb into cmd.exe it says.... 'adb' is not recognized as an internal or external command, operable program or batch file... what am i doing wrong?

You ether need to download android-sdk_r07-windows.zip HERE. Or you need to do what XTendDroid said in his post.
 
I'm having a problem at the first $. Everytime I input "cd /data/local/tmp chmod 0755 rageagainstthecage-arm5.bin" I get the response "cd: bad substitution"

Anyway to help me?
 
Permission Denied at push su /sdcard/su

In section 4 I get permission denied when I start with the following line:

adb push su /sdcard/su

Failed to copy 'su' to '/sdcard/su': Permission denied
 
What do I do if the abd push command does not work? It doesnt transfer any of the files.

Make sure you're typing the commands correctly. With spaces where there should be spaces and no spaces where there shouldn't be spaces. Make sure the sd card is not unmounted.

Sent from my Galaxy S
 
I'm having a problem at the first $. Everytime I input "cd /data/local/tmp chmod 0755 rageagainstthecage-arm5.bin" I get the response "cd: bad substitution"

Anyway to help me?

Those are 2 different lines. You're entering it as one command.

Sent from my Galaxy S
 
Hi...
I was doing ok, but hit a snag...
In Section 4,
The 1st 3 commands went ok
adb push su /sdcard/su
adb push busybox /sdcard/busybox
adb shell (This put me at the $ prompt)

However, the next command
mount -t rfs -o remount,rw /dev/block/stl9 /system

I get this message
mount: Operation not permitted

Please help
 
Back
Top