Question How to remove app from update list? - Google Pixel 7 Pro

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?

bird333 said:
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?
Click to expand...
Click to collapse
Not sure if this still works but they're are bound to be more ways:
GitHub - Magisk-Modules-Repo/Detach: Detach
Detach. Contribute to Magisk-Modules-Repo/Detach development by creating an account on GitHub.
github.com

bird333 said:
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?
Click to expand...
Click to collapse
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...

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.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

krakout said:
Not sure if this still works but they're are bound to be more ways:
GitHub - Magisk-Modules-Repo/Detach: Detach
Detach. Contribute to Magisk-Modules-Repo/Detach development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
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.

simplepinoi177 said:
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...
Click to expand...
Click to collapse
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

bird333 said:
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
Click to expand...
Click to collapse
You do that by detaching them from Play. Ways to do that are above.

bird333 said:
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
Click to expand...
Click to collapse
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"....

simplepinoi177 said:
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"....
Click to expand...
Click to collapse
I take it you can set individual apps to automatically update? I have disabled automatic updates globally.

Any way to do this without root (running stock rom unrooted, for once lol... For now!)

bird333 said:
I take it you can set individual apps to automatically update? I have disabled automatic updates globally.
Click to expand...
Click to collapse
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):
bird333 said:
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?
Click to expand...
Click to collapse
My "couple of apps" don't update, while all the other apps I don't specify to automatically update do...

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...

reg66 said:
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...
Click to expand...
Click to collapse
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...

reg66 said:
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...
Click to expand...
Click to collapse
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

otonieru said:
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
Click to expand...
Click to collapse
Can you do a little step by step for this? TIA

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.....

Tomadock said:
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.
Click to expand...
Click to collapse
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.

WhoIsJohnGalt1979 said:
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.
Click to expand...
Click to collapse
You don't need a recurring job with TeMeFi. You can uninstall after using.

WhoIsJohnGalt1979 said:
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.
Click to expand...
Click to collapse
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)

Related

[APP][2.2+] PC (Windows) System Monitor

****NOTE****
You need the client windows software in order to use this app, IT IS ONLY COMPATIBLE WITH WINDOWS. Download Windows program here: http://forum.xda-developers.com/attachment.php?attachmentid=2403017&stc=1&d=1384905968
****NOTE****
Have you ever wanted to know how hot your CPU and/or GPU run while gaming? What about HDD and/or SSD temperature? Clocks? Load?
Then this app is for you!
This app will let you see in real time your computer sensors information. It will give you information like:
CPU load
CPU temp
CPU clock
RAM load
RAM usage
and more!!!!
It also includes an option to data log your sensors data. This option will create a .xls file in the root of your sdcard with all the data your computer sends to your Android device!
Play Store Version https://play.google.com/store/apps/details?id=com.rotaryheart.fan.controller
Donation Version http://slideme.org/application/pc-system-monitor
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Added option to use Dropbox (BETA)
Added option for notifications.
How to setup Dropbox account:
1. Open the Windows program > click on options > remote share > click the dropbox menu item
2. The browser will open and you will need to sign it to Dropbox. WHen you have sigend it you will need to grant it permission to read your files:
3. Click ok on the Message Box. If everything went well you will get a second message box saying: Access Granted!...
4. If you didn't get this message box go back to step 1
5. Open Dropbox with your browser and go to the public folder > sensorslogger and copy the public link of the file: Data.txt
6. Open the Android app > click your device menu and open the app settings. Now paste/write the public link of your file in the text box provided.
7. Check the Dropbox checkbox. If everything went well you should get a message saying that the file was found. If you didn't get this message go back to step 5
Now you have access to your data from every Android device and while away of your pc. If you want to stop sending the data to the Dropbox just uncheck the dropbox menu checked in step 1.
Enjoy
Downloading now.. Thanks
Download now
Sent from my GT-N7000 using Tapatalk 2
Please try the log option and let me know if it works, I have a HTC error report.
New version is up with some changes.
this looks very much like open hard ware monitor is this based on it?
-Mr. X- said:
this looks very much like open hard ware monitor is this based on it?
Click to expand...
Click to collapse
The windows version, yes. The Android one is created from scratch.
Rotary Heart said:
The windows version, yes. The Android one is created from scratch.
Click to expand...
Click to collapse
Pretty awesome. I've been trying second screen apps with the open hardware monitor gadgets on the second screen sent to my android for some time while gaming. it worked like total shyte. thanks for this!
-Mr. X- said:
Pretty awesome. I've been trying second screen apps with the open hardware monitor gadgets on the second screen sent to my android for some time while gaming. it worked like total shyte. thanks for this!
Click to expand...
Click to collapse
Yes I did that before, but I got tired of that and started creating this. Enjoy.
Rotary Heart said:
Yes I did that before, but I got tired of that and started creating this. Enjoy.
Click to expand...
Click to collapse
Obviously i'm going to try this. I went to just buy it given what you're asking, seems fair. Here is my thing though. I see you're offering it on a third party store. probably because some don't like using google store? I can understand this. Any way we/I could purchase it directly from you instead of adding yet another third party vendor/store to the list of places i have to get my apps from? Or for users who do not mind the play store pffer it there, ofcourse at a cost that lets you get what you think you deserve with the 30% google cut. If its a matter of privacy or the 30% google takes id rather just pay you and get a license file then some one else.
-Mr. X- said:
Obviously i'm going to try this. I went to just buy it given what you're asking, seems fair. Here is my thing though. I see you're offering it on a third party store. probably because some don't like using google store? I can understand this. Any way we/I could purchase it directly from you instead of adding yet another third party vendor/store to the list of places i have to get my apps from? Or for users who do not mind the play store pffer it there, ofcourse at a cost that lets you get what you think you deserve with the 30% google cut. If its a matter of privacy or the 30% google takes id rather just pay you and get a license file then some one else.
Click to expand...
Click to collapse
I don't publish it to Google Play Store, because they don't accept my country to sell apps :/. Both the free and the donation one are the same, if you are still wanting to donate you can use the donate button here in Xda and download the one at play store (I think that Google haven't updated it to the newest one, but they will). Or you can download the one in the OP (They all are the same).
Rotary Heart said:
I don't publish it to Google Play Store, because they don't accept my country to sell apps :/. Both the free and the donation one are the same, if you are still wanting to donate you can use the donate button here in Xda and download the one at play store (I think that Google haven't updated it to the newest one, but they will). Or you can download the one in the OP (They all are the same).
Click to expand...
Click to collapse
Alright i'll send you a donation instead. Seems easier to me. I'll give it a go, see how it runs and if i find any issues, or suggestions i'll post them back if you are open to them.
-Mr. X- said:
Alright i'll send you a donation instead. Seems easier to me. I'll give it a go, see how it runs and if i find any issues, or suggestions i'll post them back if you are open to them.
Click to expand...
Click to collapse
Of course I am. Also if you can/want try the logging option, I still need to know if its working with more devices.
Added instructions on how to use Dropbox in third post.
Rotary Heart said:
Added instructions on how to use Dropbox in third post.
Click to expand...
Click to collapse
I figured it out, Can i suggest that you add support for the links that the android drop box app generate as well. Right now it only supports links from the drop box site its self.
-Mr. X- said:
I figured it out, Can i suggest that you add support for the links that the android drop box app generate as well. Right now it only supports links from the drop box site its self.
Click to expand...
Click to collapse
I'm working on the app generating the link and use that one instead of making the user type it, but its still buggy.
Rotary Heart said:
I'm working on the app generating the link and use that one instead of making the user type it, but its still buggy.
Click to expand...
Click to collapse
its working well with the dropbox remote as well as connecting with my local address. However the android app does not show my correct local address it is showing my "Data" address even though i am connected to wifi.
Also, no worries. work it out as you can.
-Mr. X- said:
its working well with the dropbox remote as well as connecting with my local address. However the android app does not show my correct local address it is showing my "Data" address even though i am connected to wifi.
Also, no worries. work it out as you can.
Click to expand...
Click to collapse
So is showing your data ip address instead of your wifi ip address? If it so try relaunching the app and entering with the wifi turned on.

Any way to get rid of or disable the U+ Convenience Feature thing on my Settings menu

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Probably a long shot, but is there any way to disable it on my Korean Snapdragon variant SM-N986N? Since I'm not in Korea (Philippines here, had to import because I didn't want an Exynos) the feature is useless to me. It's an eyesore on my settings menu and I'm wondering if there's a way to get rid of it.
PD MDM package blocker probably get it.
For an unrooted phone it's the easiest way to go especially if there's other bloatware or apks you want to kill.
Easy to undo if you need it latter.
blackhawk said:
PD MDM package blocker probably get it.
For an unrooted phone it's the easiest way to go especially if there's other bloatware or apks you want to kill.
Easy to undo if you need it latter.
Click to expand...
Click to collapse
Will it also get rid of the app being displayed in the Settings menu? That's actually the more annoying part for me, it would've been fine if it's just simple bloatware, but it has to be bloatware that's the 2nd topmost of my settings menu, my latent OCD is triggered.
DocLem said:
Will it also get rid of the app being displayed in the Settings menu? That's actually the more annoying part for me, it would've been fine if it's just simple bloatware, but it has to be bloatware that's the 2nd topmost of my settings menu, my latent OCD is triggered.
Click to expand...
Click to collapse
I use it to block Samsung Device Care. It removes it removes it from the settings menu when blocked.
The block apk doesn't run at boot.
Use a little caution with it though because it's active even in safe mode as it is set as a system administrator.
It never cost me a hard reset in over 2 years of use.
It's the first app I install on the phone...
blackhawk said:
PD MDM package blocker probably get it.
For an unrooted phone it's the easiest way to go especially if there's other bloatware or apks you want to kill.
Easy to undo if you need it latter.
Click to expand...
Click to collapse
blackhawk said:
I use it to block Samsung Device Care. It removes it removes it from the settings menu when blocked.
The block apk doesn't run at boot.
Use a little caution with it though because it's active even in safe mode as it is set as a system administrator.
It never cost me a hard reset in over 2 years of use.
It's the first app I install on the phone...
Click to expand...
Click to collapse
Awesome, thanks dude! Will give this a shot. It's called Package Disabler Pro (Samsung) on the Play Store right?
blackhawk said:
I use it to block Samsung Device Care. It removes it removes it from the settings menu when blocked.
The block apk doesn't run at boot.
Use a little caution with it though because it's active even in safe mode as it is set as a system administrator.
It never cost me a hard reset in over 2 years of use.
It's the first app I install on the phone...
Click to expand...
Click to collapse
Dude I just bought and installed it now and it worked beautifully! No more annoying convenience feature crap. Thanks!
DocLem said:
Will it also get rid of the app being displayed in the Settings menu? That's actually the more annoying part for me, it would've been fine if it's just simple bloatware, but it has to be bloatware that's the 2nd topmost of my settings menu, my latent OCD is triggered.
Click to expand...
Click to collapse
DocLem said:
Dude I just bought and installed it now and it worked beautifully! No more annoying convenience feature crap. Thanks!
Click to expand...
Click to collapse
Good
If it fails get PD MDM, you buy it directly from their website.
blackhawk said:
Good
If it fails get PD MDM, you buy it directly from their website.
Click to expand...
Click to collapse
Ah really? For future reference, what is their website? I tried googling but I'm feeling unsure since some of the hits I got look shady lol. The Play Store version works but I want to be ready in case I need the PD MDM version.
https://www.packagedisabler.com/
This is the only one I now trust.
You can use ADB app control to disabled or unistall it. I tried and my phone now like KOO CSC, U+ apps .
claiphenter said:
You can use ADB app control to disabled or unistall it. I tried and my phone now like KOO CSC, U+ apps .
Click to expand...
Click to collapse
That's useful in many cases but some you want to run occasionally like Playstore.
I toggle that along with a couple other blocked apks on the PD MDM widget so I can turn them on and off without going opening PD.
You can also use this on the fly blocking to track down and fix issues with the phone... it's useful.
As advised above, use the ADB AppControl.
It is a handy application manager that will allow you to disable any applications and bloatware. This is a free program, but at the same time it has huge capabilities and works great with Samsung and any other devices.
Cyber.Cat said:
As advised above, use the ADB AppControl.
It is a handy application manager that will allow you to disable any applications and bloatware. This is a free program, but at the same time it has huge capabilities and works great with Samsung and any other devices.
Click to expand...
Click to collapse
I use an app called CCSWE App Manager (Samsung) to disable apps and services.
airmaxx23 said:
I use an app called....
Click to expand...
Click to collapse
I am using ADB AppControl for ALL of my android devices right from my computer over the network. Not only for Samsung.
For example, I have disabled many applications on my two Android TVs and now they work much faster. In addition, it is much more convenient for me to use the application manager from my laptop, where I can delete / disable applications in some of mouse clicks.
Package disabler pro, disables anything you don't want running.
lennie said:
Package disabler pro, disables anything you don't want running.
Click to expand...
Click to collapse
There's some apks it can't hit but it gets all the bloatware, crap like the infamous AT&T updates and hidden bloatware like the Amazon cookie that you normally can't touch.
Installation and use are simple. Create backups and store them on the SD card and/or as email attachments.
It's a valuble troubleshooting tool that has saved me from reloads. It also can completely clear app data that you can't clear in settings (presumably nulls) and thus can fix system apps that can't be fixed otherwise without a reload.
Learn where to deactivate it if need be. A flashing kernel crash warning is no joke and if you can't disable it you will be doing a reload. Haven't seen this ever happen on the 10+ though.
It's been rock solid stable using little resources and almost no battery.
Just do this
Another way is just do this ..

EMUI 12

Hi guys, someone got emui 12? I got an update to emui 12. I'm from Lithuania.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Im on emui 12 whit GMs working like a charm
I'm from Lithuania, still 11.0.0.230...
I got EMUI 12.
It brings no significant improvements in terms of performance or battery.
Just some cheap visual embellishments. All rubbish.
And a HUGE annoyance: the "Control Panel" - replacing let swiping down where notifications used to be. I hate this!
I want to disable it! I couldn't find out how.
Please help.
I have just updated to emui 12, and I run GMS with icebox and I now am able to use the play store, even tho framework is frozen - which is great! Does anyone else have this experience?
carbonmanx said:
I have just updated to emui 12, and I run GMS with icebox and I now am able to use the play store, even tho framework is frozen - which is great! Does anyone else have this experience?
Click to expand...
Click to collapse
Usually when you freeze GSF, Store can be opened but it canNOT download apps.
badmania98 said:
Usually when you freeze GSF, Store can be opened but it canNOT download apps.
Click to expand...
Click to collapse
How can one "freeze" GSF ? Please explain the method. I realized that the main pb with Google issues is that GSF app that is uncontrollable.
GSF is toxic, no-one knows what is actually doing in background, cannot be controlled, stopped or prevented to change, update. This renders the entire Google stack unstable.
theoquda said:
How can one "freeze" GSF ? Please explain the method. I realized that the main pb with Google issues is that GSF app that is uncontrollable.
GSF is toxic, no-one knows what is actually doing in background, cannot be controlled, stopped or prevented to change, update. This renders the entire Google stack unstable.
Click to expand...
Click to collapse
It is up to you.
Use this app on your computer. Search the app and disable it. After that it will be present on disabled list, in case you want to enable it back. When you enable it, play protect error will be present. Also when it is disabled, Play Store should not work.
badmania98 said:
It is up to you.
Use this app on your computer. Search the app and disable it. After that it will be present on disabled list, in case you want to enable it back. When you enable it, play protect error will be present. Also when it is disabled, Play Store should not work.
Click to expand...
Click to collapse
Thanks. Q: can this app prevent GFS to update itself ?
I never find GSF updated. Play Store is responsible to update apps. And usually it updates Google Play Services, not Google Services framework.
It hasn't replace notifications swipe down. Control panel is swipe down on the right and notifications is swipe down on the left, but also once you swipe down you can swipe left and right to switch between notifications and control panel.
That said I find it annoying
badmania98 said:
I never find GSF updated. Play Store is responsible to update apps. And usually it updates Google Play Services, not Google Services framework.
Click to expand...
Click to collapse
I understand, so the Google Play Services (GPS) is the culprit then.
I re-phrase: is it possible, using the app you suggested above, to prevent GPS to update itself, without prevent it from running (stopping it) ?
I noticed the Google stack will fail also if GPS is stopped/disabled.
Moreover, why did you suggest in the first instance to "freeze" GSF and not GPS ?
Could you be more coherent please with your replies ?
Tx.
theoquda said:
I understand, so the Google Play Services (GPS) is the culprit then.
I re-phrase: is it possible, using the app you suggested above, to prevent GPS to update itself, without prevent it from running (stopping it) ?
I noticed the Google stack will fail also if GPS is stopped/disabled.
Moreover, why did you suggest in the first instance to "freeze" GSF and not GPS ?
Could you be more coherent please with your replies ?
Tx.
Click to expand...
Click to collapse
I think I am coherent with my replies. I just reply. I never suggested to freeze any of the Google apps. It was just a replay to @carbonmanx . With that app you can try to disable any apps you want.
Pay more attention, keep the line of discussion and you will find the coherence of my answers, please.
badmania98 said:
I think I am coherent with my replies. I just reply. I never suggested to freeze any of the Google apps. It was just a replay to @carbonmanx . With that app you can try to disable any apps you want.
Pay more attention, keep the line of discussion and you will find the coherence of my answers, please.
Click to expand...
Click to collapse
And where is that coherence ? Where are the replies?
You did not reply to any of my questions:
1. can this app prevent GFS to update itself ?
2. I re-phrase: is it possible, using the app you suggested above, to prevent GPS to update itself, without prevent it from running (stopping it) ?
3. Moreover, why did you suggest in the first instance to "freeze" GSF and not GPS ?
Of course you are not obliged, it's just a forum.
But please don't pretend it.
Cheers.
theoquda said:
And where is that coherence ? Where are the replies?
You did not reply to any of my questions:
1. can this app prevent GFS to update itself ?
2. I re-phrase: is it possible, using the app you suggested above, to prevent GPS to update itself, without prevent it from running (stopping it) ?
3. Moreover, why did you suggest in the first instance to "freeze" GSF and not GPS ?
Of course you are not obliged, it's just a forum.
But please don't pretend it.
Cheers.
Click to expand...
Click to collapse
1. No. Because GSF is not responsible to update itself. It never was and it will never be.
2. No. Because GPS is not responsible to update itself. It never was and it will never be.
3. Where do you see my suggestion to freeze any app? Read this message again, first the quote part.
Bonus:
1. Google Play Store updates in background all other apps.
2. It is used freeze and not disable, because Ice Box app has been used first time to disable Google Services Framework and gain notifications. Just FYI.
badmania98 said:
1. No. Because GSF is not responsible to update itself. It never was and it will never be.
2. No. Because GPS is not responsible to update itself. It never was and it will never be.
3. Where do you see my suggestion to freeze any app? Read this message again, first the quote part.
View attachment 5520353
Bonus:
1. Google Play Store updates in background all other apps.
2. It is used freeze and not disable, because Ice Box app has been used first time to disable Google Services Framework and gain notifications. Just FYI.
Click to expand...
Click to collapse
Tx now is more clear. You should have provided this from the beginning.
theoquda said:
Tx now is more clear. You should have provided this from the beginning.
Click to expand...
Click to collapse
My bad. I apologize to you. Definitely is my fault.
carbonmanx said:
It hasn't replace notifications swipe down. Control panel is swipe down on the right and notifications is swipe down on the left, but also once you swipe down you can swipe left and right to switch between notifications and control panel.
That said I find it annoying
Click to expand...
Click to collapse
Right! The big issue is that nobody knows how to disable this bloody CP.
On Xiaomi devices (w/ MIUI) it is possible to disable this: https://www.webcazine.com/forums/faq-can-you-disable-the-control-center-in-xiaomi-miui-12/
Huawei/EMUI ?
Any ideas why not receiving any new updates?
94° said:
Any ideas why not receiving any new updates?
View attachment 5523833
Click to expand...
Click to collapse
Wait for 11.0.0.260. After that EMUI12.
Wait for 11.0.0.260. After that EMUI12.
Search with:
1. OTA (phone menu Software update)
2. HiSuite
3. eRecovery (wifi)
4. MyHuawei app

Question Can I avoid forced Android 12 update from Samsung?

There are things I don't want about update, and things I don't want to lose with update. I have postponed every time it asks, but Samsung says I can only postpone 2 more times. Is there any way to avoid this?
Package disable this app.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
blackhawk said:
Package disable this app.
View attachment 5581443
Click to expand...
Click to collapse
Thanks, but a little concerned about the process, removing all accounts, control, etc. Any other way to do this?
kat3k said:
Thanks, but a little concerned about the process, removing all accounts, control, etc. Any other way to do this?
Click to expand...
Click to collapse
Disabling just that app only stops the firmware updates. My stock N10+ is running on Pie for example.
blackhawk said:
Disabling just that app only stops the firmware updates. My stock N10+ is running on Pie for example.
Click to expand...
Click to collapse
For the setup process did you have to remove all google accounts (and then reinstall after), connect phone to pc, debug, etc? Description of app sounded a little daunting. Do you think there's anything risky? I really DO NOT want to install the next android version, and am running out of time. Can't believe they're going to force it on me, so definitely want a workaround. Thanks for your help.
I use Package Disabler.
A adb edit can also be used.
Neither require removing Google accounts!
My personal method for disabling apps is by using this code in ADB
(assuming ADB is already setup and you have USB debugging enabled):
adb shell pm disable-user **ENTER.PACKAGE.NAME.HERE**
I personally use MiXplorer app, open menu on the left side, choose App then
search update; tap on what looks like the correct app and see the package
name. Each carrier may use different packages.
For me on my Huawei P30 Pro the complete command would look like this:
adb shell pm disable-user com.huawei.android.hwouc
Click to expand...
Click to collapse
Click to expand...
Click to collapse
I think adb is a little beyond me. I will give Package Disabler a try. This is what it says on its app page about removing Google acct, etc:, which I wondered if you had to do:
** No Rooting required **
** You will have to remove all google accounts temporarily to activate this app then you can add back your accounts**
** You will need to connect your device to PC once and run a command as listed below**
** Uninstall within few hours to get automatic refund, if you are not happy with the app**
Enable developer options
Open developer options and disable auto update system
Open software update and disable auto download
No adb or paid garbage required.
twistedumbrella said:
Enable developer options
Open developer options and disable auto update system
Open software update and disable auto download
No adb or paid garbage required.
Click to expand...
Click to collapse
OK, that will disable the auto update, but what about the forced update after a certain number of postponements, different than auto?
kat3k said:
OK, that will disable the auto update, but what about the forced update after a certain number of postponements, different than auto?
Click to expand...
Click to collapse
I'm not 100% sure it will stop the clock once it's already ticking. I've never gotten that far. I do know it will prevent it from trying to update, though. Any update with those settings has to be manually checked. I don't even get notice when they're available.
kat3k said:
OK, that will disable the auto update, but what about the forced update after a certain number of postponements, different than auto?
Click to expand...
Click to collapse
Disable the app I showed you that should hopefully kill it...
Clearing the system cache apparently does not clear the download.
If it loads and upgrades the bootloader, you're boned.
PROBLEM: When I try to buy in playstore, it says transaction declined. I did read in one of the reviews that google has some kind of problem with license, surely political., although it still appears in playstore - can't get it. Is there any other way to get/buy/install the app?
kat3k said:
PROBLEM: When I try to buy in playstore, it says transaction declined. I did read in one of the reviews that google has some kind of problem with license, surely political., although it still appears in playstore - can't get it. Is there any other way to get/buy/install the app?
Click to expand...
Click to collapse
A lot of apps get suspended for political reasons, but this one was legitimate. That said, if you are sure it's what you want, you can buy it on their website. It's the first Google result for "Package Disabler" but make sure to get what you want done as soon as you buy it. One of the big things that led to the app being removed was the developer revoking licenses to force additional purchases.
twistedumbrella said:
A lot of apps get suspended for political reasons, but this one was legitimate. That said, if you are sure it's what you want, you can buy it on their website. It's the first Google result for "Package Disabler" but make sure to get what you want done as soon as you buy it. One of the big things that led to the app being removed was the developer revoking licenses to force additional purchases.
Click to expand...
Click to collapse
Thanks. It's on my list of things to do today. I did go to the site, and am slightly reluctant to use credit card, no paypal option even. I feel a lot more comfortable buying through playstore, not to mention the price on developer site is 5 british pounds, over $7 US. Wouldn't mind the price if it does what I want. Looks like a very complicated process from buying through activating. We'll see. It's a good lead for sure and I appreciate the input.
Before going the package disabler route, I've gone into developer options and have disabled automatic software update and am at the point of "stopping" the software update active app, but get a message saying the app cannot be stopped safely, so I'm still undecided. While looking around, I triggered one more software update postponement, so am down to one. Do you think it's safe to stop the software update in spite of the warning? I think it might help, or it might just reload next time phone is started.
kat3k said:
Before going the package disabler route, I've gone into developer options and have disabled automatic software update and am at the point of "stopping" the software update active app, but get a message saying the app cannot be stopped safely, so I'm still undecided. While looking around, I triggered one more software update postponement, so am down to one. Do you think it's safe to stop the software update in spite of the warning? I think it might help, or it might just reload next time phone is started.
Click to expand...
Click to collapse
Best stop screwing around or it will make the decision for you... that update app is insidious and acts more like malware. It has just about every permissions there is.
If you don't package block it, don't be surprised if it supersedes your settings
blackhawk said:
Best stop screwing around or it will make the decision for you... that update app is insidious and acts more like malware. It has just about every permissions there is.
If you don't package block it, don't be surprised if it supersedes your settings
Click to expand...
Click to collapse
Agreed, just a little scared of package disabler/app site/credit card info, but getting close
kat3k said:
Agreed, just a little scared of package disabler/app site/credit card info, but getting close
Click to expand...
Click to collapse
I've used it at least 3 times over the years. MC and Visa purchases in the US are insured and for 5 bucks I don't sweat it.
That update app is a ball buster, I hate it. It's caused me more trouble than any Android malware has in the last 8 years

Google pasted from your clipboard

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If I copy something and then I open Google or other apps that support pasting from clipboard, I get a toast notification like the above.
I don't know where Google or the other apps paste what's on my clipboard.
This started recently.
How to stop this from happening?
Which phone/OS version?
Turning off Google play Services may stop it.
Any recent updates/upgrades?
Possible malware...
blackhawk said:
Which phone/OS version?
Turning off Google play Services may stop it.
Any recent updates/upgrades?
Possible malware...
Click to expand...
Click to collapse
The mighty Samsung Galaxy S22 Ultra .
There is no option to turn OFF Google Play Services (button is greyed out).
Received couple of Google Play System updates yesterday. I'm not 100% sure if this started after that though.
I don't think it is malware. But surely a bug.
I don't want to clear my clipboard history (which is possible using Samsung keyboard). And I don't think doing that will fix the problem either.
TheMystic said:
The mighty Samsung Galaxy S22 Ultra .
There is no option to turn OFF Google Play Services (button is greyed out).
Click to expand...
Click to collapse
In Security Administrators disable Find My Device, now the button in active.
TheMystic said:
Received couple of Google Play System updates yesterday. I'm not 100% sure if this started after that though.
Click to expand...
Click to collapse
Updates break Samsung's...
TheMystic said:
I don't think it is malware. But surely a bug.
I don't want to clear my clipboard history (which is possible using Samsung keyboard). And I don't think doing that will fix the problem either.
Click to expand...
Click to collapse
You mean this?
blackhawk said:
In Security Administrators disable Find My Device, now the button in active.
Click to expand...
Click to collapse
Will it delete the app data for Google Play Services (I don't want to do that)? Please see attachment.
blackhawk said:
Updates break Samsung's...
Click to expand...
Click to collapse
Just remembered that this problem was there even before the updates yesterday. I had made a post on this about 10 days back.
blackhawk said:
You mean this?
Click to expand...
Click to collapse
Thank you. I forgot about this button completely. I wish there was a way to remove it so I don't click on it accidentally.
TheMystic said:
Will it delete the app data for Google Play Services (I don't want to do that)? Please see attachment.
Click to expand...
Click to collapse
Nope... doesn't harm anything.
TheMystic said:
Just remembered that this problem was there even before the updates yesterday. I had made a post on this about 10 days back.
Click to expand...
Click to collapse
The update before that update, etc
TheMystic said:
Thank you. I forgot about this button completely. I wish there was a way to remove it so I don't click on it accidentally.
Click to expand...
Click to collapse
You're welcome. It's a security risk to let them pile up. The storage is limited to a finite number of items anyway.
blackhawk said:
The update before that update, etc
Click to expand...
Click to collapse
Forgot the attachment in the previous comment.
Update: Deleted Google Play Services cache and it didn't help.
TheMystic said:
Forgot the attachment in the previous comment.
Update: Deleted Google Play Services cache and it didn't help.
Click to expand...
Click to collapse
Try clearing the system cache.
Unfortunately android is so finicky the only options I would recommend is to do a full wipe and see if the issue remains. If it does, it is most likely another stupid android quirk (like notifcations unlocking your phone when the screen lock type is set to "none"), and the only permanent fix is to not use any google/samsung apps, keyboards, etc. because they all stink
tworla said:
Unfortunately android is so finicky the only options I would recommend is to do a full wipe and see if the issue remains. If it does, it is most likely another stupid android quirk (like notifcations unlocking your phone when the screen lock type is set to "none"), and the only permanent fix is to not use any google/samsung apps, keyboards, etc. because they all stink
Click to expand...
Click to collapse
At the moment, factory reset is not something I want to do. I hope an update would fix this.
TheMystic said:
At the moment, factory reset is not something I want to do. I hope an update would fix this.
Click to expand...
Click to collapse
If you have done a major firmware upgrade without doing a factory reset... it's time to.
If you used SmartSwitch that may be the problem. Again, factory reset.
Now you know one reason I don't upgrade or update the firmware.
TheMystic said:
At the moment, factory reset is not something I want to do. I hope an update would fix this.
Click to expand...
Click to collapse
You could do a full Nandroid backup which you can revert in case resetting did not fix the problem. Then troubleshoot by resetting to determine if this issue is an actual bug or not. If it is indeed a bug then good luck and hopefully your backup restores properly so you dont have to redo everything.
What Is A Nandroid Backup and How Exactly Does It Work?
You need that backup at the ready.
www.makeuseof.com
tworla said:
You could do a full Nandroid backup which you can revert in case resetting did not fix the problem. Then troubleshoot by resetting to determine if this issue is an actual bug or not. If it is indeed a bug then good luck and hopefully your backup restores properly so you dont have to redo everything.
What Is A Nandroid Backup and How Exactly Does It Work?
You need that backup at the ready.
www.makeuseof.com
Click to expand...
Click to collapse
My device is fully stock.
It was only Google app that was doing this. The only other app that was doing it as mentioned in OP was my clipboard app. I have corrected the OP to reflect this fact.
I deleted the app data for Google app. Now I'm not getting the toast notification as before. Hopefully this has fixed the problem.
If I search on the internet, there are articles on this already from earlier, and the only solution so far seems to be to block those specific apps from accessing the clipboard. But that would require ADB, which is far from ideal.
NOTE
By removing this permission from an app, you can no longer use the "paste" feature while inputting text within that app. This shouldn't be a problem for apps like games, but it may cause an inconvenience for other apps.
Users should have the choice under Settings to decide which apps can access clipboard.
Ideally, no app should be allowed access, except for dedicated clipboard apps themselves.
ADB method
Why do apps paste from my clipboard as soon I open them (without manually pasting anything)?
I have a Google Pixel 5a running the latest version of Android 12 (I updated a couple of days after I bought it, so I didn't use Android 11 much if at all). I noticed that a lot of apps trigger the...
android.stackexchange.com
How to Stop Apps from Reading the Android Clipboard to Protect your Privacy
How to stop apps from reading the Android clipboard without root. Now you can copy and paste text without worrying that apps will steal your data!
www.xda-developers.com

Categories

Resources