colchiro
Extreme Android User
I did all the steps but when I got to "chmod 755 exploid", I get:
Unable to chmod exploid: No such file or directory
I quit and started over and got the same message. Anyone know what I did wrong?![]()
When you run these commands, make sure you're not getting an error. It's possible you copied more or less than the actual command, like missing the trailing quote, or skipped a step.
You didn't get very far so I'd start over, but first make sure you have added the path to adb.exe to your path. (This is the problem I know several people have had and it results in an error every time "run adb" is executed, not necessarily your problem tho.)
My adb.exe is in a folder I created for my Dinc so I have to add
D:\!win\Desktop\Downloads\Simple HTC Droid Incredible Root\sdk\tools
to the path, preceded by a semicolon. Obviously your location will be different. Use these instructions to add it to yours before proceeding. (Should work for all versions of windows.) How to set the path in Windows 2000 / Windows XP.
Any of these commands might have failed when you ran it the first time:
Run "adb push exploid /sqlite_stmt_journals/exploid"
Run "cd sqlite_stmt_journals"
Run "chmod 755 exploid"
... but like I said, you didn't get very far and who knows what state your session is now (like was the phone unplugged) so I'd just start over. Hope this helps.

