I have seen a lot of people with the same issue I have. I download an app from the market, and it sucks so I uninstall... but now It's tied to my account forever.
When I flash, or get a new device, I like to use the web based market to re-install my apps. But I have pages and pages of apps I will never use again.
I proposed the following to Google to fix this.
If you agree that this is a good idea and would like to see this feature.. or if you have a better idea, please let Google know. They will only change this stuff if enough people request it to be changed.
I submitted a request here:
https://support.google.com/androidm...tact_type=market_phone_tablet_web&paginated=1
This was my request:
There needs to be a way to remove unused applications from our market accounts. I have many applications that I tried, dont like, and will never install again. Every time I get a new device or do a factory reset, I have to search through tons of unwanted applications just to find the apps I'd actually like to install. I understand giving the user the ability to delete apps that were paid for and the possibility of accidental deletions can become a support nightmare. To solve this I’d like to propose an “Archived Apps” section. Users can Archive applications they do not use. The application is then moved into a special Archive section where it can remain tied to the users account without being “In the Way”. Applications in the Archive section should have a “Restore” (button rather than install) that when pressed, would move it back to the users regular account and become active and installable again. When searching in the market mobile app, these apps will also show with the status Archived rather than purchased or installed. Selecting the app will give the option to “Restore” it to your active applications at which point it can be installed.
i actually have an open ticket with them regarding this problem
google tech support says it's a known issue, and they have no way to fix it yet.
AllGamer said:
i actually have an open ticket with them regarding this problem
google tech support says it's a known issue, and they have no way to fix it yet.
Click to expand...
Click to collapse
Awesome!
It's a lot of work for them to fix, and my concern is that it wont be on the radar unless it's highly requested.
Same thing with Amazon's store. I chatted with a rep, and they said there was no way to remove them, but they are aware people are interested in doing this.
Greetings.
as you know, even if we disable "android device manager" from settings->security->device administrators, it still can be enabled from https://www.google.com/android/devicemanager "enable lock & erase"
from one side it is good, but from other side it is bad - i don't want that my phone can be remotely erased by google
this functionality definitely resides in gmscore.apk
of course, we can just kill all google services, but we loose too much.
so : probably someone from devs here already know answer what to patch in gmscore to disable this behavior ?
with latest gmscore update ( 6.1.74 (1511752-038) ) the only message i can see, when pushing "enable lock and erase" :
GCM message com.google.android.gms 0:1414056810224892%136ddda63e77bab2
Click to expand...
Click to collapse
of course, hex payload different each time.
disabling service
Code:
com.google.android.gms.mdm.services.GcmReceiverService
did job
:good:
Thanks you, I 'm searching since 10 minute.
the_laser said:
disabling service
Code:
com.google.android.gms.mdm.services.GcmReceiverService
did job
Click to expand...
Click to collapse
Thanks! I was wondering how to do that.
thanks, but...
the_laser said:
disabling service
Code:
com.google.android.gms.mdm.services.GcmReceiverService
did job
Click to expand...
Click to collapse
I can't seem to find that service, heck I can't even find gmscore.apk
When I use find / -name gmscore.apk in terminal nothing came up.
Running 4.4.2 on galaxy S5, google framework 4.4.2-940549
Any ideas?
I would really not want my device wiped If my google account was compromised (really only have it for android)
as i remember, this service because build into gmscore from 4.4.4 and enabling downloading some external application.
can be wrong, though.
damn it google!
This is really frustrating. I can't find a way to disable it and I can't find 'com.google.android.gms.mdm.services.GcmReceiverService'.
This a serious security flaw, let me explain why.... I have a company account on my phone, just for the purpose of receiving gmail, and that's very important to me. This also means this account can access my phone through android device manager. So, anyone that can log in to firm's gmail can lock and erase my phone and there's no way to disable it. Best I could do was turn off location reporting and hide my phone from showing in device list. However, anyone that can log in to this account, can also change this in settings and unhide it, enable lock and erase, make it ring and.... well, lock and erase it.
This is very worrying when you have a lot of people with access to gmail account that you also have on your phone. ATM only solution I see is to remove account on my phone and search for other email app.
Anyone knows how one could deal with this and still use gmail app?
gimche said:
This is really frustrating. I can't find a way to disable it and I can't find 'com.google.android.gms.mdm.services.GcmReceiverService'.
This a serious security flaw, let me explain why.... I have a company account on my phone, just for the purpose of receiving gmail, and that's very important to me. This also means this account can access my phone through android device manager. So, anyone that can log in to firm's gmail can lock and erase my phone and there's no way to disable it. Best I could do was turn off location reporting and hide my phone from showing in device list. However, anyone that can log in to this account, can also change this in settings and unhide it, enable lock and erase, make it ring and.... well, lock and erase it.
This is very worrying when you have a lot of people with access to gmail account that you also have on your phone. ATM only solution I see is to remove account on my phone and search for other email app.
Anyone knows how one could deal with this and still use gmail app?
Click to expand...
Click to collapse
Instead of a problem with ADM, this sounds like a massive security issue on your company's side. I don't know why your company need to share the same email account, but the more people who have access, the more likely someone will spill the beans. If I am you, getting my phone wiped will the least of my worries.
Sent from my iPhone using Tapatalk
Thank you, that is what I want. Great!
Ok so Im facing the same problem is there any way to disable this process ?
gimche said:
This is really frustrating. I can't find a way to disable it and I can't find 'com.google.android.gms.mdm.services.GcmReceiverService'.
This a serious security flaw, let me explain why.... I have a company account on my phone, just for the purpose of receiving gmail, and that's very important to me. This also means this account can access my phone through android device manager. So, anyone that can log in to firm's gmail can lock and erase my phone and there's no way to disable it. Best I could do was turn off location reporting and hide my phone from showing in device list. However, anyone that can log in to this account, can also change this in settings and unhide it, enable lock and erase, make it ring and.... well, lock and erase it.
This is very worrying when you have a lot of people with access to gmail account that you also have on your phone. ATM only solution I see is to remove account on my phone and search for other email app.
Anyone knows how one could deal with this and still use gmail app?
Click to expand...
Click to collapse
deadwolf666 said:
Ok so Im facing the same problem is there any way to disable this process ?
Click to expand...
Click to collapse
tamuin said:
I can't seem to find that service, heck I can't even find gmscore.apk
When I use find / -name gmscore.apk in terminal nothing came up.
Running 4.4.2 on galaxy S5, google framework 4.4.2-940549
Any ideas?
I would really not want my device wiped If my google account was compromised (really only have it for android)
Click to expand...
Click to collapse
Install My Android Tools then go to Service>Google Play Service then disable the corresponding service.
https://play.google.com/store/apps/details?id=cn.wq.myandroidtools&en
How about using a ROM without gapps?
Cyclu said:
Install My Android Tools then go to Service>Google Play Service then disable the corresponding service.
https://play.google.com/store/apps/details?id=cn.wq.myandroidtools&en
Click to expand...
Click to collapse
This dosent appear to be working, as after I disable all the above services, clicked on "enable lock and erase" from my google account it reactivated said services. So which service is activating and overriding the services I disabled?
Im running Android 4.4.2(goldeneye rom, Googymax kernal) on a Samsung i9505, I use Xprivacy, Android firewall, and Appmaster(app uninstaller & autostart manager)
Trying to secure an oem samsung Rom from google and its services while still using all the factory apps is going to be like herding cats...
It's similar to going to the pool and expecting to swim but not getting wet.
If you use Google apps and use the accounts feature of Android then you are going to have Google play services and other Google services running, and sadly you can stop them all you want they update and restart themselves regularly.
You just can't get away from Google, if you still use Google play, the Google mail app, Google voice search, Google account verifier, Google download manager, Google hangouts, Google plus or the host of other Google services and apps that a baked into your rom.
All you will do in find yourself with a lot of force closes from apps, and less hair more cats.
What @Cyclu said was the right way. there are several services and receivers that have "mdm" , probably what you could do is use the search function in the app while viewing the services for GooglePlayServices. at the top of the screen, click menu, toggle full, (full/short option) then tap the magnifying glass, then the search box and type "mdm" , then do the same thing under the receivers section
This is so annoying. Can you imagine disabling admin on the phone, knowing that after reading the description in that area of the settings that it cannot be used to wipe the phone? Then someone testing it to prove it and they click "Enable" and wipe the phone? Know how dangerous that is? My phone is an S5 mini, stock firmware and rooted with SuperSU. What can I do to just prevent admin mode being enabled? I want to be able to track my phone's location but I do NOT want my phone able to be remotely wiped by anyone including myself, remotely.
I tried all. Looks like there is no way to disable ADM. Even if u disable corresponding service for ADM still when u restart that service gets re-enables it self again. Had any got a solution to disable this crappy android device manager fully?? thx in advance.
Forgive me, but this thread is just pathetic. If you have Gapps, your device is not yours. It is Google's. Period. If you can't live without hangouts and similar garbage, then enjoy them, but stop *****ing about remote wipe. You can't be half-pregnant. By the way, remote wipe is not the worse thing that could happen to you. Anything could be silently installed on "your" phone, even if you somehow disable ADM. It could be done through Google play and google services framework. Not to mention thar google analytics record everything about your activities and gsf regularly reports the same "home" i.e Google.
To gmail at work guy: if you can't use another client to access your work gmail, get a separate feature phone.
even "android = google" ? much less gapps , eh ?
"all i can really do is stay out of my own way and let the will of heaven be done"
mrrocketdog said:
even "android = google" ? much less gapps , eh ?
"all i can really do is stay out of my own way and let the will of heaven be done"
Click to expand...
Click to collapse
Android, unlike Gapps, is open source. So, you can get under the hood and clean lots of things.
I just got a popup, supposedly from Google, asking for permission to protect my phone in some way. I should have taken a screen shot. My back button would not work, and I had to choose between "accept" or "deny". I chose deny, and immediately an app started to automatically download and install. The popup came up again four more time, and I chose deny each time. And each time, a new app downloaded and installed. In order, the apps were S Note, SNS Provider, Flipboard Briefing, Hancom Office 2014, and Evernote. Shortly after that, I got a text message from 6583 stating: "FREE MSG Your Mobile Locate app is configured to record your Location History; info may be viewed at http://mymobilelocate.com Open app Settings to change."
What the hell just happened to my phone?
wel.. the site leads to at&t and the apps you installed are official apps (the names atleast). As far as I can tell you are just fine, wonder what the popups looked like though.
It's no big deal. A while back, Google started offering to periodically search your phone's installed apps to make sure there were no malicious apps you might not know are bad news. This started after they had a few apps in the Play Store that were malware, and Google went and forceably uninstalled those apps from people's devices. Since some people probably complained about it as some sort of privacy violation, now they offer you a choice (i.e. be stupid, or let them save your ass from malware). I always click "accept". It only asks once per set up, so either on a brand new phone or a factory reset.
Google already knows everything I do with my device(s) anyway, so why wouldn't I want them to monitor my apps for Malware? It is especially helpful if you install apps from other sources outside the Play Store, since you never know what you're really getting.
Anyone know of the easiest way to debloat the h8 without rooting?
Will debloater app work? which packages to disable?
You don't actually need anything. All the crap just uninstalls. Pinch the desktop to get to the edition mode and then you can mark all the icons you want to uninstall and drag them up to do it.
Good to know but what about the non desktop apps available such as all the Huawei apps and others that also bloat the system? Are they safe to uninstall using play store's uninstall app?
some stuff like the prompts about voice recording whenever I use google translate is super annoying. I wish I could deactivate it.
I also wish I could uninstall the dupe calendar and email apps.
zoglog said:
some stuff like the prompts about voice recording whenever I use google translate is super annoying. I wish I could deactivate it.
I also wish I could uninstall the dupe calendar and email apps.
Click to expand...
Click to collapse
To get rid of that pop up you'll have to disable "ok Google" detection everywhere.
If you have an issue disabling it (it can turn itself on again), then delete the voice model.
This is a huawei bug, and as far as I'm aware, they don't intend on fixing it. Yes it sucks.
For the rest of the apps, debloater seems to do the job (although I've seen times when it hasn't, and haven't been able to figure out why)
Otherwise rooting and deleting it is.
I would recommend deleting the calendar app, but not calendar storage, that's needed for the device.
And you can delete the mail app, but keep exchange services. (Unless you use the blackberry hub like I do, which has its own exchange services, and therefore the stock ones can be deleted )
SolarisSixth said:
This is a huawei bug, and as far as I'm aware, they don't intend on fixing it. Yes it sucks.
Click to expand...
Click to collapse
Per the FRD-L09C10B380 3/29 update notes:
Huawei said:
This update optimizes power consumption, increases HiVoice's voice recognition speed, and integrates Google security patches. [Optimizations] Optimizes power consumption for longer usage. Increases HiVoice's voice recognition speed. Integrates Google security patches for improved system security. [Fixes] Fixes an issue where error prompts occasionally displayed when Camera was opened while using OK Google. Fixes an issue where contacts would disappear. [Update notes] 1. This update will not erase your personal data, but we recommend that you back up any important data before updating. 2. The system will restart after the update. This will take about 5 minutes. 3. If you experience any issues during the update, please call the Huawei customer service hotline or visit an authorized Huawei service center for assistance.
Click to expand...
Click to collapse
I look forward to being able to "OK Google" again if it ever rolls out in the States.
evilpaul13 said:
Per the FRD-L09C10B380 3/29 update notes: I look forward to being able to "OK Google" again if it ever rolls out in the States.
Click to expand...
Click to collapse
That's my point, probably not rolling out anytime soon.
If you go into settings and search for 'covid', you'll see settings implying that contact tracing functionality is installed.
How far does it go? It needs bluetooth but will it enable bluetooth regardless if you enable your antenna or not?
Will it show your bluetooth to be on or not?
I don't need answers to these questions. I want to remove this stuff from my phone.
My understanding is that the functionality was installed 'as a part of' and 'in an update of' Google Play-Services.
To remove it, I guess we would need a modified Google Play-Services package
or
remove Google Play-Services altogether.
I don't know to what lengths Google Play-Services is required by OxygenOS or other distros for that matter.
Google Apps won't work anymore without it. That definitely suck for Translate and Maps but I guess there are alternatives for that.
Google bought Waze. I wonder if Waze needs Google Play-Services..
I never was a fan of custom ROMs and rooting. I was perfectly happy with OxygenOS (OnePlus 7).
Now I really don't care, I want this garbage off my phone. Kr,
progonkpa said:
If you go into settings and search for 'covid', you'll see settings implying that contact tracing functionality is installed.
How far does it go? It needs bluetooth but will it enable bluetooth regardless if you enable your antenna or not?
Will it show your bluetooth to be on or not?
I don't need answers to these questions. I want to remove this stuff from my phone.
My understanding is that the functionality was installed 'as a part of' and 'in an update of' Google Play-Services.
To remove it, I guess we would need a modified Google Play-Services package
or
remove Google Play-Services altogether.
I don't know to what lengths Google Play-Services is required by OxygenOS or other distros for that matter.
Google Apps won't work anymore without it. That definitely suck for Translate and Maps but I guess there are alternatives for that.
Google bought Waze. I wonder if Waze needs Google Play-Services..
I never was a fan of custom ROMs and rooting. I was perfectly happy with OxygenOS (OnePlus 7).
Now I really don't care, I want this garbage off my phone. Kr,
Click to expand...
Click to collapse
Next phone you can consider huawei.. Lol.. Legally required to ship with no trace of Google.
Sent from my SM-G985F using Tapatalk
OpenGapps the way forward?
progonkpa said:
To remove it, I guess we would need a modified Google Play-Services package
Click to expand...
Click to collapse
I am interested in this approach, as Aurora Store isn't able to fully replace google play at this time (no app purchasing)
So I have 2. questions to the community at large:
Would OpenGapps be the way forward? would this prevent googleplayserevices from be update by google thus preventing unauthorised/non-consented changes that facilitate state-level tracking.
And regard9ing the existing google services is there anyway to disable the covid19 toast notification appearing everytime time you enabled/disable bluetooth and or gps. The xposed module 'EnhancedToast' is able to do this, but only works on Andoird 6/7 or below.
b1k3rdude said:
I am interested in this approach, as Aurora Store isn't able to fully replace google play at this time (no app purchasing)
So I have 2. questions to the community at large:
Would OpenGapps be the way forward? would this prevent googleplayserevices from be update by google thus preventing unauthorised/non-consented changes that facilitate state-level tracking.
And regard9ing the existing google services is there anyway to disable the covid19 toast notification appearing everytime time you enabled/disable bluetooth and or gps. The xposed module 'EnhancedToast' is able to do this, but only works on Andoird 6/7 or below.
Click to expand...
Click to collapse
Covid-19 contact tracing requires installing an app, if you, yourself, the user, have not installed some form of Covid-19 contact tracing app, then you "should" be in the clear unless you somehow agreed to/allowed/gave permission to something without knowing what you were agreeing to/allowing/giving permission to .
Sent from my SM-S767VL using Tapatalk
Droidriven said:
Covid-19 contact tracing requires installing an app, if you, yourself, the user, have not installed some form of Covid-19 contact tracing app, then you "should" be in the clear unless you somehow agreed to/allowed/gave permission to something without knowing what you were agreeing to/allowing/giving permission to .
Sent from my SM-S767VL using Tapatalk
Click to expand...
Click to collapse
Google admitting they installed this on your phone without your permission
youtube video titled "Exposure Notifications System: Helping Health Authorities fight COVID-19"
check your android - settings/general/google->COVID-19 Exposure Notifications
I'm assuming being rooted is required to do anything towards removing/disabling it?
ultra4e said:
Google admitting they installed this on your phone without your permission
youtube video titled "Exposure Notifications System: Helping Health Authorities fight COVID-19"
check your android - settings/general/google->COVID-19 Exposure Notifications
I'm assuming being rooted is required to do anything towards removing/disabling it?
Click to expand...
Click to collapse
The only way to get rid of it is to delete Google Play Services. That's how they snuck it in. On Android Pie it's simple. Just debloat via ADB using pm list packages prompt and voila! it's gone. On Android 10 it works the same EXCEPT none of the google apps, firefox, instacart, or anything like that will WORK. So you can de-google all you want - they've baked it into everything. It's something I'm struggling with now since I was forced to upgrade.