View Single Post
  #2 (permalink)  
Old 10-10-2010, 06:03 PM
gTen's Avatar
gTen
"The Fuzzy One"
Offline
Location: Internet
 
Join Date: Feb 2008
Posts: 7,855
Reputation: 9080
gTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the communitygTen is a trusted member of the community
Mentioned: 106 Post(s)
Tagged: 1 Thread(s)
Re: ADB Command for sub -folders

Quote:
Originally Posted by escavi View Post
I just learned how to remove apks from the "all apps" section of my Evo. I wanted to further organize but creating sub folders to move certain categoriy apk's and programs over.

First, it this even possible? Second, if so, what is the adb command for creating a folder and moving them over?

Thank You.
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
__________________
Earn some spare cash and get cash back at stores like NewEgg and more:

http://quickrewards.net/?r=!F94VXV35D5MV2

(My shameless referral link)
Reply With Quote
This post has been thanked 1 times.