View Single Post
  #25 (permalink)  
Old 02-26-2010, 02:41 PM
Sporkman's Avatar
Sporkman
Just a NooB
Offline
Threadstarter
Location: in a locked dark room
 
Join Date: Feb 2009
Posts: 1,530
Reputation: 1245
Sporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on repSporkman is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: ADB Shell ... then i get No $ SU found

Quote:
Originally Posted by jonnythan View Post
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
Reply With Quote