[app][disable services][need root] - Galaxy Note 3 Neo Themes and Apps

I found a useful app for any devices that runs android 2.2 and above, Name of that app is Disable Services
Description
[+ need root access.]
Disable Service helps you to disable services running in the background such as "push service" ,"upload service" or "pull ad service" and so on.
red:disabled.
blue:running currently.
(Note : on 2.3,you have to enable the usb debugging mod)
Download : google play
See on youtube also
:good:

Related

[Q] Is there a new & improved way to disable OTA?

About a month ago, I was having a problem with my Nexus 7 wanting to download/install a system update. I found a method online where I simply renamed /System/Etc/Security/otacerts.zip to otacerts.zip.bak. This worked and all was good for a few weeks.
Now, despite still having the renamed file, I am getting notifications for a system update again. I googled the problem and it appears that Google Play Services is now including the update service which is re-enabled each time the app updates.
Is there a new and improved solution to keep the update from downloading/notifying/installing? I have re-purposed the tablet for a child and rooted the stock 4.4.2 software in order to avoid ads which are not always kid-friendly and also to allow disabling Google apps that I don't want my child to have access to. I could take the update, but that would require undoing all the mods, updating, re-rooting and re-applying changes. I would rather not invest the time for a child's device that is working smoothly otherwise.
Trying something I found on another site. We'll see how it goes:
Install "System application manager" from the Play store (http://bit.ly/1mf6etg)
Install "Disable Service" from Play Store (http://bit.ly/1mf6XKL)
Download "Google Play Services 4.3.25" which will be side-loaded in a future step (http://bit.ly/1mf2WpT)
Go to Settings>Apps>All and find Google Play Services. Wipe cache and data. Uninstall any updates (I had to disable Android Device Manager first)
Install the version of Google Play Services that you downloaded in step 3
Run "System application manger". Tap "Filter" near the top until is shows ">Updated<". You should see Google Play Services in the list. Tap on it, select Manage, then select Convert and move to System Apps
Reboot phone when conversion is done
Open "Disable Service" and go to System Apps section
Find Google Services Framework and tap it. Uncheck "SystemUpdateService" (may already be unchecked)
Find Google Play Services and tap it. Uncheck "SystemUpdateService"
Reboot device again and hopefully be done with OTA nagging

[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

Shield Experience 5.1 - "There Was A Problem Parsing The Package"

Ever since I updated to 5.1, I've been unable to update existing sideloaded apps or install new sideloaded apps.
I have gone about to ensure the standard options are in place, such as:
- Turning on "Allow Unknown Sources"
- Turning off "Verify Apps"
I've even gone as far as to:
- Enable USB Debugging
- Disable ESET real-time scanning
- Disable ESET's ability to detect potentially unsafe applications
This applies when trying to update/install via the APKpure app, the Aptoide TV app and by manually downloading/installing an APK.
Anything else I can potentially try?
My Shield TV device is a 16GB First-Generation model.
Thanks in advance, cheers.

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
我想试试效果

[GUIDE] How to enable RCS on your Galaxy device - One UI Google Messages

Hi there everyone! Today I will show you how to install the "secret" One UI version of Google Messages!
The best things about this "special" version are that:
it has RCS enabled by default,
it will get the features from Samsung Messages. And the best? It will be
it is already native in Galaxy S22, Galaxy Z Fold3/Flip, etc.
NOTE: There is no ARM .apk available yet. This method will only work for ARM64 devices (for now).
Video guide:
Too long; didn't watch steps:
If you already have it installed, uninstall Google Messages.
Go to APKMirror and search for Google Messages.
Tap on the most recent version of the app. It's usually the one on the top (for example, 9.3.002 is newer than 9.2.030).
Scroll down to see all the available downloads.
Tap on the "(...phone_samsung_dynamic)" variant. If there is no such variant, you may try installing an older version or wait until it'll be uploaded.
Tap on "DOWNLOAD APK BUNDLE".
Launch the Google Play Store and search for "APKMirror".
Install APKMirror Installer (Offical).
Launch APKMirror Installer.
Tap on Browse files.
Allow all the permissions it asks.
Go to the directory where the .apkm file is and tap on it.
Tap on Install package.
Tap on Install app.
Turn on "Allow from this source" and go back.
Tap on Install app again.
When a pop-up appears, tap on Install.
Launch Google Messages.
Allow all permissions and set it as your default SMS app.
Close the app from the Recents menu and launch it again.
─── Enabling RCS and features from Samsung Messages ───
Tap on the triple dots on the top right and go to Settings.
Tap on Chat features.
Turn on "Enable chat features".
When the pop-up appears, tap on Allow.
Tap on "Verify your number" and insert your number.
Wait until the Status changes to "Connected". If it doesn't, restart your device and try again.
Go back to Settings and then go to Advanced.
Tap on Text on Galaxy devices.
Turn on "Allow Bixby and text on Galaxy devices".
Close the app from the Recents menu and launch it again.
Enjoy the new Messages app!
Links:
Google Messages in APKMirror ➜ https://www.apkmirror.com/apk/google-inc/messenger-google-inc/
APKMirror Installer ➜ https://play.google.com/store/apps/details?id=com.apkmirror.helper.prod

Categories

Resources