[GUIDE] Reducing google play services battery drain - Moto G 2015 General

hi guys.hope u all fine.today i am posting a guide to disable google play services which causes battery drain.now u may ask how i find it,well answer is simple that is when u go to Settings > Privacy > Privacy Guard (currently i am on cm 12.1) one can see how madly google play services requested location even when location services are off.
Note:this guide does not effect google play or maps (meaning u can use them without any problem)
Prerequisites:
1. rooted moto g 2015 and xposed installed (search in other threads for this)
2. an app named 3C toolbox https://play.google.com/store/apps/details?id=ccc71.at.free
Steps:
1. open the xposed installer app than go to module and check 3C toolbox than go to framework and soft reboot
2. open the 3C toolbox app and go to application manager than go to apps and search google play services
3. touch and hold until u see menu than go to permissions
4. Search terms (disable all items while searching for these terms, EXLCUDING the ones right below in step 5, the items to leave enabled):
Code:
[Activities]
ads.
android.location.
reporting
usagereporting
[Providers]
ads.
android.location.
[Receivers]
ads.
analytics
config.Config
checkin.
android.location.
[Services]
ads.
analytics
config.Config
checkin.
android.location
usagereporting
5.Items to leave enabled:
Code:
[Activities]
com.google.android.location.network.ConfirmAlertActivity
[Providers]
N/A
[Receivers]
com.google.android.location.network.LocationProviderChangeReceiver
[Services]
com.google.android.location.internal.server.GoogleLocationService
com.google.android.location.internal.PendingIntentCallbackService
com.google.android.location.network.NetworkLocationService
com.google.android.location.util.PreferenceService
6. besides google play services u need to work with google services framework mentioned in step 7 below
7.Items to disable in Google Services Framework:
Code:
[Activities]
update.SystemUpdateActivity
update.SystemUpdatePanoActivity
[Providers]
N/A
[Receivers]
checkin.CheckInService$Receiver
checkin.CheckInService$SecretCodeReceiver
checkin.CheckInService$TriggerReceiver
checkin.EventLogService$Receiver
update.SystemUpdateService$Receiver
update.SystemUpdateService$SecretCodeReceiver
[Services]
checkin.CheckinServi9ce
checkin.EventLogService
update.SystemUpdateService
well at last i wanna say do not blame me for anything if u do not know what u doing.i have done above guide on my phone without any problem.any query feel free to ask.to encourage me hit thanks

Can u explain step 4 ?item in step 4 should be leave enable or I disable it?

vikasb32 said:
Can u explain step 4 ?item in step 4 should be leave enable or I disable it?
Click to expand...
Click to collapse
Step 4 disable as mentioned

umo4u said:
Step 4 disable as mentioned
Click to expand...
Click to collapse
Thank you for this guide! Would you say that this still applies to the current Google Play services to help with battery drain?

nikktrikk said:
Thank you for this guide! Would you say that this still applies to the current Google Play services to help with battery drain?
Click to expand...
Click to collapse
I have not tried with latest but u can give it try and let us all know also :fingers-crossed:

Any help for nougat users? We dont hav xposed for nougat though!

This one of my favorite post
([emoji813]9/[emoji725]/9[emoji813])

Update in 2020.
For some reason, this tweak breaks Moovit app, Maps works with location but Moovit doesn't detect the location.

Related

[FIX] OxygenOS Wakelock

Many people have been having a problem with the SystemUpdateService Wakelock from Google Play Services on their OnePlus One. On other custom roms people have been able to fix it by disabling Wakeup in Google play services in Privacy Guard. I tried that using appops using Xposed but the wakelock was still there even after disabling Wakeup to Google Play services.
Looking at how CM12 Nightlies fixed the issue I learned how to fix it on Oxygen OS.
Method 1 (Tasker)- credit Dimitris Psallidas
* Tasker and Root required
** tested and survives reboot
1. Create a profile based on "Event > System > Device Boot"
2. Add a "Run Shell" action with the command
"pm enable com.google.android.gms/.update.SystemUpdateService"
and tick the "Use Root" option
3. Add a "Run Shell" action with the command
"pm disable com.google.android.gms/.update.SystemUpdateService"
and tick the "Use Root" option
https://plus.google.com/112425488314892935797/posts/VqubRkcTpEE
Method 2 - credit Calkulin
This method fixes the problem at the source by flashing a zip file through your custom recovery. It will fix the wakelock until play services updates. Then you will have to flash a new updated zip. Find it here: http://forum.xda-developers.com/one...mod-google-play-services-update-wake-t3078082
Method 3
First, you need to download Disable Service from the Play Store, it requires root. Then under the System tab you need to go to Google Play Services and enable SystemUpdateService. That will fix your wakelock. You will notice that there is another SystemUpdateService under Google Services Framework, but leave that one disabled. -
This method is a Temporary Fix. You must enable that service again after a Reboot. OxygenOS disables it by default on boot which causes the wakelock.
http://forum.xda-developers.com/optimus-l9/general/carbonrom-wakelock-systemupdateservice-t3059218
Already posted it on the Ox OS thread.
jdtimothy said:
Does anyone no now to enable the service on boot with Tasker? I don't know if a terminal command or a script could be used to enable that service.
Click to expand...
Click to collapse
Yup. This was posted for CM back when it had the same wakelock: https://plus.google.com/112425488314892935797/posts/VqubRkcTpEE
Thanks, those methods work great for automatically taking care of the problem.
It's by far easier:
- Xposed
- Install "Wakelock Terminator" from the Play Store
- Search for the Play Services, filter the wakelock "SystemUpdateService"
kurtextrem said:
It's by far easier:
- Xposed
- Install "Wakelock Terminator" from the Play Store
- Search for the Play Services, filter the wakelock "SystemUpdateService"
Click to expand...
Click to collapse
Not working with oxygen os (5.0.2)
I did this Tasker fix on mine and holy crap what a difference. Back to similar battery life as when I was running stock 4.4.4.
denyo81 said:
Not working with oxygen os (5.0.2)
Click to expand...
Click to collapse
You need to download xposed for 5.0
Jgard said:
I did this Tasker fix on mine and holy crap what a difference. Back to similar battery life as when I was running stock 4.4.4.
Click to expand...
Click to collapse
Can you guide me configuring tasker ? I never used it actually. Please tell me a step by step procedure as I am a total noob in this.
I pretty much haven't ever gotten Tasker to work because it requires a lot of effort. But if you follow the OP, it's really easy to figure out. (this is my way of saying I barely know what I'm doing and don't feel qualified to explain how to do it)
jdtimothy said:
Many people have been having a problem with the SystemUpdateService Wakelock from Google Play Services on their OnePlus One. On other custom roms people have been able to fix it by disabling Wakeup in Google play services in Privacy Guard. I tried that using appops using Xposed but the wakelock was still there even after disabling Wakeup to Google Play services.
Looking at how CM12 Nightlies fixed the issue I learned how to fix it on Oxygen OS.
Method 1 (Tasker)- credit Dimitris Psallidas
* Tasker and Root required
** tested and survives reboot
1. Create a profile based on "Event > System > Device Boot"
2. Add a "Run Shell" action with the command
"pm enable com.google.android.gms/.update.SystemUpdateService"
and tick the "Use Root" option
3. Add a "Run Shell" action with the command
"pm disable com.google.android.gms/.update.SystemUpdateService"
and tick the "Use Root" option
https://plus.google.com/112425488314892935797/posts/VqubRkcTpEE
Method 2
First, you need to download Disable Service from the Play Store, it requires root. Then under the System tab you need to go to Google Play Services and enable SystemUpdateService. That will fix your wakelock. You will notice that there is another SystemUpdateService under Google Services Framework, but leave that one disabled. -
This method is a Temporary Fix. You must enable that service again after a Reboot. OxygenOS disables it by default on boot which causes the wakelock.
Click to expand...
Click to collapse
Works like a charm thank you very much
HUGE THUMBS UP! This totally fixed my battery issue! Thank you so much!!!
Sent from my A0001 using XDA Premium HD app
Any fix without root. I can't root for work apps on phone.
What a difference this makes... Loving oxygen with xposed... It does everything I want and rock solid stable. Thanks for this fix!
A.VOID said:
Any fix without root. I can't root for work apps on phone.
Click to expand...
Click to collapse
This will work for you but you need a custom recovery to flash
http://forum.xda-developers.com/one...mod-google-play-services-update-wake-t3078082
Calkulin said:
This will work for you but you need a custom recovery to flash
http://forum.xda-developers.com/one...mod-google-play-services-update-wake-t3078082
Click to expand...
Click to collapse
Was there another non-root solution? The two methods in the op speak to root.
I have twrp recovery installed now
I haven't seen any that don't require root but then again, I didn't really look since I fixed the source of the issue the first time I saw it on my phone
Calkulin said:
I haven't seen any that don't require root but then again, I didn't really look since I fixed the source of the issue the first time I saw it on my phone
Click to expand...
Click to collapse
I posted your fix as a method on the original post. Thanks for your contribution.
works great thanks

LeTV Max3-55-65-65 Pro Rooting & Playstore Sideload

Welcome to first of kind Android TV hacking in XDA
Here I will give you steps on How to root LETV Super TV X3-55, X3-65, X3-65 Pro
Disclaimer: I will not be responsible if your TV gets into a costly brick. The risk is entirely yours.
Rooting : (X3 series - all working)
a) Download kingoroot apk from https://root-apk.kingoapp.com/kingoroot-download.htm
b) Click on root button (Will work after 2 - 3 times, may even exit and turn blank, Dont worry)
c) Now you have got root
d) Download Root Explorer and install the apk
e) Push the all the folders like app, priv-app, etc,framework (Letv Gapps v1.0) from the attached link inside \system folder and merge using root explorer.
[URL="https://drive.google.com/file/d/0BxwZ4yte3ORmR2k2VTdwckJ3Tkk/view?usp=sharing"]https://drive.google.com/file/d/0BxwZ4yte3ORmR2k2VTdwckJ3Tkk/view?usp=sharing --> Updated Link
Switch OFF using remote and restart.
g) You have google play store (Set it up!)
In case you find trouble. Click on GMSCore.apk, Phonesky.apk you find inside priv-app folder.
In case of trouble whatsapp me +91 9669199996
All the best !
New features will be added soon.
a) Change video animations
b) Google play movies download on TV itself
c) Different Launcher
d) Themes
Without Root (Not Working : Sorry ) :
Those who wants everything without root can try this .. (experimental)
Please update me in case if it works.
Download the LeTV Gapps and install the following apk
1) Gmscore,
2) Googleloginservice,
3) Googleframework,
4) Phonesky from the priv-app folder.
Experiencing Bootloop ? :
Struck at LeTV logo....
Factory Reset : Put TV OFF ; Press Vol + and Vol - and Channel + and Channel - and Power ON using remote.
Indian Firmware Link : http://forum.le.com/in/eui_detail.html?euiid=207
Features of this update:
a) Root
b) Play store for android TV (updates itself to latest version & stops; but have a workaround .... working on it)
c) Lots of apps
d) Xposed not working (Not compatible with this arm architecture)
e) A lot of roots goodies.
f) Lots of boot loops (In case of experimentation ...... I am learning)
g) Lots of data and money & efforts spent (Hmm seriously not playing with my kids......)
R Prabhakar
Thanks : Dipcore for providing me insights, Praveen Pawar for testing.
Wanna Donate for my research
Go to https://paypal.me/rprabhakar, type in the amount, log in to your PayPal account and send me the money.
Indian Users: Paytm to 9669199996
This space is reserved for Bootloop issues ......
Hi! Any updates?
Mr. MCM said:
Hi! Any updates?
Click to expand...
Click to collapse
Rooted and experimenting as Playstore updates itself and I am unable to patch it !
Is it OK if I give a non stable release with Playstore not working ??
Please do. Is it a method or full ROM?
As long as the Tv doesn't crash. I'm willing to try it if it really helps. Thanks for all your work.:good:
"https://drive.google.com/open?id=
0BzCElQ6GM7IOZUttX2Vxd29fRm8"
Have you tried this?? This is from dipcore from letv forum.
Sir..
any update on this? any stable release?
Thanks.
I'm in USA., would this work ?
bobz909 said:
I'm in USA., would this work ?
Click to expand...
Click to collapse
You can also root it with kingroot.apk Works fine with US version. Sometimes you need to run it couple times.
I did it long ago with my x3-55pro US version. It also works with Indian ROM
English version attached.
@dipcore open your own thread for sharing the custom rom with us please
My tools to pack/unpack mstar bin firmware https://github.com/dipcore/mstar-bin-tool Python 3+ required.
Mr. MCM said:
Please do. Is it a method or full ROM?
Click to expand...
Click to collapse
Method updated
bobz909 said:
I'm in USA., would this work ?
Click to expand...
Click to collapse
Please send me your build.prop. I will tell you.
It should work with US versions. I didnt have a tester though.
Dipcore has a US firmware. He can provide you custom ROM.
Google for Letvupdate928.bin !!
You can also try my way.
Does this make google play services to work on the device
Like if i want to login on the youtube app
Will i be able to do it
androidlover420 said:
Does this make google play services to work on the device
Like if i want to login on the youtube app
Will i be able to do it
Click to expand...
Click to collapse
Yes that will allow you to login with youtube app or any other app which uses google services. Basically all google services will work. The only problem is with the play market. It stops working after self-update (which does not affect any other apps, youtube will still work).
As a temporary workaround you can go to android settings -> apps -> all. Find the Play market and press on "Delete Updates". That gives you an option to use play market till next self-update.
I just did the given
While trying to login a message appears that google play services has stopped working
And then play store says unable to login
And my youtube app force closes itself on startup
Please help!
androidlover420 said:
I just did the given
While trying to login a message appears that google play services has stopped working
And then play store says unable to login
And my youtube app force closes itself on startup
Please help!
Click to expand...
Click to collapse
Not sure then. I'm going to make a separate thread tonight with my custom firmware. It has youtube and google services pre-installed (as many other changes) So you will be able download and install it, if you want.
androidlover420 said:
I just did the given
While trying to login a message appears that google play services has stopped working
And then play store says unable to login
And my youtube app force closes itself on startup
Please help!
Click to expand...
Click to collapse
I made a mistake in file.I have reuploaded the Gapps. Try now

Enable google assistant for Marshmallow devices.

DISCLAIMER: this is not my work, all credits goes to Jenkins (creator of android N-ify)
Pre-requisite:
Having exposed running on your device.
Steps:
1- download and install this Google app (beta) here: http://www.apkmirror.com/apk/google...gle-app-6-6-14-21-arm64-android-apk-download/
2- download and install the latest Android N-ify module (#697) here: https://ci.paphonb.xyz/jenkins/job/AndroidN-ify/
3- once you install them both, activate the module and wipe data and cache of the google app.
4- give permissions to google app. (Don't open it yet)
5- reboot.
And you now have google assistant.
If you can't access google assistant by holding on home button, go to settings--->apps--->advanced--->default apps--->assist and voice input, and then choose google app.
What's the point of making a thread specific to our phone for someone else's work that applies to all MM devices...?
I just shared, that's it
OK Google detection doesn't work properly. I tried using the the original thread's suggestion of training the voice model, then changing the buildprop.
Anyone have any ideas?
Hutch MD said:
OK Google detection doesn't work properly. I tried using the the original thread's suggestion of training the voice model, then changing the buildprop.
Anyone have any ideas?
Click to expand...
Click to collapse
Yes ok google detection have bugs now, we're waiting for an update of Android n-ify to see if it solves the hot word detection.
man your attitude
halomademeapc said:
What's the point of making a thread specific to our phone for someone else's work that applies to all MM devices...?
Click to expand...
Click to collapse
what an A-Hole you are. The guy is just sharing something. I would have never known about this unless he posted this and I need this.

No Gapps Guide&Tutorial (MicroG)

Hi guys, this is an Tutorial of installing MicroG.
MicroG is an alternative to Gapps that includes:
Service Core: Is a library app, providing the functionality required to run apps that use Google Play Services or Google Maps Android API. (GmsCore)
Services Framework Proxy: Is a small helper utility to allow apps developed for Google Cloud to Device Messaging (C2DM) to use the compatible Google Cloud Messaging service included with GmsCore. (GsfProxy)
Unified Network Location Provider: Is a library that provides Wi-Fi- and Cell-tower-based geolocation to applications that use Google’s network location provider. It is included in GmsCore but can also run independently on most Android systems. (UnifiedNlp)
Maps API: Is a system library, providing the same functionality as now deprecated Google Maps API (v1). (mapsv1)
Store: Is a frontend application providing access to the Google Play Store to download and update applications. (Phonesky) [Same functionality and looks as the Gplaystore]
Why you would want to install MicroG instead of Gapps?
1.More privacy
2.Uses very little ram and memory
3.OGYoutube, an youtube app that works only with MicroG and has backround playback and downloads directly from the app
How to install MicroG:
Prerequisites:
In order for MicroG to work, it needs to pretend to be the official implementation of Play Services. To do this, MicroG must be able to spoof Google’s Play Service’s package signature.
Signature spoofing is not available in most custom ROMs, though patches are available for ROM developers to include in their project. For Marshmallow and Nougat ROMs, spoofing is provided as a runtime permission that the user can grant or deny to apps, which is an added bonus.
If your Rom doesen't include Signature spoofing then you can activate Signature spoofing with: Tingle/Haystack/NanoDroid/FakeGapps[Xposed Module]
First option:
Download Services Core, Service Framework Proxy, UnifiedNpl and FakeStore if you want to install other stores than the Official Google play store. (Yald Store, F-Droid etc) [Download link: https://microg.org/download.html]
Install them. After that go to MicroG settings and click on self-check, give MicroG the permissions required and check "System grants signature spoofing permission" if its not checked. To log in to Phonesky you need to enable Google device registration in microG settings, after that make any changes you want to the settings.
For more Advanced things check out: https://shadow53.com/android/no-gapps/setup-guide/3/ and https://shadow53.com/android/no-gapps/setup-guide/4/
Option two:
Flash MicroG from Recovery
Dowloads:
MicroG: https://www.androidfilehost.com/?fid=890129502657595051
PlayStore: https://www.androidfilehost.com/?fid=818070582850504869
Patched-Playstore: https://www.androidfilehost.com/?fid=673956719939831837
UnifiedNLP: https://www.androidfilehost.com/?fid=746010030569965960
Microg&Playstore: https://www.androidfilehost.com/?fid=746010030569965959
Microg&Patched-Playstore: https://www.androidfilehost.com/?fid=962187416754472306
Flash any of theese in recovery.
Option three:
Download from https://downloads.nanolx.org/NanoDroid/Stable/
I recommend NanoDroid-MicroG.....zip
Go to Magisk Manager, Go to Modules and add the NanoDroid zip that you like.
Thats it.
Or is it?
How to install OGYoutube:
Install the modified MicroG apk from https://www.apkmirror.com/apk/ogmods/microg-for-ogyt/microg-for-ogyt-0-2-4-81-gb1e98ea-dirty-release/microg-for-ogyt-0-2-4-81-gb1e98ea-dirty-android-apk-download/ (Its made so OGYoutube could work correctly.
Install OGYoutube apk from https://www.apkmirror.com/apk/ogmods/ogyoutube/ogyoutube-12-10-60-3-5u-release/ogyoutube-12-10-60-3-5u-android-apk-download/
[To make more apps work wihout play services, that MicroG doesen't include you can install "This app will run wihout google play services" Xposed Module]
You are DONE!
Give me a thanks if i helped you
MicroG: https://microg.org/
NanoDroid: https://forum.xda-developers.com/apps/magisk/module-nanomod-5-0-20170405-microg-t3584928
Thanks man
play store error RH-01]
After installing the microG zip in my xperia z3 compact, the same no longer accesses the playstore, has how to reverse this?
micheldarkcore said:
After installing the microG zip in my xperia z3 compact, the same no longer accesses the playstore, has how to reverse this?
Click to expand...
Click to collapse
Did you had Gapps installed?
Also this thread was more for the Y6.
Anyway answer my question so I can help you.
Thespartann said:
Did you had Gapps installed?
Also this thread was more for the Y6.
Anyway answer my question so I can help you.
Click to expand...
Click to collapse
my installation was normal with the sony gapps. to try to login in youtube mod I decided to test only this microG in a zipped way.
micheldarkcore said:
my installation was normal with the sony gapps. to try to login in youtube mod I decided to test only this microG in a zipped way.
Click to expand...
Click to collapse
As i told in the thread.
MicroG is an ALTERNATIVE to Gapps. You don't flash MicroG over Gapps.
So basically uninstall the Gapps and MicroG / Clean flash the Rom.
And after that install NanoDroid-MicroG and NanoDroid-Patcher and enable google device registartion in microG settings.
Good luck. Next time read the thread proprerly
patch
Hi,
I have installed Nanodroid via Magisk on LOS 15.
Signature spoofing is not enabled.
I tried the xposed installer from F-Droid. This did not work. Magisk has a number of xposed modules but I cannot figure out which version to use.
I then flashed nanodroid patcher 17.2. This failed also!
How can I get signature spoofing to work? Thanks!
oneplus 5T
anarchotaoist said:
Hi,
I have installed Nanodroid via Magisk on LOS 15.
Signature spoofing is not enabled.
I tried the xposed installer from F-Droid. This did not work. Magisk has a number of xposed modules but I cannot figure out which version to use.
I then flashed nanodroid patcher 17.2. This failed also!
How can I get signature spoofing to work? Thanks!
oneplus 5T
Click to expand...
Click to collapse
Hi.
So your Rom is probably odexed.
You will need to use FakeGapps Xposed module.
Just install the Module, enable it from the Xposed app and reboot. Now signature spoofing will work.
If you need any futher help just pm me on Xda or telegram, @Thespartann.
Also if you want to log in into Play Store enable google device registration in MicroG settings.
I recommend you Aurora Store instead of Google Play Store
Good luck.
If i helped press the thanks button
Thespartann said:
Hi.
So your Rom is probably odexed.
You will need to use FakeGapps Xposed module.
Just install the Module, enable it from the Xposed app and reboot. Now signature spoofing will work.
If you need any futher help just pm me on Xda or telegram, @Thespartann.
Also if you want to log in into Play Store enable google device registration in MicroG settings.
I recommend you Aurora Store instead of Google Play Store
Good luck.
If i helped press the thanks button
Click to expand...
Click to collapse
Hi Thespartann!
Thanks for the reply!
So, I got xposed installed. Flashed it in TWRP then in the xposed app I installed it via recovery.
I then eventually installed the FakeGapps app.
Microg gives self check now gives 'System spoofs signature' a tick - it did not before.
Another app 'Signature Spoofing Checker' however says 'Disabled' -???
I was trying to get the emergency/rideshare app 'Cell411' working. Previously it booted up and said play service were required. That message is now gone! Yay - except the map will not load!
So..
In microg there is a check box unchecked -'UnifiedNlp do not have location to test Geocoder'
In configure location backends I have 6 things ticked on.
nb The FOSS weather apps now load faster!
How do I get the map to load in Cell411 (and Uber)??
Am I missing some setting?
re: log in into Play Store enable google device registration in MicroG settings.
I have been using F-droid, Yalp and Aptoide. Will enabling device registration give me any functionality for maps?
I have not heard of Aurora! I will have to check that out!
What of google cloud messaging and SafetyNet - do I need those for any reason - map related or otherwise? ps I am trying to avoid all google service, foremost for privacy and secondarily for FLOSS reasons.
Thank you!
anarchotaoist said:
Hi Thespartann!
Thanks for the reply!
So, I got xposed installed. Flashed it in TWRP then in the xposed app I installed it via recovery.
I then eventually installed the FakeGapps app.
Microg gives self check now gives 'System spoofs signature' a tick - it did not before.
Another app 'Signature Spoofing Checker' however says 'Disabled' -???
I was trying to get the emergency/rideshare app 'Cell411' working. Previously it booted up and said play service were required. That message is now gone! Yay - except the map will not load!
So..
In microg there is a check box unchecked -'UnifiedNlp do not have location to test Geocoder'
In configure location backends I have 6 things ticked on.
nb The FOSS weather apps now load faster!
How do I get the map to load in Cell411 (and Uber)??
Am I missing some setting?
re: log in into Play Store enable google device registration in MicroG settings.
I have been using F-droid, Yalp and Aptoide. Will enabling device registration give me any functionality for maps?
I have not heard of Aurora! I will have to check that out!
What of google cloud messaging and SafetyNet - do I need those for any reason - map related or otherwise? ps I am trying to avoid all google service, foremost for privacy and secondarily for FLOSS reasons.
Thank you!
Click to expand...
Click to collapse
Hey again
From what I know google cloud messaging is for receiving notifications from some apps.
SafetyNet is so you can pass safety net
Google device registration is so you can log in to Youtube/Calendar/Play Store etc with your google account.
None of these three is enabled by default so no need to worry
Well, I never dived on how to use Maps, because I never needed to use Maps
Some apps may require you to have FakeStore, that's an app so other apps think you have Google Play installed (You might have to install FakeStore as a system app)
I will do my research these days and also highly update this thread with useful information.
As why Signature Spoofing Checker shows you you don't have signature spoofing, that may be because the framework still doesn't have signature spoofing, and the module FakeGapps just did some tricks, without modifying the Framework.
Still can't post in the NO GAPPS telegram?|
Can somebody help me out hear? I joined about two weeks ago and am still blocked from posting.
I really need help as every time I try and install MicroG (Non-root, P30 Pro) I get the app not installed error.
Can someone lead me in the right direction and if there are any telegram admins in here Go NO GAPPS/NO GAPPS can you please unrestrict my access. My username is nightravels.

How To Use Universal Gms Doze In Pie Roms

This is a guide to implement universal Gms Doze in pie Roms
Note - this is a temperory fix
Process
- Install universal Gms doze module From Magisk manager
- reboot
- go to device admin tab under security in Settings and just disable find my device
- then go to apps and Notification > Advanced > special App access > battery optimisation > all apps
If google play services showing under apps then it is good to go
Note - as this is a temporary fix you have to disable find my device after every reboot.
@gautam said:
This is a guide to implement universal Gms Doze in pie Roms
Note - this is a temperory fix
Process
- Install universal Gms doze module From Magisk manager
- reboot
- go to device admin tab under security in Settings and just disable find my device
- then go to apps and Notification > Advanced > special App access > battery optimisation > all apps
If google play services showing under apps then it is good to go
Note - as this is a temporary fix you have to disable find my device after every reboot.
Click to expand...
Click to collapse
Why need gms doze module? Pie is already optimize.
People experience crashes after enabling doze in magisk.
If u want fix for google service drain then use agni kernel. There is option to enable.
Black_Stark said:
Why need gms doze module? Pie is already optimize.
People experience crashes after enabling doze in magisk.
If u want fix for google service drain then use agni kernel. There is option to enable.
Click to expand...
Click to collapse
I am just using it from many days - didn't experience any crash
cant enable the optimising option in the menu. it enters but it doesnt select, a fix for that ?
nevermind , i fixed it
darkdemoneyes said:
cant enable the optimising option in the menu. it enters but it doesnt select, a fix for that ?
nevermind , i fixed it
Click to expand...
Click to collapse
Follow the process it will
@gautam said:
Follow the process it will
Click to expand...
Click to collapse
I followed it doesn't set play services to optimise
我想试试效果

Resources