Newbie Guide to Rooting the Fascinate

mentose457

New Member
Joined
Dec 18, 2010
Messages
3
Reaction score
0
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.
 

speirs45

New Member
Joined
Dec 23, 2010
Messages
3
Reaction score
0
What do I do if the abd push command does not work? It doesnt transfer any of the files.
 

graspthewill

New Member
Joined
Dec 26, 2010
Messages
1
Reaction score
0
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?
 

samofny

New Member
Joined
Dec 28, 2010
Messages
3
Reaction score
0
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
 
OP
mrdroid

mrdroid

Member
Joined
Dec 16, 2009
Messages
511
Reaction score
0
Location
Pittsburgh, PA
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
 
OP
mrdroid

mrdroid

Member
Joined
Dec 16, 2009
Messages
511
Reaction score
0
Location
Pittsburgh, PA
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
 
OP
mrdroid

mrdroid

Member
Joined
Dec 16, 2009
Messages
511
Reaction score
0
Location
Pittsburgh, PA
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

Are you at a # prompt or a $ prompt?

Sent from my Galaxy S
 

bmorrow

New Member
Joined
Dec 20, 2010
Messages
6
Reaction score
0
ok i get stuck on this step-
adb install Superuser.apk

it says exitadb: not found
#

whats going on?
 

samofny

New Member
Joined
Dec 28, 2010
Messages
3
Reaction score
0
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

Are you at a # prompt or a $ prompt?


After adb shell, I get a # prompt. Then you say to exit, so now I'm back at the c:\rootfiles prompt. This is where I am copy/pasting these commands.
 

rushfanx1

New Member
Joined
Dec 31, 2010
Messages
2
Reaction score
0
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
 
Top