Tagged Questions
-3
votes
0answers
19 views
Virus like application [closed]
How do I uninstall "only for likers on facebook"? it is on my Owl Tutoring fan page but when I go to manage apps, it is not there. it is royally messing up my view of facebook.Everything shows up in a ...
0
votes
1answer
14 views
How to use windows Phone app for many resellers
I want to have an app which i can use for many resellers.
so for example my projectname / namespace etc. is myApp and now i want to copy all the stuff in a searate svn branch and rename some strings, ...
0
votes
2answers
122 views
Uninstall Android App after 7 days automatically
I just want uninstall my applciation after a specific time.
This is to make the application available for a specific time frame.
How can I do it.
Thanks
3
votes
0answers
433 views
How to manage installed apps (with root permission if necessary )?
Android users can go to the "manage application" (AKA "applications manager") screen, choose an app and make a choice of what to do there using the "App-info" screen.
I wish to make an app that ...
0
votes
3answers
567 views
How to programmatically prevent Install/Uninstall of applications in android?
Is it possible to programmatically prevent install/uninstall of applications in android? If it possible how can i do this for my Kids application.I could not obtain a helpful answer.Any help much ...
1
vote
0answers
92 views
Disable DeviceAdmin from shell?
I'm trying to uninstall an application from shell, however this application is running as a device administrator and thus shell> adb uninstall com.example.test did not work.
How can I disable a ...
2
votes
0answers
371 views
App self unInstall iOS iphone
My app was auto Uninstall last night and I spend all day to found how it happened, but found nothing.
Here is the Console log:
Nov 5 20:54:48 CommCenter[62] <Notice>: MessageCenterModel is ...
1
vote
1answer
195 views
How uninstall system package?
Could anybody give me a code how can I uninstall system application (package)? I have root permission. And I need some example with package, coz names of apps in /system/app aren't available for me.
...
-1
votes
1answer
99 views
How to still access a facebook page app after removing it? [closed]
we are creating an app for a facebook page that because of its nature, has to link to other tabs in the same page. So there is a single app that is supposed to link to 4-5 more.
I am trying to only ...
3
votes
4answers
823 views
different Application signature issue android?
In my project i have created an application that has being modified later now when i try to install new application it ask for full uninstall of the application. of previous application but i can not ...
0
votes
1answer
142 views
How to prevent uninstallation of application automatically?
Some users of my application say that application is uninstalled suddenly from their phone.
It was reported by more than one user. What can be the cause and how can I prevent this from happening?
0
votes
3answers
671 views
Android aplication itself uninstaller
Is there a way to make an application itself uninstall???
For example:
There should be a button in my app called "uninstall", when I click it the aplication uninstall itself.
I can imagine that you ...
0
votes
4answers
2k views
In Android, preinstalled apps are always disable to uninstall?
Just that, I like to know is always all the preinstalled apps are with the uninstall button disable in Android.
0
votes
1answer
48 views
where to specifiy icon that is display on uninstall app?
I have the correct launcher icon that I want but when I uninstall the app the default Droid green icon appears in the question "do you want to uninstall". Where do I specifiy the icon that is ...
0
votes
1answer
128 views
how to get uninstalled application name in ios?
Is it possible to get application name in my app when other applications uninstall by the user in iphone?
Thanks
vani
1
vote
1answer
492 views
How to force downgrade of iOS app without doing uninstall
iTunes will not sync an app with the same or lower version, which is (somewhat) good for users, but it is a PITA for developers. (When possible, I develop apps to be backwards/forwards/sidewards ...
1
vote
0answers
243 views
Clickonce - UnInstall running application
I have made clickonce installer for my application. The issue is when if my application is running and I remove that application from Add/Remove programs, it removes the entry from Installed ...
3
votes
1answer
5k views
Unable to uninstall SoundHound application from android
I am having serious problems with the SoundHound application, from my HTC Desire S unit.
I should be able to remove it in the standard way, by entering "Applications > Manage Applications", finding ...
3
votes
0answers
514 views
How to self-destruct application?
I have pretty unusual task: customer would like to have application which can be self-destructed. Like with one BIG RED MAGIC button, pressing on which should completely destroy (possibly uninstall) ...
2
votes
1answer
175 views
Problem while uninstalling the setup
I created aplication in .net framework 3.5 & created setup project in .net framework 4.0. I installed it on the machine which is having vs2010. But while uninstalling setup , it is trowing ...
0
votes
3answers
396 views
Uninstall removes installation folder as well as parent folder
User selects Default Web Site to install his own site to subfolder under it.
All is ok, but on Uninstall step this folder+subfolder are deleted and naturally Default Web Site also is deleted from IIS.
...
0
votes
1answer
216 views
Inno uninstall problem
I am not able to stop uninstallation when the application, any process related is running. As a result all files are not deleted completely.
I need a way to check whether the application is running ...
0
votes
0answers
925 views
How to get a list of installed android applications and get permission for each application and pick one to uninstall?" [duplicate]
Possible Duplicate:
How to get App's Permission for each app? how to do it programmatically on Android ?
How I get "App's Permission" and show "App's Permission" List and uninstall for ...
0
votes
2answers
195 views
Cannot uninstall old OS installed application and upgrade to a new version on Android
1) What is the easiest way to upgrade an application that was installed on the OS? I cannot delete this application from Setting->Application List - "Uninstall" option is unselectable.
BTW: I have ...
4
votes
4answers
3k views
How to programmatically uninstall an application in Windows?
We are releasing a new version of our application and we would like it to be able to uninstall the previous installed version from the client's computer.
How would we be able to do that?
edit: I'm ...
1
vote
1answer
695 views
Want to do work on my Application Uninstall:android
i am aware of android BROADCAST_PACKAGE_REMOVED for notify when any application is uninstalling from device.
Now it is possible that when i uninstall one application and that application do some ...
1
vote
5answers
656 views
Close windows application
is it possible to close a running application with another application?
I have implemented APP1.exe and APP1_UNIN.exe, I would that APP1_UNIN.exe kill running APP1.exe and uninstall it.
Is it ...
7
votes
2answers
3k views
How to remove widget when the app is uninstalled in Android? [duplicate]
Possible Duplicate:
Removing Widget from Home Screen when Uninstalled
In Android, I have created a widget for my application. When I uninstall the app, the widget shows "problem loading ...
3
votes
1answer
3k views
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 ...
12
votes
4answers
9k views
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 ...
0
votes
1answer
108 views
BlackBerry application unistallation problem?
In my balckberry application i am using the Persistance,List and Threads to execute the code.
The code is given below:
enter code here
UiApplication.getUiApplication().invokeLater(new Runnable(){
...
0
votes
2answers
2k views
Install Shield 2009 Premier, Uninstall doesn't close the process/gui
My application (developed using C#.net) is open now i uninstall, InstallShield gives message stating the application is already open and whether really want to close the application. Selection ...

