Android Tablets Forum banner
Status
Not open for further replies.
1 - 2 of 2 Posts

· Banned
Joined
·
1,334 Posts
Discussion Starter · #1 ·
I have flashed the device several times and having to go back to Android Market to redownload everything is a pain because of the market bug. I can only get one or two apps every time I clear the data, etc. Is there a way to extract the apps so that I can install them again from an SD card? If yes, can explain explain how step by step? I have never used ADB and new to the Android World. Thanks.
 

· Registered
Joined
·
113 Posts
You don't need to extract anything.The Apps are in the/Data/appdirecotry.You can use adb shell to open a shell to it and copy all APKs to your SDCardFor this you need todo the things i postet in the stickied thread.(In the directory where ADB is)1. adb connect <IPofDevice>:55552. adb shell3. cp /data/app/*.apk /sdcardthat should do the trick.but chekc first if /data/app is the correct directory.
 
1 - 2 of 2 Posts
Status
Not open for further replies.
Top