1
vote
1answer
31 views

How to make packages from f-droid to be treated as from a “known source” (if I have root)?

I usually get packages from http://f-droid.org/ repository through their package browser (because then I have a guarantee that I use free (= libre) software); and they are signed with their key. I ...
0
votes
0answers
374 views

Not compatible app and “install failed missing shared library”

I am currently trying to get a game app running in windows and got some problems. Ive already tested Bluestacks, SocketQ, Android x86, Youwave and the official Android SDK Emulator. Now I'm trying ...
2
votes
1answer
940 views

Sending an application (apk) through NFC

Is it possible to install the application to another device using NFC? The application is not in Google Play store. If it is possible, how can I do this?
3
votes
2answers
913 views

Install application without Google Play

I made an application, and I want my friend to install it from a link, but the apk file cannnot be installed on the Android phone. He has to use some file explorer to install it. But I see many apps ...
5
votes
1answer
4k views

What's the cause of “Application not installed” error?

So I just downloaded the nightly version of Firefox (ARMv6) apk and when I install, I get the following error message:- This, isn't a very friendly message.. what could be the cause? How do I find ...
3
votes
0answers
343 views

How to push and install APK files from a PC over Internet?

I want to push AND INSTALL apk files from PC like Play Store does (when I send install signal from web interface). How to do this? Note: The PC and Android device may not be in same Wi-Fi network. ...
1
vote
0answers
205 views

How to root Coby Kyros - mid7016 tablet [duplicate]

Possible Duplicate: Can I install apps on phone without using the Android Market? I am trying to install APK files which are not downloaded from Android Play/Market and they are not ...
5
votes
1answer
4k views

How do I install an apk as a system application?

I'm trying to install an application in the system/app folder of a device. It needs to be done since I'm writing a QAT program and the tests need to run with a few privileges not available to third ...
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 ...
4
votes
2answers
587 views

Install APK from external_sd

I'm tearing my hair out trying to figure this out. I've read that you can copy an APK file to the SD card and use the browser to activate the installer to install it with this: ...
3
votes
1answer
551 views

Is copying an .apk into /{system, data}/app sufficient to install an Android application?

If not, what else is done under the covers? Also, what are the differences when installing applications From the android market sideloaded from web download sideloaded using adb install sideloaded ...
1
vote
4answers
3k views

Install .apk on android phone [duplicate]

Possible Duplicate: How can I install an app given only its APK file? First, as I understand, if I do not have the SD card slot on Android phone (e.g. Samsung Nexus S), the only way that I ...
0
votes
2answers
723 views

How to install an APK on an Android Tablet PC?

I had one normal Android apk. It is working fine on my Android mobile. Now I want to install the same .apk on an Android tablet PC; is it possible? If possible, how can I install it?
5
votes
2answers
1k views

Android - how to install apk from SD card

Is it possible to install an app to an Android phone from an SD card? To install it without a data connection, the marketplace, or using ADB? I've tried searching for this but no luck so far.