How do I take backup of all installed apks from my sgs2 to PC using android sdk/ 3rd party tool etc? My phone is not rooted. I can install/uninstall apks using adb, but is there any similar command line tool to take backup of the same?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
|
This is one of the things that are far easier with a rooted phone: you could just type in:
and your apks would magically appear on your desktop. In your case this isn't possible because accessing the data partition is only allowed for root users. (And this is a good thing. Imagine what would happen if any app could read your email or text messages.) There are several apps in the |
|||||||||||
|