Quote:
Originally Posted by jonnythan
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.
|
i take it you stopped reading after that post did yea :P i got past all that