HTC EVO 4G :: How To Launch Non-market Apps / Already Installed?
Jun 15, 2010
I installed a non-market .apk app on my new Evo using Astro File Manager, by clicking the install button in the file manager interface. But how do I actually launch the app to use it now that it is installed? I can't find an icon or a place to make a shortcut to.
View 5 Replies
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
Nov 15, 2010
My question is how to launch the third-party android applications I installed through Intent directly?
View 2 Replies
View Related
May 7, 2010
I'm creating a mobile website that will include a page from which people can download relevant apps that we recommend. I've found instructions for creating the links to launch the Market but this assumes that you are the developer of the app in question and know the exact package name.
Is there any way to get the package name, other than just contacting the developers and asking?
Also, it turns out that those instructions don't really work for creating web hyperlinks. They only give you a URI to reference in a string of Java code in another Android app. Our site is in Drupal, so Java is not going to work.
For the iPhone, I found easy instructions for getting the URL/link style I need from the iTunes store, so I'm looking for info like that.
View 2 Replies
View Related
Jul 4, 2012
I recently changed my ROM, and as soon as done, started having lots of problems installing apps:
* the play store on my computer would report applications not available for my device, even though I had downloaded and installed them before
* the search in the phone play store application could not find those apps, and when given a direct link would show them as incompatible
* modded version of vending.apk failed to download with the following error: "app name" could not be downloaded due to an error. (942)
* trying to install the backed up apk manually gave me the error "Application not installed"
* restoring titanium backup failed and left the restore process hanging
* manually copying the apk to /system/app/ and fixing the permissions still did not show the app
I tried many things, different roms, different ril, different mods of Vending.apk and GoogleServicesFramework.apk, clearing data and cache, deleting files in .android_secure, etc, nothing worked. Searching the forum brought up many posts about other people with the same problem, but no working solution.
Finally, I found the solution: I was using the wrong gapps package!The one I had flashed was for 2.3.2, my previous rom, whereas the new one was based on 2.3.7. It did not occur to me, that there could be enough changes to break market functionality, since I was sticking to gingerbread.
If you have the same problem, head to [URL] ..... and pay close attention to the table matching the right google apps package to your android version. Download it, and flash through recovery.
View 6 Replies
View Related
Sep 15, 2011
When I load a new ROM and need to reinstall my apps there are usually a couple I don't want to install. Is there anyway to remove them from the "Not Installed" under "My Apps"? It seems like since I once downloaded and installed an app, it will always be there.
If I can't remove them, then I can't use the bulk install option and have to manually start all the installs.
View 5 Replies
View Related
Jan 30, 2010
Ive installed apps to my hero from my pc, but they arnt showing up in the market as being "installed", so they can be updated, etc.is there a way around this, & where do the apps get installed (directory) on phone.1 last think, if i install apps on my sd card & dont want them, do i have to uninstall them, or can i just delete them off the sd card?my phone is rooted, does this effect the phones ability to update itself to 1.6, im running 1.5
View 9 Replies
View Related
Sep 25, 2010
I installed BB v0.5 on my Droid 1 and now I can't find any apps on the Market. Any one else having this issue?
View 2 Replies
View Related
May 16, 2012
I don't think this is an issue specific to my phone model. When I go into the Android Market (or Play Store) and I look at my apps it previously showed purchased apps but now it shows all the apps I've ever installed. If I want to install an app I purchased previously I have to search through all the hundreds of apps I have ever installed!
I've tried to find a resolution via Google but I keep getting results showing how to clear market search history.
Like I said, previously before I upgraded to ICS the market only showed installed apps and purchased apps that I haven't installed, now it shows every app I have ever installed and it seems to include apps I installed on my android tablet!
GT-I9100
View 2 Replies
View Related
Aug 26, 2010
I want to share applications with a friend of mine. Is there an application that will let me send him a market link for applications that I have already installed on my phone?
View 9 Replies
View Related
Oct 17, 2010
I have alot (and I mean ALOT) of apps on my Xperia, so I get around 5 app updates a day, which is now starting to agitate me because most of them are the same apps everyday needing updates.
Today I heard about an update for the market that includes an auto update feature for installed apps. But I, like many others, do not see this option on the market.
Does anyone have any idea how to get it? or if I can't get it, when can I?
View 43 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
Oct 6, 2010
I want to launch an installed package from my Android application. I assume that it is possible using intents, but I didn't find a way of doing it. Does anyone have a link, where to find the information?
View 2 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
Dec 14, 2009
just out of curiosity, has anyone installed any apps that are non android market? if so, which ones have you installed? i have "Hi yahoo" on my eris but i dont like it too much. i was wondering if i could go to yahoo's website and download yahoo messenger to my eris instead?
View 4 Replies
View Related
Oct 14, 2009
I trying to understand how a new process is being created based on AndroidManifest.xml, also looking for the possibility of creating/ forking a new Java process/new DVM instance at runtime.
I could find that using Runtime.exec one can issue system commands or launch native applications, but this is not what I am looking for, I am looking for creating an equivalent java process just as the parent java process.
Can I launch an installed android application at runtime from another android application? Whats the way for doing this?
View 2 Replies
View Related
Sep 6, 2012
I made my first android app, it seems to run on most phones no problem but one phone my bud has he installs the app no problem but the app will not run from the app launcher no matter what when you click the app it just goes to the home screen.
However if you goto google play and click OPEN it runs fine or if you hold HOME and goto recent Apps it opens right up, what could possibly make it not open from the launcher? it only happens on HTC Thunderbolt works fine on 10 other phones so far.
View 3 Replies
View Related
Jan 25, 2010
I have a G1 Android that's been rooted. My problem is that Market and Gmail crashes on launch. I also cannot get to the Data Synchronization page. It displays the page for a split second and then instantly closes out. Is there a way to reset the apps? I've tried factory reset and upgrading to a newer version of Cyanogen mod without success.
View 1 Replies
View Related
May 23, 2010
I have just written a game for the Android market and would like to remind my customers to leave feeback on the market for the application (especially the demo version.) Is there any way to launch the market intent in a mode that will take the user to the feedback / comments section of the page?I already use this approach for linking my demo to the paid app.
Is there a best practice that any Android devs out there might know of?Additionally, is there any way to track referalls from my demo app so that I can try to calculate some kind of a conversion rate? (i.e. how effective the demo app is at generating sales.)
View 2 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
Mar 25, 2010
I am creating an application that checks the installation of a package and then launches the market-place with its id.
When I try to launch market place with id of an application say com.mybrowser.android by throwing an intent android.intent.action.VIEW with url: market://details?id=com.mybrowser.android, the market place application does launches but crashes after launch.
Note: the application com.mybrowser.android doesn't exists in the market-place.
MyApplication is my application.
CODE:..........
However, when I try to launch the market place for a package that exists in the market place say com.opera.mini.android, everything works. Log for this case:
CODE:..................
View 2 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
Sep 23, 2010
Like a moron, I got so excited about the Froyo OTA, I forgot to unroot before I upgraded.Luckily for me, the upgrade installed without any errors.The only negative (big one i might add) is that the Android Market is not installed on the phone.Luckily for me I have a backup of about 90% of my apps and was able to reinstall them (after I did a factory reset in the hopes of the market installing itself).My phone is working regualry for the most part besides the last 5 or 6 apps that I installed and hadn't backed up on the sd card.
View 2 Replies
View Related
Jul 1, 2010
I have downloaded two APP directly from a developers website to my Sprint HTC EVO. How do I uninstall one of the APPs if I do not want it any more?
View 3 Replies
View Related
Oct 28, 2010
I don't know if I just opened a can of worms but is this even possible? I have a folder of .apks of my programs that I use in case I need to wipe my phone, and I hate having to query the market everytime I need to re-download one of my apps.What I'd like to do is be able to generate a functional .apk file from an application I already have installed.
View 5 Replies
View Related
Jul 5, 2010
I am wondering if I am able to detect if my application was installed with Android Market (it's in the download list of the Market and eligible for update checks) or it's not?It would be a very good point to detect if the app has been installed without, as that can mean it was stolen and installed from SDcard.
View 1 Replies
View Related
Oct 29, 2010
I restore angry birds from a titanium backup. is there anyway to get angry birds to show up in the market so i can get the updates?
View 1 Replies
View Related
Nov 20, 2010
If an Android 2.2 Tablet doesnt have the Android market Place then is there any simple method to install various third party android .apk files directly from the webpage to the Internet Tablet
View 2 Replies
View Related
Apr 20, 2010
The problem is the apps will launch twice or more when I apply the following steps: 1. launch the app A (1 time) 2. rotate the screen, (the app A will launch again, now the app A launch twice) 3. press return button (my expected result is that the app A will keep running, luckily, I can do that.) 4. launch the app A ( there will be one more app A running) So, in this case, there are 3 app A launching at the same time. But my expected result is just have one and only one app A launch.
View 9 Replies
View Related
Sep 9, 2010
just wanted to know if anyone used it to buy an app? and if so how did he got billed? i want to but drakaz updater but dont know if i'll get billed from my carrier.
View 2 Replies
View Related