Tagged Questions
1
vote
0answers
90 views
Package cannot be (re-)installed or uninstalled
Was trying to install SDMove.apk (sideload) from my ICS tablet.
adb reported:
Failure [INSTALL_FAILED_ALREADY_EXISTS]
However when I issue uninstall command, it reports Failure as well.
When I try ...
4
votes
3answers
1k views
How to pull the apks from my android phone
I have a rooted android phone. I am trying to pull the applications from /system/app/. However this simply does not copy the apk. What I have tried.
adb shell
su
cd data
cd app
ls
...
3
votes
1answer
968 views
How to take backup of all installed APKs from Phone to PC?
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 ...
10
votes
2answers
5k views
Why is “insufficient storage” wrongly reported when installing an .apk via adb?
I have an HTC Desire running Froyo. It is not rooted, nor have I installed any custom ROM.
I get an "Insufficient Storage" error when I'm trying to install an app via adb/eclipse. The .apk is only ...