|
||||
Re: ADB Shell ... then i get No $ SU found
Hmm. Did you, by chance, input the command to remove both .apk and .odex, or just one of those? If you only stuck in one of those, maybe the other is still there and that's why it's not going away. That's my only other thought.
|
|
||||
Re: ADB Shell ... then i get No $ SU found
C:\AndroidSDK\tools>adb push asroot2 /data/local
cannot stat 'asroot2': No such file or directory this is with a space after the asroot2 wasnt sure if i needed a space looks like but it will not go C:\AndroidSDK\tools>adb push asroot2/data/local You're not rooted if you haven't successfully pushed and run asroot2. The first response, "no such file or directory," tells you that either asroot2 doesn't exist in the directory you're in or there's no such directory as /data/local. The second command has improper syntax - you have no space between asroot2 and /data/local. |
|
||||
Re: ADB Shell ... then i get No $ SU found
Quote:
i take it you stopped reading after that post did yea :P i got past all that |
|
|
|