Permanently detach apps from Google Play Store?

Taxmaster

Senior Member
Nov 29, 2012
439
73
0
Detroit, MI
Hello all!

Is there any way to PERMANENTLY detach an installed app (that you wish to keep installed) from the Google Play store in order to prevent it from updating or checking for updates? Titanium Backup provides a detach option but for some reason it isn't permanent (lasts hours and/or next reboot).

Thank you!

Sent via Tapatalk 2 using my:

Verizon Galaxy Note 2 (SCH-I605)
Unlocked, Overclocked, and Undervolted
Bean's ROM 18 w/Perseus 33.6 Kernel
 
  • Like
Reactions: rg_musicman

Mac of York

Senior Member
Jun 12, 2012
1,043
311
0
34
Yorktown, VA
Get the apk from /data/app and make a copy and put it on /sdcard/. Uninstall from the play store and then install from the apk. Make sure you have unknown sources checked. Then it won't update from the play store because it'll be installed by something other than the play store. :) I hope this helps.
 

Taxmaster

Senior Member
Nov 29, 2012
439
73
0
Detroit, MI
Hello! I will let you know if this works for me! I just did the installation !

Sent via Tapatalk 2 using my:

Verizon Galaxy Note 2 (SCH-I605)
Unlocked, Overclocked, and Undervolted
Bean's ROM 18 w/Perseus 33.6 Kernel
 

Taxmaster

Senior Member
Nov 29, 2012
439
73
0
Detroit, MI
Alright awesome let me know!
Unfortunately, this didn't work for me :( , as I keep getting prompted to update the app.

Does it matter that it's a Google app like maps or music?

Sent via Tapatalk 2 using my:

Verizon Galaxy Note 2 (SCH-I605)
Unlocked, Overclocked, and Undervolted
Bean's ROM 18 w/Perseus 33.6 Kernel
 

mrlaigle

Senior Member
Jul 22, 2010
489
125
0
I have found the way to so this... At long last I have found a way.


In the play store press menu / my apps / scroll over to the right to view all previously downloaded apps. There is a x on th left of all of them.

This removes them from the list.

I have looked for this for years, only to notice it this afternoon.

Sent from my SCH-I605 using Tapatalk 4





Sent from my SCH-I605 using Tapatalk 4
 
Last edited:

shangrila500

Senior Member
Jan 24, 2010
1,442
423
0
I have found the way to so this... At long last I have found a way.


In the play store press menu / my apps / scroll over to the right to view all previously downloaded apps. There is a x on th left of all of them.

This removes them from the list.

I have looked for this for years, only to notice it this afternoon.

Sent from my SCH-I605 using Tapatalk 4





Sent from my SCH-I605 using Tapatalk 4


That just deletes the apps from your previously installed list, it doesnt permanently detach them from the Play store.

AFAIK nothing really works anymore. I have tried myself and can get anything to permanently detach them. The only thing I can think of is to decompile them and take out anything that has to do with the Play store and then recompile them.

Sent from my SCH-I605 using XDA Premium HD app
 

mrlaigle

Senior Member
Jul 22, 2010
489
125
0
That just deletes the apps from your previously installed list, it doesnt permanently detach them from the Play store.

AFAIK nothing really works anymore. I have tried myself and can get anything to permanently detach them. The only thing I can think of is to decompile them and take out anything that has to do with the Play store and then recompile them.

Sent from my SCH-I605 using XDA Premium HD app
Ahh I thought you wanted to get it off the list of previously installed apps. I see what you mean now. You want to install it without plays tore showing it's installed.

Sent from my SCH-I605 using Tapatalk 2
 

shangrila500

Senior Member
Jan 24, 2010
1,442
423
0
Ahh I thought you wanted to get it off the list of previously installed apps. I see what you mean now. You want to install it without plays tore showing it's installed.

Sent from my SCH-I605 using Tapatalk 2
I'm not the OP but yes I am in the same boat, I have a couple apps I got from elsewhere that show as different apps in the Play store, because my version is only sold on Amazon (ie Angry Birds Ad Free), and it keeps getting updated with a different version.

Sent from my SCH-I605 using XDA Premium HD app
 

cthulu

Senior Member
Feb 19, 2008
60
35
0
The only way to do this I've found so far is to :
* get the Apk you wanna detach (eg using TitaniumBackup)
* install ZipSigner from play store
* re-sign the extracted Apk using ZipSigner and test key
* uninstall the original app and install the re-signed Apk

This worked for me to get rid of new version of Facebook requiring all kind of permissions
 

Taxmaster

Senior Member
Nov 29, 2012
439
73
0
Detroit, MI
The only way to do this I've found so far is to :
* get the Apk you wanna detach (eg using TitaniumBackup)
* install ZipSigner from play store
* re-sign the extracted Apk using ZipSigner and test key
* uninstall the original app and install the re-signed Apk

This worked for me to get rid of new version of Facebook requiring all kind of permissions
Is there a certain setting you're using for signing it? Whenever I reboot it shows up in the update queue.

Sent via Tapatalk 2 using my:

Verizon Galaxy Note 2 (SCH-I605)
Unlocked, Overclocked, and Undervolted
Bean's ROM 18 w/Perseus 33.6 Kernel
 

tibibond

Member
Oct 23, 2010
34
3
0
The only way to do this I've found so far is to :
* get the Apk you wanna detach (eg using TitaniumBackup)
* install ZipSigner from play store
* re-sign the extracted Apk using ZipSigner and test key
* uninstall the original app and install the re-signed Apk

This worked for me to get rid of new version of Facebook requiring all kind of permissions
thank you! I just detached Pulse and it worked! All hail cthulu!!!
 
  • Like
Reactions: roirraW "edor" ehT

Sim-X

Senior Member
Nov 2, 2008
740
189
0
Minneapolis, MN
The only way to do this I've found so far is to :
* get the Apk you wanna detach (eg using TitaniumBackup)
* install ZipSigner from play store
* re-sign the extracted Apk using ZipSigner and test key
* uninstall the original app and install the re-signed Apk

This worked for me to get rid of new version of Facebook requiring all kind of permissions
This worked, I have been looking for a reliable method for a while now. I wish TI would fix the detach feature, it's been broken for a very long time.
 

steevo1

Senior Member
Nov 10, 2011
109
5
0
Atlanta, Georgia
The only way to do this I've found so far is to :
* get the Apk you wanna detach (eg using TitaniumBackup)
* install ZipSigner from play store
* re-sign the extracted Apk using ZipSigner and test key
* uninstall the original app and install the re-signed Apk

This worked for me to get rid of new version of Facebook requiring all kind of permissions
Thank you so much for this. It worked perfectly for me!!!
 
  • Like
Reactions: saixangel

Sjquix

New member
Jan 11, 2015
1
0
0
Taxmaster: ( Permanently detach apps from Google Play Store)

The post is too old, but if you are still facing the problem, :
For android, go to google plus settings, then account settings for the particular email ID. Then go to Apps with google plus sign in. Disconnect (remember to check app activities).
Hope that helps :)

Sj
 

bwar85

Member
Aug 18, 2014
27
0
0
The only way to do this I've found so far is to :
* get the Apk you wanna detach (eg using TitaniumBackup)
* install ZipSigner from play store
* re-sign the extracted Apk using ZipSigner and test key
* uninstall the original app and install the re-signed Apk

This worked for me to get rid of new version of Facebook requiring all kind of permissions

Does not work, app is still shown as installed in playstore.
 
Last edited: