Android :: List Of Installed Apps
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
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
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
May 20, 2010
Does anyone know of a way to dump a complete list of apps installed on an Android 2.1 device?I am always asked what apps I have installed and it would be great to have a utility that creates an email or text file that lists out all installed applications.
View 20 Replies
View Related
Sep 21, 2010
Can you link me to the list of what apps can be installed to sd ..
View 2 Replies
View Related
Dec 4, 2009
Is there any way to generate a list of all the apps installed on your phone that I can save/print? I'd like to create the list in the even that I need to reset the phone at some point (and also 'cause I'm a bit OCD about backing all kinds of stuff up). I've reset my phone four times (due to returns for HW issues) and have never had the google backup process actually restore my apps for me (and yes, backup is turned on in Settings). So anyone know of an automated process or marketplace app to do this?
View 3 Replies
View Related
Sep 22, 2010
I am getting a warranty replacement for my Fascinate today. Anyway, my contacts and images are easily backed up and synced with gmail. Is there an easy way to export a list of all the free Apps I have installed so I can print them out? Too lazy to write them all down but will if I have too. ;<) Also, not quite as important to me but is there an easy to export all the text messages and import them into the replacement phone?
View 3 Replies
View Related
Jul 27, 2010
Is there any way I can extract the .apk for an app I downloaded and installed from the market? So I can store the .apk on my PC
View 7 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
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
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
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
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
Sep 23, 2010
I have recently purchased an unlocked HTC Desire. As you may or may not know, here in Australia the only carrier of the Desire is Telstra. However I use 3 mobile so that's the reason I purchased an unlocked device.
My problem is that my phone has about a dozen or more apps which are installed by Telstra and uninstallable. Most of them are 100% useless because I'm not even on their network and I'd like them out of my applications list.
I've had a read around and I saw something about being able to remove them by deleting the file and then uninstalling them using a command prompt program.
Would anyone please be able to give me detailed instructions on how to do this because I'm not sure how to find the system/apps folder and I'm also not sure on how to get the command prompt thing to work.
View 4 Replies
View Related
Aug 1, 2010
Has anyone noticed that when you install an application manually vs a downloaded one from the market it doesn't update when a newer version comes out?
View 3 Replies
View Related
Mar 7, 2012
Is there a way to remove apps from My Android Apps list, on Android Market / Google Play? I have a few hundred in my list and a few dozen of those are apps I plan to never install again. I'd like to remove them from my list in the Market/Play. I've already uninstalled them from my phone.
View 10 Replies
View Related
Jan 24, 2010
Is there anyway to do this? I hav no us for a couple of the pre-installed apps and would really like to get rid of them to free up space.
View 1 Replies
View Related
Mar 26, 2010
I have some pre-installed applications on my G1 (IM, HiDialer, some Chinese appplications etc.) But i cannot uninstall them. It just says: uninstall not succesful. I read some other topics about this and there werent many answers. Only thing some people reply is just: get rooted. What if I am rooted? Then how do I uninstall them?
View 1 Replies
View Related
Jul 23, 2010
I am working on an app that will be shipped on some phones. I have been thinking about how to update them once a new version is ready. How that would work for a pre-installed app? As an initial thought I think I could pop up a message letting the user know there is a new version ready, but if I could avoid unnecessary request to the server it would be better. If a google engineer comes across this please give me a hint as you do this for Google Maps.
View 17 Replies
View Related
Jun 25, 2010
How can I get the version information of the current installed apps on my phone. if I do : Package Manager packageManager = getPackageManager(); List<PackageInfo> packs = package Manager. getInstalledPackages(0); int size = packs.size(); apps += " Total apps = "+ size+" "; for (int i = 0; i < size; i++) { PackageInfo p = packs.get(i); apps += "App name: " + p.applicationInfo.loadLabel(packageManager).toString(); apps += "Package name: " + p.packageName; apps += "Version name: " + p.versionName; apps += ""; } tv.setText ("Installed apps:"+apps); I get all the apps currently installed. I wasn't able to figure out how to extract their correspondent version information.
View 3 Replies
View Related
Jul 27, 2010
I have a general idea of how to do it but would like some instuctions. If im correct first u download astro then use emulator but without guide i wont do it so if anyone can give me instruction i have a droid x.
View 2 Replies
View Related
Aug 17, 2010
I have a HTC desire with Froyo 2.2, I'm not sure whether this is a Froyo issue but some of the apps I install are not visible in my all apps view, when I go to the market screen it says that they are installed and I can open them from there but they do not appear as a widget or app anywhere on my phone. The latest app to not install properly is the droid comic viewer, again I can use it from the market screen but can't find it anywhere else on the phone.
View 3 Replies
View Related
May 11, 2010
So what's the point in an apk installer? I've installed a few apps without it.
View 2 Replies
View Related
May 21, 2010
Is anyone aware of a listing of apps that require Android 2.1 to run (e.g. apps like Google Goggles, etc.)? I've searched the threads here at Android Forums and elsewhere and haven't been able to find such a list or site.
Now that I upgraded to 2.1, I'd like to "see what I've been missing" and take advantage of the new OS.
View 3 Replies
View Related
Jan 22, 2010
A few of my installed apps checks for updates themselves but most don't.Is there an app that can check the market for updates to all installed apps
View 4 Replies
View Related
Jan 15, 2010
I'm wondering if it is possible to uninstall a couple applications that came pre-installed on my Droid.
Apps such as Footprints and MOffice are just a waste of space and could do w/o.
View 2 Replies
View Related
Jul 20, 2010
I can't get any of my installed twitter apps to work. Is it just me?
View 6 Replies
View Related