View Single Post
Old 08-15-2011, 01:04 AM   #10
ptsenter
Addict
ptsenter has learned how to buy an e-book online
 
Posts: 285
Karma: 88
Join Date: May 2011
Device: Kobo eReader Wireless
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.
ptsenter is offline   Reply With Quote