Question How to remove app from update list?

Search This thread

bird333

Senior Member
Jul 19, 2010
526
37
I've got a couple of apps that I don't want to update. Is it possible not to have them listed in the play store to be updated?
 
  • Haha
Reactions: zetsumeikuro

krakout

Senior Member

simplepinoi177

Forum Moderator
Staff member
I've got a couple of apps that I don't want to update. Is it possible not to have them listed in the play store to be updated?
does the regular ol' going to the app in Play Store and unchecking the "enable auto update" not work? i do this for the YouTube app (because i use revanced) and it seems to work well enough...
 
Last edited:

jaseman

Senior Member
Aug 27, 2012
932
352
Spring
I always use the manual update method. I always did the same with Microsoft until they basically forced everyone to accept their updates. At any rate I have never found what you are looking for. All you can do is pick and choose what gets updated manually.
 
Use TeMeFi. As you can see I have YouTube installed and Play Store doesn't even detect it as intalled.
Screenshot_20230331-101905.png
 
Last edited:

Tomadock

Member
Oct 1, 2015
40
15
Google Pixel 7 Pro
Last edited:

bird333

Senior Member
Jul 19, 2010
526
37
does the regular ol' going to the app in Play Store and unchecking the "enable auto update" not work? i do this for the YouTube app (because i use revanced) and it seems to work well enough...
Yeah, I already do manual updates. The apps still show up to be updated though. If they could be removed I actually could use automatic updates. lol
 

simplepinoi177

Forum Moderator
Staff member
Yeah, I already do manual updates. The apps still show up to be updated though. If they could be removed I actually could use automatic updates. lol
that's weird...all my other apps automatically update...
the only annoyance is if I do press the "Update All" button, I have to press "Skip" when there is a single popup for updating Youtube (since it's checked to not automatically update). That and Youtube is perpetually there in the updates page; instead of "No updates available"....
 

bird333

Senior Member
Jul 19, 2010
526
37
that's weird...all my other apps automatically update...
the only annoyance is if I do press the "Update All" button, I have to press "Skip" when there is a single popup for updating Youtube (since it's checked to not automatically update). That and Youtube is perpetually there in the updates page; instead of "No updates available"....
I take it you can set individual apps to automatically update? I have disabled automatic updates globally.
 

simplepinoi177

Forum Moderator
Staff member
I take it you can set individual apps to automatically update? I have disabled automatic updates globally.
I have it set inverted than that...mine is set that I have enabled automatic updates globally and individually disable Youtube to automatically update. So it works out with what you said in your OP (below):
I've got a couple of apps that I don't want to update. Is it possible not to have them listed in the play store to be updated?
My "couple of apps" don't update, while all the other apps I don't specify to automatically update do...
 

reg66

Senior Member
Jan 7, 2007
2,417
724
Xiaomi Mi Pad 5
Google Pixel 7 Pro
Sorry, to be clearer, is there any way to detach apps from the playstore without root? I also have youtube and 1 other app set to not auto update but would prefer to detach from playstore altogether...
 

simplepinoi177

Forum Moderator
Staff member
Sorry, to be clearer, is there any way to detach apps from the playstore without root? I also have youtube and 1 other app set to not auto update but would prefer to detach from playstore altogether...
I imagine there might (a very much long shot) be some kind of adb command you might be able to do...maybe...
I wouldn't begin to know what or how to go about it, but researching that intention with "adb command" in the search query might prove fruitful; if there's anything out there on this possibility...
 
  • Like
Reactions: reg66

otonieru

Senior Member
May 7, 2011
3,641
2,318
Djakarta
Sorry, to be clearer, is there any way to detach apps from the playstore without root? I also have youtube and 1 other app set to not auto update but would prefer to detach from playstore altogether...
Yeah, there is way.

Use APK Editor, change the app version and versioncode, re-sign it using new key, and reinstall it.

it wont appear in playstore update list, since the key is different, and the code is also newer (you can match the code with one from playstore if you want)

I use this method to bypass force update dialog in certain app. The newer version of the app remove plenty of features, so i rather stay with older version, but then they applied force update features. So i do the mod above
 
  • Like
Reactions: reg66

bird333

Senior Member
Jul 19, 2010
526
37
Yeah, there is way.

Use APK Editor, change the app version and versioncode, re-sign it using new key, and reinstall it.

it wont appear in playstore update list, since the key is different, and the code is also newer (you can match the code with one from playstore if you want)

I use this method to bypass force update dialog in certain app. The newer version of the app remove plenty of features, so i rather stay with older version, but then they applied force update features. So i do the mod above
Can you do a little step by step for this? TIA
 

nevvjeff

Senior Member
Sep 21, 2007
145
33
You can stop auto update directy in play Stroe,

go to the app page and clic on the 3 dots on the upder right corner, you can disable the auto update of the app here.....
 

WhoIsJohnGalt1979

Senior Member
Jun 12, 2012
362
201
Chicago
Google Pixel 7 Pro
This is what I've used for a long time. It works better if you install it and then run it in Termux to have a recurring 30 min cronjob that continuously removes it from updates.
Would that recurring job translate to:

Run su -c detach -t (or su -c detach --task-scheduler)? The cronjob would require BusyBox I reckon? Care to give me a nudge how to go about it? Thanks.
 

Tomadock

Member
Oct 1, 2015
40
15
Google Pixel 7 Pro
Would that recurring job translate to:

Run su -c detach -t (or su -c detach --task-scheduler)? The cronjob would require BusyBox I reckon? Care to give me a nudge how to go about it? Thanks.
Yeah, make sure you have Busybox for Android NDK Magisk module installed, then "su -c detach -t" in Termux. Choose option 2 - Crond, then set your preferred interval. (30 min works well for me)
 
  • Like
Reactions: WhoIsJohnGalt1979

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Not sure if this still works but they're are bound to be more ways:

    This is what I've used for a long time. It works better if you install it and then run it in Termux to have a recurring 30 min cronjob that continuously removes it from updates.
    1
    I've got a couple of apps that I don't want to update. Is it possible not to have them listed in the play store to be updated?
    1
    Sorry, to be clearer, is there any way to detach apps from the playstore without root? I also have youtube and 1 other app set to not auto update but would prefer to detach from playstore altogether...
    I imagine there might (a very much long shot) be some kind of adb command you might be able to do...maybe...
    I wouldn't begin to know what or how to go about it, but researching that intention with "adb command" in the search query might prove fruitful; if there's anything out there on this possibility...
    1
    Sorry, to be clearer, is there any way to detach apps from the playstore without root? I also have youtube and 1 other app set to not auto update but would prefer to detach from playstore altogether...
    Yeah, there is way.

    Use APK Editor, change the app version and versioncode, re-sign it using new key, and reinstall it.

    it wont appear in playstore update list, since the key is different, and the code is also newer (you can match the code with one from playstore if you want)

    I use this method to bypass force update dialog in certain app. The newer version of the app remove plenty of features, so i rather stay with older version, but then they applied force update features. So i do the mod above
    1
    Would that recurring job translate to:

    Run su -c detach -t (or su -c detach --task-scheduler)? The cronjob would require BusyBox I reckon? Care to give me a nudge how to go about it? Thanks.
    Yeah, make sure you have Busybox for Android NDK Magisk module installed, then "su -c detach -t" in Termux. Choose option 2 - Crond, then set your preferred interval. (30 min works well for me)