Android - unable to uninstall application
I have some Android market feedback for my app Hire*A*Droid
where users complain that they are unable to uninstall the application. Here's two I have so far (about 10 days apart):
janelle: I uninstalled this app, but its still showing that its
installed under my downloads. What can i do ?
valerie: It's frozen I can't open or delete it.
anyone can help n tell me how..thanks
The app has nothing really special or tricky about it and I never experienced anything of the sort so I'm really lost at what this may be, how real it is and how to reproduce and deal with it? Any ideas, suggestions? If you have any questions that you think may help with this problem I'll be happy to provide more details
P.S. Worth nothing to mention - both complaints cost me a single star rating and no additional info was provided
P.P.S. After comment from PHP Jedi I noticed similar comments for other apps while browsing Android Market. I think this is quite common and it looks like Market bug. I will try to open a bug on Android Market support site
Cross-referenced to Android Market forum
Asked by: Aston278 | Posted: 25-01-2022
Answer 1
I purchased a DROID a week back and was having the same problem. To uninstall an application from the DROID do the following.
Uninstalling an application from Android OS v2.1
- Go to settings.
- Go to Applications
- Go to Manage applications.
- Touch the application you wish to uninstall.
- Touch uninstall.
- Enjoy the fact that the application is gone.
The confusion I'm guessing your commenter's are having is when you hold your finger on an application you can drag it to a trash bin. This makes you think you are deleting the application when really you are removing it from your favorite applications list. Its very misleading.
Answered by: Luke325 | Posted: 26-02-2022Answer 2
from what i understand (i don't work on Market myself), the "Downloads" list inside Market can be out of date for up to a day, until it next gets an update from the server. the app isn't actually installed anymore, and Settings > Applications > Manage Applications will show that it is indeed gone.
i reported this as a Market bug internally last year. i've just added a link to this page from that bug, and i'll try to get someone to look at it.
(it may even already be fixed in newer versions. it would be interesting to know the most recent version you've seen it in.)
Answered by: Roman857 | Posted: 26-02-2022Answer 3
I could not say why the users complain, but I could say that your application work without problem on my HTC Magic, I don't get error when I tried to uninstall it.
Best Regards
Answered by: Justin171 | Posted: 26-02-2022Similar questions
uninstallation - Get application uninstall event in android
Hi i have one application which play with content provider(contacts etc) now when i uninstall my application i want to arranger the original data of content provider.
Is there any way, if my application is going uninstall at that time i get event and do my work.
Thanks
uninstallation - how to delete a file's on uninstall the android application?
This question already has answers here:
uninstallation - How to delete a folder when user selects uninstall my application in android
I would like to know about how to delete a folder once user select uninstall button for my application.
I want it by programmatically is there any chance to do it...
If so let me know possible solution for it.
thanks in advance.
uninstallation - Uninstall Application by a Single Click Android
Please help me to clear my doubt. I develop an application that performs uninstall applications. I use the code
Intent intent = new Intent(Intent.ACTION_DELETE);
intent.setData(Uri.parse("package:"+appname));
startActivity(intent);
But it will show the uninstall window(default) that the user made click "yes" to uninstall and "ok".
I need to make that process by simply clicking o...
uninstallation - Get application uninstall event in android
Hi i have one application which play with content provider(contacts etc) now when i uninstall my application i want to arranger the original data of content provider.
Is there any way, if my application is going uninstall at that time i get event and do my work.
Thanks
android - Stop uninstallation of application
i create an app and install it on phone. now i want to add a feature that my app should not uninstall from the phone. so i think if one of the following issues could be solved
is there anyway to stop the user from uninstall the app?
is it possible , if user try to uninstall the app we get a message?
is it possible , if user try to uninstall the app it should prompt for a password ? ...
uninstallation - how to delete a file's on uninstall the android application?
This question already has answers here:
uninstallation - android application uninstall protection
Just wanted to know is there a way to protect an application from getting uninstalled. I know it's possible if i add the application as a device administrator but this is not enough.
Is there a way I could pop up a message asking for the security code before un-installation starts ? any ideas highly appreciated.
uninstallation - How to delete a folder when user selects uninstall my application in android
I would like to know about how to delete a folder once user select uninstall button for my application.
I want it by programmatically is there any chance to do it...
If so let me know possible solution for it.
thanks in advance.
android - Need some security for uninstallation of an application
I have on security purpose application,i need some security while uninstalling an
application
please give me some solution.
stop uninstallation of application in android
I an making security application, in which I have to do stop the application from uninstallation ,once it is install in device, have anyone do it before.
uninstallation - Sending data to server when android application is unistalled
I would like to notify my server that the user deleted the application. How can I accomplish this?
uninstallation - Uninstall Application by a Single Click Android
Please help me to clear my doubt. I develop an application that performs uninstall applications. I use the code
Intent intent = new Intent(Intent.ACTION_DELETE);
intent.setData(Uri.parse("package:"+appname));
startActivity(intent);
But it will show the uninstall window(default) that the user made click "yes" to uninstall and "ok".
I need to make that process by simply clicking o...
html - How to remove local storage data after uninstallation of the application from Android
I made an application which stores data in local storage and use that data even after restarting the application. But it stores the data even after uninstalling the application.
So is there any way to remove that local storage data after uninstalling the application.
uninstallation - Get application uninstall event in android
Hi i have one application which play with content provider(contacts etc) now when i uninstall my application i want to arranger the original data of content provider.
Is there any way, if my application is going uninstall at that time i get event and do my work.
Thanks
uninstallation - Perform a task on uninstall in android
This question already has answers here:
android - Silent Uninstallation
I am working for manufacture of cell phones. we develop for the Android platform, therefore we can sign our applications and have system permissions, for example we can use
the packagemanager.installPackage(|..) method, which gives us the ability to install APK's without the user involvement.
I would like to know, if any one you know about an Un-instantiation method which would uninstall apk's silently with...
android - Stop uninstallation of application
i create an app and install it on phone. now i want to add a feature that my app should not uninstall from the phone. so i think if one of the following issues could be solved
is there anyway to stop the user from uninstall the app?
is it possible , if user try to uninstall the app we get a message?
is it possible , if user try to uninstall the app it should prompt for a password ? ...
uninstallation - how to delete a file's on uninstall the android application?
This question already has answers here:
uninstallation - android application uninstall protection
Just wanted to know is there a way to protect an application from getting uninstalled. I know it's possible if i add the application as a device administrator but this is not enough.
Is there a way I could pop up a message asking for the security code before un-installation starts ? any ideas highly appreciated.
Handling of android app uninstallation
I have created some files through my android application. I want to remove these files when the application is removed from the device. How can I get it done. Any help will be appreciated..
Thanks in advance..
uninstallation - How to delete a folder when user selects uninstall my application in android
I would like to know about how to delete a folder once user select uninstall button for my application.
I want it by programmatically is there any chance to do it...
If so let me know possible solution for it.
thanks in advance.
android - Need some security for uninstallation of an application
I have on security purpose application,i need some security while uninstalling an
application
please give me some solution.
stop uninstallation of application in android
I an making security application, in which I have to do stop the application from uninstallation ,once it is install in device, have anyone do it before.
Still can't find your answer? Check out these communities...
Android Google Support | Android Community | Android Community (Facebook) | Dev.io Android