The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
119 views

android programmatically update apk and see the result of the installation

I'm writing an app updater for my app. After I make sure I have my apk on the device, this is what I do from within the app I'm trying to update: Intent promptInstall = new ...
2
votes
1answer
67 views

How can I make android delete old native libraries?

I'm trying to delete some native libraries from my application because I don't use them anymore, but after I install the apk in my phone I can see that the native libraries are still there. As I've ...
0
votes
1answer
29 views

android: avoid file download with MODE_WORLD_READABLE

Bonjour I would like to create a simple market applications for android but I face a annoying issue. The install flow is as below: 1- Download of apk file in the application context : ...
1
vote
1answer
34 views

resetting phone caused apk to stop working

I have been working on testing in-app billing. Through the process, I learned that I needed to reset my device so as to wipe out my personal information or google would keep complainer about me not ...
0
votes
0answers
19 views

Add Certificate To Inserted Files To An .APK

I need to add some files to an existed .apk file but after I insert files manually into the .apk file and try to install the program, it shows this error and can't be install: Package <my ...
1
vote
1answer
40 views

Insert File To An Existed .APK

I need to add some resource files to an existed .APK file. I wrote a program in Java Se which using ZipInputStream and ZipOutputStream to insert files into assets/myfiles and it works perfectly but ...
4
votes
1answer
679 views

how to get access of android root directory (/system/app) programatically?

I have an apk file in asset folder. Now I need to create a program which will install that apk file as system application. Manually it is possible by copying that apk file into sdcard with following ...
-3
votes
1answer
151 views

Install Android application silently Over-The-Air like Google Play does [duplicate]

I need to install apk file without any user prompt like Google PlayStore does. I know this question has been asked many times but still i didn't found any solvable answer. I am just installing app ...
-1
votes
3answers
225 views

Delete an application (*.apk) after installation

I've created my android application, and exported it as *.apk. Is it possible to make the apk file to be deleted automatically upon successful installation?
0
votes
2answers
53 views

Is it possible to modify the installation of a .apk, so that it creates a folder or some different files?

is it possible, that the .apk installs (while it is installing the rest of the app) an folder with some files in it? it would be nice, if the user could install the app, sync it with the programm on ...
3
votes
2answers
1k views

Silent install apk programmatically by system app (without root)

I have system-level app with android:sharedUserId="android.uid.system" (UID: 1000). Device is not rooted! INSTALL_PACKAGES permission is included to Manifest. Can I install downloaded *.apk ...
0
votes
0answers
46 views

Android app widget issue when installing any other application on device

I have an application for which I have created a widget. I have been testing the widget for the last week, all good. Today I noticed something strange. Whenever I install a new application (via ...
1
vote
2answers
231 views

Run the Android Application on any phone with the .apk file

I am working on an Android Application in which I have .apk file in my project bin folder. Now I am planning to give this .apk file to few of my friends. So that they can run my application in the ...
1
vote
0answers
51 views

Include android TTS as a library

Is it possible to include android TTS engine as a lib in my app? Or to download it without user intervention? Rigth now, if you want to use it, in some devices you have to download it first. Which ...
2
votes
1answer
120 views

Application restarting after installing from SDCard and putting it on Background

I've created a sample application (just a textview, nothing else), and I noticed a bug. After installing it from the SDCard, it displays the "Application installed" screen, with the done and open ...
0
votes
0answers
36 views

Installing App programatically fails on certain devices

I have code that would download the apk from the web and store the apk in the sd card and then i start an intent to install the apk passing the uri of the apk. Below is my code File Fapk= new ...
0
votes
2answers
151 views

Install Android GUI and Service apk's at once

I have an application divided in 2 parts, a service apk and a GUI apk. This service will provide "methods" called from broadcasts throwed in background from this GUI apk and others. Since service and ...
4
votes
2answers
634 views

How do I install APK using Android updater script

I'm attempting to use Android's updater script language (Edify?) to install an APK over-the-air to an embedded device that I have control over. Here's a link that describes the language. My first ...
1
vote
1answer
947 views

Android Install apk silently by busybox command-line

I want to install .apk silently in background by BusyBox command. I`ve seen some similar questions like THIS, but I still cant get working my code properly... I have: My .apk I need to install on ...
2
votes
0answers
136 views

How to get Category of application using package name

I am having two or more application having my specified category like <category android:name="com.myapp.MY_CATEGORY"/> and I am able to get all packages having this category by : final ...
0
votes
1answer
391 views

install two android appication with one apk - example from google market

I'm new to android development.I want to know something about android app installation.Is it possible to have two application in apk file.I mean if I install one apk file will it create two android ...
0
votes
1answer
233 views

Following android tab tutorial, can't find or launch installed app on device or emulator

Attempting to follow this project http://thepseudocoder.wordpress.com/2011/10/04/android-tabs-the-fragment-way/ When I run it, it says everything installs alright but nothing comes up and it's not ...
1
vote
1answer
117 views

Android installation process and Application directory

I read that during .apk installation process a new user is created and with this new user rights, the Applications directory(.apk is extracted here) in the internal storage is created (in /data/app , ...
0
votes
3answers
293 views

How to attach SD card files with apk

My project have multiple files in SD card. But when I install apk file on phone it does not work. Please tell me how to attach those files with apk.
2
votes
1answer
5k views

Programmatically download APK from google play store

I am creating an android app which depends on some other android apps. So if these dependent apps are not already there on the users mobile, I would like to download them programmatically from play ...
0
votes
1answer
148 views

Android using AsyncTask with serial excutor download files and call onActivityResult issues

I have a big problem. Firstly, I have a list of items.When user clicks on each item, my app start download file from internet. I have implemented this with AsyncTask serial excutor. After download ...
0
votes
4answers
440 views

how to install two instances by one apk?

I developed an app for android, but I need to install two instances of it, one for my daily use, another for debug/development, I don't have too many phones for debug, just have one phone, and don't ...
5
votes
2answers
4k views

Install SD Card Vs Phone memory? and why the size of the app differs?

I am bit confused about memory sizes in android apps, is there any difference between installing the application in Phone memory and SD card. I guess there might be difference of responding and ...
1
vote
1answer
94 views

Multiple app installer or multiple launchables

I want to create an "app loader" (primary) application, which will fetch a license from a server -- this license in turn will determine the features available in two other (secondary) applications. ...
1
vote
0answers
62 views

Opening Android application from the application installer (OS)

I have a small issue in my application which is occurring only for the first time. When i directly open the application from the package installer application which displays a dialog with a message ...
2
votes
1answer
75 views

Not showing installattion options for Android SDK

I had installed Android SDK but that was not installed correctly and I could not create an Android project in Eclipse, so I uninstalled, re-installed the Android SDK manager but I can't see all the ...
0
votes
1answer
75 views

Android app gets installed 3 times when ran once on android device [closed]

When running my app on my phone it gets installed 3 times, not sure why it does this, anyone know how I can solve this? my manifest <application android:icon="@drawable/ic_launcher" ...
0
votes
1answer
1k views

Android error: Application is not installed on your phone

I am getting this error when trying to install my exported unsigned application on tablet pc (running Android 4.04. version). App is normally installing and running in Android emulator in Eclipse. I ...
0
votes
1answer
78 views

How mantain images in my .apk

I I'm developing an Android application. When I run the application from Eclipse development enviroment it works good, but, if I install manually the .apk generate in \bin folder, I lost all images ...
0
votes
3answers
99 views

Perform specific operation at the time of installing apk?

I have updated the application's database. But users who have updated the application from market will see a crash everytime app is started because new database structure is not compatible with old ...
2
votes
1answer
815 views

Programatically install apk from assets folder in android

I am trying to install apk programatically from assets folder but not success, Please help me. I am using following code for that. thank you. Intent intent = new Intent(Intent.ACTION_VIEW) ...
3
votes
3answers
141 views

Pushing Latest Android Build to Devices

Is there a way or an app that allows me to push my latest android build to all devices that have it installed? My app is not in the Google Play market yet but would like my testers to not have to ...
8
votes
3answers
1k views

install apk in background using busybox

can i install apk in background using busybox on rooted device ??? i see something like that but it doesn't work process install; CommandCapture command = new CommandCapture(0, "chmod 777 ...
0
votes
0answers
44 views

Play Store - any intent I could send to it so that the reurned data would be a list of purchased .apk files?

I am trying to deploy app resource plugins as described here under the "The way I WANT to do it:" section. What worries me though is the possibility of the .apk plugins to be redistributed once ...
1
vote
1answer
486 views

Start activity from apk file

I'm trying to start an activity from an external apk file. The apk file is a simple text display and I download it from an URL into a local mounted directory in /mnt/sdcard/. Everything works fine to ...
1
vote
0answers
118 views

Duplicate activities on the back stack after initial installation of APK

This is somewhat difficult to explain (or phrase as a question), but I can provide plenty of examples. This issue occurs with many of the popular applications that are available on the Google Play ...
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
2answers
626 views

How to delete the data from sdcard while android application is uninstalling?

I have an application which saves magazines on sdcard. Now i want to delete all the downloaded magazines while application is being uninstall. Is there any way to do that problematically. Please ...
0
votes
1answer
170 views

how to use the ndk-build for application library

I had to build a library using ndk-build. Did that. it produced all the libXX.so files. It already had a apk file in the bin dir. Now how does this fit together. Should I be installing all the lib in ...
0
votes
4answers
1k views

Android: How to Install Apk like Android Market does

I am new to android. I could install an APK pro-grammatically which is present in the SD card ..It will prompt the user to install the APK. But i need to install without prompting, as we do in Android ...
0
votes
2answers
318 views

Android - Failed to install apk on physical device but successful on emulator

I've tried multiple times to install the apk on the physical device using eclipse but i keep getting this error [2012-07-20 11:26:23 - SRD-Android] Failed to install SRD-Android.apk on device ...
4
votes
1answer
164 views

How to add more similar tasks and settings to Jan Berkel's Android Plugin in SBT?

I'm trying to extend Jan Berkel's Android Plugin for Scala that uses SBT. I have similar actions and settings like already defined android:install-device and android:install-emulator. Let them be ...
0
votes
0answers
168 views

Installing an APK unknown error

I have been attempting create an apk that is installable onto an android phone. To understand the process I found an APK and installed it. I then uncompilled the .apk into a folder and deleted the ...
0
votes
2answers
692 views

Android unable to install the application on emulator

I have an android application and am trying to test the installation by downloading from a URL. The app is developed by me and I can load the app into emulator using eclipse and run it properly. I ...
1
vote
4answers
1k views

Can i upload my apk to SD Card instead of internal storage?

My APK is big, 70 MB. I don't have any problems when I install it in external storage, but when I upload it to phone before installing, the APK goes to internal storage and my testing phone doesn't ...

1 2 3