You put spaces in wrong places and you need full name:
adb<spaces> pull <spaces> /data/app/com.mantano.reader.android-1.apk
File com.mantano.reader.android-1.apk is going to be in your tools directory.
Now you have 2 choices:
- connect your device to the computer and type
adb devices
It should show your device as 0123456789ABCDEF
Shut down the emulator and type
adb<spaces> install<spaces> com.mantano.reader.android-1.apk
- if you won't see your device copy that file to USB or SD card, put the card or stick on your PE, navigate to apk using ES file manager or device storage and click on apk.
Turned out we typed at the same time.
Congrats, you got the file - that's progress.
Before trying apktool I'd try to install as I mentioned above.
In command prompt CMD just type
apktool<spaces> d<spaces> com.mantano.reader.android-1.apk
Last edited by ptsenter; 08-15-2011 at 01:24 AM.
|