best debloat app for pixel 4 XL - Google Pixel 4 XL Questions & Answers

I used ccswe app to debloat apps and close unnecessary apps to preserve battery on my note 10 plus. Is there an alternative for that app for the pixel 4xl?
Adb commands are absolutely too complicated and I use a Mac so that combo isn't ideal. If anyone knows of a simple alternative, suggestions are greatly appreciated.

I honestly don't know what there is to debloat on a pixel. Anything you don't want can easily be disabled. No extra apps are necessary. Sure Samsung needs the extra apps for that but pixels...no way.
Sent from my Google Pixel 4 XL using XDA Labs

Mr Patchy Patch said:
I honestly don't know what there is to debloat on a pixel. Anything you don't want can easily be disabled. No extra apps are necessary. Sure Samsung needs the extra apps for that but pixels...no way.
Click to expand...
Click to collapse
Fair enough, however I've disabled all I could manually yet even the disabled apps when updated show up on my applications so I have to re-disable them again. So I'm hoping there's an app that can permanently disable apps regardless of updating them. Also I'd like to disable certain services with guarantee and the CCSwe app for some reason provided reassurance when disabling apps and Services. Which is why I'm looking to debloat a bit more

thepersona said:
Fair enough, however I've disabled all I could manually yet even the disabled apps when updated show up on my applications so I have to re-disable them again. So I'm hoping there's an app that can permanently disable apps regardless of updating them. Also I'd like to disable certain services with guarantee and the CCSwe app for some reason provided reassurance when disabling apps and Services. Which is why I'm looking to debloat a bit more
Click to expand...
Click to collapse
What apps are you disabling?
Sent from my Google Pixel 4 XL using XDA Labs

Very surprised and first time hearing that a pixel phone needs debloating! What exactly is it you want to disable or remove?

Demolition49 said:
Very surprised and first time hearing that a pixel phone needs debloating! What exactly is it you want to disable or remove?
Click to expand...
Click to collapse
YouTube music for example or pixel live wallpapers. I want them disabled so that when an update arrives at the Play store I can update them freely without them being automatically re-inabled. This is totally doable on my note 10 plus. So I'm curious if there's a way to do it on pixel. Or even Google auto. I'm legally blind and not allowed to drive so that app is useless for me.

thepersona said:
YouTube music for example or pixel live wallpapers. I want them disabled so that when an update arrives at the Play store I can update them freely without them being automatically re-inabled. This is totally doable on my note 10 plus. So I'm curious if there's a way to do it on pixel. Or even Google auto. I'm legally blind and not allowed to drive so that app is useless for me.
Click to expand...
Click to collapse
I actually have them disabled and I don't get updates from the playstore unless I re-enable them. I've noticed upon clean flash when I disable apps they do an automatic update and re-enable themselves, but when I clear the data and disable they stay disabled and no updates come through. You don't need extra apps to disable anything in a pixel. Save yourself the headache man.
Sent from my Google Pixel 4 XL using XDA Labs

Mr Patchy Patch said:
I actually have them disabled and I don't get updates from the playstore unless I re-enable them. I've noticed upon clean flash when I disable apps they do an automatic update and re-enable themselves, but when I clear the data and disable they stay disabled and no updates come through. You don't need extra apps to disable anything in a pixel. Save yourself the headache man.
Click to expand...
Click to collapse
thanks for the advice man I really appreciate it maybe I just might save myself the headache. What did you do the clear the data? Cuz I manually restricted its background usage prevented it from using data in the background cleared cache and cleared storage before force closing the app and then disabling. Am o missing anything? Cuz those specific disabled apps still show up as updates on my play store. Which is what I'm trying to remove. If I update them they will just re-install.

I have Chrome disabled because I use Chrome Beta and it never asks me to update. As you can see, update isn't an option in the Play Store. Maybe try disabling all the apps you want, restart, and check the Play Store?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Pixel 4 XL using Tapatalk

i use adb to disable digital wellbeing and system tracing.

thepersona said:
I used ccswe app to debloat apps and close unnecessary apps to preserve battery on my note 10 plus. Is there an alternative for that app for the pixel 4xl?
Adb commands are absolutely too complicated and I use a Mac so that combo isn't ideal. If anyone knows of a simple alternative, suggestions are greatly appreciated.
Click to expand...
Click to collapse
i have been searching for a response to this very question too , only google apps on my phone that i want are google photos, notes, drive and gmail , hopefully someone with more experience will be able to provide a solution to actually removing the unwanted google apps instead of just disabling them

If they are system apps, then you will have to root to remove them. If they aren't system apps, then you should have the option to uninstall them.
If they are system apps and you don't want to root, then your only option is to disable them. No app is going to be able to remove them without root privileges.

sic0048 said:
If they are system apps, then you will have to root to remove them. If they aren't system apps, then you should have the option to uninstall them.
If they are system apps and you don't want to root, then your only option is to disable them. No app is going to be able to remove them without root privileges.
Click to expand...
Click to collapse
The system can't be modified so the apps can't be removed even if you're rooted.

If you are rooted, you can install the Debloater Magisk module (support thread - https://forum.xda-developers.com/apps/magisk/module-terminal-debloater-debloat-t3584163)
This still works under Android 10. I just now uninstalled the Chrome app using the module (on my Pixel 3a XL on the November security update).
After installing the module using the Magisk Manager App, here are the steps to remove a system app:
1) Open a terminal app and type "su" to get root privileges.
2) Type "debloat"
3) Most likely you need to choose menu option "4 - System Process App", but if you don't see the desired app listed under this selection, try some of the other menu selections.
4 ) If the app you want to uninstall is listed, simply type in the number of the app you want to uninstall.
5) Confirm that you want to uninstall the app
6) After the process finishes, reboot the phone .
That should really uninstall the system app - even under Android 10's new file system.
Edit - here is a screen shot of the Play store showing that Chrome isn't installed and can be installed. Edit 2 - for some reason the image doesn't show, but you can click on it to be taken directly to imgur to see it.

sic0048 said:
If you are rooted, you can install the Debloater Magisk module (support thread - https://forum.xda-developers.com/apps/magisk/module-terminal-debloater-debloat-t3584163)
This still works under Android 10. I just now uninstalled the Chrome app using the module (on my Pixel 3a XL on the November security update).
After installing the module using the Magisk Manager App, here are the steps to remove a system app:
1) Open a terminal app and type "su" to get root privileges.
2) Type "debloat"
3) Most likely you need to choose menu option "4 - System Process App", but if you don't see the desired app listed under this selection, try some of the other menu selections.
4 ) If the app you want to uninstall is listed, simply type in the number of the app you want to uninstall.
5) Confirm that you want to uninstall the app
6) After the process finishes, reboot the phone .
That should really uninstall the system app - even under Android 10's new file system.
Edit - here is a screen shot of the Play store showing that Chrome isn't installed and can be installed. Edit 2 - for some reason the image doesn't show, but you can click on it to be taken directly to imgur to see it.
Click to expand...
Click to collapse
The tip / advice I really do appreciate it. However I am not rooted sadly and seems to me that in order to get the most out of my 4XL, sadly I'll need to root my device.
Unfortunately routing seems exponentially tedious and I don't want to have to constantly flash my device per every update. Plus if I root I wouldn't be getting any updates as scheduled. I love to maximize the full potential ofmy device but I'm not familiar with routing and I have the impression that once my device is rooted, it's not a one and done deal I'm always going to have to flash ROMs constantly which seems like an exponential amount of extra work. Which sucks ?

thepersona said:
The tip / advice I really do appreciate it. However I am not rooted sadly and seems to me that in order to get the most out of my 4XL, sadly I'll need to root my device.
Unfortunately routing seems exponentially tedious and I don't want to have to constantly flash my device per every update. Plus if I root I wouldn't be getting any updates as scheduled. I love to maximize the full potential ofmy device but I'm not familiar with routing and I have the impression that once my device is rooted, it's not a one and done deal I'm always going to have to flash ROMs constantly which seems like an exponential amount of extra work. Which sucks
Click to expand...
Click to collapse
Well if you just want to root to remove bloat, then you don't need to worry about retaining root when taking updates. Just go back to taking updates normally without all the extra work. You'll lose root, but that won't bring back the apps you removed. They will be permanently removed.
(However, never re-lock your bootloader without going back to 100% stock - which would bring back the bloat - because you can brick your phone if there are issues moving forward).

if you are rooted magisk debloater =)

sic0048 said:
Well if you just want to root to remove bloat, then you don't need to worry about retaining root when taking updates. Just go back to taking updates normally without all the extra work. You'll lose root, but that won't bring back the apps you removed. They will be permanently removed.
(However, never re-lock your bootloader without going back to 100% stock - which would bring back the bloat - because you can brick your phone if there are issues moving forward).
Click to expand...
Click to collapse
thank you for the advice I really appreciate it. Man there is a lot of benefits with rooting specifically with the custom g cam app that allows up to 20 x zoom and the viper4android mod on top of other modifications like theming and substratum. it would be ideal for me to use any and all of those I would love to get the maximum potential of my pixel 4 XL specifically for the camera but it seems like a lot of legwork. I'm tempted to just pay somebody to route it bearing that they could do it successfully but it seems like routing isn't as easy either. But thank you for the suggestion I appreciate it. I'll just be patient and trust that my disabling of those apps have permanently disabled them.

thepersona said:
thank you for the advice I really appreciate it. Man there is a lot of benefits with rooting specifically with the custom g cam app that allows up to 20 x zoom and the viper4android mod on top of other modifications like theming and substratum. it would be ideal for me to use any and all of those I would love to get the maximum potential of my pixel 4 XL specifically for the camera but it seems like a lot of legwork. I'm tempted to just pay somebody to route it bearing that they could do it successfully but it seems like routing isn't as easy either. But thank you for the suggestion I appreciate it. I'll just be patient and trust that my disabling of those apps have permanently disabled them.
Click to expand...
Click to collapse
Disabling apps does seem to work as expected. I had disabled Chrome for months now (because I use Brave) and it never "activated" itself or showed up in the app drawer, etc. However, it was nice to be able to permanently remove it using Debloater.
As far as rooting....... it really isn't that hard. I have created a detailed walk though on how to root on the Pixel 3a forum - but the steps are exactly the same for the Pixel 4s. It not only gives instructions on how to root, but also on how to take updates in the future as well. Be sure to check it out and post in that thread if you have any questions. https://forum.xda-developers.com/pixel-3a/how-to/how-to-root-pixel-3a-preferred-t3938783

virtyx said:
i use adb to disable digital wellbeing and system tracing.
Click to expand...
Click to collapse
What does disabling the system tracing do? And what do you disable in it? Trace debuggable applications?

Related

[MAGISK 16][Battery Saver][6.0+] ENABLE DOZE on Google Play Services

Hi guys,
I actually made this module for my personal own use, but who knows, someone here might find it useful as well.
PIE & Magisk v19 Compatible Update
https://drive.google.com/file/d/1-Nw6xHIhOPz06j4FqD-geAnMCz2NzPKX/view?usp=drivesdk
UPDATE NOTES :
OOS Nougat & Oreo User might not be able to find system app on Battery Optimisation list, you can work around this by using 3rd party app like Greenify or Naptime to open Doze Whitelist, you will see Google Play Services already listed as "Optimised App". Or go to App Info from setting, choose "Battery" and scroll down to "Battery Optimisation" - if the module work, it should written "Optimising Battery Use"
OREO User, PLEASE USE OREO version. v6 Update is already in the Magisk Repo.
BACKGROUND :
I always find that Google Play Services is way too aggresive in doing its activities in the background. And its no secret that this main services from google is oftenly one of the main culprit for the sub par battery performance on most stock or even custom ROM across devices.
THE IDEA & THE BARRIER :
Starting in Android 6.0, Google has introduced one of my favorite features in battery saving : DOZE (quick read about this Here), it help us to make apps go into a "shallow" hibernation state. Where it use less energy but retain it's functionality.
Thing is, this feature is NOT applicable for Google Play Services. Thus, it cant help you to save the battery from being eaten by Google Play Services. And this is not for no reason of course (read SIDE EFFECT/NOTE section bellow for further explanation)
THE SOLUTION :
Quick study (if you are interested, one of the discussion can be found Here) reveal that Google put simple configuration is /system/etc/sysconfig/google.xml that WHITELISTING Google Play Services from the DOZE Mechanism.
So to make DOZE able to work on it, we simply need to remove the whitelisting.
This is WHAT THIS MODULE DO - SYSTEMLESSLY (obviously)
By installing this module, you can move Google Play Services from the "App Not Optimised" list to "App Optimised" which mean DOZE mechanism will work its magic on Google Play Services, thus should saving you more juices/batt throughout the day.
THE SIDE EFFECT/NOTE :
Saving energy never come without side effect. Same goes with this method.
By enabling Doze on Google Play Services, it will theoritically delay/pause some it's services. Most noticeable might be the GCM (cloud messaging) services.
App that use this services might experience delay in notification when Doze already kick in.
Although, in my experience (i use this mod on all of my three devices) my notif for LINE, WhatsApp and Telegram (my main comm app) is never been delayed. ( I put all these apps in my whitelist btw)
The one i noticed had slight delay is GMail. But i check my mail regularly throughout the day, so i need no real time notif for that.
As for all other main services like Accounts, Alarm, Location and elses, i never have any issue with them when i got this module active. GPS work fine, Alarm ringing, Account Syncing normally.
HOW TO INSTALL :
SO if after reading all the PROs and the probable CONs above , you still interested in trying this mod,
Simply dowmload it from the attachment, and install it through your MAGISK MANAGER. And reboot.
After reboot, go to "Setting" - "Battery" - tap the tri-dot menu on the top right and choose "Battery Optimisation"
Choose "All Apps" and switch ON the toggle for Google Play Services (in most ROM, it will be automatically switched to ON once this mod is installed)
ENJOY THEN ! :highfive:
Addendum :
WHAT IS THE DIFFERENCE between (+) and standard module ?
• Plus (+) version modified by @VR25 has an extra feature, which removing Google Play Services from Background Data Access Whitelisting. Thus enabling data saver or restricting background data will impact Google Play Services as well. This might save you extra juice, but BEWARE for interrupted background data activities.
Choose the one suit you most.
COMPATIBILITY :
This Mod should compatible with any Marshmallow and Nougat ROM (Official & Custom) that has Google Play Services Installed on it,
Tested on :
OOS, LOS, CM13, MIUI, EMUI, and TouchWiz
If you found that this module causing issue for your set up, simply uninstall it from magisk manager, or use the TWRP Uninstaller.
Screenshot of expected level of Google Play Services Battery Usage :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Simple and work fine with RR rom, Thanks :highfive:
Sent from my Nexus 6 using XDA Labs
Htc 10 on viper rom. This breaks fingerprint sensor/home button for me
JohnFawkes said:
Htc 10 on viper rom. This breaks fingerprint sensor/home button for me
Click to expand...
Click to collapse
Thats weird,
My S8, OP3 and P9 all has fingerprint scanner, and work normal.
Can you try,
Before placing finger on the scanner, turn on your screen first by pressing lock button,
If it managed to scan, then it means it doesn't actually break FP, it just the phone go to deeper sleep (since GMS is now hibernated as well) and refuse to wake up simply by placing finger.
But if it atill refuse to scan even with screen on. Send me a logcat
otonieru said:
Thats weird,
My S8, OP3 and P9 all has fingerprint scanner, and work normal.
Can you try,
Before placing finger on the scanner, turn on your screen first by pressing lock button,
If it managed to scan, then it means it doesn't actually break FP, it just the phone go to deeper sleep (since GMS is now hibernated as well) and refuse to wake up simply by placing finger.
But if it atill refuse to scan even with screen on. Send me a logcat
Click to expand...
Click to collapse
I don't have any FPs set up but waking screen and using it as a home button does not work and I get no vibration either even though it's set to 90 in exkm
edit give me a few minutes to reinstall and I'll get a logcat for you
Works great on my nexus 6p, thank you!
Sent from my Nexus 6P using Tapatalk
so after flashing this time I lost root and no cell serviceafter reboot. Looked at your module.prop and from my understanding with v12 modules are supposed to use versioncode 3 not 1. So I changed it 3 and zipped it back up. Booted into twrp used magiskmount to delete this module and flashed the one with 3 as versioncode and after booting up I have root and cell service and my home button is working like it should.
JohnFawkes said:
so after flashing this time I lost root and no cell serviceafter reboot. Looked at your module.prop and from my understanding with v12 modules are supposed to use versioncode 3 not 1. So I changed it 3 and zipped it back up. Booted into twrp used magiskmount to delete this module and flashed the one with 3 as versioncode and after booting up I have root and cell service and my home button is working like it should.
Click to expand...
Click to collapse
Crap, so that's where the issue belong,
although am using v1 myself on v12 Magisk, since it's supposed to have backward compatibility. And so far there's no issue.
I think ROM combination might have something to do as well,
but as for now i'll update the installer zip.
Thx for the debug!
otonieru said:
Crap, so that's where the issue belong,
although am using v1 myself on v12 Magisk, since it's supposed to have backward compatibility. And so far there's no issue.
I think ROM combination might have something to do as well,
but as for now i'll update the installer zip.
Thx for the debug!
Click to expand...
Click to collapse
No problem! Happy to help. If you need a tester for anything just let me know
Works successfull, thanks for works :good:
Hi. I tried installing it. Installation worked and module appeared in the list, but on reboot it disappear. I'm on Galaxy Note 3 with custom kernel and custom magisk. I've asked if it could be that magisk's problem, but maybe could be this module fault?
My rom is Unofficial LineageOS 7.1.2.
P.S. I also tried flashing it with TWRP without success. I'll try this module in my tablet to check too (Lineage 7.1.2 too).
Inviato dal mio SM-P605 utilizzando Tapatalk
asusgarb said:
Hi. I tried installing it. Installation worked and module appeared in the list, but on reboot it disappear. I'm on Galaxy Note 3 with custom kernel and custom magisk. I've asked if it could be that magisk's problem, but maybe could be this module fault?
Inviato dal mio SM-P605 utilizzando Tapatalk
Click to expand...
Click to collapse
Well, all i can say is that i only test it on official Magisk
But, try use the new module attached, and whether it solve your issue
otonieru said:
Well, all i can say is that i only test it on official Magisk
But, try use the new module attached, and whether it solve your issue
Click to expand...
Click to collapse
Just for information, with modified magisk didn't work, but it works in both devices with official magisk 12.
And now let's test its impact on battery life![emoji1]
Inviato dal mio SM-N9005 utilizzando Tapatalk
Thanks a lot bro .. Working fine . Improved my battery life a lot :fingers-crossed:
Thanks:good:
Works like a charm.
BTW, there is also Download Manager which cannot be optimized. Can you add it to your module?
Shished said:
Works like a charm.
BTW, there is also Download Manager which cannot be optimized. Can you add it to your module?
Click to expand...
Click to collapse
You do realize if you're downloading a big file and download manager is optomize your download will stop soon after you turn off the screen when doze starts. Download manager doesn't produce any wakelocks or alarms.
DroneDoom said:
You do realize if you're downloading a big file and download manager is optomize your download will stop soon after you turn off the screen when doze starts. Download manager doesn't produce any wakelocks or alarms.
Click to expand...
Click to collapse
Hidden downloads such as play store or play services are also downloaded with this app.
Shished said:
Hidden downloads such as play store or play services are also downloaded with this app.
Click to expand...
Click to collapse
What is your point?
---------- Post added at 04:21 PM ---------- Previous post was at 04:17 PM ----------
Shished said:
Hidden downloads such as play store or play services are also downloaded with this app.
Click to expand...
Click to collapse
Download manager is independent from those services. If everything is optomize, nothing should be invoking download manager in the first place during doze. Thus download manager shouldn't be bothered with the battery optomize option.
DroneDoom said:
What is your point?
---------- Post added at 04:21 PM ---------- Previous post was at 04:17 PM ----------
Download manager is independent from those services. If everything is optomize, nothing should be invoking download manager in the first place during doze. Thus download manager shouldn't be bothered with the battery optomize option.
Click to expand...
Click to collapse
This is true @Shished
I even put ADM to whitelist. I dont want any of my downloads interrupted when the screen is off or when am sleeping
Thus, it shouldnt be bothered.

Recent File Manager update (hating Alcatel right now)

Idol 4 6055u hidden update last week and File Manager is now like a 'Clean Master' clone with all the clean-your-phone and boost-your-phone notifications spam. And since there's no way to root it the app is not removable.
Anyone had any luck stabbing this one to death?
Sucks right? Mentioned it in a thread I made a few weeks back:
https://forum.xda-developers.com/idol-4s/help/alcatel-phone-t3634870
If possible, uninstalling updates or disabling the app should revert the app to its pre-spam state. If not, disabling the apps and using a less invasive file manager app is an option.
Alternatively a factory reset will return all system apps to their pre-spammy state if I recall correctly. From there, you can just avoid updating that individual app.
macallik said:
Sucks right? Mentioned it in a thread I made a few weeks back:
https://forum.xda-developers.com/idol-4s/help/alcatel-phone-t3634870
If possible, uninstalling updates or disabling the app should revert the app to its pre-spam state. If not, disabling the apps and using a less invasive file manager app is an option.
Alternatively a factory reset will return all system apps to their pre-spammy state if I recall correctly. From there, you can just avoid updating that individual app.
Click to expand...
Click to collapse
Unfortunately you can't disable the app, even though it appears you can under dev options (tried that, it just updates itself in the background again). Have tried uninstalling (updates) but it updates itself again and the spam reappears. It also places a perma-notification (can't slide off) at the top of the notifications.
BUT: The latest update to File Manager allows you to turn off notifications. Problem solved.
NOTE: You do have to give permissions for storage before you can get into the settings that allow turning off notifications/shortcuts.
This is well-known problem, ads presents in all latest preinstalled Acatel's apps updates: File Manager, Sound Recorder, Weather, Launcher and others. All of them puts notifications with spam-news and in some cases tries to change default homepage of Google Chrome browser. To prevent this need to do the following things:
1. Uninstall all updates of these apps to revert it to stock-state.
2. Deny auto update of these apps in Google Play.
3. Deny auto update of system apps in standart Update application.
DeckerSU said:
This is well-known problem, ads presents in all latest preinstalled Acatel's apps updates: File Manager, Sound Recorder, Weather, Launcher and others. All of them puts notifications with spam-news and in some cases tries to change default homepage of Google Chrome browser. To prevent this need to do the following things:
1. Uninstall all updates of these apps to revert it to stock-state.
2. Deny auto update of these apps in Google Play.
3. Deny auto update of system apps in standart Update application.
Click to expand...
Click to collapse
Thanks, following these steps I think I got them tamed. Not all the apps show up in Google Play but disabling auto-update in 'Updates' (Alcatel's version) should take care of those...
yosemite610 said:
Thanks, following these steps I think I got them tamed. Not all the apps show up in Google Play but disabling auto-update in 'Updates' (Alcatel's version) should take care of those...
Click to expand...
Click to collapse
Several of Alcatel's Apps updates throught Google Play and other via Updates app. For example, sound recorder updates via Google Play. If it's already updated - just remove updates and Google Play app for Sound Recorder and forbid / deny future updates. In 'Updates' need to forbid updates of system apps too. I already done all of this steps for each preinstalled app which tries to update - all fine. There is no any unwanted push notifications.
Rip ._. I hate this phone so much.
They are pathetic. Updating all apps and adding ads to them.
DeckerSU said:
Several of Alcatel's Apps updates throught Google Play and other via Updates app. For example, sound recorder updates via Google Play. If it's already updated - just remove updates and Google Play app for Sound Recorder and forbid / deny future updates. In 'Updates' need to forbid updates of system apps too. I already done all of this steps for each preinstalled app which tries to update - all fine. There is no any unwanted push notifications.
Click to expand...
Click to collapse
Thanks for the tips and detailed info @DeckerSU. I had begun to prepare to unlock, root, and flash a custom ROM due to this adware and push notification nonsense. Up until the recent app updates, I had truly enjoyed the clean, stock android UI experience on my idol3 ... now I can relax again, the aggravation of those push notifications is gone!
DeckerSU said:
This is well-known problem, ads presents in all latest preinstalled Acatel's apps updates: File Manager, Sound Recorder, Weather, Launcher and others. All of them puts notifications with spam-news and in some cases tries to change default homepage of Google Chrome browser. To prevent this need to do the following things:
1. Uninstall all updates of these apps to revert it to stock-state.
2. Deny auto update of these apps in Google Play.
3. Deny auto update of system apps in standart Update application.
Click to expand...
Click to collapse
thank you, I hadn't thought of step 3
I signed in just to thank you
edit: just realized this thread is for idol 4s, but it applied to my idol 3..
I didn't realize this is a problem on later phones.. so messed up
Very bad, all those spamming programs on a phone we paid for. They beter come out with a recent
Android update. Its a Shame for the alcatel brand.
DeckerSU said:
This is well-known problem, ads presents in all latest preinstalled Acatel's apps updates: File Manager, Sound Recorder, Weather, Launcher and others. All of them puts notifications with spam-news and in some cases tries to change default homepage of Google Chrome browser. To prevent this need to do the following things:
1. Uninstall all updates of these apps to revert it to stock-state.
2. Deny auto update of these apps in Google Play.
3. Deny auto update of system apps in standart Update application.
Click to expand...
Click to collapse
Thanks for the tips! I was starting to think I would have to root the device... Very dissapointing to see this kind of behaviour from Alcatel
Cheers
It may be worse than you think!
It's bad enough for a SYSTEM app to be serving up potentially malicious advertising that could Pwn your device, but it ventures deep into dark waters if that SYSTEM app has the Facebook "Graph" API inside of it that could allow a developer (or in this case your Chinese phone manufacturer) to use your Facebook access token to pillage through your Facebook account and look through your photos, tags, pages visited, URL's, or even create Facebook posts or messages on your behalf!
Sound crazy?
Take a look at the Facebook "Graph" developer site for yourself:
https://developers.facebook.com/docs/graph-api/using-graph-api/
And if someone was familiar with some open source tools that could allow them to look inside an Android app:
https://github.com/iBotPeaches/Apktool
https://github.com/pxb1988/dex2jar
https://github.com/sreenivasmula/JDGUI
http://www.7-zip.org/download.html
That person might look to see if the app has the Facebook Graph API inside of it:
https://play.google.com/store/apps/details?id=com.jrdcom.filemanager&hl=en
Any one have a custom rom? Like Lineage or CM or AOSP any other one except the crapy stock rom?
Not good enough!
I no longer trust ANYTHING that is installed on my Alcatel device after the recent adware/spyware "upgrades"!
I installed TWRP and the (unofficial) Lineage ROM until I get a different phone all together.
https://forum.xda-developers.com/id...ficial-lineageos-14-1-idol36045x-5-5-t3615700
I will NEVER purchase another Alcatel device as long as I live and I will advise all my friends and family and anyone else that will listen to avoid Alcatel as well.
I also suggest that anyone with a stock Alcatel device not to use any "widgets" that create shortcuts that may use your access tokens for Facebook and/or Twitter until we know what is going on.
The Facebook Graph API on a native app has a greater access level than a web application and the token(s) don't expire for 60 days and can be extended.
I advise people to avoid logging in to apps or websites with their social media and/or Google credentials and to change your passwords and set up 2 factor authentication and remove any apps associated with your social media accounts.
Wtf
yosemite610 said:
Idol 4 6055u hidden update last week and File Manager is now like a 'Clean Master' clone with all the clean-your-phone and boost-your-phone notifications spam. And since there's no way to root it the app is not removable.
Anyone had any luck stabbing this one to death?
Click to expand...
Click to collapse
That update is from google play store! Not from alcatel.... Uninstall updates and don't let google play do whatever it wants in your phone!
That update is from google play store! Not from alcatel....
Click to expand...
Click to collapse
The update may have come the Google Play Store but is every bit Alcatel!
The "boost" function comes from TCL (Alcatel) owned Hawk app's "Super Cleaner" and the antivirus function comes from Hawk's Hi Security app that uses McAfee technology.
http://www.ehawk.com/en/
Can you help me to unlock a sharp phone?
DeckerSU said:
This is well-known problem, ads presents in all latest preinstalled Acatel's apps updates: File Manager, Sound Recorder, Weather, Launcher and others. All of them puts notifications with spam-news and in some cases tries to change default homepage of Google Chrome browser. To prevent this need to do the following things:
1. Uninstall all updates of these apps to revert it to stock-state.
2. Deny auto update of these apps in Google Play.
3. Deny auto update of system apps in standart Update application.
Click to expand...
Click to collapse
Can you help me to unlock a sharp phone?
I have the modem.elf file.
Following the advice on this thread, I was able to revert to the old versions of these apps back in October, and my phone stayed usable from then until about 2 weeks ago. Suddenly, the "updates" installed themselves (as part of a "critical system update" that I was notified my phone needed, and now, I don't have the option to uninstall the updates (or rather, it uninstalls to another spammy, bloatware version, not to the factory original).
Any ideas on what I can do now? Or is it time to throw this phone in the trash, and get one from a company that doesn't do this?
critical system update
Following the advice on this thread, I was able to revert to the old versions of these apps back in October, and my phone stayed usable from then until about 2 weeks ago. Suddenly, the "updates" installed themselves (as part of a "critical system update" that I was notified my phone needed, and now, I don't have the option to uninstall the updates (or rather, it uninstalls to another spammy, bloatware version, not to the factory original).
Click to expand...
Click to collapse
You have got to be kidding me!
Now Alcatel and McAfee are tricking users into installing their adware/spyware through the use of fake "critical update" patches?
I think it is high time to do a complete breakdown/inspection of the app and do a full public disclosure.
It isn't surprising that Alcatel would infect a users phone with adware/spyware but for a so-called "security" company like McAfee to be involved is both frightening and disturbing.

Package Disabler Pro experience and comment on their authenticity

After 2 weeks of attempts to make it work, after several emails sent to the PoliceDeveloper team, here is my conclusion. This product is malicious or doesn't work.
Notice: I do not work for Samsung nor I've ever worked for PoliceDeveloper. I have no interest at all posting this except warning the next users. I'm simply a guy a bit pissed off by Samsung bloatwares.
Maybe my experience could bring some additional answers to a certain post reported on reddit and named: package_disabler_question.
This app is weird for several reasons explained below:
The developer team doesn't support you. The process is well documented nowhere, even in their emails, really absolutely nowhere. Apparently it doesn't work and when you show them the proof that you are dealing with an installation issue, they don't dare to reply, they simply ignore you or reply with an automated template. Truly disrespectful when you trusted them buying the app on the store.
Their website seems to refer to wrong versions only (based from my own experience). From the Google store, versions sometime work, sometime they doesn't. It was mentioned somewhere (app itself or their website) that you have to install a "PDP engine". When it's done, it still doesn't work, you write to the team and at that moment they state by email you don't need to use it anymore. So why is there a PDP engine to install at the very begining?? And the strangest thing is you don't know at all which tool is doing what, because nothing is explained anywhere.
The tool needs an internet connection, but you don't know what is it for? You guess, seeing what happens on your screen, that Knox validate the license. But is it even a genuine popup? I asked to the team what was this connection requirement for. Strange, after this email, silence from the team until the date I'm sharing my experience here.
Now if it was only about some painful installation and comunication with the dev team, I would only rank it with 3 or 4 stars, complimenting them for the great work. But there is much annoying, the tool maybe does not do what it pretends to do. When you achieve to install it and make it work after several emails, you want to disable some packages, they become indeed displayed in a disabled app list within PackageDisabler, good! But when you check the Android built-in task manager, nothing is in the Android disabled app list. I tried to run one of the recently disabled package and the app can't start. So does it do the job or does it make you think it does... I'm not an Android specialits so I simply asked about this to the team, not a single answer.
They state Samsung is trying to block their app. They just explain that maybe in the purpose to work under the radar sending you an apk by email, and of course you have to give Admin permission to that app. So is it even true Samsung is fighting them? And if it was true, why? You will tell me because they want to protect their juicy bloatware apps. Based on my experience, I'm begining to think maybe Samsung simply tries to protect their platform end users from that app...
I asked for a reimbursement. Yes even for 2$, it doesn't work on my Galaxy S9 so help me or give me my money back. No answer from PoliceDeveloper...
So I let you make your own judgement about all of these.
In my opinion, when you buy an app and ask for what the app needs/does, or simply why it seems not to do what the developer claims, you should get your answers. Otherwise there is something sleazy.
Note: Galaxy S9 Duos - Exynos here...
No problems here. I've been using it for some time and the only problem I've ever had was a minor one that was fixed with a new update.
Tel864 said:
No problems here. I've been using it for some time and the only problem I've ever had was a minor one that was fixed with a new update.
Click to expand...
Click to collapse
May I know which phone you are using?
yecundha said:
May I know which phone you are using?
Click to expand...
Click to collapse
S9, US Snapdragon
Been using on my s9 exynos for 2 months now. Perfect!
I actually bought package disabler pro from the play store couple days ago (s9) and it has worked fine. I found it actually helpful on reading details on apps installed. Giving it admin permission does bother me, but its permanent.
elstano2k7 said:
I actually bought package disabler pro from the play store couple days ago (s9) and it has worked fine. I found it actually helpful on reading details on apps installed. Giving it admin permission does bother me, but its permanent.
Click to expand...
Click to collapse
I would guess that for it to interact with other apps or system services it would need admin.
Works fine here on exynos s9 after update. Had bought the original app and they gave me a voucher for the new one.
It works for me but it does look hacky. It acts as a device administrator, like what a corporation might give you as a condition of using the LAN. It can not modify or uninstall apps but it can refuse their use. I would have returned my S9+ if not for this app. Samsung ads were constantly popping up even after two days of trying to get rid of them. The phone was unusable until the bloat was disabled.
kevinmcmurtrie said:
It works for me but it does look hacky. It acts as a device administrator, like what a corporation might give you as a condition of using the LAN. It can not modify or uninstall apps but it can refuse their use. I would have returned my S9+ if not for this app. Samsung ads were constantly popping up even after two days of trying to get rid of them. The phone was unusable until the bloat was disabled.
Click to expand...
Click to collapse
It's just a UI for the adb uninstall commands, but backs them up so you can restore them, even the uninstall adb commands don't really uninstall them, you need root for that
working just fine for me, responsive developer (email them and give me the serial number from previous apps.), and no malicious problem here. all green
What apps are recommended to uninstall?
I'm checking now and I can hardly believe how much crap came with this phone. No wonder I couldn't get it to work before. Essentially, I disabled anything that was:
- Running in the background or using data even though I don't use it
- Popping up advertisements (all Samsung apps)
- Location spyware like weather apps and dynamic keyguards
- Bixby everything
- No chance of being needed (this will vary greatly by person)
Briefing, Yelp, Knox Enrollment Service, Galaxy Essentials Service, Galaxy Essentials Widget, Samsung Keyboard, Weather, Samsung Internet, Samsung Billing, SystemUIBixby, Samsung+, Secure your stuff, Secure Folder, Sports, Finance, Bixy Vision, Samsung Themes, Samsung Pay Framework, Samsung Cloud, Autofill with Samsung Pass, Samsung Pass, Samsung Experience Service, Keyguard Wallpaper Updator, Gear VR Service, Game Tools, Game Launcher, Find My Mobile, Secure Wi-Fi, Email, SmartThings, BixyVision Framework, Voice wake-up, Samsung voice input, Bixby Service, Bixby Global Action, Bixby Voice Stub, Bixy Voice, Smart Things, com.samsung.android.app.watch.managerstub, Bixby Home, AirCommandManager, Samsung account, KnoxVpnPacProcessor, Google VR Services, Google, Gmail, Facebook App Installer, Facebook Services, Facebook App Manager, Game Optimizing Service, Dictionary, CNN for Edge Panel
To the op: it needs internet for two reasons. To connect with knox servers to allow the app to do what it does, that's Samsung's requirement. And to verify the license for the actual app, to prevent piracy.
And for why it's not working... You didn't really describe what's happening, so we can't help you... But i mean, a lot of people have a great experience with PDP for samsung devices... I can only assume its user error... Maybe you refuse to Grant it permissions, have a device that's restricted with knox by your employer, or you're rooted (or were)...
Pretty good list.
kevinmcmurtrie said:
...Knox Enrollment Service, Samsung Experience Service, Google
Click to expand...
Click to collapse
Kinda surprised it still worked after partially disabling the service that makes it possible (knox)... No doubt you're getting some extra cpu drain from the errors that's causing, run a log cat, guarantee you've got a lot errors happening.
And for the Samsung Experience Service, you must be using a third party launcher, because that's essentially touchwiz.
As for Google, don't quite see the benefit of disabling that. It's where google assistant is, and hardly does anything at all in the background.
Otherwise, great list.
Tip for everyone, after disabling apps, run a logcat (google "adb log cat" or download the cat log app) and just look for the words "error", "warning", "failed, "doesn't exist", and "found"... The more time you see any of those, more than likely that means more resources wasted because of missing packages. (Services call on other services, and they tend to cause tantrums when they don't get a response)... Probably a good idea to also do it before disabling anything, to establish a baseline.
I disabled the annoying app that kept asking me to sign up for Knox services. I don't think there's any means to disable Knox itself since it's part of the bootloader. There are plenty of errors spewing in logcat but they all appear to be sloppy code rather than any specific problem.
Nova Launcher Prime replaces Samsung Experience.
Google Search is disabled because I'm not using the search bar and it seems to pre-fetch a LOT in the background. I'm not a fan of Google cross-linking everything in inappropriate ways so I'm not using their apps.
MailDroid Pro replaces Email and GMail.
I noticed that Google now spams your phone's GMail account asking you to use Google apps. There's no opt-out, of course.
Nye-uhls said:
To the op: it needs internet for two reasons. To connect with knox servers to allow the app to do what it does, that's Samsung's requirement. And to verify the license for the actual app, to prevent piracy.
And for why it's not working... You didn't really describe what's happening, so we can't help you... But i mean, a lot of people have a great experience with PDP for samsung devices... I can only assume its user error... Maybe you refuse to Grant it permissions, have a device that's restricted with knox by your employer, or you're rooted (or were)...
Pretty good list.
Kinda surprised it still worked after partially disabling the service that makes it possible (knox)... No doubt you're getting some extra cpu drain from the errors that's causing, run a log cat, guarantee you've got a lot errors happening.
And for the Samsung Experience Service, you must be using a third party launcher, because that's essentially touchwiz.
As for Google, don't quite see the benefit of disabling that. It's where google assistant is, and hardly does anything at all in the background.
Otherwise, great list.
Tip for everyone, after disabling apps, run a logcat (google "adb log cat" or download the cat log app) and just look for the words "error", "warning", "failed, "doesn't exist", and "found"... The more time you see any of those, more than likely that means more resources wasted because of missing packages. (Services call on other services, and they tend to cause tantrums when they don't get a response)... Probably a good idea to also do it before disabling anything, to establish a baseline.
Click to expand...
Click to collapse
Any diference with AdHell 3 when disabling the apps? I'm using AdHell (is free), but I'd like to know if the uninstallation performed by PD is deeper.
Shaglok said:
Any diference with AdHell 3 when disabling the apps? I'm using AdHell (is free), but I'd like to know if the uninstallation performed by PD is deeper.
Click to expand...
Click to collapse
Adhell 3 uses KNOX, Package Disabler Pro uses ADB
*Detection* said:
Adhell 3 uses KNOX, Package Disabler Pro uses ADB
Click to expand...
Click to collapse
Thanks, but sorry for the (surely silly) question. The result is the same? I mean, disabling via ADB is like disabling via Knox? Or one method is better than other?
Enviado desde mi SM-G950F mediante Tapatalk
Shaglok said:
Thanks, but sorry for the (surely silly) question. The result is the same? I mean, disabling via ADB is like disabling via Knox? Or one method is better than other?
Enviado desde mi SM-G950F mediante Tapatalk
Click to expand...
Click to collapse
Different methods, same result
*Detection* said:
Adhell 3 uses KNOX, Package Disabler Pro uses ADB
Click to expand...
Click to collapse
Package Disabler pro on samsung devices also uses Knox, it uses adb for non-samsung devices.
kevinmcmurtrie said:
Nova Launcher Prime replaces Samsung Experience.
Google Search is disabled because I'm not using the search bar and it seems to pre-fetch a LOT in the background. I'm not a fan of Google cross-linking everything in inappropriate ways so I'm not using their apps.
MailDroid Pro replaces Email and GMail.
I noticed that Google now spams your phone's GMail account asking you to use Google apps. There's no opt-out, of course.
Click to expand...
Click to collapse
Well right on, you've got your replacement apps. I couldn't do that personally (even before i got hooked on Google Assistant).
And you can turn off a LOT of the pre-fetching, and the cross linking that the Google app and others do, but of course there will always be some (web and app activity in google account. Others in the google app, like contacts, calendar, call logs, sms, etc)
I'd be interested to know how your battery life compares, because while the Google apps can be... Busy... They do their business in pretty light-weight ways.

[Discussion] Snapchat Locked Accounts Thread Magisk

This forum is meant for people who are getting locked out of their accounts due to "3rd Party Plugins or Applications"
We need to stop this from happening so share your experiences and thoughts on the matter.
I have 2 devices: a Nexus 6P running Pie (Pixel Experience) and a Pixel 3XL on the stock Pie rom. Both are rooted with Magisk Canary builds and both have Magisk Hide turned on. Snapchat never detects root on the Nexus but ALWAYS detects it on the Pixel. I've even repackaged Magisk on the Pixel but that doesn't help. I've read that it's easier for apps to detect root on A/B partition devices so maybe the newer, updated Snapchat apps have code to detect it. When I have time, I'll try an old version and see if it works...
Note that I don't believe Snapchat bans just by detecting root. It is detecting certain apps that are somehow triggering it. If you check the list of apps that you have given permission for superuser, it would be one of those. The app that I had that was triggering Snapchat was an app named app ops. I had downloaded it and just giving it permissions alone was getting me banned on Snapchat. I think this problem only affects users running Oreo or higher for whatever reason. I myself had an old phone running marshmallow with app ops and never experienced a ban. I don't think that any of the people reporting the problem had anything lower than Oreo. If you have somehow discovered the app causing your problems, uninstalling it may not fix your problem. I had to wipe my phone in order to fix it because I was still receiving bans despite uninstalling the app that was causing my problems
I've never installed app ops so that's not my problem.
As for A/B partitioning, I'm on a Samsung galaxy Note 8 and it didn't come out with this on my device so yeh ?
The main thing I found out that I had to do, was repackage the manager and I haven't been banned for the last 4 days
I am on the S8 plus and was locked out for 12 hours before. Snapchat continued to lock me out even when I fully uninstalled magisk. I decided to clean install a different Rom which seemed to do the trick. A month later I decided to go back to my original Rom and guess what? Can't even login coz of some mod I think.
So I would say it depends on what mods you have installed yourself or packaged with the custom ROM.
Snapchat ban
I have same problem. Yesterday they gave me ban but i was unbanned with their site. But today they give me one more ban but now is for 24h ... anyone know how to fix snap or maybe hide root? S7 9.0 blackdiamond v3
Downloaded an early January 2019 version of Snapchat and signed up for a new account on my Pixel 3XL. All was good at first then I closed the app. When I tried to sign back in, I got the "problem connecting to server" error which requires an update to the most current version. I updated and after just a few hours, I got the "12 hour account locked" message for "3rd party apps". I've had Magisk Manager repackaged but that obviously didn't help. BTW, I have not repackaged Magisk on my Nexus 6P and it's still works. I found a comment by a user of the Bitmoji app (which I use on my Pixel but not my Nexus) that reported his Snapchat was locked by this app so I uninstalled it. We'll see how it goes when my 12 hour ban is up...
Update: I uninstalled Bitmoji. I also added the systemless host module in Magisk and enabled systemless mode in Adaway. That is supposed to prevent Adaway from modifying the system partition but neither worked. I'm on a 24 lock now....
newkydawg said:
Update: I uninstalled Bitmoji. I also added the systemless host module in Magisk and enabled systemless mode in Adaway. That is supposed to prevent Adaway from modifying the system partition but neither worked. I'm on a 24 lock now....
Click to expand...
Click to collapse
What apps have you given superuser? The app causing you problems is likely in that list
I had this happen before to me, i uninstalled edXposed and i was able to use snapchat even while on a 24 hour ban
iMystic said:
What apps have you given superuser? The app causing you problems is likely in that list
Click to expand...
Click to collapse
Nope. I have the same apps on my Nexus 6P and it doesn't get locked out. In fact, my wife's Nexus 6P has the same apps, is rooted with SuperSu and she doesn't get locked out so IDK...
newkydawg said:
Nope. I have the same apps on my Nexus 6P and it doesn't get locked out. In fact, my wife's Nexus 6P has the same apps, is rooted with SuperSu and she doesn't get locked out so IDK...
Click to expand...
Click to collapse
I don't know if this would affect you but an app that was causing the problems on my phone with Android 9.0 has no affect on an old phone running Android 6.0.1. I don't know why this happens but if you were running a new version of Android such as Android 9.0, an app that may not cause problems on your 6P may cause problems for you. And again, I have no idea why this happens but I can guarantee that was my problem and I haven't had a ban since
iMystic said:
I don't know if this would affect you but an app that was causing the problems on my phone with Android 9.0 has no affect on an old phone running Android 6.0.1. I don't know why this happens but if you were running a new version of Android such as Android 9.0, an app that may not cause problems on your 6P may cause problems for you. And again, I have no idea why this happens but I can guarantee that was my problem and I haven't had a ban since
Click to expand...
Click to collapse
Both my Pixel 3XL and Nexus 6P are running Android 9 rooted with Magisk Canary (19005). Both have the same apps with superuser rights. All this to say that Snapchat was working fine on both for months and for about the last 6 weeks, my Pixel 3 XL's account gets locked and my Nexus 6P does not.
Thanks for trying to help and glad you figured your problem out.
I'm copying this from the SnapFreedom thread who's problems obviously mirror your own. I'll be editing parts out, but some of it should still apply if you guys are getting locked out.
XPrivacyLua
Install it from FDroid or Xposed Repo and check the boxes for "Determine activity" and "Get applications" in Snapchat's tab. You can also enable "Get location" to spoof your location and still use SnapMaps.
Magisk
A few points, these probably don't apply, but they're still worth doing.
Repackage it through Settings -> Hide Magisk
Make sure to block all components under "Google Play Services" and "Google Play Store". There's a few things that aren't blocked by default that might trigger SafetyNet.
Snapchat
Hoo boy...
Don't use anything higher than, and including, 10.41.6.0. It's pretty much a ban-fest. With SnapTools, we use 10.20.5.0 and 10.26.5.0. Those are probably your safest bets. Also, if you plan on downgrading, use any 10.39 app. Something in how logins work has changed in the later versions, so apps like Preferences Manager don't work.
Theming your app should be okay. I did it for months and never got a ban.
Only give it the bare minimum permissions. Storage, Camera, and Microphone. Location too, if you're into being tracked by your friends and Snapchat.
Do NOT use modified apps. At all. Ever. They're the easiest things to detect.
If you want to block ads reliably, you can use this Magisk Module. This WON'T stop bans.
Snapchat also logs your device ID. If you've received a temp-ban prior to this, make sure to change your Device ID. If you're on Oreo, you can use this app. If not, you can use Titanium Backup to change it. The latest version with this function is version 8.2.2. But honestly, the most reliable way is to reflash your ROM.
TevW said:
I'm copying this from the SnapFreedom thread who's problems obviously mirror your own. I'll be editing parts out, but some of it should still apply if you guys are getting locked out.
XPrivacyLua
Install it from FDroid or Xposed Repo and check the boxes for "Determine activity" and "Get applications" in Snapchat's tab. You can also enable "Get location" to spoof your location and still use SnapMaps.
Magisk
A few points, these probably don't apply, but they're still worth doing.
Repackage it through Settings -> Hide Magisk
Make sure to block all components under "Google Play Services" and "Google Play Store". There's a few things that aren't blocked by default that might trigger SafetyNet.
Snapchat
Hoo boy...
Don't use anything higher than, and including, 10.41.6.0. It's pretty much a ban-fest. With SnapTools, we use 10.20.5.0 and 10.26.5.0. Those are probably your safest bets. Also, if you plan on downgrading, use any 10.39 app. Something in how logins work has changed in the later versions, so apps like Preferences Manager don't work.
Theming your app should be okay. I did it for months and never got a ban.
Only give it the bare minimum permissions. Storage, Camera, and Microphone. Location too, if you're into being tracked by your friends and Snapchat.
Do NOT use modified apps. At all. Ever. They're the easiest things to detect.
If you want to block ads reliably, you can use this Magisk Module. This WON'T stop bans.
Snapchat also logs your device ID. If you've received a temp-ban prior to this, make sure to change your Device ID. If you're on Oreo, you can use this app. If not, you can use Titanium Backup to change it. The latest version with this function is version 8.2.2. But honestly, the most reliable way is to reflash your ROM.
Click to expand...
Click to collapse
There are all the reasons why i purely stopping to use Snapchat, and also due to the fact that the application is so badly optimized for Android (even since the complete redesign of the application), in the end considering my use so irregular, I just uninstalled it, so no problem.
The time of Snapprefs and Snaptools was fun and funny, and especially less vicious as a concept than the basic one.
The good old days, but all good things must come to an end.
Rom said:
snip
Click to expand...
Click to collapse
It's what happens when a company becomes complacent and puts more effort into blocking modifications instead improving their terrible app.
Update:
About 2 weeks ago, I flashed the May rom update for my Pixel 3 XL, installed Snapchat ver. 10.41.6.0, hid SC and all components of Google Play Services and Google Play Store in Magisk and I haven't been banned! I detach SC from the Play Store with TiBu but it somehow gets reattached. I just don't update it. Thanks @TevW !!!
I have got a problem, I have a Nokia 7 Plus, stock fw no changes at all!
And I keep getting banned... Support is a joke, I just get automatic replies...
The only reason i may have for getting bans is if snap scans the sd card, where I have magisk and roms files from other devices...
Any tips ???
newkydawg said:
Update:
About 2 weeks ago, I flashed the May rom update for my Pixel 3 XL, installed Snapchat ver. 10.41.6.0, hid SC and all components of Google Play Services and Google Play Store in Magisk and I haven't been banned! I detach SC from the Play Store with TiBu but it somehow gets reattached. I just don't update it. Thanks @TevW !!!
Click to expand...
Click to collapse
I tried to follow the instructions but snapchat keeps saying there was a connection problem with the server.
TevW said:
I'm copying this from the SnapFreedom thread who's problems obviously mirror your own. I'll be editing parts out, but some of it should still apply if you guys are getting locked out.
XPrivacyLua
Install it from FDroid or Xposed Repo and check the boxes for "Determine activity" and "Get applications" in Snapchat's tab. You can also enable "Get location" to spoof your location and still use SnapMaps.
Magisk
A few points, these probably don't apply, but they're still worth doing.
Repackage it through Settings -> Hide Magisk
Make sure to block all components under "Google Play Services" and "Google Play Store". There's a few things that aren't blocked by default that might trigger SafetyNet.
Snapchat
Hoo boy...
Don't use anything higher than, and including, 10.41.6.0. It's pretty much a ban-fest. With SnapTools, we use 10.20.5.0 and 10.26.5.0. Those are probably your safest bets. Also, if you plan on downgrading, use any 10.39 app. Something in how logins work has changed in the later versions, so apps like Preferences Manager don't work.
Theming your app should be okay. I did it for months and never got a ban.
Only give it the bare minimum permissions. Storage, Camera, and Microphone. Location too, if you're into being tracked by your friends and Snapchat.
Do NOT use modified apps. At all. Ever. They're the easiest things to detect.
If you want to block ads reliably, you can use this Magisk Module. This WON'T stop bans.
Snapchat also logs your device ID. If you've received a temp-ban prior to this, make sure to change your Device ID. If you're on Oreo, you can use this app. If not, you can use Titanium Backup to change it. The latest version with this function is version 8.2.2. But honestly, the most reliable way is to reflash your ROM.
Click to expand...
Click to collapse
Does this mean that I can't use energized adblock magisk module? Do I have to use only the Snapchat adblock magisk module that you linked for any kind of adblocking on the device.
Thanks!

get rid of andriod spyware

hello with the new way of these phones andriod and others plus spyware .im wondering how do i know what apps samsung etc are spying on my phone maybe uploading my numbers and other infor without me knowing any of you guys got any idea whats the best way to stop it. tbh i hate even google assist even turning on by itself even when i diable it
Hello, first of all, please write in easily readable sentences, that way more people are going to help you.
Second, it is important to be and stay suspicious of the software you use, especially with android. But you shouldn't be worried too much as most of the data that is sent from your phone isn't sent with "evil intentions" or anything like that, it is often rather aggressive diagnostics.
Warning! The following paragraphs are filled with very radical means of removing suspected spyware! Almost all of these require root and knowledge in modding your Android! Beware!
As to how you can spot "spyware" or suspected spyware, there isn't one easy way.
First of all, you could use a custom ROM, so that your system is more open source and there isn't any suspected spyware (or any "ware" at all) from Samsung.
To go one step further, you could try to live without Google services:
Use a different search engine, for example DuckDuckGo or any other really
Use Firefox or any non-Chromium browser
Instead of using opengapps to install Google Play Services (when you install a custom ROM) you could use the replacement project "microG" (microg.org).
Get as many apps as you can from Open source app stores (F-Droid)
Don't use the official Play Store unless you really have to - it is a power hungry data collecting app (that can theoretically install any app without asking, just like the Google Play Services or any other /system/priv-app app with proper permissions) - Alternative for installing Play Store apps: Aurora Store
Replace Google Maps with OpenStreetMap (OSMand)
Use a anonymous YouTube client, for example NewPipe
etc.
These are of course only suggestions, I don't recommend doing them all at once, but if you really don't want any unnecessary data sent from your phone, these are the first steps.
For actually seeing which apps send what data you could either analyze the app bytecode with App Warden or look at all detailed permissions with AppOpsX.
Methods to neutralize spyware are rejecting the permission for the app to use internet access or even run in the background, disabling the suspected app or removing it with system app removers.
Be very careful with actually disabling or removing system apps! Many system apps are needed for the system to work and one can easily misjudge an app by its description and diagnostics! Before disabling an app you should research whether anyone else knows anything about the app and only remove it if you are really sure about it. You have been warned.

Categories

Resources