View Single Post
Old 08-15-2011, 01:22 AM   #11
Synergi
Addict
Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.Synergi ought to be getting tired of karma fortunes by now.
 
Synergi's Avatar
 
Posts: 341
Karma: 4683770
Join Date: Dec 2010
Device: Kindle PW, iPadPro, Galaxy Note 5, 8 (tab) & Galaxy Tab S3
Quote:
Originally Posted by ptsenter View Post
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.
I thought I had it. It is in my Tools folder.. I followed your instructions and still no go..


c:\android-sdk-windows\tools>adb pull /data/app/com.mantano.reader.android-1.apk

108 KB/s (7601992 bytes in 68.151s)

c:\android-sdk-windows\tools>adb devices
List of devices attached
emulator-5554 device
0123456789ABCDEF device


c:\android-sdk-windows\tools>adb devices
List of devices attached
0123456789ABCDEF device


c:\android-sdk-windows\tools>adb install com.mantano.reader.android-1.apk
3430 KB/s (7601992 bytes in 2.164s)
pkg: /data/local/tmp/com.mantano.reader.android-1.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]

c:\android-sdk-windows\tools>

Do I need to make some type of changes to the file?

Edit: No go on the SD card either..It was working on the emulator so I'm not sure..

Last edited by Synergi; 08-15-2011 at 01:27 AM.
Synergi is offline   Reply With Quote