Any way to block games from opening the Play Store? - General Questions and Answers

I play certain games using BlueStacks because they won't run on my rooted device, no matter how well-hidden Magisk is.
Epic Seven is one of said games.
Problem is, because I can't use root AND play that game, I can't use a lot of mods. And while there's no-root ad-blocking methods, I don't want to block every ad, either. There's one of those "watch an ad, get an in-game reward" thing they do every day, five times per day. It gives 20 energy per ad, but a couple weeks ago, suddenly said ads started opening the Play Store when the ad finishes, which kicks the game to the background and interrupts things. It's VERY annoying and obtrusive, something that I'm actually dismayed to see.
Danmachi Memoria Freese does this garbage, too.
So is there anything I can do about this? I just want to keep said ads from opening the &#%$ing Play Store, not block the ads themselves.

You can set up parental controls
On the device you want parental controls on, open the Play Store app .
In the top left corner, tap Menu Settings. Parental controls.
Turn on Parental controls.
Create a PIN.
Tap the type of content you want to filter.
Choose how to filter or restrict access.
I hope you got your answer!!

Firewall block Playstore.

blackhawk said:
Firewall block Playstore.
Click to expand...
Click to collapse
Which do you recommend? Will it prevent updates? Will it keep the damn games from launching it after every ad?
sophia0001 said:
You can set up parental controls
On the device you want parental controls on, open the Play Store app .
In the top left corner, tap Menu Settings. Parental controls.
Turn on Parental controls.
Create a PIN.
Tap the type of content you want to filter.
Choose how to filter or restrict access.
I hope you got your answer!!
Click to expand...
Click to collapse
I don't think you understood my question.

Karma Firewall is an adfree VNP firewall that uses very little battery. On Pie and below has logging as well. It's a great app with zero issues.
It's easy enough to toggle it or a specific app on/off as needed.

The game still attempts to open the Play Store, and I still have to click a bunch of times to dismiss it. So it seems a firewall isn't the best solution.

Depending on what version of Android you are on you can clear the defaults of the Google Play Store so that it won't open up the Play Store when you click on a Google Play Store from anywhere in Android.
The steps to do this vary by which version (skin and Android version) your phone/tablet is running. Generally you have to:
Open Settings
Applications
Application Manager
Find the Google Play Store and remove defaults for opening web links
This approach will however still bring up the Google Play Store on your web browser.

Isn't there any other way?
It's getting to the point where I don't even want to play these anymore. Or at least not watch the ads and forgo the rewards, because they are that annoying.

GuyInDogSuit said:
Isn't there any other way?
It's getting to the point where I don't even want to play these anymore. Or at least not watch the ads and forgo the rewards, because they are that annoying.
Click to expand...
Click to collapse
No one? This is ridiculous. They're now not only opening the Play Store, but switching out of the game, TO the Play Store entirely, instead of opening it in the background AND showing a "pop-up" of said store page in-game, too. These are obstructive and intrusive as hell, and I'm going to raise hell about this since apparently Google's allowing this garbage.

GuyInDogSuit said:
No one? This is ridiculous. They're now not only opening the Play Store, but switching out of the game, TO the Play Store entirely, instead of opening it in the background AND showing a "pop-up" of said store page in-game, too. These are obstructive and intrusive as hell, and I'm going to raise hell about this since apparently Google's allowing this garbage.
Click to expand...
Click to collapse
Their is a trick but it only works on offline games it's where if u turn off your WiFi it disables all the ads

Austinredstoner said:
Their is a trick but it only works on offline games it's where if u turn off your WiFi it disables all the ads
Click to expand...
Click to collapse
What are "offline games"?
/s

GuyInDogSuit said:
What are "offline games"?
/s
Click to expand...
Click to collapse
Games that don't require the WiFi to play

Austinredstoner said:
Games that don't require the WiFi to play
Click to expand...
Click to collapse
Ah, sorry, I though the "/s" indicated sarcasm clearly.
I am aware of what they are, I was just joking about how rare "true" offline games are these days.

Related

[GUIDE] My Android Tools(Pro) - one of my fav apps

I'm surprised no one has reviewed this app but I'll give it a shot. *edit- attached pics keep going away each time I edit this post. Take a look at the attachments for screenshots.
My Android Tools (free version)
My Android Tools(Pro)
This is an app I stumbled across by chance or mentions in random forum posts and maybe those who've played with it do only a few things such as disable startup items but it's a lot more powerful than that in regards to blocking in-app ads and trackers.
Now, blocking stuff is a multi-prong approach.
You have Adaway for removing the DNS requests for both apps and browser traffic. MAP targets in-app stuff- not browser traffic. That's why you'd do something like Adaway + MinMinGuard/Adblocker XPosed modules. They actually target blocking the code in the app.
something like XPrivacy for sending random info instead of what an app wants from you
And a bunch of apps and XPosed modules to do things like block receivers or in-app ads.
I've whittled it down to Adaway + *Youtube Adaway + *CrappaLinks + My Android Tools(Pro)
*XPosed Modules
from now on I'm calling My Android Tools MAP
First, make a backup of your ROM
Next, make a backup in the About screen in MAP. The optional thing is if you want MAP to open after every app install/upgrade for review of new and updated apps.
*screenshot
The 3 things we'll look at are Services, Broadcast Receivers and Activities.
Services- things that run whenever
Broadcast Receivers - things that respond to system events (boot, connectivity changes, timezone changes, packages added, etc)
Activities - ads and junk that pop up on your screen. Developers add 3rd party sdk's to show pop-ups and stuff. This is how XPosed Modules such as MinMinGuard and Adblocker work
ContentProvider - still haven't figured out if I find stuff here yet. Maybe in Google Play Services it might have some analytics provider but it's basically things that share things with other apps.
*screenshot
Under Services I mainly look at Analytics and Campaign Tracking svcs. It's up to you but these do offer legit tracking analytics to developers.
Google to see what they do
*screenshot
Broadcast Receivers a few apps that do look at a limited selection of these like XPosed module ReceiverStop
mainly I look at 2 of them:
android.intent.action.BOOT_COMPLETED
com.android.vending.INSTALL_REFERRER
*screenshot
Finally, Activities
This is how MinMinguard and the like block things. We're going to block more because MinMinGuard just has a hardcoded list (see above link to its source code. That's what frustrated me about MinMinGuard. If I'm going to block this stuff I'd rather not have a hardcoded list as ad blocking should be equal opportunity if a user is going that route.)
under here it's really about getting familiar with names of ad networks. Here's a hint
I just downloaded a random app to find one with a bunch of fun things.
*screenshot
Great guide, thank you.
royeiror said:
Great guide, thank you.
Click to expand...
Click to collapse
yw, thanks for the nudge to put it together
Also, note disabling some activities core to an app can cause loss of functionality, force closes, icon removed from the app drawer, etc. That's why I toggle showing the long description of things (that <> button) so I know which are main pieces.
Unity is a library for game development so most of it is actually the app if you see that one a lot.
Sometimes I use the search to look for ad, analytic, track, campaign
Official worst app I've seen for ad activities : agar.io
It's one of the Google recommended apps of 2015 and I was able to find and block 35 ad network activities.
I can't imagine what it's like to actually play the app and what info about you gets collected
@jawz101 : There is an older thread where is shared this app along with an guide which stuff to disable: [SHARE] [APP] MyAndroidTools + Guide to disable some Play Services processes Add it to OP...
@Force I'm wary of disabling too many Google Play Services. I mainly look at the analytics and ads stuff but even then I wonder what repercussions any of it has on battery life. Say, if an app calls for a specific function and it's no longer able to retrieve the information would it cause a force close or get hung in some loop and chew up CPU? I dunno.
Anyone having FCs with the latest version?? It doesn't seem to open at all.. I have a note 4 N910C, on 5.1.1 COJ5, rooted, xposed.
i have been using this for many roms and it saves loads of ram and helps your phone/tablet boot up quicker,i read somewhere that it dont work with xposed or mm both are wrong because i use it on AICP MM ROM and have Xposed installed for XinternalSD and have had no problems at all.
I do submit any crashes if they happen and have emailed the dev in the past when crashes happened. I used to get app crashes until several months ago when trying to backup the current config or when clicking the Content Providers menu option but no longer. Sometimes I completely wiped my device to get it to stop crashing. Since it's been updated these past few months those problems don't occur.
You may want to try reinstalling the app, clearing its data, rebooting, etc to see if something fixed your app crash. Make sure your device I is rooted and the My Android Tools app does indeed have root privileges. Given the nature of the app it may take some error submissions and logcats sent to the dev.
Good to see that somebody reviewed and created a thread for this great app.
Just one question here (if someone could help out) - unlike other apps, Skype seems to be way too stubborn. By mistake I once turned off the connectivity change broadcast receiver. Now, no matter what I do I cannot toggle this receiver back on. WHY? I tried pretty much everything. Rebooting, enabling the receiver from within SD Maid pro, tried making a backup of MAT and then editing this backup manually to remove the tweak for skype but it all failed. With other apps I can toggle their receiver, activities and everything however I see fit and the toggles remain put. With Skype, however, it's a fail. Any help?
Let x
Great tutorial.
As you seem to be very clever with MyAndroidTools, do you have any idea how to spot the services to disable with MyAndroidTools, in order to kill UC news inside the 11.4.5.1005 UC browser last release :
For more or less one week, UC browser has become unusable for Android nowadays with forcing every user with b******* news, foxnews search engine, star magazine search engine, googlenews search engine, yahoo search engine, uc browser search engine, 9app, music player and many more.
Do you think MyAndroidTools could be able to strangle this overwhelming flow of stupidity ?
If yes, there are so much possible items among Services (run whenever), ...
What could be a method to spot the tap and turn it off?
thx
is there any FOSS alternative?
Can't locate in the Play store?
Has the app been removed from the play store? If so is there any chance you could make the file available here? This has been a favorite app of mine for quite sometime. Would hate to see it fade into oblivion.
Guys this was a one-stop app for me...can somebody make the apk here??
Sivabalan said:
Guys this was a one-stop app for me...can somebody make the apk here??
Click to expand...
Click to collapse
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Bobbaloo said:
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Click to expand...
Click to collapse
Buddy it's available in apk mirror portal.
App was removed from Play Store how to get the Pro now?
I bought it but if it's in my library its a pita to search a misplaced tap and you back to the top of the list
How I can get this app? It's no longer in the AppStore. I bought the Pro Version.
Bobbaloo said:
I don't know if I would be violating any XDA rules or not. For sure this app is no longer available on the Play store and the developer unfortunately didn't respond to my email. If I can be assured that I'm not violating any XDA rules, I'll gladly share. PS, I love this app I use it for so many things
Click to expand...
Click to collapse
I bought it on google play and suddenly it disappeared. I contacted the creator and he wrote me he violated some rules (?) of google play and they cutted off his account, but he send me the full apk. But I don't know if I can share it here and if he wants to share the full version. Anyway it's still possible to find it on some websites (apkmirror and something else).
I'm satisfied with it, expecially after I lost money buying autorun manager pro (the developer is not releasing new version, he said he's not interested in it anymore).
Anyway, if someone has any alternative to suggest to My Android Tools Pro it would be good.

Nubia X Pubg Closing

Hı friends.
My question The pubg I have downloaded from the Play Store .closes at different times (randomly) in the game.
I think it’s a issue with google play services as the phone clears the ram every so often, it’s more extreme of a clear as it is aimed at the Chinese market. the only temporary solution for now is to delete the freezer file as this can allow apps to stay running in background e.g google play services
Nubia2452 said:
I think it’s a issue with google play services as the phone clears the ram every so often, it’s more extreme of a clear as it is aimed at the Chinese market. the only temporary solution for now is to delete the freezer file as this can allow apps to stay running in background e.g google play services
Click to expand...
Click to collapse
What is the freezing application?
How can I delete? .
Google Maps also cannot create route on mobile internet.
This should help
Nubia2452 said:
This should help
Click to expand...
Click to collapse
I did it, but it's still beating.
And I may have finally discovered the problem.
Problem Managing Power. Point to the Game / Application battery tab at the bottom right of the power management section. I gave full control back I came back again and turned my choice back to old.
The problem is in the power saving / control section. we need to disable it somehow.
I am writing English with translation.
If I have the wrong translation, I put video.
https://youtu.be/3V76mDzsbJY

How to make the Google Digital Wellness app work?

(Not sure if this is the proper forum, I never understood the massive split here at XDA)
I recently discovered that the Google version of this apps includes the ability to schedule the focus mode and to pause it momentarily, which makes it perfect to avoid being distracted by the phone constantly.
Of course, for some reason, Samsung's version of it doesn't include those features. I was able to install the Google app through APKMirror but it simply doesn't start. There is no error message of any kind. I don't really know the Android app and system development process so I don't how Samsung is preventing it from running or Google has banned it from doing it (The manifest? I don't know).
I tried disabling the built-in Samsung app, but it didn't work.
Is there anything that can be done? Can I maybe see the system logs when trying to open the Google version through ADB? (I'm not rooted)
I hope you scanned that download...
What do you wish to do specifically?
blackhawk said:
I hope you scanned that download...
What do you wish to do specifically?
Click to expand...
Click to collapse
I didn't scan it... Do you mean with an anti-virus?
I have always thought APKMirror is legit.
I want to be able to use https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing which can't be installed on my phone, and when side-loaded, it doesn't run.
Aruku said:
I didn't scan it... Do you mean with an anti-virus?
I have always thought APKMirror is legit.
I want to be able to use https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing which can't be installed on my phone, and when side-loaded, it doesn't run.
Click to expand...
Click to collapse
Not as trusted as Playstore. Side loading is always an extra risk. At least scan the download online with Virustotal.
I meant your end goal ie the ability to do what functions?
Just to see your usage stats?
I blew that apk off the first day I had my 10+... I'll take my digital chances. I find it decidedly creepy as the mentality behind it.
I pretty much lock down data mining Gookill as much as possible.
With Google you're not the customer, you're the product. Consider the implications with that truism... very little is for free especially with Google.
blackhawk said:
Not as trusted as Playstore. Side loading is always an extra risk. At least scan the download online with Virustotal.
I meant your end goal ie the ability to do what functions?
Just to see your usage stats?
I blew that apk off the first day I had my 10+... I'll take my digital chances. I find it decidedly creepy as the mentality behind it.
I pretty much lock down data mining Gookill as much as possible.
With Google you're not the customer, you're the product. Consider the implications with that truism... very little is for free especially with Google.
Click to expand...
Click to collapse
I want to use the Focus Mode functionality with the features they added recently, that allow you to schedule turning it on and off, and pausing it momentarily. This will allow me to only receive notifications at given times during the day and avoid distractions.
Aruku said:
I want to use the Focus Mode functionality with the features they added recently, that allow you to schedule turning it on and off, and pausing it momentarily. This will allow me to only receive notifications at given times during the day and avoid distractions.
Click to expand...
Click to collapse
Samsung has Digital Wellbeing but I can't remember what it can do.
Bixby can also be used to set routines and rules.
Do Not Disturb can be customized as well and is probably your best bet, least invasive/battery consuming option.
Google apps are nothing but trouble. Google is constantly screwing them up to the point were I still run Gmaps and Gmail in their factory load albeit heavily restricted. Playstore is usually disable as well Google play Services.
Google backup Transport, Firebase and Framework are always disabled.
Trashware. My Note 10+ runs some much better without it even if I need to do an extra step or two to work around Gookill's junk... it's worth it.
Get out of my way big sister Google...
blackhawk said:
Not as trusted as Playstore. Side loading is always an extra risk. At least scan the download online with Virustotal.
I meant your end goal ie the ability to do what functions?
Just to see your usage stats?
I blew that apk off the first day I had my 10+... I'll take my digital chances. I find it decidedly creepy as the mentality behind it.
I pretty much lock down data mining Gookill as much as possible.
With Google you're not the customer, you're the product. Consider the implications with that truism... very little is for free especially with Google.
Click to expand...
Click to collapse
Can you share you settings or tools used to lock down data mining?

Question Ads/Sponsored Content in Google Feed on Pixel Phone ? Any way to block it ?

Hi there, it's been a long time since i used my last Pixel (it was 2XL),
what i notice right away after using my P7Pro for few days is that Google Feed on this phone is showing a lot of ads/sponsored content,
i used host based adblock along with adguard private DNS on this phone, same setup like my other phone (Aquos R6)
but to my surprise, while it managed to block the ads/sponsored contents on my Aquos, it failed to do so on my Pixel.
Do google actually do same thing with apple on macOS ? setting up certain IP/URL/Connection in OS level, bypassing our DNS/VPN/Host ?
Because i dont remember ever seeing thia much of an ads in my Google Feed. And, as comparison, i dont see the same ads from my Aquos which signed into same google account.
Do you have any idea how to reduce it ? or block it ?
And, no, choosing "Show less" or "Block this ads" by pressing ... button on the Feed doesn't work.
otonieru said:
Hi there, it's been a long time since i used my last Pixel (it was 2XL),
what i notice right away after using my P7Pro for few days is that Google Feed on this phone is showing a lot of ads/sponsored content,
i used host based adblock along with adguard private DNS on this phone, same setup like my other phone (Aquos R6)
but to my surprise, while it managed to block the ads/sponsored contents on my Aquos, it failed to do so on my Pixel.
Do google actually do same thing with apple on macOS ? setting up certain IP/URL/Connection in OS level, bypassing our DNS/VPN/Host ?
Because i dont remember ever seeing thia much of an ads in my Google Feed. And, as comparison, i dont see the same ads from my Aquos which signed into same google account.
Do you have any idea how to reduce it ? or block it ?
And, no, choosing "Show less" or "Block this ads" by pressing ... button on the Feed doesn't work.
Click to expand...
Click to collapse
I don't use Google Feeds it's an open door for some pubs
I prefer to use Flym which manages my RSS feeds and I don't have ads.
I also use AdAway and the Magisk Systemless Hosts-Unified module.
Adguard app, no adds unless you missed some filters/updates. Works great on Facebook too.
As others mentioned, you need a way to block/filter traffic on your entire device. There are apps that use a VPN to filter traffic without root, though there is always the root method of editing your hosts file which has been around for a good while which will always also work.
There is also one other option which is to use a DNS server which some companies provide as a paid service, the benefit there is you can choose to put the filter in your modem to have it filter down to all of the devices on your network, though personally I would never go for this option as iot is far too easy to block something you didn't want to, and a hassle to unblock it.
I installed a Play Store App, DNS66, and this seems to block ADs system wide including YouTube Music Ads - now it plays like a regular music player without the garbage ads every other song.
Thank you for all replies,
as mentioned i already using two adblock methods, root based and DNS based, and for other apps, the ads all gone, system widely,
only Google Discover still showing it,
but it SOLVED now, after turning off Ads Personalisation in My Ads setting in Google app, somehow all the ads now gone. Probably there's cache somewhere in my system which prevent the adblock to work 100% on Discover.
otonieru said:
Thank you for all replies,
as mentioned i already using two adblock methods, root based and DNS based, and for other apps, the ads all gone, system widely,
only Google Discover still showing it,
but it SOLVED now, after turning off Ads Personalisation in My Ads setting in Google app, somehow all the ads now gone. Probably there's cache somewhere in my system which prevent the adblock to work 100% on Discover.
Click to expand...
Click to collapse
This worked perfectly for me on both my Pixel phones. Thank you so much!

Question Disable Google Play Services Alert in Phone App

Boost carrier Moto g Stylus 5G 2022 XT2215-4 with Android 12. Google Play Services App is DISABLED. I cannot completely disable the Google Play Services Availability alert option in the Phone App (SHOW NOTIFICATIONS locked). Other apps allow the user to disable the Google Play Services Availability alert. Is there a fix for the Phone App?
TIA,
F
You can temporarily disable Google play Services. I normally do unless it's needed like for Gmail. Playstore, Backup Transport are also a dependencies of it. Pretty much a menace... even on Android 9
Change the default phone app and disable Google Dialer.
blackhawk said:
You can temporarily disable Google play Services. I normally do unless it's needed like for Gmail. Playstore, Backup Transport are also a dependencies of it. Pretty much a menace... even on Android 9
Click to expand...
Click to collapse
Thanks for your input. I disabled Google Play Services. Even removed it using ADB. Unfortunately, I cannot turn off the alert in the PHONE APP that's looking for Google Play Services (see attached screen shots). The radio button to disable the alert is greyed out.
TheMystic said:
Change the default phone app and disable Google Dialer.
Click to expand...
Click to collapse
1. Are you recommending that I install another phone app instead of the default Android? Any recommendation.
2. Isn't Google dialer part of the phone app?
Phone app is fully functional. The issue is the alert message prompting the activation of Google Play Services. I can turn off this prompt with other apps, but not the phone app.
furballi said:
1. Are you recommending that I install another phone app instead of the default Android? Any recommendation.
2. Isn't Google dialer part of the phone app?
Click to expand...
Click to collapse
Yes. Since the notification cannot be disabled, it can become annoying after a while.
Google Dialer is currently your phone app and is set as default.
Install a 3rd party dialer app of your choice and set it as default. Now you'll be able to disable Google Dialer (or Phone) app from its app info page.
My recommendation
Simple Dialer - Apps on Google Play
Manage phone calls with this simple phone dialer app with phonebook
play.google.com
If you're fine without call recording feature, the above is an excellent and safe alternative.
Alternative Source
Simple Dialer | F-Droid - Free and Open Source Android App Repository
Manage phone calls with this simple phone dialer app with phonebook
f-droid.org
TheMystic said:
Yes. Since the notification cannot be disabled, it can become annoying after a while.
Google Dialer is currently your phone app and is set as default.
Install a 3rd party dialer app of your choice and set it as default. Now you'll be able to disable Google Dialer (or Phone) app from its app info page.
My recommendation:
Simple Dialer - Apps on Google Play
Manage phone calls with this simple phone dialer app with phonebook
play.google.com
If you're fine without call recording feature, the above is an excellent and safe alternative.
Click to expand...
Click to collapse
Excellent! Will install the other option. I also have the 6 GB RAM version of this phone from Metro. Per app inspection, the other phone app is identical in revision number, but it doesn't have the Google Play Services Availability radio option.
If time permits, I may remove Phone App via ADB, then download the next Phone App apk. I don't know if Google Play Services Availability is hard coded into Boost's Android 12 build. Thank you very much for your input.
furballi said:
Thanks for your input. I disabled Google Play Services. Even removed it using ADB. Unfortunately, I cannot turn off the alert in the PHONE APP that's looking for Google Play Services (see attached screen shots). The radio button to disable the alert is greyed out.
Click to expand...
Click to collapse
On Samsung's they use their own phone/messaging apps and Google play Services isn't mandatorily intergrated into them so they will run fine without it. You're going to have to play with it.
Completely removing Google play Services could cause headaches. It maybe possible to block the popup via a adb edit but no idea how or if possible on a non-rooted phone.
All Gookill apps are a pain and Google play Services is integrated into them to a greater or lesser extent. 3rd party phone app... maybe.
furballi said:
Excellent! Will install the other option. I also have the 6 GB RAM version of this phone from Metro. Per app inspection, the other phone app is identical in revision number, but it doesn't have the Google Play Services Availability radio option.
If time permits, I may remove Phone App via ADB, then download the next Phone App apk. I don't know if Google Play Services Availability is hard coded into Boost's Android 12 build. Thank you very much for your input.
Click to expand...
Click to collapse
I suggest that you install the alternative app first, set it as default and test everything is working fine (although there is no reason why it wouldn't) before attempting to remove the stock dialer.
blackhawk said:
On Samsung's they use their own phone/messaging apps and Google play Services isn't mandatorily intergrated into them so they will run fine without it. You're going to have to play with it.
Completely removing Google play Services could cause headaches. It maybe possible to block the popup via a adb edit but no idea how or if possible on a non-rooted phone.
All Gookill apps are a pain and Google play Services is integrated into them to a greater or lesser extent. 3rd party phone app... maybe.
Click to expand...
Click to collapse
A whole lot of apps are dependent on Google Play Services. On one of my devices, I disabled it and soon after I got some 12 to 15 notifications from different apps asking me to enable it. The notifications were so frequent and annoying that I just re-enabled it for peace of mind. 🫣
TheMystic said:
I suggest that you install the alternative app first, set it as default and test everything is working fine (although there is no reason why it wouldn't) before attempting to remove the stock dialer.
Click to expand...
Click to collapse
Yeah, the dialer is part of the core function of a... phone.
Lol, proceed with caution unless you enjoy factory resets
blackhawk said:
On Samsung's they use their own phone/messaging apps and Google play Services isn't mandatorily intergrated into them so they will run fine without it. You're going to have to play with it.
Completely removing Google play Services could cause headaches. It maybe possible to block the popup via a adb edit but no idea how or if possible on a non-rooted phone.
All Gookill apps are a pain and Google play Services is integrated into them to a greater or lesser extent. 3rd party phone app... maybe.
Click to expand...
Click to collapse
Thank you.
TheMystic said:
A whole lot of apps are dependent on Google Play Services. On one of my devices, I disabled it and soon after I got some 12 to 15 notifications from different apps asking me to enable it. The notifications were so frequent and annoying that I just re-enabled it for peace of mind. 🫣
Click to expand...
Click to collapse
You got a lot of trashware running...
blackhawk said:
You got a lot of trashware running...
Click to expand...
Click to collapse
Maps (not just Google Maps), SMS app, mail apps, taxi apps.... aren't trashware.
TheMystic said:
A whole lot of apps are dependent on Google Play Services. On one of my devices, I disabled it and soon after I got some 12 to 15 notifications from different apps asking me to enable it. The notifications were so frequent and annoying that I just re-enabled it for peace of mind. 🫣
Click to expand...
Click to collapse
Will test drive the alternate phone app. I also saw a bunch of alerts, but I was able to kill them by going into each app and disable the Google Play Services alert radio button. The GPS's main function is probably to update the app. All the apps are fully functional without GPS running in the background.
Google's is in the business of data mining. That's why I want tight control of all Google apps whenever possible.
furballi said:
Will test drive the alternate phone app. I also saw a bunch of alerts, but I was able to kill them by going into each app and disable the Google Play Services alert radio button. The GPS's main function is probably to update the app. All the apps are fully functional without GPS running in the background.
Google's is in the business of data mining. That's why I want tight control of all Google apps whenever possible.
Click to expand...
Click to collapse
Updating is handled by Google Play Store.
Google Play Services offers a whole range of services that apps use, such as location, push notifications, etc.
If you are able to find apps that offer full functionality without depending on GPS, then you'll be fine disabling it.
TheMystic said:
Maps (not just Google Maps), SMS app, mail apps, taxi apps.... aren't trashware.
Click to expand...
Click to collapse
Yeah, they are... sorry.
Gmaps runs fine without it. Less some of the junk features.
Driving a taxi sucks... people are trouble.
Drunks are the worst.
TheMystic said:
Maps (not just Google Maps), SMS app, mail apps, taxi apps.... aren't trashware.
Click to expand...
Click to collapse
I use HERE drive. Download the map into your phone and turn ON location. Hopefully, I only need to use the SMS and Clock app. But I agree, a lot of useful stuffs are in the Google ecosystem. Chrome is significantly faster than Firefox per my setup. Edge was fast until it got bogged down with AI search. This is how they push you to upgrade the processor.
blackhawk said:
Driving a taxi sucks... people are trouble
Click to expand...
Click to collapse
I'm referring to taxi services as a customer though.
TheMystic said:
I'm referring to taxi services as a customer though.
Click to expand...
Click to collapse
Than no need for Google play Services 99% of the time. It's a data mining parasite.

Categories

Resources