Tagged Questions
0
votes
0answers
22 views
adb shell - installing or moving apk from /data to /mnt/sdcard
I'm working on a script via shell for the installation of one or more apk from an USB key plugged in the device. The device is a MID custom, made in China, with root permissions. Android 4.x on-board.
...
0
votes
2answers
124 views
Non market apk update installer
I am newbie to Android development.I have a existing non-market android project.Now I want to create a update apk with new changes to code,assets etc.Below is my requirement.
when i install a new ...
0
votes
0answers
131 views
Install .apk file to Android Emulator on a Mac
I'm new to Android and I was given some .apk files (not created by me) with malware that I'm trying to run on the Android emulator for testing purposes (trying to get app's system call data using ...
0
votes
2answers
123 views
How to install .apk on multiple phones for testing
Hi I am developing a cloud application for android. While developing its a torture to install apk on every phone after a single line change in code. Is there a way to install it through script. or ...
-1
votes
1answer
53 views
Issues Deploying .apk to Phone
I have a question related to: how to install apk application from my pc to my mobile android
I'm using eclipse, and a Win7 VM (running through VMWare Workstation), which I use as my development ...
0
votes
2answers
353 views
ANdroid - Run APK file after edited using apktool get error : [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
I have an APK file name : Splash.apk.
First i decode it using apktool
apk d Splash.apk
Then i edit Manifest, XML. Finally I export project to APK file name : EditedSpash.apk.
apk b Splash
When i ...
0
votes
1answer
168 views
PAW Server/BeanShell on Android and ADB
I have a need to install APK's remotely and want to use PAW Server. I know PAW Server in itself can't install APK's directly, but I could enable ADB on the devices and use PAW Server's BeanShell ...
1
vote
1answer
121 views
Android app acts differently installed from adb vs sdcard
An issue I was having with my app is that it wasn't resuming to the most recent activity. I added
android:alwaysRetainTaskState="true"
to AndroidManifest.xml. It fixed the issue for debug mode but ...
1
vote
1answer
859 views
EOCD not found, not Zip,shows error when install apk
When I am trying to install apk through command prompt it shows an error like this
daemon not running. starting it now on port 5037
daemon started successfully
EOCD not found, not Zip
file ...
0
votes
1answer
425 views
Unable to install fully signed apk file to hero live device version 2.3
I've kind of kicked my own butt for 3 hours trying to get this to work...
Can't get a fully signed apk file to install on my htc hero.
The target versions are min: 3, target: 15
The hero is running 9
...
0
votes
0answers
191 views
Android ADB Shell doesn't enable packages
I ask to pm (package manager) to enable some package, but it doesn't enable and shows the message "new state: disabled"
shell@android:/ $ pm enable my.app.com
Package my.app.com new state: ...
0
votes
1answer
250 views
Difference between installing an apk with adb and eclipse
I have an app that closes itself after it's finished. If I install it through eclipse, it works normally, but if I install it through adb -e or -d install c:\....\myApp.apk, it works but it doesn't ...
0
votes
0answers
233 views
Android : ADB install error after signing the apk
I'm trying to install a signed apk to my emulator..The error I am getting is
"file abc.apk does not contain AndroidManifest.xml "...
I also, did zip the signed apk,to check ...
0
votes
2answers
1k views
Emulator Timeout Error Message while Installing .apk [duplicate]
Possible Duplicate:
Android error: Failed to install *.apk on device *: timeout
keep getting error messages when I try to launch any mobile app with android. These errors are not ...
4
votes
3answers
891 views
what is a adb daemon?
While running an application .apk file is formed and that apk file is installed in the emulator. for installing the apk file in the emulator we need Android Debug Bridge(ADB) service. Daemon is a part ...
2
votes
1answer
119 views
What happens to permissions when installing release version of apk using adb
Recently , I got a release version apk of some 3rd party application. I installed it using adb
adb install <path to apk>
But when I run it , I get the error message
...
1
vote
2answers
1k views
adb - How to reinstall an app, without retaining the data?
adb install foo.apk
When using this command, if the apk exists, I should get the error *Failure [INSTALL_FAILED_ALREADY_EXISTS]*
adb install -r myapp-release.apk
In this case,the existing apk ...
1
vote
1answer
663 views
Install APK in the Emulator using ADB in CentOS
I am new to CentOS and I want to install an APK in the emulator using ADB.
Using terminal, I used this syntax:
adb install <nameofapk>.apk
That command gave me this error :
Whoops: didn't ...
0
votes
2answers
1k views
adb command not found when trying to use adb to install apk file
I'm trying to install an apk file in my emulator. I navigated to the directory where the apk file is and typed adb install [name of file].apk
I received this response:
-bash: adb: command not ...
0
votes
0answers
280 views
Invalid APK package. Tried everything I've found, nothing works
Here's the problem when I try to debug my app over:
[2012-09-05 15:37:57 - Applicy] Installation failed due to invalid APK file!
[2012-09-05 15:37:57 - Applicy] Please check logcat output for more ...
2
votes
1answer
1k views
How to install android application in android without using adb?
i have just android terminal
i dont have adb to install apk.
i dont have double click on apk
and install that application.
so is there any command available using that i can install application ...
0
votes
1answer
307 views
.apk filename changes after doing adb install
If I do:
adb install myAppRelease-2012-07-24_14-35-14.apk
When I try to reference the actual .apk file after it is installed
PackageManager pm = this.getPackageManager();
for (ApplicationInfo app ...
1
vote
0answers
498 views
Device connection lost after APK install from MacBook
I'm running into a problem on my MacBook Pro. I type in "adb devices" with my device plugged in and I can see it listed there. However, when I install the application with "adb install" the ...
1
vote
1answer
470 views
Making Apk files run with emulator automatically
I would like to have my Windows Vista Home Premium run my .APK files in the emulator when I click on it. There are ways to do it manually from ADB command line, but I want to make it run on the ...
0
votes
4answers
2k views
Android Unsigned App not able to install on device
My app able run on simulator and I export it as Unsigned App.
On my phone's Setting-->>Applications--->>Unknown sources checked.
I download the .apk into phone storage through USB.
Then under File ...
12
votes
1answer
4k views
Why does adb install <same-packagename-always-release> fail?
I know that adb install will not replace an existing package if it's of a different build type (i.e. debug vs. release).
Eclipse also successfully replaces the debug apks whenever I run a debug ...
3
votes
1answer
3k views
Testing an adb update, versus install?
How do I test an update of my application, versus a clean install? I see that adb install has several flags, but I'm not sure which one mimics reality.
I explicitly need to test app updating.
4
votes
3answers
546 views
Is it possible to install an application via adb but still get Google Market updates?
My company is distributing both the hardware (samsung galaxy tab 10.1) and the software (my application) to our customers.
My intent is to "skip" the google account linking and use adb to install my ...
2
votes
5answers
3k views
Eclipse says my Android project(s) contain(s) errors, but there aren't any
Since last night, Eclipse hasn't been letting me run any of my projects and gives me the error "Your project contains error(s), please fix it before running it".
This happens regardless of which ...
0
votes
1answer
364 views
Is there a simple way to have external properties for an android APK?
I have an android application that gets invoked through ADB on a desktop machine. I have a properties file on the desktop machine which the android application somehow needs to be aware of, but they ...
1
vote
3answers
3k views
Delete App (.apk) in emulator?
I know of two ways of deleting an app under development from the emulator:
Using the emulator GUI: Settings >
Applications > Manage Applications >
Uninstall
Using ADB: adb uninstall
I may have ...
0
votes
5answers
10k views
How to make an EXE file using .apk file
am almost done with my project in android, now I want to make the executable version of the application.
I need to demonstrate it in .exe form as soft app as on emulator, not by built and debug ...



