Android :: How To Get A List Of Installed Applications And Pick One To Run
Apr 23, 2010
How to get a list of all installed applications and then pick one to run.
I've tried:
CODE:..................
And this only shows application that are preinstalled or can run the ACTION_MAIN Intent type.
I also know I can use PackageManager to get all the installed applications, but how do I use this to run a specific application?
View 2 Replies
Oct 2, 2010
Trying to do something fairly simple, select from a picklist of tracks.
I have some code that in theory works, and this is as follows;
CODE:................
This works perfectly on the emulator, however when running on my Galaxy S, I get the following exception.
CODE:......
I'm not really sure, nor can I seem to find how to correct the issue.
View 2 Replies
View Related
Sep 1, 2009
My application wants a functionality of picking a contact from the phone contact, I have achieved this using the following intent
CODE:..................
How do i start pick contact activity with an option to create a new contact from the pick list, similar to the one which is available in inbuilt Launcher appliation.
View 1 Replies
View Related
Jun 1, 2010
I want to show the user a flattened pick list of all their contacts phone numbers and it must work from versions 1.6 up. I have read the related questions on SO and the Android documentation for Eclair (http://developer.android.com/resources/articles/contacts.html#legacy).
The problem is, even splitting my code into a factory class and specific implementations does not work for me because using Contacts.CONTENT_URI only shows contacts not individual numbers. What I need is this for version 1.6
Intent intent = new Intent(Intent.ACTION_PICK, Phones.CONTENT_URI); startActivityForResult(intent, REQUEST_PICK_CONTACT);
And the equivalent for 2.0 and above.
Even if I get their example to work, by building against the 2.1 API am I not stopping my app being visible on the Market to users with earlier versions of the OS? I can't launch it against a 1.6 emulator, for example.
View 1 Replies
View Related
Aug 19, 2009
My application wants a functionality of picking a contact from the phone contact, I have achieved this using the following intent Intent intent = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); startActivity ForResult(intent, 001); I wanted few more functionalities
- An option to create a new contact from the pick list, similar to the one which is available in inbuilt Launcher appliation
- Set of contacts should be filtered from display i.e already selected contacts should not be displayed
- Filtering of contacts should be based on the phone number i.e a contact might have two phone numbers associated with and wants to filter out the phone number which is selected I guess above can be achieved by implementing my own pick list using contacts provider, is there any other way without implementing the new pick list
View 2 Replies
View Related
Oct 1, 2010
Recently, I had to factory reset my Droid X running Froyo. I had downloaded some nice apps. But, when I restored my data, my apps were gone. Is there a list my downloaded apps stored someplace? Perhaps I missed a setting to do this.
View 2 Replies
View Related
May 14, 2010
I want get app installed by user,this is all apps List
CODE:.................
View 1 Replies
View Related
Jul 20, 2010
My first application will just be a kind of launcher that I would like to improve. This launcher will launch a custom Home that the user has installed. That's like the application "Home Switcher, but I would like to do that myself.
So my first goal is to get all "Home" applications list: that's really easy and the code is there:
CODE:.......
Now I would like to do that in a listview. My first problem is to get the Icon: I failed, but that's not my main problem ( if you can help me I would be happy)
I succeed to make a listview with all the names of the installed Home:
CODE:........
And now when I click on a home, I would like to lauch the Home, so what I did is:
CODE:...............................
So, there is a box that that appear and ask me:
Complete action using:
LauncherPro - or Sense - or ADW
Wallaper Gallery
I think I am close to what I would like to do. what I miss or give me an example of a Launcher that would be a few linecode.
View 1 Replies
View Related
Jun 14, 2010
I would like to launch some applications, like the Calculator, the alarm clock, the notepad, the calendar, the camcorder, the camera, the dialer, etc, from my application. Is there an easy way to do that? Is there any place with a list of what are the intent names to launch them?
View 6 Replies
View Related
Nov 24, 2010
I'm trying to read the available home screen widgets list.
I can populate a grid using the available applications list using
CODE:.............
And than iterating through each ResolveInfo. How can I do the same with available Home screen widgets? I'd like to populate a grid with the same list that appears keep touching the screen and choosing 'widget' from the appearing popup.
View 1 Replies
View Related
Jun 25, 2009
Is there any way to find out all the fonts available in the phone.is there a contentprovider for the same?
View 3 Replies
View Related
Aug 20, 2010
In Java I would do something like:
CODE:.....
Is there an android equivalent?
View 2 Replies
View Related
Nov 10, 2010
On Android platform, I wanna make myapp hidden on process killer and I wanna hide myapp on installed app list also. Is it possible?
View 2 Replies
View Related
May 24, 2010
I would like to know if I could access the internal device DB to fetch a list of all installed applications, their version, etc?
How can I read the settings on the device as well? Like email username, server, etc?
View 3 Replies
View Related
Nov 17, 2010
I'm trying to display a list of all the Input Methods that are currently installed on the phone.Does anybody know how to accomplish this? I don't care how I have to do it, I just need to be able to produce a list of Input Methods as they appear in the phone's Language and Keyboards menu and then store the user's selection. I thought maybe I could just use the InputMethodManager to launch the standard Input Method selection menu and then see which one the user picked by looking at which IME is currently selected after the menu closes, but as far as I can tell there's no way to see which IME is currently selected in the system.
View 1 Replies
View Related
Oct 11, 2010
I know that we have the option of purchasing an app and supposedly if you uninstall the app within 24hrs u will not be charged. However there are some apps that I would love to try like the keyboard apps and find what best suits me and return the others. So my question is has anybody done this and did you receive only charges for the ones you kept when your bill came? I had a friend who had left his phone with his girlfriend for a day and when he got his bill he was getting charged for game he did not order or ever play so it was a hassle (3hrs on the phone with sprint) to get the charges dropped as they were recurring charges every month, he dint have a problem with paying the initial download as that was his fault for leaving his phone with his girlfriend.
View 1 Replies
View Related
Aug 19, 2010
I'm trying to programmatically determine what audio applications are installed on an Android phone. I'm able to enumerate all the installed applications, but don't yet see a way to figure out which ones are capable of playing audio? What property of the application would have to queried to determine if is capable of playing audio?
View 1 Replies
View Related
Jul 15, 2010
Is that a lot? Also, related question: when we get Froyo, can we move/install/run apps from the SD card?
View 9 Replies
View Related
Aug 22, 2010
Please share the apps you have installed as a MUST when you first got your htc desire.
View 11 Replies
View Related
Jul 19, 2010
Is there a standard native Android content provider that will return data listing all of the apps currently installed on the cellphone. Something like open()/readdir() on a Linux bin directory.
Given that you know an app is installed on an Android cellphone, and you know that apps name, how do you launch that app from a completely different and unrelated app. You might not know which Intents/Broadcasts/URIs the app you want to launch is listening for. And not all Android apps are written to respond to Intent/URI broadcasts or requests.
View 1 Replies
View Related
Jun 4, 2010
I just went to the market this morning to see if there were any updates in the downloads option, but didn't see any, which is odd since I haven't updated any apps in 2 days. So I checked appbrain, and at least two of the applications I have installed have been updated. There's either something wrong with the market, or my phone. Is anyone else having this issue?
View 1 Replies
View Related
Aug 19, 2010
Got several issues on my Dinc when I booted this morning. Here are all the symptoms I see:
1)None of my downloaded applications are recognized as installed-I only see the factory-installed apps in the app launcher
2)Settings->Accounts&Sync gets FC (com.htc.settings.accountsync)
3)Settings->Applications: While I do see all my downloaded apps in the list, the icons don't load for them, and when I click one, I get an FC on com.android.settings
4)Phone storage/SD Storage numbers look good
5)When I boot, the notification bar shows "Preparing phone storage", followed by "Preparing SD Storage" as it normally does, but the Sync icon only flashes for a second.
I'm running stock 2.1, no root...just a normal every day phone user. Was reading articles with the Time Magazine app prior to shutting down for the night. Had plenty of battery left, so I didn't even plug it in.
View 6 Replies
View Related
Jun 5, 2010
Since rooting and using custom roms, I've been using the apps2sd facility the this offers, however If I want to install certain apps to the phone memory rather than my SD card, is it possible to do this at all? I've not yet been given the option of doing this at all.
View 3 Replies
View Related
Aug 7, 2010
The last update to File Manager included an applications manager too. It enables you to backup* and uninstall applications.
On the applications list 'Maps' is in there twice, both 4.3.0 installed on 2010-07-06 and both 4102KB. Would I actually have two copies installed? I'm not that keen on the idea of uninstalling one to find out for obvious reasons! this seems to put them onto the SD card which is quite useful
View 1 Replies
View Related
Jan 30, 2014
My new android phone comes with a few pre-installed applications that I do not particularly need. I have some very basic questions
1) Because they are already there they seem to have a special "status", compared to all the other apps that I download. When I try to backup/restore using AppBackupRestore, those "special" pre-installed apps fail to restore. I cannot "uninstall" them from Settings/Apps. Ideally I do not want to have to re-download the whole world after a factory reset, and I depend on the AppBackupRestore to keep the latest copy of the app in local memory where it can be re-installed from.
2) What happens if I delete one of these apps from the system/apps directory? Will the app then magically disappear? Or will I need to do a factory reset in order to get rid of it?
3) Does it really matter if there are many pre-installed applications, if I do not use them? I mean they do not use any CPU so is the gain only cosmetic ?
4) Assuming I can delete any apps I want, which apps *must I not* delete? Are there any special applications that I will not be able to download from Google Play
View 8 Replies
View Related
Jul 25, 2010
Is there a file that contains the list of installed apps? Or perhaps an app to export the list? I just want to keep a list in case something bad happens to INC and I need to reinstall everything.
View 3 Replies
View Related
Aug 21, 2010
This dude helped me root and then install 2.2 all through PM! Had a couple issues that wouldn't have got through without him, and he also explained a lot of the terminology for me! Now pulling high 1500 quadrant scores. Time to get to freezing apps, and all the other rootie goodness!
View 21 Replies
View Related
Jul 10, 2010
What apps are you guys keeping on your Evo? I had a lot of apps installed until I realized the shortage of Internal Memory. I still have a lot but I use these apps all the time.
1.) Droid Dictionary
2.) IMDb
3.) ShopSavvy
4.) Raven News
5.) Quick App Clean Cache
6.) Handcent SMS - I would like to remove this app but it's cleary better than stock.
7.) Bat'Riz 2.x
8.) Estrongs File Manager- I was using Astro, but Estrongs seems to be smaller and a little more simple to me.
9.) Google Buzz Widget
10.) Pandora
11.) USA TODAY
12.) Zedge Ringtones
13.) FeedR News Reader
14.) RepliGo Reader
15.) ShareMyApps
Internal Phone Storage
Available space
327MB
View 10 Replies
View Related
Oct 7, 2010
I got my HTC desire yesterday and today Iran out of memory. I installed maximum 10 apps (news and stuff only) and most of them I cannot transfer (app2sd) to memory card. I see that I have 147mb and only 20 available. What can I do?
View 6 Replies
View Related
Sep 7, 2010
I have been reading about different ROMs, kernals and themes that have been posted on this site and they all sound very interesting and I have finally decided on what I would like to try first. I used the directions from here to force install the latest Froyo which is awesome and the directions were very nice. So I am hoping to get some guidance for my next adventure with my phone.
I want to install the newest version of Liquid Frozen Yogurt with the Tangerine theme along with one of Slayhers kernals. What all apps do I need to install the above items? And I know the instructions are all out there on how but could someone either point me to the specific ones that I need or paste them here for me? I am doing this to a Moto Droid.
View 3 Replies
View Related