Uninstall Android Apps Which Says “Uninstall not Successful”

One of the problems Android users face is that they are unable to uninstall some particular apps from their devices. When you try to uninstall Android app from the Settings, it says “Uninstall not Successful” like in the Screen-shot below where I am trying to get rid of AirDroid.

Uninstall not succesful error in Android
I faced the same problem a little while ago and I almost believed that I can’t uninstall android app because of this nasty Android uninstall not successful error. I was like I have to see these unwanted apps in my drawer and they’ll consume my mobile’s memory forever. But fortunately while I was just trying to find any way to uninstall these apps, luckily I figured it out.

Why you’re unable to uninstall some apps?

The reason is that those apps are running as Device Administrator. Some apps ask for permission to run as the Administrator of your Android device when you launch them. So, there’s no way to uninstall such apps until you disable them as Administrator.

Uninstall Apps which says “Uninstall not Successful”:

It’s very easy to Uninstall Android Apps which say “Uninstall not Successful”. All you have to do is just unselect them from Device Administrators.

Step 1: Unselect the app from Device Administrators:

Go to “Settings” of your android device and the tap on “Location and Security” options from the list. There you’ll find an option “Select device administrators” under “Device administration”, open it. You’ll see a list of apps which are running as Device Administrator. Now unselect the app which you want to uninstall but unable to do so.

Uninstall not succesful error in Android

Step 2: Try Uninstalling the App:

Now use the normal method of uninstalling the app from Settings> Applications> Manage Applications. You’ll be able to uninstall the app which you un-selected in the First Step.

That’s it! It was easy. Now you don’t have to worry seeing uninstall not successful error any more. Like, you don’t have to worry about unwanted and not delete-able Picasa Photos in the Gallery of your Android device.  You can remove them easily.

Linux Mint, not Ubuntu, is the most popular Linux distribution?

The Best Linux Distribution?

One always wonders which Linux distribution is best. Answer to this question is really very different as it depends upon the likes of person. Some people like core Linux which is more command line oriented while some want Linux to be usable by humans :)

Ubuntu and Linux Mint fall in the category of easy to use and ideal for beginners to learn Linux. Since these are preferred by beginner level user, these are very popular. But who is popular them all? Well, till now Ubuntu used to be the most popular Linux distribution but it seems that Linux Mint have taken the top position from Ubuntu.

Who decides the most popular Linux distribution?

According to distrowatch.com (a website keeping a tab on different Linux distribution) Linux Mint took the first position this week. The data are calculated by page visit of the related distribution website which (some reader) might not take for granted as the measure of popularity but one should remember that distrowatch.com is a respected website and is considered as a reliable source on the distribution measurement.

Here is what was shown on the distrowatch.com

It would be interesting to see that how long Mint stays at the top position.

What could be the reason for the downfall of Ubuntu?

It is not a secret that Ubuntu’s decision to stick with Unity has irked its loyal user and Unity, not being the typical desktop environment, has also scared off the new Linux users. Now when Ubuntu has added the option of Gnome shell, in my opinion, it should get back its lost glory.

Which Linux distribution in your opinion is the best?

How to know which network adapter I’m using?

To know the manufacturer of the network adapter of your computer in Linux, type this command in terminal:

sudo lshw -C network

The output of the command may look something like this:

       *-network               
       description: Wireless interface
       product: BCM4313 802.11b/g/n Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 01
       serial: 70:f1:a1:c2:f2:e9
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=brcm80211 driverversion=2.6.38-8-generic firmware=N/A ip=172.17.4.253 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 memory:f0500000-f0503fff
  *-network
       description: Ethernet interface
       product: AR8152 v1.1 Fast Ethernet
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: eth0
       version: c1
       serial: b8:ac:6f:67:11:46
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI firmware=N/A latency=0 link=no multicast=yes port=twisted pair
       resources: irq:43 memory:f0400000-f043ffff ioport:2000(size=128)

Check the output closely. It gives information about both Wired and Wireless Network Adapter. No need to specify that one with Wireless Interface describes wireless adapter and one with Ethernet Interface describes Wired Network Adapter. As you can see in the output, I have Broadcom’s wireless adapter and Atheros Ethernet (wired) adapter.

Questions, suggestions and feedbacks are welcomed. If you liked the post then please acknowledge it by liking/voting/commenting on the post. Enjoy :)