With the latest eu update to c.61, OnePlus seems to have locked down on the ability to remove the "Login with OnePlus account" for the red cable club from settings.
Previously this could be removed via ADB, but it doesn't appear to be possible now.
Can anyone confirm if they have found a method? Thanks
EDIT: Found correct ADB command. I was using 'account' instead of 'membership'.
{
"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"
}
I used ADB AppControl to uninstall it. The app makes it easy to find unwanted apps and disable or uninstall them.
omar302 said:
I used ADB AppControl to uninstall it. The app makes it easy to find unwanted apps and disable or uninstall them.
Click to expand...
Click to collapse
Same as that, but i was looking for the complete wrong item. I was looking for 'account' when i should have been looking for 'membership'.
hallo dare said:
Same as that, but i was looking for the complete wrong item. I was looking for 'account' when i should have been looking for 'membership'.
Click to expand...
Click to collapse
Happened to me also, I thought I didn't remember it correctly.
Thanks! I had to uninstall both 'membership' and 'account' to get rid of the red cable club in the settings:
Code:
pm uninstall --user 0 com.oneplus.membership
pm uninstall --user 0 com.oneplus.account
Mr.Brick said:
Thanks! I had to uninstall both 'membership' and 'account' to get rid of the red cable club in the settings:
Code:
pm uninstall --user 0 com.oneplus.membership
pm uninstall --user 0 com.oneplus.account
Click to expand...
Click to collapse
That makes sense and good to know!
Mr.Brick said:
Thanks! I had to uninstall both 'membership' and 'account' to get rid of the red cable club in the settings:
Code:
pm uninstall --user 0 com.oneplus.membership
pm uninstall --user 0 com.oneplus.account
Click to expand...
Click to collapse
Thank you! It was annoying me lol
Related
Hi all,
I've been having an issue for a while on CM7.1.0 (stable) where, whenever I uninstall applications, their icon shows up as a grey image in my Settings->Applications->Manage Applications.
Take a look at this screenshot and you will see what it looks like...
{
"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"
}
This happens with both applications who are SD card-transferable, and non-SD card apps.
When I click on one of these "ghost packages", Settings gives me a force close notification.
Here is a logcat of what happens when I click on one of these apps...
http://pastebin.com/HkP64GVH
Does anybody else have this issue? And what can I do to fix it?
Hope to hear back on this. Take care
-Proxin
How are you uninstalling the apps?
Can you check if they still have entries under /data/app?
-Nipqer
Nipqer said:
How are you uninstalling the apps?
Can you check if they still have entries under /data/app?
-Nipqer
Click to expand...
Click to collapse
Thanks for the reply,
I find this issue happens no matter how I uninstall them- through Settings->Manage Applications, or through uninstalling via long-press in GO Launcher. Their icons still show up weird like this.
There are no entries for these applications in my /data/app directory, nor under /data/data or /data/app-private. :s
Can you download/run Titanium Backup and see if there are any entries in there? Maybe try delete them from there.
Also, in adb shell (or terminal emulator, make sure you're root), run;
find -name *mojang*
(or some other app name)
That will list everywhere on your phone it is. Might help narrow it down.
-Nipqer
i had the same problem before and erasing them completely in titanium backup helped
Nipqer said:
Can you download/run Titanium Backup and see if there are any entries in there? Maybe try delete them from there.
Also, in adb shell (or terminal emulator, make sure you're root), run;
find -name *mojang*
(or some other app name)
That will list everywhere on your phone it is. Might help narrow it down.
-Nipqer
Click to expand...
Click to collapse
Thanks for the suggestion, and sorry for the delayed response... Would I find options to uninstall these in Backup/Restore? I don't see those apps in Titanium there.
I used find and grep -l to search as well and couldn't find these. The only entries I have found about them are in packages.xml.
Hi,
I have Note 7 950F (new, green bat ico) but I dont wont to return to Samsung. It's possible to disable automatic system update?
I expected update to "kill phone" from Samsung. On previous note 7 I have disabled updates and fw with battery charge limit is installed automaticaly.
I using knox, I dont want root.
Thanks
Package Disabler Pro.
NIKKOTUASON said:
Package Disabler Pro.
Click to expand...
Click to collapse
Hi, installed. What disable?
The bottom four will end all updates.
NIKKOTUASON said:
The bottom four will end all updates.
Click to expand...
Click to collapse
Hi, unable to find bottom four. Only found 1/4. Screenshot:
{
"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"
}
Nothing below "System Update", that is the last package on the list. Nothing else to scroll to.
This is a Verizon Note 7. Anything else I need to disable?
Type in the name of the file where it says update (search bar).
Rick GM said:
Type in the name of the file where it says update (search bar).
Click to expand...
Click to collapse
Nothing.
Apparently 3/4 of those packages just don't exist on my Verizon phone...
I hope that means I'm safe.
Strange. Assume you've scrolled through to find it (alphabetical).
Rick GM said:
Strange. Assume you've scrolled through to find it (alphabetical).
Click to expand...
Click to collapse
Yep, I've done that.
I'd be tempted to check the two System updates (which I don't have) in your post #5
Rick GM said:
I'd be tempted to check the two System updates (which I don't have) in your post #5
Click to expand...
Click to collapse
Done, thanks.
Paytm won't start until the Quick Support app in completely uninstalled from the phone. Is there any way to bypass this check ? I tried few methods like disabling Quick Support app and also installing it in Parallel Space but the Paytm still detects that Quick Support is installed on the phone..
{
"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"
}
Probably containering the app is the best way, you can do this with apps like parallel space but those suck. Try to find a root solution for completely containering apps if you can
If they can still read app data, which is supposed to be blocked...I can't really help you
Some random said:
Probably containering the app is the best way, you can do this with apps like parallel space but those suck. Try to find a root solution for completely containering apps if you can
If they can still read app data, which is supposed to be blocked...I can't really help you
Click to expand...
Click to collapse
My device is fully rooted with TWRP and magisk installed. Like I said I have tried Parallel space but it didn't work out. I have no idea what application containerization is and how I can do it.
rizwan.mahai said:
My device is fully rooted with TWRP and magisk installed. Like I said I have tried Parallel space but it didn't work out. I have no idea what application containerization is and how I can do it.
Click to expand...
Click to collapse
Parallel space is not containered. Try using this: https://play.google.com/store/apps/details?id=moe.shizuku.redirectstorage
Some random said:
Parallel space is not containered. Try using this: https://play.google.com/store/apps/details?id=moe.shizuku.redirectstorage
Click to expand...
Click to collapse
Thanks a lot man, I added paytm into this application, I can now run it without it prompting me to uninstall TeamViewer and Airdroid.
rizwan.mahai said:
Thanks a lot man, I added paytm into this application, I can now run it without it prompting me to uninstall TeamViewer and Airdroid.
Click to expand...
Click to collapse
This also dilivers similar functionality to Android Q containering. Btw
Hi,
I'm looking for a way to disable the annoying "Login to your account" prompting you to log into your OnePlus account on the settings page. I already disabled the Oneplus Account app, so clicking the thing won't do anything.
Thanks
I don't think there is any way to do that. I just ignore it, it doesn't seem to bother me, it's not like it pops up or anything.
Cubox. said:
Hi,
I'm looking for a way to disable the annoying "Login to your account" prompting you to log into your OnePlus account on the settings page. I already disabled the Oneplus Account app, so clicking the thing won't do anything.
Thanks
Click to expand...
Click to collapse
Yes, it's annoying but can't be removed.
Cubox. said:
Hi,
I'm looking for a way to disable the annoying "Login to your account" prompting you to log into your OnePlus account on the settings page. I already disabled the Oneplus Account app, so clicking the thing won't do anything.
Click to expand...
Click to collapse
It happens to be so much annoying! Have not yet found a solution. Will post it once I get to know how to deal with it.
{
"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"
}
I just logged in doesn't bother me at all
NullZeroNull said:
View attachment 5270645
Click to expand...
Click to collapse
+1
Or run the command as root in Termux (or any other Android terminal emulator) on the phone itself.
pm uninstall -k --user 0 com.oneplus.account
Rooted phone is needed though
WatskeBart said:
+1
Or run the command as root in Termux (or any other Android terminal emulator) on the phone itself.
pm uninstall -k --user 0 com.oneplus.account
Rooted phone is needed though
Click to expand...
Click to collapse
Was able to do it via adb without root. Make sure to restart your device after uninstalling it.
craznazn said:
Was able to do it via adb without root. Make sure to restart your device after uninstalling it.
Click to expand...
Click to collapse
With Termux it was instantly gone without a reboot.
How does one remove/disable the voice seach/icon from Sony TV running Android 9?
"Search Movies, TV and more..."
I already disabled Google app (com.google.android.katniss) and now the Google voice assistance/search button on my remote doesn't do anything (exactly what I wanted), but the Seach/Icon running suggestions still appears on the top left on the Home screen. I want to get rid of that by running adb command, but don't know which pkg name to disable?
I have access to ADB and could issue an ADB command, but there are too many system aps (see attached).
Please help direct me to the right path, thanks.
package:/product/app/mtktvapi_upgrade/mtktvapi_upgrade.apk=mtktvapi.upgrade
package:/system/priv-app/HelpGuideContents_USLTN/HelpGuideContents_USLTN.apk=com.sony.dtv.helpguidecontents
package:/system/priv-app/UpgradeSetup/UpgradeSetup.apk=com.sony.dtv.upgradesetup
package:/system/priv-app/SonySystemSettings/SonySystemSettings.apk=com.sony.dtv.settings
package:/system/priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk=com.android.cts.priv.ctsshim
package:/system/priv-app/BraviaSyncMenu/BraviaSyncMenu.apk=com.sony.dtv.braviasyncmenu
package:/system/app/HomeKit/HomeKit.apk=com.sony.dtv.homekit
package:/vendor/priv-app/QuicksetSDK-quickset_sd_k-america/QuicksetSDK-quickset_sd_k-america.apk=com.uei.quicksetsdk.sony
package:/system/priv-app/NodeRuntimeNormal/NodeRuntimeNormal.apk=com.sony.dtv.b2b.noderuntime.normal
package:/product/app/mtktvapi_scan/mtktvapi_scan.apk=mtktvapi.scan
package:/system/priv-app/GoogleExtServices/GoogleExtServices.apk=com.google.android.ext.services
package:/system/priv-app/AndroidMediaShell/AndroidMediaShell.apk=com.google.android.apps.mediashell
package:/system/priv-app/Katniss/Katniss.apk=com.google.android.katniss
package:/vendor/app/HddManager/HddManager.apk=com.sony.dtv.hddmgr
package:/system/priv-app/HomeTheatreControl/HomeTheatreControl.apk=com.sony.dtv.HomeTheatreControl
package:/system/priv-app/CalendarProvider/CalendarProvider.apk=com.android.providers.calendar
package:/system/priv-app/SonyTvSettings/SonyTvSettings.apk=com.android.tv.settings
package:/vendor/app/SonyTvProvider/SonyTvProvider.apk=com.sony.dtv.tvinput.provider
package:/system/app/SonyBugreportSysService/SonyBugreportSysService.apk=com.sony.dtv.sonybugreportsys
package:/system/priv-app/MediaProvider/MediaProvider.apk=com.android.providers.media
package:/vendor/app/DemoSupport/DemoSupport.apk=com.sony.dtv.demosupport
package:/system/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk=com.google.android.onetimeinitializer
package:/system/app/GoogleExtShared/GoogleExtShared.apk=com.google.android.ext.shared
package:/system/priv-app/IRBlaster/IRBlaster.apk=com.sony.dtv.irblaster
package:/system/app/AudioOutputService/AudioOutputService.apk=com.sony.dtv.audiooutput
package:/system/app/BraviaApp/BraviaApp.apk=com.sony.dtv.promos
package:/system/priv-app/BraviaSyncService/BraviaSyncService.apk=com.sony.dtv.braviasyncservice
package:/system/priv-app/BraviaSyncSetting/BraviaSyncSetting.apk=com.sony.dtv.braviasyncsetting
package:/system/priv-app/Timers/Timers.apk=com.sony.dtv.timers
package:/system/priv-app/Update/Update.apk=com.sony.dtv.update
package:/system/app/SemcDlna/SemcDlna.apk=com.sonyericsson.dlna
package:/system/priv-app/ExternalStorageProvider/ExternalStorageProvider.apk=com.android.externalstorage
package:/system/priv-app/SonySystemService/SonySystemService.apk=com.sony.dtv.sonysystemservice
package:/vendor/overlay/TvLauncherCustomizerOverlay_AppOrder_NA.apk=com.sony.dtv.tvlaunchercustomizer.overlay.apporder
package:/product/priv-app/mtktvapi_config_test/mtktvapi_config_test.apk=com.mediatek.test
package:/system/app/HTMLViewer/HTMLViewer.apk=com.android.htmlviewer
package:/product/app/mtktvapi_channellist/mtktvapi_channellist.apk=mtktvapi.channellist
package:/vendor/app/AtscTunerInputService/AtscTunerInputService.apk=com.sony.dtv.tvinput.tuner
package:/system/app/CompanionDeviceManager/CompanionDeviceManager.apk=com.android.companiondevicemanager
package:/data/app/com.amazon.tv.leanbacklauncher-3aR0jwsxXZQHnh__ZyyV8A==/base.apk=com.amazon.tv.leanbacklauncher
package:/system/app/PlayAutoInstallConfig/PlayAutoInstallConfig.apk=android.autoinstalls.config.sony.bravia
package:/system/app/TextMagnification_Other/TextMagnification_Other.apk=com.sony.dtv.common.base.AccessibilityText
package:/system/priv-app/DownloadProvider/DownloadProvider.apk=com.android.providers.downloads
package:/system/priv-app/TvProvider/TvProvider.apk=com.android.providers.tv
package:/system/priv-app/Backdrop/Backdrop.apk=com.google.android.backdrop
package:/system/app/UsbMsgService/UsbMsgService.apk=com.sony.dtv.usbmsgservice
package:/vendor/app/DeviceAgentProduct/DeviceAgentProduct.apk=com.qterics.da.product
package:/system/app/VoiceAgentAdapter/VoiceAgentAdapter.apk=com.sony.dtv.voiceagentadapter
package:/product/app/mtktvapi_broadcast/mtktvapi_broadcast.apk=mtktvapi.broadcast
package:/system/app/NotificationCenter/NotificationCenter.apk=com.sony.dtv.notificationcenter
package:/product/app/TVRemoteserviceagent/TVRemoteserviceagent.apk=com.mediatek.agent
package:/system/priv-app/SetupWraithPrebuilt/SetupWraithPrebuilt.apk=com.google.android.tungsten.setupwraith
package:/product/app/mtktvapi_volctrl/mtktvapi_volctrl.apk=mtktvapi.volctrl
package:/vendor/app/OsdPlaneVisibilityManager/OsdPlaneVisibilityManager.apk=com.sony.dtv.osdplanevisibilitymanager
package:/system/priv-app/Rs232cSupport/Rs232cSupport.apk=com.sony.dtv.b2b.rs232csupport
package:/product/app/mtktvapi_inputsource/mtktvapi_inputsource.apk=mtktvapi.inputsource
package:/system/priv-app/PreInAppFiltering/PreInAppFiltering.apk=com.sony.dtv.preinappfiltering
package:/data/app/org.schabi.newpipe-ASXJEIfRaHTX-yU1017lpg==/base.apk=org.schabi.newpipe
package:/product/app/mtktvapi_cec/mtktvapi_cec.apk=mtktvapi.cec
package:/product/app/mtktvapi_epg/mtktvapi_epg.apk=mtktvapi.epg
package:/product/app/mtktvapi_pvr/mtktvapi_pvr.apk=mtktvapi.pvr
package:/system/app/TvPosition/TvPosition.apk=com.sony.dtv.tvpositionscreen
package:/system/priv-app/ISWLanguageSettings/ISWLanguageSettings.apk=com.sony.dtv.localepicker
package:/system/priv-app/DefaultContainerService/DefaultContainerService.apk=com.android.defcontainer
package:/system/priv-app/WebAppRuntime/WebAppRuntime.apk=com.sony.dtv.browser.webappruntime
package:/system/priv-app/Tubesky/Tubesky.apk=com.android.vending
package:/system/app/PacProcessor/PacProcessor.apk=com.android.pacprocessor
package:/system/app/QuickSetupCustomizer/QuickSetupCustomizer.apk=com.sony.dtv.QuickSetupCustomizer
package:/vendor/app/BroadcastRequirementControl/BroadcastRequirementControl.apk=com.sony.dtv.broadcastclock.broadcastrequirementcontrol
package:/system/app/CertInstaller/CertInstaller.apk=com.android.certinstaller
package:/system/app/talkback/talkback.apk=com.google.android.marvin.talkback
package:/system/framework/framework-res.apk=android
package:/system/app/WifiDirect_SM/WifiDirect_SM.apk=com.sony.dtv.networkapp.wifidirect
package:/product/app/mtktvapi_nativeapp/mtktvapi_nativeapp.apk=mtktvapi.nativeapp
package:/system/app/Pumpkin/Pumpkin.apk=com.google.android.speech.pumpkin
package:/vendor/app/ServiceMode/ServiceMode.apk=com.sony.dtv.servicemode
package:/system/app/SemcMusic/SemcMusic.apk=com.sony.dtv.osat.music
package:/system/priv-app/BackupRestoreConfirmation/BackupRestoreConfirmation.apk=com.android.backupconfirm
package:/vendor/app/PanelSettings/PanelSettings.apk=com.sony.dtv.panelsettings
package:/system/app/Vudu_Android/Vudu_Android.apk=air.com.vudu.air.DownloaderTablet
package:/vendor/app/WebApiDialCore/WebApiDialCore.apk=com.sony.dtv.webapi.core
package:/system/priv-app/WebAppService/WebAppService.apk=com.sony.dtv.browser.webappservice
package:/system/app/InteractiveTvUtil_Output/InteractiveTvUtil_Output.apk=com.sony.dtv.interactivetvutil.output
package:/system/priv-app/StatementService/StatementService.apk=com.android.statementservice
package:/vendor/app/SystemUpdate/SystemUpdate.apk=com.sony.dtv.systemupdate
package:/product/app/mtktvapi_dvbs_scan/mtktvapi_dvbs_scan.apk=mtktvapi.dvbs.scan
package:/data/app/com.microsoft.emmx-3BfPLxJs2Y0yDf17S006yg==/base.apk=com.microsoft.emmx
package:/vendor/priv-app/TvSettingsBroadcast/TvSettingsBroadcast.apk=com.sony.dtv.tvsettingsbroadcast
package:/system/priv-app/SettingsIntelligence/SettingsIntelligence.apk=com.android.settings.intelligence
package:/vendor/app/CustomerSupport/CustomerSupport.apk=com.sony.dtv.customersupport
package:/product/app/mtktvapi_highlevel/mtktvapi_highlevel.apk=mtktvapi.highlevel
package:/system/app/HueyDMRSettings/HueyDMRSettings.apk=com.sony.huey.dlna.renderersettings
package:/vendor/priv-app/VendorProtocol/VendorProtocol.apk=com.sony.dtv.b2b.vendorprotocol
package:/system/priv-app/PrivacyPolicy/PrivacyPolicy.apk=com.sony.dtv.privacypolicy
package:/system/app/AmazonVideo/AmazonVideo.apk=com.amazon.amazonvideo.livingroom
package:/system/priv-app/SettingsProvider/SettingsProvider.apk=com.android.providers.settings
package:/system/priv-app/SharedStorageBackup/SharedStorageBackup.apk=com.android.sharedstoragebackup
package:/system/app/QuickLauncherLauncher/QuickLauncherLauncher.apk=com.sony.dtv.systemui.quicklauncherlauncher
package:/system/priv-app/SmartMediaApp/SmartMediaApp.apk=com.sony.dtv.smartmediaapp
package:/data/app/com.nathnetwork.eternaltv-no6gMrWwWAYZJQiRYobSnQ==/base.apk=com.nathnetwork.eternaltv
package:/system/app/Music2Pano/Music2Pano.apk=com.google.android.music
package:/system/app/PrintSpooler/PrintSpooler.apk=com.android.printspooler
package:/system/app/BasicDreams/BasicDreams.apk=com.android.dreams.basic
package:/system/app/VideoFrameServer/VideoFrameServer.apk=com.sony.dtv.videoframeserver
package:/system/app/SecondDispSetting/SecondDispSetting.apk=com.sony.dtv.seconddispsetting
package:/system/app/SecureElement/SecureElement.apk=com.android.se
package:/system/priv-app/InputDevices/InputDevices.apk=com.android.inputdevices
package:/vendor/app/Darwin/Darwin.apk=com.sony.dtv.multiscreendemo
package:/system/app/ConnectedDeviceSettings/ConnectedDeviceSettings.apk=com.sony.dtv.connecteddevicesettings
package:/system/priv-app/HotelMode/HotelMode.apk=com.sony.dtv.b2b.hotelmode
package:/system/priv-app/TVRecommendations/TVRecommendations.apk=com.google.android.tvrecommendations
package:/system/priv-app/ImeProxy/ImeProxy.apk=com.sony.dtv.imeproxy
package:/system/priv-app/VoiceGuide/VoiceGuide.apk=com.sony.dtv.voice.guide
package:/system/priv-app/DemoSystemSupport/DemoSystemSupport.apk=com.sony.dtv.demosystemsupport
package:/system/priv-app/TVLauncher/TVLauncher.apk=com.google.android.tvlauncher
package:/system/app/WebViewGoogle/WebViewGoogle.apk=com.google.android.webview
package:/system/app/CountrySettings/CountrySettings.apk=com.sony.dtv.countrysetting
package:/system/app/SoftwareLicense_NA/SoftwareLicense_NA.apk=com.sony.dtv.softwarelicense
package:/data/app/com.eternaltv.eternaltviptvbox-jG8h9lsk89hsUKyxR8shOw==/base.apk=com.eternaltv.eternaltviptvbox
package:/system/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk=com.google.android.syncadapters.contacts
package:/system/priv-app/QuickSetup/QuickSetup.apk=com.sony.dtv.quicksetup
package:/system/app/KeyChain/KeyChain.apk=com.android.keychain
package:/system/priv-app/GooglePackageInstaller/GooglePackageInstaller.apk=com.google.android.packageinstaller
package:/system/app/DirectSettings/DirectSettings.apk=com.sony.dtv.configsettings
package:/system/priv-app/PrebuiltGmsCorePano/PrebuiltGmsCorePano.apk=com.google.android.gms
package:/system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk=com.google.android.gsf
package:/system/app/GoogleTTS/GoogleTTS.apk=com.google.android.tts
package:/system/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk=com.google.android.partnersetup
package:/system/app/VideosPano/VideosPano.apk=com.google.android.videos
package:/system/app/SonyLogLevelSettingSys/SonyLogLevelSettingSys.apk=com.sony.dtv.sonyloglevelsettingsys
package:/vendor/app/SonyLogLevelSettingVnd/SonyLogLevelSettingVnd.apk=com.sony.dtv.sonyloglevelsettingvnd
package:/system/priv-app/CEB/CEB.apk=com.sony.dtv.browser.ceb
package:/system/priv-app/IrbService/IrbService.apk=com.sony.dtv.irbservice
package:/system/priv-app/SonySelect/SonySelect.apk=com.sony.dtv.sonyselect
package:/system/priv-app/ProxyHandler/ProxyHandler.apk=com.android.proxyhandler
package:/data/app/org.videolan.vlc-0Voy5BBxDixbovwoV0GD7Q==/base.apk=org.videolan.vlc
package:/system/priv-app/GoogleFeedback/GoogleFeedback.apk=com.google.android.feedback
package:/vendor/app/B2bFrameworkExtension/B2bFrameworkExtension.apk=com.sony.dtv.b2b.frameworkextension
package:/system/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk=com.google.android.syncadapters.calendar
package:/system/priv-app/ProSettings/ProSettings.apk=com.sony.dtv.b2b.prosettings
package:/system/priv-app/ImportExport/ImportExport.apk=com.sony.dtv.b2b.importexport
package:/data/app/com.sec.android.app.sbrowser-uirRqeDjAYQ8fDsv7DtzeA==/base.apk=com.sec.android.app.sbrowser
package:/system/priv-app/NodeRuntimePrivilege/NodeRuntimePrivilege.apk=com.sony.dtv.b2b.noderuntime.privilege
package:/system/priv-app/SmartHelp/SmartHelp.apk=com.sony.dtv.smarthelp
package:/system/priv-app/BrowserCoreService/BrowserCoreService.apk=com.vewd.core.service
package:/system/app/BugReportSender/BugReportSender.apk=com.google.android.tv.bugreportsender
package:/system/app/AirPlayApp/AirPlayApp.apk=com.sony.dtv.airplayapp
package:/system/app/SSM/SSM.apk=tv.samba.ssm
package:/product/app/mtktvapi_agent/mtktvapi_agent.apk=mtktvapi.agent
package:/product/app/mtktvapi_audio/mtktvapi_audio.apk=mtktvapi.audio
package:/product/app/mtktvapi_mouse/mtktvapi_mouse.apk=mtktvapi.mouse
package:/system/app/SmartHomeSettings/SmartHomeSettings.apk=com.sony.dtv.smarthomesettings
package:/system/priv-app/B2bSoftAp/B2bSoftAp.apk=com.sony.dtv.b2b.softap
package:/system/app/AcousticAutoCalibration/AcousticAutoCalibration.apk=com.sony.dtv.acousticautocalibration
package:/system/priv-app/HomeNetworkSettings/HomeNetworkSettings.apk=com.sony.dtv.homenetwork
package:/data/app/com.cxinventor.file.explorer-BzwwOyT3MlfSgoDtHw16Pw==/base.apk=com.cxinventor.file.explorer
package:/system/app/Screen_mirroring/Screen_mirroring.apk=screnmirroring.com
package:/system/priv-app/LeanbackLauncher/LeanbackLauncher.apk=com.google.android.leanbacklauncher
package:/system/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk=com.google.android.backuptransport
package:/system/app/WebAppRuntimeExtension/WebAppRuntimeExtension.apk=com.sony.dtv.browser.webappruntimeextension
package:/system/priv-app/SonySettingsProvider/SonySettingsProvider.apk=com.sony.dtv.settingsprovider
package:/system/priv-app/InteractiveTvUtil/InteractiveTvUtil.apk=com.sony.dtv.interactivetvutil
package:/product/app/mtkSoftKeyboardAgent/mtkSoftKeyboardAgent.apk=com.mediatek.mtkSoftKeyboardAgent
package:/system/app/BroadcastServiceSetup/BroadcastServiceSetup.apk=com.sony.dtv.broadcastservicesetup
package:/product/app/DMRemoteserviceagent/DMRemoteserviceagent.apk=com.mediatek.dmagent
package:/system/priv-app/SssAuthbridgePrebuilt/SssAuthbridgePrebuilt.apk=com.google.android.sss.authbridge
package:/system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk=com.android.cts.ctsshim
package:/vendor/app/NetflixAdapter/NetflixAdapter.apk=com.netflix.partner.ncm
package:/vendor/priv-app/ParentalControlSettings/ParentalControlSettings.apk=com.sony.dtv.parentalcontrolsettings
package:/product/app/MtkNetworkMonitorService/MtkNetworkMonitorService.apk=com.mediatek.network
package:/system/app/YouTubeLeanback/YouTubeLeanback.apk=com.google.android.youtube.tv
package:/vendor/app/OndAgentService/OndAgentService.apk=com.sony.dtv.ondservice
package:/product/app/mtktvapi_tvpause/mtktvapi_tvpause.apk=mtktvapi.tvpause
package:/system/priv-app/Frame/Frame.apk=com.sony.dtv.frame
package:/vendor/app/TvApiService/TvApiService.apk=com.sony.dtv.tvapi
package:/system/priv-app/VpnDialogs/VpnDialogs.apk=com.android.vpndialogs
package:/system/app/FrameworkPackageStubs/FrameworkPackageStubs.apk=com.google.android.tv.frameworkpackagestubs
package:/system/priv-app/Shell/Shell.apk=com.android.shell
package:/system/app/ExternalInputServices/ExternalInputServices.apk=com.sony.dtv.tvinput.external
package:/system/app/WallpaperBackup/WallpaperBackup.apk=com.android.wallpaperbackup
package:/system/app/RemoteControlSettings/RemoteControlSettings.apk=com.sony.dtv.remotecontrolsettings
package:/product/app/PhotoPlayDemo/PhotoPlayDemo.apk=com.mediatek.photoplaydemo
package:/system/priv-app/UserDictionaryProvider/UserDictionaryProvider.apk=com.android.providers.userdictionary
package:/system/app/QuickSettingsLauncher/QuickSettingsLauncher.apk=com.sony.dtv.systemui.quicksettingslauncher
package:/system/priv-app/ServiceInformation/ServiceInformation.apk=com.sony.dtv.serviceinformation
package:/vendor/app/DeviceAgentService/DeviceAgentService.apk=com.sony.dtv.da.service
package:/system/priv-app/GoogleLedService/GoogleLedService.apk=com.google.android.tv.assistant
package:/system/priv-app/AtvRemoteService/AtvRemoteService.apk=com.google.android.tv.remote.service
package:/system/priv-app/FusedLocation/FusedLocation.apk=com.android.location.fused
package:/system/priv-app/SonySystemUI/SonySystemUI.apk=com.android.systemui
package:/data/app/com.wolf.google.lm-uELSkzacOO5T1WJGyynT8g==/base.apk=com.wolf.google.lm
package:/system/app/VoiceRecognitionConfirmation/VoiceRecognitionConfirmation.apk=com.sony.dtv.voicerecognitionconfirmation
package:/system/app/WebAppRuntimeDrm/WebAppRuntimeDrm.apk=com.sony.dtv.b2b.webappruntimedrm
package:/system/priv-app/Tvx/Tvx.apk=com.sony.dtv.tvx
package:/system/priv-app/NetworkSettings_US/NetworkSettings_US.apk=com.sony.dtv.networksettings
package:/system/app/CustomerSupportResource/CustomerSupportResource.apk=com.sony.dtv.customersupport.provider.res
package:/product/app/mtktvapi_menu/mtktvapi_menu.apk=com.mediatek.mtktvapi.menu
package:/system/app/PlayGamesPano/PlayGamesPano.apk=com.google.android.play.games
package:/product/app/mtktvapi_time/mtktvapi_time.apk=com.mediatek.mtktvapi_time
package:/system/app/netflix-ninja-release/netflix-ninja-release.apk=com.netflix.ninja
package:/vendor/app/BivlService/BivlService.apk=com.sony.dtv.bivlinfo
package:/system/app/Bluetooth/Bluetooth.apk=com.android.bluetooth
package:/system/priv-app/ContactsProvider/ContactsProvider.apk=com.android.providers.contacts
package:/vendor/app/HardwareManagerService/HardwareManagerService.apk=com.sony.dtv.tvinput.hardwaremanager
package:/system/app/TvLauncherCustomizer/TvLauncherCustomizer.apk=com.sony.dtv.tvlaunchercustomizer
package:/system/app/CaptivePortalLogin/CaptivePortalLogin.apk=com.android.captiveportallogin
package:/vendor/app/SonyVendorService/SonyVendorService.apk=com.sony.dtv.sonyvendorservice
package:/system/priv-app/EulaViewer/EulaViewer.apk=com.sony.dtv.eulaviewer
package:/vendor/app/ModelVariationProvider/ModelVariationProvider.apk=com.sony.dtv.provider.modelvariation
package:/product/app/mtktvapi_special_mode/mtktvapi_special_mode.apk=com.mediatek.mtktvapi_special_mode
package:/system/app/LatinIMEGoogleTvPrebuilt/LatinIMEGoogleTvPrebuilt.apk=com.google.android.inputmethod.latin
package:/vendor/app/ClockSyncService/ClockSyncService.apk=com.sony.dtv.broadcastclock.clocksyncservice
package:/system/app/HueyModule/HueyModule.apk=com.sony.huey.dlna.module
{
"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"
}
I'd propose you to frist debloat your tv before looking up for disabling that clue.
Can you please share how you debloat?
Thanks
Yahooooo!
adb shell pm disable-user --user 0 com.google.android.tvrecommendations
and also disable these:
com.google.android.tv.assistant
com.google.android.tv.remote.service
com.android.providers.media
com.google.android.videos
com.google.android.music
com.google.android.tv.bugreportsender
com.google.android.feedback
com.google.android.speech.pumpkin
com.google.android.marvin.talkback
com.google.android.katniss
com.google.android.play.games
com.google.android.youtube.tv
com.sony.dtv.tvx
com.sony.dtv.voice.guide
com.sony.dtv.smarthomesettings
com.sony.dtv.sonyselect
com.sony.dtv.promos
com.sony.dtv.sonybugreportsys
com.sony.dtv.osat.music
com.sony.dtv.smartmediaapp
com.sony.dtv.videoframeserver
tv.samba.ssm
com.netflix.ninja
com.netflix.partner.ncm