Thursday, November 13, 2014

MyAndroidTools + Guide to disable some Play Services processes

Adapted from here, I just give it a shot and see what will happen:

I found this app interesting because now I found a way to disable some Google Play Services processes which drain a lot of battery and use a lot of ram. I'll show you how to do this right now.
SERVICE

This is divided between third party & system and contains all services. Near every app name there is a white, blue or red number.
The white shows the total number of services, the blue shows the number of active services and the red shows the number of disabled services.

RECEIVER

This section is divided among Actions, Third Party & System. Also here, near every app name there is a white number that shows the total number of receivers and a red one that shows the number of disabled receivers.

GUIDE TO DISABLE SOME GOOGLE PLAY SERVICES PROCESSES WITHOUT LOOSING ANY FEATURES AND GAINING RAM & PRECIOUS BATTERY GUICE
Open SERVICE section and tap on System;
Find Google Play Services and tap on it;
Disable those services



AdRequestBrokerService
AnalyticsIntentService
AnalyticsService
FusedLocationService
FusedProviderService
GeocodeService
GeofenceProviderService
GoogleLocationManagerService
NlpLocationReceiverService
SystemUpdateService
WatchdogService
WearableControlService
WearableService

 Open RECEIVER section and tap on System;
Find Google Play Services and tap on it;
Disable those receivers:


Code:
AccountChangedReceiver
GServicesChangedReceiver
SystemUpdateService$ActiveReceiver
SystemUpdateService$Receiver
As you can see I have disabled the google analytics, that pratically is useless (but it takes 26 mb of ram) and most localization processes but If you do these steps in the right way, your localization service, gps, will continue to work properly. 

jineshpatel30
 InAppBillingService ( it cause lot of wake locks .. you can disable it with out any problem ...and if u want to buy any inapp purchase just enable this for that time only and after purchase over u can disable it ) LicensingSevice ( u can disable this IF you didn't buy anything OFFICIALLY from play store)
these 2 are enough and after that greenify playstore.. it won't cause wakelocks ..enjoy



 el_dobre
I disabled these services too (without problems for now):
SERVICE section, System; Google Play Services:
BrokeredFitnessService
FitnessSyncAdapterService
ConfigFetchService
SyncService

and Reciver  -> System ->; Google play services:
FitnessInitReceiver
WaerableSyncServiceReceiver