6

I see App in my Apps section of settings which says App not installed for this user. It's completely greyed out and I cannot uninstall it. When I install the same from play store it says incompatible version is already installed.

I just want to remove this App from my device.

enter image description here enter image description here

Doesn't get uninstalled from adb either

C:\Users\athakur>adb uninstall com.osfg.rintonesetter.main Failure [DELETE_FAILED_INTERNAL_ERROR]

and

C:\Users\athakur>adb shell pm uninstall -k com.osfg.rintonesetter.main Failure [DELETE_FAILED_INTERNAL_ERROR]

Any suggestion is appreciated.

Aniket Thakur
  • 299
  • 6
  • 13

2 Answers2

13

in that App Info (though grey out), click the three vertical dots and use Uninstall for All Users.

soweic
  • 131
  • 1
  • 5
  • This definitely worked for me, when I saw exactly the greyed-out uninstall button described above. – emrys57 Aug 06 '15 at 12:05
0

You might be able to uninstall the app,but by doing so the related data will be left over.Here is what you need to do:

  1. Go to setting -> apps ->
  2. Select the greyed out app (that's the app info section)
  3. scroll down to App details at the end and click/tap on it this will take you to the play store(the the particular app).
  4. Click on install
  5. after the installing is finished you would be able to use the app or if you still want to uninstall it,the go to setting -> apps -> Select the greyed out app-> click/tap on storage ->click/tap clear data and the uninstall the app.

Note if you do not follow the above steps you would'nt be able to "clear data" of the app.

thank you