View Single Post
  #3 (permalink)  
Old 10-11-2010, 12:52 AM
escavi's Avatar
escavi
N00b
Offline
Threadstarter
Location: CA
 
Join Date: May 2008
Posts: 25
Reputation: 15
escavi is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: ADB Command for sub -folders

Quote:
Originally Posted by gTen View Post
I think its

adb push = upload file from pc to device
adb pull = download file from device to pc
adb shell = enter shell

{shell commands}
su = grants super user
ls = list dir
mkdir = create dir
cp = copy
mv = move
rm = remove
cd = navigate to dir

aka its same as linux shell commands
Thanks for the info. Ill have to try it out. Will it show me a folder on the app selection slide out screen with the newly moved content apk's/icons within it?
Reply With Quote