Ant Services & plugins - Samsung Galaxy S10+ Questions & Answers

I removed Ant Services & plugins months ago, i read they are only for wearable technology which i dont use.
Today i setup Secure Folder and then every 3 minutes my phone rebooted. I reinstalled Ant apps and it stopped.
Something in the secure folder must need Ant Services?

TLDR: Check if this post helps anyway: https://forum.xda-developers.com/galaxy-s8/how-to/enabling-secure-folder-causes-phone-to-t3775019

Darkat70 said:
I removed Ant Services & plugins months ago, i read they are only for wearable technology which i dont use.
Today i setup Secure Folder and then every 3 minutes my phone rebooted. I reinstalled Ant apps and it stopped.
Something in the secure folder must need Ant Services?
Click to expand...
Click to collapse
Oh man, you find that culprit, after some debloating (also ANT) I had exactly same troubles. Once is Secure Folder enabled, my phone start random rebooting. Good to know is it ANT

linom said:
TLDR: Check if this post helps anyway: https://forum.xda-developers.com/galaxy-s8/how-to/enabling-secure-folder-causes-phone-to-t3775019
Click to expand...
Click to collapse
Quite interesting, its odd that ant is connected to the Secure Folder though, i had gallery, contacts, mail, my files inside the secure folder, nothing that really relates to wearable technology.
The only thing i could possibly think of is knox, being that wearable technology is mainly Bluetooth and the contained apps can connect to Bluetooth triggering security protocols.

Related

Free up ram with minimal services

Does anyone have a list of what all the default services do, and what ones are safe to disable. And at that, is it worth disabling services to free up ram or does it even make a difference?
how can u disable services? i cant even end some of the running processes
axion68 said:
Does anyone have a list of what all the default services do, and what ones are safe to disable. And at that, is it worth disabling services to free up ram or does it even make a difference?
Click to expand...
Click to collapse
This may or may not help, last time I tried it, I had to hard reset. http://pdaphonehome.com/forums/ppc-6800-xv6800/89501-look-my-free-ram.html
t0mmyr said:
how can u disable services? i cant even end some of the running processes
Click to expand...
Click to collapse
I am using Dotfred's Task Manager. I'm sure he is on XDA, but his home website is:
http://www.dotfred.net/
I have a list of a couple things but I havn't tried them all I just found them somewhere else. I will put an * infront of ones that seem to be working on my system Mougle WM 6.1. I couldn't try all the keys because the weren't on my system or I need the services they provided. My RAM has increased my about 5MG I was starting at 19MG and getting as low as 2 or 3 through the day. Now I start at over 20 and I get as low as 15 normally.
*STOP ACTIVE SYNC FROM AUTO STARTING
1. DOWNLOAD AND INSTALL MEMMAID
2. GO TO "NOTIFICATIONS" TAB
3. LOOK IN THE LOWER SECTION AND THERE ARE 3 "REPLLOG" FILES (ACTIVESYNC)
4. ONE OF THEM WILL SAY "APPRUNAFTERTIMECHANGE" WHEN HIGHLIGHTED
5. DELETE THAT ONE (THE OPTION AT THE LOWER RIGHT SIDE WILL RESTORE IT ANYTIME YOU WANT)
DONE, ACTIVESYNC WON'T AUTOSTART WITH NETWORK SYNC AND YOUR NETWORK SYNC IS STILL ACTIVE.
I DID THESE FOLLOWING TWEAKS
1. WINDOWS LIVE=SELF EXPLANATORY
2. SQMUPLOAD=CUSTOMER EXPERIENCE
3. OBEX(MOST OF YOU WHO HAVE BLUETOOTH DONGLES PROBABLY WON'T WANT TO DISABLE THIS)
4. DPT / DTPT (GOOGLE SEARCHING INDICATES THAT THIS IS RESPONSIBLE FOR SOME SORT OF DHCP ACTIVITY (KILLS INTERNET SHARING)
5. BTHIDSVC(MY BLUETOOTH HEADSET WORKS FINE WITH THIS MISSING, I'M NOT SURE IF ANY OTHER BLUETOOTH OPERATIONS ARE AFFECTED, AS I DON'T HAVE A BLUETOOTH DONGLE FOR MY COMPUER)
*6. SMSRETRY = THIS IS RESPONSIBLE FOR AUTOMATICALLY TRYING TO SEND MESSAGES IF YOU'RE OUT OF SERVICE OR ROAMING.
FROM HKLM\INIT I'VE DISABLED...
*1. PLAYSILENCE.EXE
2. UPTIMESQM.EXE(CUSTOMER EXPERIENCE)
*3. TIMEWIZARD.EXE / TIME SYNC (GOOGLING HAS SHOWN THIS TO KEEP THE TIME RIGHT AFTER A COLD BOOT[TAKING THE BATTERY OUT], HOWEVER, MY TIME SYNCS WITH SPRINT'S SERVERS)
Let me know if you come up with anything else.

GPS working intermittently

I have a rooted Galaxy S4 with 4.4.2 Android installed. I installed the app "Uninstaller" and have uninstalled LOADS of crapware off my phone. Everything was working great until I started using the GPS. It was working and then while I was driving it just said that the GPS signal was lost and no matter how long I waited it wouldn't get a signal again. After rebooting the phone the GPS worked again but only for a little bit.
I have the following apps left on my phone according to the Uninstaller app:
Application Installer
AutoPreconfig
BadgeProvider
Calculator
Calendar Storage
Camera
ClipboardSaveService
Clock
com.android.browser.provider
com.android.sharedstoragebackup
com.qualcom.interfacepermissions
com.qualcom.timeservice
com.sec.android.app.keyguard
com.sec.android.app.Smartclip
com.sec.phone
CSC
DeviceKeyString
Documents
Email
Exchange services
External storage
FilterProvider
Fused location
Gallery
HTML viewer
KeyguardBackuprestore
KeyguardTestActivity
KLMS Agent
LocationServices
LogsProvider
MTP application
MyScript Resource Manager
OM customise
PacProcessor
Perso
PopupuiReceiver
Preconfig
ProxyHandler
RILnotifier
S Planner
Security storage
SecurityManagerService
Security mode RIL
SetDefault Launcher
Shell
SilentLogging
SmartcardManager
SmartcardService
Syscope
Task Manager
Tasks provider
TcpdumpService
Tethering Automation
USB settings
USBSettings
User dictionary
As you can see I am a minimalist kind of person and have obviously deleted something I shouldn't have! Therefore, does anyone know what apps I need to restore to get the GPS to work 100% again? I have kept a backup of all the apps I deleted in Uninstaller so I can restore them...once I know which ones need restoring.
Can anyone assist please?
Provide a list of all the apps you removed, as it may be easier to pinpoint which app needs to be replaced.
Strephon Alkhalikoi said:
Provide a list of all the apps you removed, as it may be easier to pinpoint which app needs to be replaced.
Click to expand...
Click to collapse
Theres 230 of them, is there an easy way to get a list of them?
If on Windows, open a command prompt. Navigate using the CD command to the directory where the apps are stored. Type "dir /b > filelist.txt" and post as an attachment here.
For example, if the apps were stored on external drive G, in the directory Android/Apps, you would type the following commands:
Code:
G:
cd android
cd apps
dir /b > filelist.txt
If the apps are stored on your MicroSD card, you'll need to transfer them to the computer, as the command prompt doesn't understand the media transfer protocol used for the connection between the computer and the S4.
Strephon Alkhalikoi said:
If on Windows, open a command prompt. Navigate using the CD command to the directory where the apps are stored. Type "dir /b > filelist.txt" and post as an attachment here.
For example, if the apps were stored on external drive G, in the directory Android/Apps, you would type the following commands:
Code:
G:
cd android
cd apps
dir /b > filelist.txt
If the apps are stored on your MicroSD card, you'll need to transfer them to the computer, as the command prompt doesn't understand the media transfer protocol used for the connection between the computer and the S4.
Click to expand...
Click to collapse
Very helpful, thank you! I have attached the file list.
Odd that you removed the Play Store (Phonesky.apk), Google Services Framework (GMS_Core.apk), and Google Search (Velvet.apk) from the device. I personally would recommend restoring all three to /system, even if you have updated versions in /data/app. Many device functions are routed through the Google Services Framework or the Google Search app, or both. And having a version of the Play Store to fall back upon in case an update becomes corrupt is never a bad thing.
Strephon Alkhalikoi said:
Odd that you removed the Play Store (Phonesky.apk), Google Services Framework (GMS_Core.apk), and Google Search (Velvet.apk) from the device. I personally would recommend restoring all three to /system, even if you have updated versions in /data/app. Many device functions are routed through the Google Services Framework or the Google Search app, or both. And having a version of the Play Store to fall back upon in case an update becomes corrupt is never a bad thing.
Click to expand...
Click to collapse
I don't use any Google services and all my apps are installed manually by installing the APK file. I don't even use Google Maps for GPS. Currently I use CoPilot for my GPS stuff. Surely these Google apps wouldn't affect CoPilot from functioning correctly? I'd really like to keep this a Google app free phone (oh the irony considering Android is Google!)
My guess is that I have uninstalled a core system app that the GPS software needs. Its just weird how CoPilot will be happily working away giving me directions and then BAM...it doesn't have a GPS fix to the satellite anymore and the directions stop!
Well, unless you try them you won't know. You can always take them back out.
I'd have to take a look at my list of apps and see what I kept that you didn't, as I don't have problems with the GPS suddenly up and quitting.
EDIT: I've posted mine below, which is based on FailoFAX's debloat list. There's way too many files you removed that I didn't to make a judgment call here. So I'm going to recommend two ROMs for you to solve your problem.
1. Install a Google Play Edition ROM and take the time to remove the Google Apps. This is good if you want dead stock Android without any added customization whatsoever.
2. Install CyanogenMod or another AOSP ROM, and don't download or install the Google Apps package. You get some custom features not found in the GPE ROM, but also don't have to pick through the system and remove the Google Apps.
I'm recommending either of these above because the ROMs are essentially barebones as is, and need little or no customization to be useful.
Thanks for the helpful reply. I'll try restoring the Google apps this evening when I get home from work.
Appreciate the ROM recommendations but I (shock horror) like TouchWiz (I like the interface) so thats why I use the official Samsung ROM and the remove all the crapware.
I've had a look at quite a few of those debloat lists and some are quite useful but theres always apps that no-one knows what they do.
I think if I reset my phone again I shouldn't remove so many system apps!
There are plenty of things to like about Touchwiz. The launcher isn't one of them, which is why I use Google Now or Apex.
The debloat lists here in the forums tend to provide the right balance between functionality and size. For example, my list above netted me a 700MB savings. Especially as much of it is bloatware.
Strephon Alkhalikoi said:
There are plenty of things to like about Touchwiz. The launcher isn't one of them, which is why I use Google Now or Apex.
The debloat lists here in the forums tend to provide the right balance between functionality and size. For example, my list above netted me a 700MB savings. Especially as much of it is bloatware.
Click to expand...
Click to collapse
Yeah, after deleting all the bloat on my phone it came to about 950MB!
So I restored Google Play Store, Services Framework and Search and I have done two trips today with the GPS working 100% (ie: it didn't stop working while giving me directions).
Now I am going to start removing the Google apps one at a time and then test the GPS again after uninstalling it to see what is causing the GPS to fail.
One issue though. After reinstalling the 3 Google apps I get this error message after I have entered the SIM PIN and the home screen appears:
Unfortunately, Google Services Framework has stopped.
All I can do it tap ok a few times and it then goes away.
After uninstalling Googe Play the GPS stopped working again halfway to my destination today. I think I am going to have to reset the phone again as there are other strange things that are happening on the phone (phone calls sometimes don't connect).
What is the best way to reset the phone back to the factory ROM? Do I just do a reset from settings? Or should I rather use TWRP?
You can do a factory reset through TWRP, but starting from scratch with a ROM flashed via Odin might be best. Of course you'd have to debloat again.
Strephon Alkhalikoi said:
You can do a factory reset through TWRP, but starting from scratch with a ROM flashed via Odin might be best. Of course you'd have to debloat again.
Click to expand...
Click to collapse
Ok, so last night I did a complete factory reset and reflashed the original ROM. I've used the GPS twice today and so far it has been fine. I'll test it some more this weekend. I have uninstalled about 174 apps.
One thing I noticed today. Usually when I would receive a call I didn't want to take I would turn the phone upside down and the phone would stop vibrating. Now when I turn the phone upside down it continues to vibrate. Is there a setting I need to change to enable this feature? Or have I uninstalled an APK I shouldn't have? I have attached the most recent list of apps I have uninstalled using Uninstaller.
Thanks for any help!
In this case it seems you don't have the mute or pause turned on in settings. Go to Settings > My Device > Motions and gestures > Motion > Turn Over > Mute/Pause to enable it. If that's not working, try replacing SensorService2_5.apk.
Strephon Alkhalikoi said:
In this case it seems you don't have the mute or pause turned on in settings. Go to Settings > My Device > Motions and gestures > Motion > Turn Over > Mute/Pause to enable it. If that's not working, try replacing SensorService2_5.apk.
Click to expand...
Click to collapse
That did the trick (ie: going in to settings and enabling...I didn't restore the APK)! Strange, I have never set that before when I was using Jellybean!
I went for a long drive today with the GPS turned on all the time and it worked all the way.
When first running Uninstaller on KitKat/Galaxy S4 there are 283 apps. I currently have 110 apps installed (so I have uninstalled 173) so its looking good so far. Time will tell though! I would like to delete another 20 or so apps but I want to do it in a more controlled manner! The next batch I would like to uninstall are:
Automation Test
BadgeProvider
BandService
Beaming Service
Camera Test
com.android.backupconfirm
com.android.providers.partnerbookmarks
com.sec.android.FlashBarService
com.sec.android.app.sbrowsertry
com.sec.android.sviewcover
ConfigUpdater
DeviceTest
Face Unlock
LocalFOTA
PickupTutorial
RCPComponents
ringtonebackup
Screen Mirroring
ShareShotService
WlanTest
Any of these a bad idea to uninstall?

Master Remove / Debloat / Freeze List [6.0.1] [Note4]

NOTICE: I HAVE PERSONALLY TESTED THE DELETION OF THESE APPS USING TITANIUM BACKUP WITH NO SYSTEM ISSUES. HOWEVER, I TAKE NO LIABILITY SHOULD ANYTHING GO WRONG. ALWAYS BACK UP YOUR DEVICE, AND DO SO AT YOUR OWN RISK! SUGGESTIONS ARE WELCOME AND WILL BE ADDED TO THE ALPHABETICALLY ORDERED LIST​
AFTER YOU DEBLOAT, YOU MAY LOSE SCREEN ROTATION. THE FIX IS EASY AND OUTLINED HERE​
RED = LOSS OF PRIMARY SYSTEM FUNCTIONS (Ex: Screen Rotation)
GREEN = LOSS OF RELATED SYSTEM FUNCTIONS ONLY (Ex: Touchwiz Launcher, Knox)
WHITE = LOSS / REMOVAL OF APP ONLY (SELF CONTAINED. Ex: Flipboard)
Safe To Remove
AllShare FileShare Service
ANT+ DUT --------------------------------------------| The ANT list of services relate to health / fitness tracking equipment that do not use bluetooth. Do not remove if you use these kinds of items
ANT HAL Service -------------------------------------Same as above
ANT Radio Service -----------------------------------Same as above
ANT+ Plugins Service--------------------------------Same as above
App Widget
Backup and Restore
Backup and Restore Agent
Basic Daydreams
BBCAgent
Briefing
Bubbles --------------------------------------------------A live wallpaper
Car Mode ------------------------------------------------Samsung Car Mode Feature
CarModeRemote ---------------------------------------Related To Car Mode Feature
ChocoEUKor --------------------------------------------Custom font, I use the stock one
Clock (Digital) ------------------------------------------TouchWiz Widget, I use Nova Launcher
Clock (Digital_easy) ----------------------------------TouchWiz Widget, I use Nova Launcher
CoolEUKor ----------------------------------------------Custom Font
Drive
Dropbox
Dual Clock (Digital) -----------------------------------Touchwiz Widget, Not Applicable To Other Launchers (Like Nova)
Easy settings -------------------------------------------Dumbed-down settings for the technologically illiterate customer buying a Note 4
Email -----------------------------------------------------I use the GMail app
Evernote
Facebook
Flipboard
Galaxy Apps
Galaxy Apps Widget
Gear VR Service
Gear VR SetupWizardStub
Gear VR Shell
Google Play Books
Google Play Games
Google Play Movies
Google Play Music
Google Play Newsstand
Google+
Hancom Office 2014
Hangouts -----------------------------------------------------------I use the stock messaging app
Health Service
Help
Kies Application BnR
KLMS Agent
KNOX
KNOX SetupWizardClient
KnoxAppsUpdateAgent
KnoxFolderContainer
Live Wallpaper Picker
Music ------------------------------------------ You will lose the ability to listen to .AMR files directly (Ex: Visual Voicemail Sent As An MMS With .AMR Extension)
My interests
My Places
My places
MyKNOXSetupWizard
Pages Manager
Peel Smart Remote -----------------------------------------------------------Note 4 can function as an IR Remote. This app can be re-downloaded from Google Play however
PEN.UP
Phase beam ---------------------------------------------------------------------Live wallpaper
Photo Screensavers
Photos
Print Spooler 1
Push To Talk
Quick connect
RoseEUKor - a different font. I use the stock font
S Finder
S Health
Samsung account
Samsung Billing
Samsung Content Agent
Samsung Galaxy
Samsung keyboard ---------------------------- I use google keyboard
Samsung Link Platform
Samsung Print Service Plugin
Samsung Push Service
Samsung setup wizard
SamsungDLPService
SamsungSans
SapaMonitor
Scrapbook
Slow motion
suretap Wallet
TalkBack
TMobile TV -----------------------Disabling or Removing May Also Delete TMobile Visual Voicemail
TouchWiz easy home ------------------------------Launcher portion of Touchwiz (Easy Version)
TouchWiz Home-------------------------------------Launcher portion of Touchwiz
Weather----------------------------------------------Stock weather app, I use the "Okay Google" command
withTV
Unsafe To Remove
Launcher - Causes Ultra Power Saving Mode to break, and "EmergencyManagerService has stopped" on every reboot
Here are the packages I currently have frozen with no loss in functionality (beyond what the packages themselves provide, of course)
Briefing
Car Mode
CarModeRemote
com.facebook.appmanager
com.facebook.system
Email
Facebook
Flipboard
Galaxy Apps
Galaxy AppsWidget
Gear VR Service
Gear VR SetupWizardStub
Gear VR Shell
Hancom Office
Health Service
Internet
KLMS Agent
KNOX
KNOX SetupWizardClient
KnoxAppsUpdateAgent
KnoxFolderContainer
Launcher
Lookout
Magnifier
Messages
Music
My Interests
My Places
My places
Nearby devices
Nerby Service
New Registration
Peel Smart Remote
PEN.UP
Personal Data Management
Photo Studio
Photos
Quick Connect
S Beam
S Finder
S Health
S Voice
Samsung Link Platform
Samsung Milk Music
Samsung MirrorLink
Samsung Print Service Plugin
Samsung Push service
Samsung text-to-speech engine
Samsung+
Samsung DLPService
Scrapbook
Slow Motion
Smart Manager
Studio
T-Mobile
T-Mobile Name ID
T-Movile TV
TalkBack
TouchWiz easy home
TouchWiz home
Video clip studio
Virtual tour
Visual Voicemail
Voice Recorder
Weather
withTV
Just a heads up, that rotation issue can be resolved by replacing a file that gets removed when Facebook is uninstalled. http://forum.xda-developers.com/not...-screen-rotation-fix-libgnustlshared-t3408140. One additional step I had to do was set permissions for the file to -rw-r--r--
How do you debloat ?
nostreborderaj said:
Just a heads up, that rotation issue can be resolved by replacing a file that gets removed when Facebook is uninstalled. http://forum.xda-developers.com/not...-screen-rotation-fix-libgnustlshared-t3408140. One additional step I had to do was set permissions for the file to -rw-r--r--
Click to expand...
Click to collapse
Thank you for this! I will do another debloat test tomorrow and add this to the guide! Great Info!
kyoji001 said:
Here are the packages I currently have frozen with no loss in functionality (beyond what the packages themselves provide, of course)
Thank you for the great list! I will test all of these out tomorrow and update the main post. Your feedback and contribution is appreciated!
PS: One common issue I have found is that you get the error "EmergencyManagerService has stopped working". This also causes Ultra Power Saving Mode to stop working correctly. Does anyone know what is responsible for this?
Click to expand...
Click to collapse
WaterMan! said:
kyoji001 said:
Here are the packages I currently have frozen with no loss in functionality (beyond what the packages themselves provide, of course)
Thank you for the great list! I will test all of these out tomorrow and update the main post. Your feedback and contribution is appreciated!
PS: One common issue I have found is that you get the error "EmergencyManagerService has stopped working". This also causes Ultra Power Saving Mode to stop working correctly. Does anyone know what is responsible for this?
Click to expand...
Click to collapse
Hey Waterman,
No, I haven't received any errors like that. I just tried Ultra Power Saving mode and it seemed to work fine!
Click to expand...
Click to collapse
WaterMan! said:
Hey everyone! Post here all the apps that you have successfully frozen, or removed, without any issues. If you know what they are responsible for, post that as well. I will keep this post updated in Alphabetic order!
After a couple days of debloating, messing up the system, and restoring, there are clearly some apps that cause major issues if removed. For example, the Facebook app causes the screen rotation function to permanently break, if it is removed. There is also another app that results in screen rotation breaking, I have yet to identify it, but I suspect it is one of the KNOX-related apps.
*UPDATE* We have some new information folks! I will be doing a very large debloat tomorrow and this thread will get a huge update
RED = LOSS OF PRIMARY SYSTEM FUNCTIONS (Ex: Screen Rotation)
ORANGE = LOSS OF RELATED SYSTEM FUNCTIONS ONLY (Ex: Touchwiz Launcher, Knox)
WHITE = LOSS / REMOVAL OF APP ONLY (SELF CONTAINED. Ex: Flipboard)
Safe To Remove
Safe To Freeze (No Loss Of Functionality If Frozen, LOSS OF FUNCTIONS IF REMOVED)
-Facebook - Results In Loss Of Screen Rotation
Unsafe To Remove Or Freeze (Loss Of Function If Removed / Frozen)
Click to expand...
Click to collapse
This fixes the screen rotation issue with Facebook.
http://forum.xda-developers.com/not...-screen-rotation-fix-libgnustlshared-t3408140
Oops didnt see @nostreborderaj's post. ;p
Nice thread ?
Hey everyone,
So I compiled this entire list and did it myself. I was doing it in batches. The last portion was after Phase Beam, and that caused an error in the system
"EmergencyManagerService has stopped working"
This causes the error to come up on every reboot, and breaks ultra power saving mode functionality. At this point I am going through them one by one and trying to identify which app breaks this when removed. This may take a while ...
Here's what I've personally removed:
system/app/AccuweatherPhone2014_T_MMR
system/app/AmazonShopping_TMO
system/app/AntHalService
system/app/ANTPlusPlugins
system/app/ANTPlusTest
system/app/ANTRadioService
system/app/BasicDreams
system/app/BBCAgent
system/app/BookmarkProvider
system/app/Books
system/app/ChocoEUKor
system/app/com.mobitv.client.tmobiletvhd
system/app/CoolEUKor
system/app/DigitalClock_MUPG
system/app/DigitalClockEasy_MUPG
system/app/Drive
system/app/Dropbox
system/app/DualClockDigital_MUPG
system/app/EasymodeContactsWidget_RECT
system/app/EasySettings
system/app/EasySetup
system/app/ELMAgent
system/app/Facebook_latest
system/app/FactoryCameraFB
system/app/FBAppManager
system/app/Flipboard
system/app/FlipboardBriefing
system/app/GameOptimizer
system/app/Kies
system/app/KnoxAppsUpdateAgent
system/app/KnoxAttestationAgent
system/app/KnoxFolderContainer
system/app/KnoxSetupWizardClient
system/app/KnoxSwitcher
system/app/MobilePrintSvc_Samsung
system/app/Music2
system/app/Newsstand
system/app/PartnerBookmarksProvider
system/app/PENUP
system/app/PlayGames
system/app/PlusOne
system/app/Post_T_Promo
system/app/RoseEUKor
system/app/SamsungAppsWidget_BannerStyle_common
system/app/SamsungDLPService
system/app/SamsungSans
system/app/SamsungTTS
system/app/SamsungWidget_ActiveApplication
system/app/SBrowser_4_LATEST
system/app/SecEmail_K
system/app/SecExchange
system/app/SecurityLogAgent
system/app/SLocation
system/app/SnsImageCache
system/app/SPrintSpooler6
system/app/talkback
system/app/UniversalMDMClient
system/app/Videos
system/app/Vvm_TMO
system/app/WeatherDaemon2014_T_MMR
system/app/withTV
system/priv-app/AccessTmobile_TMO
system/priv-app/AdaptClient
system/priv-app/AutomationTest_FB
system/priv-app/DiagMonAgent
system/priv-app/EasyLauncher2
system/priv-app/ECID-release_TMO
system/priv-app/FBInstaller
system/priv-app/FotaAgent
system/priv-app/HancomOfficeEditor
system/priv-app/KLMSAgent
system/priv-app/LocationWidget_M
system/priv-app/Lookout_TMO
system/priv-app/MILK_US
system/priv-app/NoiseField
system/priv-app/SAMSUNG_PLUS
system/priv-app/SamsungLinkPlatform
system/priv-app/SecMyFiles2014MUP
system/priv-app/SOAgent
system/priv-app/SNS_v2
system/priv-app/SPPPushClient_Prod
system/priv-app/TouchWizHome
system/media/audio/ui/PowerOn.ogg
so far haven't had any issues
Thanks for the topic/lists @WaterMan! & @kyoji001, I loves some debloating... wait! I... don't care for bloat... Err, both! :silly:
Are you guys using a particular tool for uninstallation or doing so manually? I've used TB with filters in the past but have encountered some (minor, but semi annoying) issues in the past. I had planned on using System App Remover on my next fresh install based on recommendations/friendliness wrt lib files but then an update added a location permission, which set off my sketch alert and put me off of that app.
Ok, this is going to be long... feel free to skim :good: I did an interesting test last night, although I'm still running 5.1.1 (TEKxodus 7.4R2). I had removed about 200 unwanted system apps along with their data via TB a couple of months ago. Like I said, issues were minor and sporadic (mostly various GAPPS fc's). My phone's been running fine, so I didn't bother trying the following until last night, mainly just in the interest of contributing to this discussion, although I can't say yet whether or not this is "safe" on MM... if you think it might be problematic for any reason, please chime in! The steps that I took are here: extracted the system/lib directory from my current ROM's install archive, cut & pasted the entire original system/lib directory into the same directory on the active TB debloated ROM skipping present files and replacing those that were missing/deleted - I skipped subfolders at first then checked my install to see if any of them were missing files which they weren't, next I wiped cache & dalvik in recovery and optimized databases in Synapse (for good measure...), step 4) ????, 5) Profit!(?)
I used Root Explorer to do my lib directory manipulation, and after copying the missing modules, I selected all files in my actual system/lib directories to get a count then did the same in the folder I had extracted which then contained all of the files that were already present and therefor skipped. There were 7 more files in my active lib directory, so it seems that's how many modules my debloating had removed.
I wasn't really sure if/how I'd be able to tell if restoring the modules had any positive effect since the only problems that I had with my phone were so sporadic. I did however run a bench (Antutu) before and after (this morning after the phone had been back on overnight and I had used it a decent amount). The main reason that I was curious about bench scores is that I expected to get higher average scores after debloating, but was surprised that my bench scores stayed exactly where they had been (always somewhere between 68,000 and 69,200. I always screenshot the detailed results with all of the sections expanded (scroll-capture :good: ) after running a bench and jot down any factors or settings that might have some impact on performance on the image before saving it.
Well, it turns out I was... very possibly... right to be suspicious about the lack of an increase in my average bench score. I made sure to use my phone some before testing after my dalvik/cache wipes and such - played a game for a bit, did some web browsing. So after some pretty surprisingly consistent scoring within a pretty narrow range, this morning I hit 72,871(!) with all of the extra points attributed to the (surprisingly, I suppose) 3D tests... some of the other results that I saw in the detailed section were actually a bit lower compared to my test from last night, but all within 500 points of my previous average, i.e. "normal". I'll test again in a week or so or before updating to MM (whichever comes first).
So to wrap this up, I would cautiously recommend this technique for debloating. Summarized: uninstall unwanted system apps however you want, then restore your system/lib directory to it's default install state from the extracted folder from whatever ROM you have installed. Do so at your own risk, of course, particularly if you're on MM. I'll follow the same steps that I posted after doing the update and report back on the results.
Thanks again for this thread and the bloat lists. This type of thread is always a super helpful resource!
The list I compiled is what I personally removed, and tested, using Titanium Backup. No side effects other than the app in question being deleted obviously. I just moved the list around, I have one last chunk of apps to go through. One of these causes the error "emergencyManagerService has stopped" when deleted, and also causes ultra power saving mode to stop working. I will have it done by tonight, and find exactly what app is doing this!
WaterMan! said:
The list I compiled is what I personally removed, and tested, using Titanium Backup. No side effects other than the app in question being deleted obviously. I just moved the list around, I have one last chunk of apps to go through. One of these causes the error "emergencyManagerService has stopped" when deleted, and also causes ultra power saving mode to stop working. I will have it done by tonight, and find exactly what app is doing this!
Click to expand...
Click to collapse
Hey Waterman,
Looking at your list my bet is on something to do with the Launcher. Ultra Power Saving replaces your default launcher with a special BW launcher; I'm thinking that its just a skinned Touchwiz launcher.
kyoji001 said:
Hey Waterman,
Looking at your list my bet is on something to do with the Launcher. Ultra Power Saving replaces your default launcher with a special BW launcher; I'm thinking that its just a skinned Touchwiz launcher.
Click to expand...
Click to collapse
Spot on! Post has been updated! Seems like my list is practically complete I may do some more tweaking here and there, but that is the vast majority of it. Thanks for the great info!
Never mind. I found the S7 clock apk and it works fine.
Umm...I accidentally uninstalled the stock clock app Could someone possibly upload that apk?
Click to expand...
Click to collapse
WaterMan! said:
Spot on! Post has been updated! Seems like my list is practically complete I may do some more tweaking here and there, but that is the vast majority of it. Thanks for the great info!
Click to expand...
Click to collapse
I don't know if its worth mentioning in your first post, but the ANT HAL services all have to do with basically fitness wearables. If you use any that aren't BT and remove the ANT+ packages I imagine they will stop functioning.
How do you actually go about removing thsese items?
What are the steps for debloating?
Thanks!
Personally I like some of the Samsung apps & features otherwise I would use a non-Samsung ROM like Resurrection Remix.
I love SHealth and have a Gear VR. I'm surprised if you have a Note 4 and don't use SHealth with its cool heartrate, pulse ox, UV, stress level and other monitoring features. Also think the Samsung photo editor is actually one of the better ones.
Never used CarMode is but it seems like something useful.
Not sure what happens with any of these if you remove Samsung Account and Galaxy Apps I think they may be necessary at least for updates to these apps and for storing the SHealth data.
hehehaha123 said:
How do you actually go about removing thsese items?
What are the steps for debloating?
Thanks!
Click to expand...
Click to collapse
I used Titanium Backup. There are other apps out there as well, or you can even do it manually.
kyoji001 said:
I don't know if its worth mentioning in your first post, but the ANT HAL services all have to do with basically fitness wearables. If you use any that aren't BT and remove the ANT+ packages I imagine they will stop functioning.
Click to expand...
Click to collapse
Yes that is true, and that is exactly what ANT+ does. 99% of people will never use it, I know I personally will not. I haven't yet posted what everything does, but I will. I have been busy and out of town
Aethera said:
Personally I like some of the Samsung apps & features otherwise I would use a non-Samsung ROM like Resurrection Remix.
I love SHealth and have a Gear VR. I'm surprised if you have a Note 4 and don't use SHealth with its cool heartrate, pulse ox, UV, stress level and other monitoring features. Also think the Samsung photo editor is actually one of the better ones.
Never used CarMode is but it seems like something useful.
Not sure what happens with any of these if you remove Samsung Account and Galaxy Apps I think they may be necessary at least for updates to these apps and for storing the SHealth data.
Click to expand...
Click to collapse
Again, you may use it, but that's a niche. I would never use any of those features. Note 4 is way too big to work out with, nor would I want to. I have never touched the Photo Editor. Car Mode does nothing practical other than neuter phone functionality when driving. Proceed with caution, and don't delete anything you use.

Samsung Galaxy note 20 ultra Europe exynos sm-986b debloat/decrapify

Hi,
Samsung Galaxy note 20 ultra Europe exynos sm-986b debloat/decrapify (Switzerland/Swisscom).
I'm starting my journey to debloat that phone which is entirely unusable for me, due to the unwanted presence of hundred of junk apps.
After realizing that I was not using a data cable but only a charging cable (computer not having usbc, I had to use another cable than the official one). I manage to get my bearings a bit.
So the connection is sorted out (out of topic), now start the actual decrapifying:
1) I used/will use this program, to list all programs:
https://forum.xda-developers.com/an...easy-management-android-applications-t4147837
Note: I could have used adb directly but this seems easier, especially as we talk about hundred of lines.
Note 2: each time I installed "ACBridge" which appears to show nice icons for that program.
2) I have compiled a list of applications currently installed. I did not install anything manually myself yet, not even connected to Android Play:
442 apps by default.
https://gofile.io/d/xGHoff
Note: Are some of these apps only specific to my seller and my region? It's possible, since the phone clearly had some of the FYI operator branded options installed.
3) I'm going to factory reset now. Again, nothing was really installed, just official rom updates done. But I want to start from fresh.
4) After I will reinitiate the phone, I will redo the list of applications capture, and start trimming down.
5) After the factory reset, it seems I had a new screen (unless I skipped it by mistake last time) proposing me to install additional apps like spotify, linked in... I refused this time. Last time I had the apps installed maybe a mistake click, or something new thanks to newer firmware.
6) Use the program again, I now have 429 apps only instead of 442.
7) I tried the list mentioned a starting point, I will look into this user list, allegedely 109 apps removed from a S20 (which is a different phone, I know):
https://forum.xda-developers.com/t/tool-windows-adb-appcontrol-v1-4-5.4147837/post-83980273
First that only has 104 apps over 109.
Second, I found a few items I wanted to keep and a few I wanted to remove.
Customization Work required here...!
Caution: the list of 109 items contains what is described elsewere as dangerous:
com.samsung.android.authfw ; Not Recommended: Used for password autocompletion, can be removed if you don't use it. This app is sometimes called by the system and might cause battery drain if removed
com.serv.android.preloadinstaller : App that install other application, do not remove!
I will check each non-obvious items.
This list seems more pro:
Samsung full apps list
Feuille 1 LAST UPDATED 01/09/2022,Reinstall an app using pm install-existing [the app package],Enter in shell using adb -d shell before running the command,Enter in shell using adb -d shell before running the command,<a href="https://docs.samsungknox.com/CCMode/G988B_Q.pdf">https://docs.samsungk...
docs.google.com
I made a custom preset with the 85 items in the list of " Safe to uninstall ". Only 71/86 where showing, some I wanted to keep like Android Auto.
--> I seems to have to choice but start from a bigger list and go through it myself.
After checking each items of that 109 list, vs the spreadsheet and sometimes google, I actually ended up reducing the list, or keeping more items. My final list is currently 68 applications to remove.
I also removed additional things like Netflix.
FINAL LIST:
Samsung SM-N986B_[All]_presetJSDec2020.txt
In the process I learned that this list seems rather personal to do. Yet, some items are marked not to be removed due to battery drain, so the initial list of 109 seems risky. I would say some manual work is mandatory.
8) Moving on, time to uninstall. Done.
9) Time to configure the basics again (basically language, etc...). Done.
10) Time to migrate data from old phone to new phone, I used "Samsung smart switch" app, installed it on both phone, used wifi, and unselected unwanted things. Done after some 1-2 hours (not so much data but it was slow and I interrupted twice).
11) Now the phone looks ok, a few apps had to be manually reinstalled like MCDonald's crapp.
12) Time to recover authenticator, relogin to apps, etc...Some apps I can't do now like RSA token, needs to regenerate a token elsewhere. GoogleAuth was simple, I could easily export from old phone/import new phone..
13) Phone works for now. I see I missed to remove some stuffs like "My files" which was basically simply like file explorer but from Samsung. That was indicated as "not remove" but probably can be ( com.sec.android.app.myfiles ).
Edit: day +1 after the step 13. Phone works properly. No visible impact on battery drain (seems high, as usual and with little usage overnight, same as before any intervention from my side). Unable to continue anything for now, being ill. Everything seems to work, even without the stuffs I removed.
On that note, I got rid of youtube and yt music, and installed YoutubeVance.
I tested the basics (phone, camera...) looks ok.
Note: this is WIP and more sharing the journey, as well as learning. Usually I would unlock bootloader, root, and install a decent ROM from XDA; but not happening this time.
Thanks for sharing cyber.cat thread ! Used it and removed 20+ useless app
ouroukai90 said:
Thanks for sharing cyber.cat thread ! Used it and removed 20+ useless app
Click to expand...
Click to collapse
Glad that could help- The tool from Cyber Cat and the threads are useful. Yet I saw quite a few tools/options around.
The idea was to share the experience of using one, do some sort of decrapifying/debloating and comment.
For me even if I expected a bit that, I was a bit surprise that this operation needs a lot of customization.
Let's say it was easier to start from a fresh Android ROM and add some selected Google apps, rather than trimming down that Samsung junk (That something I usually do with custom roms, here I stayed with official Samsung ROM, so I did not have that possibility to start fresh).
I see Android 11 update should come soon (around January 2021?).... I take it that they will reinstall all their garbage in the OTA update... And we will have to decrapify again!?
Yes I guess for a major update it will maybe reinstall crap like "tips" from Samsung. But i've done this using beta4 OneUI3.0 and it work very well
Is it possible to uninstall the google app? And then install it again? I have problems with hey google not working
Anskjer said:
Is it possible to uninstall the google app? And then install it again? I have problems with hey google not working
Click to expand...
Click to collapse
Yes, which app specifically?
Not sure what is "hey google", are you talking about "Google Assistant"?
Anyway, usually clear cache, not uninstall/reinstall...(then clear data when sure what you doing...)
htchd2sucks said:
Yes, which app specifically?
Not sure what is "hey google", are you talking about "Google Assistant"?
Anyway, usually clear cache, not uninstall/reinstall...(then clear data when sure what you doing...)
Click to expand...
Click to collapse
The assistant is inside the google app. Clear cache I have try but didn't work. Thanks for the help
The phone shown me an update yesterday (01/01/2021), OneUI3, Android 11.
It updated without any issue, and all my apps and things are properly there after.
One strange thing is it was allegedely updating 470 apps on my phone, I don't remember having so many.
Another thing to notice, is that I did not notice any new garbage apps after the update. For example, some emoticons junk was not reinstalled. Also, the default keyboard remains Gboard, like I set myself before the update.
Anyway, time to check now, in details.
Verdict: # Total applications: 421
Some junk have been installed again during the update. (after my previous cleaning, I was at:
# Total applications: 361)
I don't see the same type of junk as it was before, like Netflix apps, Bixby...etc... So it's rather strange.
One horrible app I found is "eBay Partner Attribution". What is it? Affiliate marketing is a referral program where sites pay commissions to affiliates who send traffic to their site that results in a sale.
Well done Samsung, installing junk to get additional money...
App killed on sight (com.ebay.carrier).
I also removed com.google.android.videos.
That will be all for now, don't have the time to do better.
Is it really safe to debloat all knox related stuff? just asking if it helps anything?
jirka607 said:
Is it really safe to debloat all knox related stuff? just asking if it helps anything?
Click to expand...
Click to collapse
I think knox junk tripping is only if you replace your bootloader:
Knox
I think removing the apps only is not tripping it (anyway, if it is, my phone is fine without it).
It depends what you mean "safe" anyway, if you are talking about some features that might not work, or a broken phone for example.
Thanks, im not sure if you should put the Knox app in the safe list.
danterape said:
Thanks, im not sure if you should put the Knox app in the safe list.
Click to expand...
Click to collapse
Try to delete it then u'll see xD

Needing help with my cheap A03s

Couldn't find that one listened anywhere here specifically. I'm pretty sure my phones compromised but I'll probably just get people telling me I'm being paranoid. Just notice a lot of weird stuff going on.
I'll give some examples, but it would be cool if someone else here has an A03s and could give me a full list of the system apps to know for sure if mine has some extra ones that aren't truly factory. Because I've restore it several times and they don't go away.
Like under the apps screen under the basic ones I got apps like Android auto, webview, configapk, customization service, and something called data restore tool, device health services, group sharing, meet, nearby device sharing, quick sharing, quick share, settings..etc. which to my knowledge are pretty normal apps to see on phones right? But I seem unable to control them, if I disable them and go back and check later they mysteriously reenabled again, or after that the permissions lists will be greyed out not being able to do anything. Also there is a app called "permissions controller", as well as ones called "apps", "apps update", "tools", "app recommendations", "settings recommendations"..etc. is that normal? I never noticed that with my old samsung. They are really small file size apps with pretty generic looking icons and they don't let me disable them.
What gets more weird to me though is when I enable the system apps too. I see all kinds of suspicious looking ****.
Like for the android setup, and android system apps there are two of each, and the other two have generic looking icons, also got stuff like configuration restore, audio mirroring, auto hotspot, automation test, bluetooth/bluetooth midi service, call & text on other devices, callbgprovider, camera extensions proxy, carrier login engine, sim tool kit, cell broadcast services, clipboardsaveservice, cmh provider, companion device manager (where I have no idea where my "companion is or how to control it so I must be the one being controlled?", configupdater, csc, dcktimesyncapplication, dynamic system updates, ipservice, enterprise sim pin service, external storage, like 10 different gestural navigation bars, group sharing, iaft, ims service, settings, and logging, input devices, iothiddenmenu, keycustomizationinfobnr, launcher, locale overlay manager, service mode and service mode ril, media and devices, mdmapp, vpndialogs, mmigroup,mmsservice, mobilewips, mtp host, nearby device scanning (2 instances), network diagnostic, nsdswebapp, one handed mode, osulogin, package installer, an app called "people", private share, proxy handler, quick share agent, samsung core services? (is that a real app even? I can disable it but who wants to disable "core" system apps, so touche there if it is a program deployed by a hacker on their app naming skills lol, smart switch agent, 2 instances of software update, system connectivity resources, system uwb/wifi resources, an app called "tasks", tethering, tethering provision and tethering automation, tfstatus/tffunlock always running when I never access them, usbsettings, and theres one called wallpaper services/wallpaper and style that looks really generic which is confusing because I assumed the samsung theme manager just handled all that stuff in one? We also got wearable manager installer running, and sometimes wificalling and wifi direct or work setup will be running when I don't have any of those configured.
Sorry for the huge block of text, I'm sure I missed a bunch i missed because there's some that don't show even when you tap "show system apps", like the skms agent as one example, so got a few general questions for you, so for the file/download system I got a bunch of default apps. There's two different files apps, there's a download manager and download app, and also a storage manager, and ALSO a app called the external storage that always wants to be running but can you explain that if I have no external storage? Is the built in storage space on the a03 called external storage? I even have my drive apps and stuff disabled.
Another things that's suspicious to me is secmediastorage, secvideoengineservice, secsoundpicker, secureelementapplication, media and devices + ext storage. Like why should there be a SECOND video or audio engine running when I'm old school and don't even use cast programs/features or anything like that? In fact it's usually one of the first things I just go ahead and try disable.
I noticed a lot of weird things going on with the display though too, looking really sharp then suddenly almost looking like there's two layers of gui not exactly lined up, like off by a pixels making things look blurrier. Like the one ui home is the default factory launcher right? So why does my phone also have a app called "launcher", plus another hidden launcher or something running in the background? I can't remember the name of it offhand, something GUI..
And I understand the concept of android have a permission controller, and "core apps" but are there actually apps under the system apps named that lol? "permission controller", "samsung core apps" one called "device services"...
also is service mode suppose to be running in the background? I googled into it and know it's a genuine service, but I really don't understand why a lot of these apps are stopping and running or renabling themselves.. It's like I have zero control over my own phone and if I'm just paranoid and they are meant to be just seems like a waste of complete waste of ram/data to me.
****, I was just sitting here thinking for like a few minutes about to post and almost forgot the most suspicious ones I've noticed in last few days. all the "com." overlay apps. I guess I really saw the word "overlay" as something you should be suspicious about until the vpn I recently bought had a feature that is suppose to block web browser based overlays. Then I noticed that MOST of my com. apps are all overlay apps! Lol, ranging from google/samsung to mediatek.
I won't post all of them because there's probably 20 at least but here's a few.
com.mediatek.frameworkresoverlay
com.mediatek.settingsproviderresoverlay
com.mediatek.systemuiresoverlay
com.samsung.android.networkstaack.tethering.overlay
com.samsung.android.smartswitchassistant
com.samsung.android.wifi.p2paware.resources
com.sec.android.app.camerasaver and a camera.app.cameraapp one (camera always running in background even if background and battery saver with restricted settings enabled)
com.google.android.ondevicepersonalization.services (I never used any personalization service or see a personalization app for that matter)
com.google.android.networkstack.tethering.overlay
and there's a bunch of com.google.android.overlay.gmsconfig ones /common geotz/ gsa/ photos/
com.google.android.overlay.modules.captiveportallogin.forframework
plus a overlay broadcastreceiver, ext.services, documentsui, permissioncontroller, and sdksandbox one.. tetheringresoverlay, wcmurlsnetworkstackoverlay, locale overlay manager..etc.
Also I get my service through straight talk which I think uses verizon and I noticed when I go to connections/mobile networks and network operators and uncheck the box "select automatically" that for some reason it only wants to connect to a network operator called "Home". I just thought that was kind of a weird and generic name for a network operator. I tried to use a android hidden settings app to change that because it was blocked out and thought I messed up my phone because I no longer had data and couldn't access the menu through the app anymore, but luckily a reformat fixed it but I'm still dealing with all this crap haha.
Can someone tell me I'm not crazy and there's definitely someone that is accessing and controlling my phone without my permission and what would be the best way to go about dealing with this?
Thanks.
First things fist: Here on XDA we expect you to follow the Forum Rules:
2.5 All members are expected to read and adhere to the XDA rules.
Click to expand...
Click to collapse
If you haven't done that yet, click the link in my signature and do it now.
One of the rules you'll notice is this one:
5. Create a thread topic or post a message only once, this includes external links & streaming media.
As a large forum, we don't need unnecessary clutter. You're free to edit your message as you like, so if you do not receive an answer, revisit your message and see if you can describe your problem better. Not everyone is online at the same time so it might take a while before you receive an answer.
You can bump your unanswered question once every 24 hours
Duplicate threads and posts will be removed
Always post in an existing thread if a topic already exists, before creating a new thread.
Use our search function to find the best forum for your device.
Click to expand...
Click to collapse
You've copied this post at least once. We'll be removing the duplicate.
Now on to your question...
It is my opinion that the problem may not be with what you are observing, but with your assumptions. In the duplicate thread, you assume two possibilities:
You're being hacked
Your paranoia is justified
Have you thought there may be a third or even fourth option? Such as, maybe you don't understand that much about Android, you don't recognize what you see, you're assuming it's malicious, which combined with your own confirmation bias, has led you to the conclusion that foul play is afoot?
Nothing you have described sounds in any way abnormal. You have a Samsung device running OneUI (Samsung's framework overlaid on top of Android) that is powered by a Mediatek chipset. Everything you describe sounds completely normal to me, with over 10 years of experience in Android, most of that with Samsung devices.
My conclusion, to be frank: You are not being hacked, and your paranoia is unfounded.
OP your post gave me a headache trying to read it.
So...
Have it reflash to the stock firmware if you really think it's behaving erratically and a factory reset doesn't work. Change Google password and all others.
Then be careful what you install.
Don't put in foreign thumb drives or let others use it.

Categories

Resources