Android :: Multiple Application Icons Are Installed On Phone When Running App

Oct 15, 2010

I am developing an android app w/ Eclipse.Whenever I run the app on my phone or the emulator, four application icons are installed on the device.I am guessing it is related to my manifest file which has three activities (3 are for tabs).When I uninstall the app, all of the icons are removed from the phone.Upon a reinstall, all four show back up.

Android :: Multiple Application Icons Are Installed On Phone When Running App


Android :: App Actvities Installed As Multiple Icons

Aug 20, 2010

My Android App has 2 activities. A login screen and a search screen. When i deploy the app on emulator or on my device, i see 2 icons for same app. When i click on icon 1 it opens screen 1 (login screen) and When i click on icon 2 it opens screen 2 (search screen). By logic when i login it should show the search screen. Not sure when i'm making the mistake, would be of help if some one can point me in right direction.

View 1 Replies View Related

Android : Why I See More Than 1 App Icons Of Installed Application?

Mar 6, 2009

How many activities do you have? Do more than one of them declare themselves as launchable like you can see below?

View 2 Replies View Related

Android :: How Do I Get Multiple Icons To Launch Different Activities In One Application?

Jul 17, 2010

I have an application with two activities and I'd like to be able to have two icons appear in the launcher, each launching the respective activity within the app.Specifically, I want one icon to launch my main app, and another icon to launch my settings activity. Is this possible?This creates two launcher icons, but they both run my main app instead of the second icon running my settings app. I've tried just having the launcher category but then I don't get an icon so it looks like I need the main action as well.Is this the right approach or should I be declaring two applications in the manifest instead?

View 2 Replies View Related

Android :: Application Suite With Multiple Launcher Icons

Aug 20, 2010

I have a single Android application that houses a suite of applications. I want each application to install with its own launcher icon, so I have a few activities with the same intent filter.It works just fine if I close out of an application using the back button. Each launcher icon starts a different activity. However, if I simply send the application into the background using the home button and then try to start a different activity,the one I put into the background is brought to the foreground instead of the correct activity starting.Can I make the multiple icons work or do I need to create a central activity as a way to start all the sub-applications?

View 1 Replies View Related

Android :: Phone Storage Running Out After Multiple Installs

Sep 4, 2010

When testing my app on a device I go through several "installs", although it's really the Eclipse plugin doing this for me.After a while (not very long) the device starts complaining about insufficient storage.It seems that progressive "re-installs" eats away the phone storage even though the app being installed (presumably) is either removed by Eclipse first or at least overwritten.Interestingly if I use a task killer to kill everything on the phone (which I only use for dev purposes btw),the available storage indicator recovers and I can keep working.As I said, it's more annoying than anything as the workaround.well works, but I'm wondering if there is some sort of cache chewing up storage?More importantly, I'm a little concerned that the same may happen with updates from the Market?That is, the update effectively replacing the current version of the app but leaving an allocation of storage behind in its wake.

View 5 Replies View Related

Motorola Droid :: Messenger13 / New ROM Installed (Rooted Phone Running At 800mhz)

Jan 30, 2010

I just want to send a huge thanks to messenger13 for helping me install my new ROM "Bugless Beast" on my newly rooted Moto Droid which is now running at 800mhz.

View 26 Replies View Related

Android :: Application Cannot Be Installed On This Phone

Jun 10, 2009

Has anyone had an error along the lines of "(application) cannot be installed on this phone.", where the application name is in place of (application). This is on cupcake, I have my version minSdkVersion set to 3, and I've had no problems prior to this new version. Runs fine in the emulator, so I'm stumped?

View 3 Replies View Related

Android :: Application Is Not Installed On Your Phone

Jul 19, 2010

In the log cat below errors are showing 17:11:10 - GolfLogix]adb is running normally. [2010-07-17 17:11:10 - GolfLogix]Performing com.golflogix.ui.startup.SplashScreen activity launch [2010-07-17 17:11:11 - GolfLogix]Application already deployed. No need to reinstall. [2010-07-17 17:11:11 - GolfLogix]Starting activity com.golflogix.ui.startup.SplashScreen on device [2010-07-17 17:11:12 - GolfLogix]ActivityManager: Starting: Intent { cmp=com.golflogix.ui/.startup.SplashScreen } [2010-07-17 17:11:13 - olfLogix]Activity Manager: java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 mp=com. golf logix.ui /.startup.SplashScreen } from null (pid=-1, uid=-1) requires Android.permission.WRITE_SECURE_ SETTINGS Already i set the WRITE_SECURE_SETTINGS permission in my manifest file. I don't know why this errors are showing .anybody have any solution for this problem.

View 4 Replies View Related

Android :: Application Could Not Be Installed On This Phone?

Aug 14, 2009

I just rebuilt an application to use some new assets, and now I get this message on my phone when I try to install it: "Application not installed" "UnitTests could not be installed on this phone" Anyone know what's going on? I've checked and I've definitely got "Unknown sources" ticked on the application settings. This is just a self signed application to run my unit tests on an actual phone (the emulator doesn't cut it for real testing). I tried creating a new keystore, and they didn't help. What on earth? The only thing I can think of that I've done recently is accept a google security update.If they've silently done some other updates that prevent self signed applications running, I'm severely upset.

View 9 Replies View Related

Android :: Application Not Installed On Phone

Oct 5, 2010

i have samsung i5503 galaxy.but i got a problem in developing app.first i attach the phone with pc and turn usb debugging on,install the driver than as i run my app ,my phone is not appeared as running android device.so how can i run and test my app on real device.secondly i make apk of my app and than mail it than i open this mail n my phone and try to install the app but error was app not installed.what is the problem.my phone's is os is android 2.1(eclair) and firmware version is 2.1 update-1.

View 3 Replies View Related

HTC Droid Eris :: Multiple Google Calendars Not Shown On Phone Running 1.6

Mar 3, 2010

I've created multiple sub calendars within my standard gmail calendar account to managed my kids calendars. Doesn't look as though these calendars will come over to my Eris running 1.6. Is that correct? Any work around or am I missing something?

In the calendar option on the phone I see:
My calendar
My work gmail calendar
Outlook

View 9 Replies View Related

Android :: If Second Application Installed On Phone Then First Will Not Found

Jan 28, 2010

when I had tried to install any application for the first time , it gives me following error as. D:Pramod Backupandroidandroid-sdk-windowsools>adb install pramod.apk 77 KB/s (8628 bytes in 0.109s) pkg: /data/local/ tmp/ pramod.apk Failure [INSTALL_FAILED_ALREADY_EXISTS] But there is no pramod.apk file is present in phone , but if I install the application using -l -r as D:Pramod Backupandroidandroid-sdk-windows ools>adb install -l -r pramod.apk 38 KB/s (8628 bytes in 0.218s) pkg: /data/local/tmp/pramod.apk Success It will installed application succesfully. Why is it so? and when I tried another application to install as D:Pramod Backupandroidandroid-sdk-windowsools>adb install -l -r Final.apk 38 KB/s (8628 bytes in 0.218s) pkg: /data/local/tmp/Final.apk Success then previous application (i.e here pramod.apk) not shown in phone.

View 4 Replies View Related

Android :: Where To Find Application I Installed On My Phone?

Nov 21, 2010

I installed an application using JNI. I want to find where the .so library is located and the directory of the application I have installed. I use the DDMS to search all the directory. However I could not find either of them. Where could I find them and how?

View 2 Replies View Related

Android :: Application Is Not Installed On Your Phone - Error On Nexus One

Jun 25, 2010

I have an interesting problem I just can't seem to get through. I hung out yesterday in the IRC during office hours in hopes to find someone, but I guess the Google guys are swamped and couldn't make it.

We have an app that we have tested successfully across 10 different devices on 4 different networks without a problem. However, our app will not work on ANY Nexus One devices, tested across 4 different carriers. The work flow is like this:

1. Via the browser, visit a URL to download the apk file OTA.

2. Install app. App shows up on the device.

3. Click the icon to run the app. An error occurs saying "Application is not installed on your phone"

At this point, we can see the app is trying to run. LogCat shows the following interesting bit:

CODE:...........

The funny thing is, I have android.permission.INTERNET use-permission in the manifest, and no other devices seem to have a problem with the permissions set there.

WHY this behaviour is isolated to Nexus One devices?

View 4 Replies View Related

Motorola Droid : Phone Running Warm When Multiple Accounts Were Connected - Battery Drained Fast

Aug 31, 2010

I had been using IMEasy for its multiple-account capability, I found my phone running warm when multiple accounts were connected though, and the battery drained fast; down to 70% in 3 hours in a poor signal area. I thought it was the poor signal. Installed Trillian yesterday, it's connected to 3 IM accounts and after 5 hours I'm only down to 90%, in the same area. I've been a happy Trillian user on the PC, I already had an Astra account from that so setup was SIMPLE. I HIGHLY suggest this app, though it's still in Beta and it IS missing a couple options I would like they're not critical issues to me, and I'm sure they'll fix them.

Beta is available from their site, Trillian - IM, Astra, Windows Live, Facebook, Twitter, Yahoo, MySpace, AIM, Email, and more!

I know this sounds like an ad but I'm just a happy customer.

The 2 missing items (maybe one really) are the ability to set the notification tone in the app and the ability to change the notification LED color in the app.

View 4 Replies View Related

Android :: How Can You Tell If An Application Is Installed And What Version Is Installed?

Sep 13, 2010

is there an easy way (api) to do this?

View 6 Replies View Related

Android :: Missing Apps Icons When Installed Via HTC Sync

Dec 10, 2009

I seem to be having problems locating icons for apps installed via HTC Sync.

After installation, icons for the programs don't appear in the programs list. I've confirmed they're installed, as they show up in the manage apps list. Any programs installed via the Market show up on the programs list.

View 2 Replies View Related

HTC Hero :: Application Installed - Phone Only Have 3 Home Screens

Sep 1, 2010

I installed the application tripping II. I think its called and I applied it and it has made my phone only have 3 home screens and I thought deleting the app would sort it but it hasn't
what could I do to make my phone go back to how it should be?

View 4 Replies View Related

Android :: Get Icons Of Running Services?

Aug 25, 2010

Can any one tell how to retrieve the icon of a running service?

View 2 Replies View Related

General :: Where Installed App-icons Stored

Apr 23, 2012

I didn't find them, except in the apk files in /data/app/, but then I've to extract every app.

View 3 Replies View Related

Android :: Multiple Icons On Status Bar / How To Disable This?

Mar 29, 2010

In Bluetooth application I am noticing it is displaying multiple icons not number. I updated number of notification object,then it was displaying number and but also multiple icons.how to disable this multiple icons?

View 1 Replies View Related

Android :: Running Application On Emulator Running Older SDK

Jun 28, 2010

I have a project that builds against Android v2.1 . I can run it fine on a phone running 1.5 but when I try to launch it with an emulator running 1.5, the emulator doesn't show up on the list of available AVDs. I have the <uses-sdk android:minSdkVersion="3"/> tag in my manifest but it doesn't make a difference.

View 2 Replies View Related

Nexus :: Anyone Know Where Icons For Installed Apps Are Located?

Feb 11, 2010

Trying to find the gmail and the regular email icons for the stock programs installed on the nexus one are. Anyone know where they are located or have a source?

View 6 Replies View Related

Android :: Kill Or Wait Phone Activity (incoming Call) Between Running Application?

Jun 30, 2010

Is it possible if my application is running and that time if any incoming call arrives then i want to kill or wait that call (phone activity). any one achieve this type of work in android. i have a no idea how to do this.

View 2 Replies View Related

General :: Android SDK Installed From Multiple Sources - System Cannot Find File Specified

May 18, 2012

I've searched to no prevail. id like to start developing apps but am having issues getting the environment set up. I have the jdk properly installed.

issue 1 (main major ):

I've installed the android sdk from multiple sources, but when i try to start sdk tools, the command prompt flashes/ opens briefly and i get this message:

"Failed to execute toolsandroid.bat: The system cannot find the file specified."

Do i need to change a PATH variable or something...

I cannot get eclipse to run. when i try to open the exe file ( because there is no short cut icon...?) it gives a message about not finding a companion library... ive try to change the properties in the file that is supposed to fix it, but it was already set the way its supposed to be. this is not major as i can use a different IDE.

so im completely lost as to th sdk tool. I just tried adding the file path to the android sdk ( PATH variable) and it still did not work... I also just tried start the android,bat file and the cmd promt flashes briefly saying somthing about xcopy is not an operable command...etc couldn't read all of it... I am on windows 7 home premium

View 9 Replies View Related

Motorola Droid :: Getting Multiple Icons For SMS

Dec 28, 2009

i am having a slight problem that just started happening this morning when i turned my phone on..I saw that i had a text and the little smile voice bubble appeared like normal in the notification panel but also an envelope (NOT email) also appeared..i clicked the smile icon to bring me straight to the text and that went away like it was supposed to, but the envelope would not go away..anyone know how to get this "unread message" icon to stop coming up and just have the smile bubble come up again.

View 7 Replies View Related

Android :: Running Multiple Activities

Jun 23, 2010

I have developed a simple android application, which when started opens a Timer. User is given two buttons, start/ pause. This is working fine.What i want to do is to add a way to support multiple timers when a user swipes his finger on the screen.When he swipes from left to right, a new timer should show up, but the previous timer should not stop. This is a way to add multiple timers.Also, when he swipes from right to left, i want a previous timer to show.This is what i have done so for. I have a timer activity. I have added a touch event on it. When, a person swipes his finger, i get the co-ordinates and decide whether its from left to right or right to left.This functionality is working fine, as i can see the appropriate log messages.The problem is when I'm trying to load Timer Activity.It just loads the previous Activity and doesn't really create a new one (I figured this from the timer).Is there any way to do it?

View 1 Replies View Related

Motorola Droid :: Highlight Multiple Icons?

Jan 5, 2010

How can I highlight multiple desktop icons at once? And once done, can I "mass" delete them by dragging to the trash like I can with only one?

View 4 Replies View Related

Motorola Droid :: How To Delete Multiple Icons?

Jul 19, 2010

does anyone know how to delete multiple icons for certain apps that are in my slide up menu? They don't show up as mulple apps in manage apps. Some icons are the built in gallery icons.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved