can"t chmod 755 exploid

parkerdodge

New Member
Joined
Jul 27, 2010
Messages
1
Reaction score
0
I've been trying to root for a while now. Every time i get to the 13th step I type chmod 755 exploid it says unable chmod 755 exploid file not found.
I can find the file though so i dont understand why it won't work.
 

mwhartman

Super Moderator/RS
Premium Member
Joined
Jan 15, 2010
Messages
10,635
Reaction score
12
Location
South FL
Not sure what process you are referring to but here is the command I used:
'chmod 755 /system/bin/flash_image'

Hope this helps

Mike
 

yoyo814

New Member
Joined
Jan 3, 2010
Messages
12
Reaction score
0
Location
Pittsburgh
Yea i'm not sure on what process you're using either, however I'd definitely suggest the one click root. I've heard a lot of success with it and no reports of issues yet that I saw.

I used a process that ran the same line as mwhartman posted.
 

DebianDog

Rescue Squad
Rescue Squad
Joined
Jul 29, 2010
Messages
281
Reaction score
0
Location
Virginia
Simple command line issue. You are not in the right directory OR you are not typing the correct filename. Do a list directory 'ls' and double check that filename is there. I am guessing you missed a 'cd' command somewhere. You can find your present working directory with 'pwd'
 
Top