View Single Post
  #24 (permalink)  
Old 02-26-2010, 12:52 PM
jonnythan's Avatar
jonnythan
Regular 'Geeker
Offline
Location: Upstate NY
 
Join Date: Oct 2008
Posts: 427
Reputation: 215
jonnythan is keeping up the good workjonnythan is keeping up the good workjonnythan is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Reply With Quote