Question Is there anyway to get rid of this? - OnePlus 11

I don't want to login or create emojis but it keeps popping up asking if i want to. Any way to remove this?
{
"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"
}

Package Disabler or a adb edit will stop it from running at startup. You can try to disable or uninstall the app in settings but many times you don't have that option.
Any dependencies it may have will also be affected as well... don't go too nuts.

blackhawk said:
Package Disabler or a adb edit will stop it from running at startup. You can try to disable or uninstall the app in settings but many times you don't have that option.
Any dependencies it may have will also be affected as well... don't go too nuts.
Click to expand...
Click to collapse
So which app is that?

I have the OnePlus 10 Pro and I don't believe you can remove it. However, apart from where you see the message it should not appear anywhere else, except maybe within the OnePlus Store app.

birdie said:
So which app is that?
Click to expand...
Click to collapse
Don't know, don't have that phone make.
It's pretty easy to figure it out especially with PD.

seancojr said:
I have the OnePlus 10 Pro and I don't believe you can remove it. However, apart from where you see the message it should not appear anywhere else, except maybe within the OnePlus Store app.
Click to expand...
Click to collapse
You can op membership and account need to be uninstalled via adb debloater. Has ui to do it.
Sent from my OnePlus 10pro
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com

blackhawk said:
Don't know, don't have that phone make.
It's pretty easy to figure it out especially with PD.
Click to expand...
Click to collapse
I've checked all the packages, nothing is "easy".

Option 1:
Open Termux application
Su
(superuser prompt)
"pm uninstall --user 0 com.oneplus.account"
Option 2:
"adb shell pm uninstall --user 0 com.oneplus.account"
Reboot
To restore:
"adb shell cmd package install-existing com.oneplus.account"
Option 3:
https://forum.xda-developers.com/t/...mate-app-manager-debloat-tool-tweaks.4147837/
Adb control application tool

The below is actually sufficient on the OnePlus 11, EU version running OxygenOS 13 build A.10:
Code:
adb shell pm uninstall --user 0 com.oneplus.account
Success
This doesn't work:
Code:
adb shell pm uninstall --user 0 com.oneplus.membership
Failure [not installed for 0]

birdie said:
I've checked all the packages, nothing is "easy".
Click to expand...
Click to collapse
That's the harder way...

blackhawk said:
That's the harder way...
View attachment 5913467
Click to expand...
Click to collapse
Have you used the phone we are discussing? Why are you posting the pic of a different device running some random app?

birdie said:
Have you used the phone we are discussing? Why are you posting the pic of a different device running some random app?
Click to expand...
Click to collapse
Haven't you solved this yet? Any more questions?
There is at least one way to solve this on a none rooted Android using adb or ladb as previously mentioned. That's assuming that it can't be resolved in settings or the easiest way using that "random app" I showed you. Pick your poison...
*punches ignore button*

Related

Question MIUI 12.5.6 killed gestures for third party launchers

MIUI 12.5.6 killed gestures for third party launchers, I have been using Fluid.N.G to bypass full screen gestures erlier problems, but now system doesn`t allow to switch to gestures when third party launcher is selected. Does anyone know how to get it work?
Yeah purchase LADB and run the command after any reboots, it is on sales now cause I requested for. Hurry up.
italodance said:
Yeah purchase LADB and run the command after any reboots, it is on sales now cause I requested for. Hurry up.
Click to expand...
Click to collapse
What command should I enter? I've enabled USB debugging and granted rights for FNG, but despite this, the option to remove control keys doesn't work. How to do it with a manual command? I'd love to see if it works via PC, and then possibly buy a LADB to do it from phone. BTW I have a ABD Shell for Tasker already
malykazio said:
What command should I enter? I've enabled USB debugging and granted rights for FNG, but despite this, the option to remove control keys doesn't work. How to do it with a manual command? I'd love to see if it works via PC, and then possibly buy a LADB to do it from phone. BTW I have a ABD Shell for Tasker already
Click to expand...
Click to collapse
settings put global force_fgs_nav_bar 1
@italodance Thank you good man! Not without some probems with the configuration, but it worked!
malykazio said:
@italodance Thank you good man! Not without some probems with the configuration, but it worked!
Click to expand...
Click to collapse
What problem? If it is statusbar theme, just switch between gestures once then back to homescreen menu and run the command again. you won't lose your theme.
italodance said:
What problem? If it is statusbar theme, just switch between gestures once then back to homescreen menu and run the command again. you won't lose your theme.
Click to expand...
Click to collapse
I was referring to the LADB configuration, I couldn't get the pairing to work properly at first, but I used the hint about two windows and then it worked. It would be nice to force Tasker to work this way, so that using its ADB plugin it automatically enters this command after a reboot. When I find time I might look into it, for now I'm happy. Thanks again.
.
.
malykazio said:
I was referring to the LADB configuration, I couldn't get the pairing to work properly at first, but I used the hint about two windows and then it worked. It would be nice to force Tasker to work this way, so that using its ADB plugin it automatically enters this command after a reboot. When I find time I might look into it, for now I'm happy. Thanks again.
Click to expand...
Click to collapse
LADB is really painful to use...
Tasker allows you to set this global var after each boot via a Custom Setting (no need for ADB plugin)
Create a Profile > Event > System > Device Boot
Add a new Task
Add a new Action > Settings > Custom Setting
{
"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"
}
Mellow971 said:
Tasker allows you to set this global var after each boot via a Custom Setting (no need for ADB plugin)
Click to expand...
Click to collapse
Interesting option - is it working without root?
Yes, you just need to grant Tasker WRITE_SECURE_SETTINGS permission via ADB

NFC grayed out. I want to disable it. It keeps the phone awake

Dear community,
I own a Xiaomi Redmi Note 8 T and I cannot manage to disable the NFC functionality.
It's never been an issue, but after updating to MIUI Global 12.5.2, I noticed that the battery would be drained during night.
I have not installed new apps after the update, and data and wifi are off during the night.
I checked the apps that drained battery during the night, and I found that "Nfc Service" kept the phone awake for 3-4 hours. And used 20 minutes of cpu time or so. Can't remember now, and the battery graph is gone because I recharged the phone.
Is there a way to disable NFC? I never use it. I do not understand why the option to disable it is grayed out.
Before the update, the battery percentage in the morning would be the same as the night before.
oferty said:
Is there a way to disable NFC? I never use it.
Click to expand...
Click to collapse
check if you can disable the app "Nfc Service" under Settings/app & .../All apps/NfcService
(force stop then disable)
if not use "lucky patcher" or "titanium backup" to freez it (Root)
I can Force Stop the app, but I cannot Disable it.
Rooting the device is not an option, because some important apps would then refuse to work.
I tried with Xiaomi ADB/Fastboot Tools, but I see no entry related to NFC.
Any other ideas?
oferty said:
I tried with Xiaomi ADB/Fastboot Tools, but I see no entry related to NFC.
Any other ideas?
Click to expand...
Click to collapse
copy the nfc app name usually in the botom (i removed it) this is just an example :
{
"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"
}
example comand :
adb shell pm disable-user --user 0 com.android.camera
you can use :
adb shell pm list packages
to list all the package you have and disable anything related to NFC
Hi loopypalm, thank you for the recommendation.
The "Nfc Service" app is com.android.nfc.
With the adb command I disabled it, and so now it shows a red icon beside its name. Nevertheless, it seems to be on anyway. It kept draining battery during the night.
I searched for a command to remove a package altogether, and so I ran the following:
Code:
adb shell pm uninstall -k --user 0 com.android.nfc
Now I don't see the app at all.
I'll keep an eye on the battery drain and report back.
oferty said:
I searched for a command to remove a package altogether, and so I ran the following:
Code:
adb shell pm uninstall -k --user 0 com.android.nfc
Now I don't see the app at all.
Click to expand...
Click to collapse
I'm surprised that didn't bootloop the phone. Also MIUI updates suck. (not the ROM itself just the updates)
Canny1913 said:
I'm surprised that didn't bootloop the phone. Also MIUI updates suck. (not the ROM itself just the updates)
Click to expand...
Click to collapse
Oh, do you think it might cause that? I haven't rebooted the phone, yet.
oferty said:
Oh, do you think it might cause that? I haven't rebooted the phone, yet.
Click to expand...
Click to collapse
Nahh you should be fine because even if it's an essential app the phone should work without it.
oferty said:
Hi loopypalm, thank you for the recommendation.
The "Nfc Service" app is com.android.nfc.
With the adb command I disabled it, and so now it shows a red icon beside its name. Nevertheless, it seems to be on anyway. It kept draining battery during the night.
I searched for a command to remove a package altogether, and so I ran the following:
Code:
adb shell pm uninstall -k --user 0 com.android.nfc
Now I don't see the app at all.
I'll keep an eye on the battery drain and report back.
Click to expand...
Click to collapse
that comand will not remove the app, it just disable the app for user0 (default user)
(you can restore with : adb shell cmd package install-existing <name of package> )
so , since it's not removed if the system call it it will run ...
man, just imagining a phone without root is a pain

Question Removing Bloatware

Was somebody succesful to remove all the bloatware from OriginOS?
I used the adb method:
Uninstall system apps without root (vivo bloatware)
You must downloaded adb, and install the adb drivers 1. enable developer options and turn on usb debugging 2. open command prompt > type adb devices if the device is detected by the computer then the name will appear, if it is written...
forum.xda-developers.com
And I removed browser and vivo appstore, but some apps could't be removed, for example: Vivo Wallet or i Music
I got only this message:
Failure [DELETE_FAILED_USER_RESTRICTED]
Any idea what could be the reason?
xperia81 said:
Was somebody succesful to remove all the bloatware from OriginOS?
I used the adb method:
Uninstall system apps without root (vivo bloatware)
You must downloaded adb, and install the adb drivers 1. enable developer options and turn on usb debugging 2. open command prompt > type adb devices if the device is detected by the computer then the name will appear, if it is written...
forum.xda-developers.com
And I removed browser and vivo appstore, but some apps could't be removed, for example: Vivo Wallet or i Music
I got only this message:
Failure [DELETE_FAILED_USER_RESTRICTED]
Any idea what could be the reason?
Click to expand...
Click to collapse
that is because you have to be root user to delete some uninstall some apps.
Inbox me via Telegram: @vutruonghainam
I'll help you
vutruonghainam said:
Inbox me via Telegram: @vutruonghainam
I'll help you
Click to expand...
Click to collapse
done and thx
HI! wich apps do you think that it can be disable or unistall without messing with the phone?
i have some clue like:
- ivideo
- imusic
- browser
- com.vivo.pem (sometimes stop google services when its disable)
- imanager???
monex12 said:
HI! wich apps do you think that it can be disable or unistall without messing with the phone?
i have some clue like:
- ivideo
- imusic
- browser
- com.vivo.pem (sometimes stop google services when its disable)
- imanager???
Click to expand...
Click to collapse
i removed them all except imanager, but imusic was not removable
xperia81 said:
i removed them all except imanager, but imusic was not removable
Click to expand...
Click to collapse
how do you do that? do you still have troubles when remove com.vivo.pem
xperia81 said:
i removed them all except imanager, but imusic was not removable
Click to expand...
Click to collapse
I had the same problem, could you tell me what to do? thx
You can use LADB app and remove anything what you want its work without pc or root..Just need wireless connection thats all
blinkt88 said:
You can use LADB app and remove anything what you want its work without pc or root..Just need wireless connection thats all
Click to expand...
Click to collapse
thank you, but the result is same, Failure [DELETE_FAILED_USER_RESTRICTED]
{
"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"
}
Hmmm interesting..maybe is there another commands for removing it
CSUNEU said:
thank you, but the result is same, Failure [DELETE_FAILED_USER_RESTRICTED]View attachment 5707547
Click to expand...
Click to collapse
Another way to delete pre-installed apps (not marked as core ,works on A12)
Sorry for bad english. With new protection vivo.uninstall.compatibility.not_adbUninstall it's become impossible to delete or disable Jovi app with ADB on my Vivo Y31 android 12. pm uninstall -k --user 0 com.vivo.hiboard Failure...
forum.xda-developers.com
Pervokur said:
Another way to delete pre-installed apps (not marked as core ,works on A12)
Sorry for bad english. With new protection vivo.uninstall.compatibility.not_adbUninstall it's become impossible to delete or disable Jovi app with ADB on my Vivo Y31 android 12. pm uninstall -k --user 0 com.vivo.hiboard Failure...
forum.xda-developers.com
Click to expand...
Click to collapse
Thank you very much, but I could not really understand.
I tried the "adb shell service call package 134 s16 com.vivo.hiboard i32 0 i32 0" command, the result is"Result: Parcel(00000000 00000001 '........')"
Then I don't know what to do......
Said.
CSUNEU said:
Thank you very much, but I could not really understand.
I tried the "adb shell service call package 134 s16 com.vivo.hiboard i32 0 i32 0" command, the result is"Result: Parcel(00000000 00000001 '........')"
Then I don't know what to do......
Said.
Click to expand...
Click to collapse
00000001 means success, jovi (com.vivo.hiboard) is deleted
Pervokur said:
00000001 means success, jovi (com.vivo.hiboard) is deleted
Click to expand...
Click to collapse
Oh, thank you.
So, how can I find the number of other app? And should I keep "s16" and "i32" stable?
Thank you so much!
CSUNEU said:
Oh, thank you.
So, how can I find the number of other app? And should I keep "s16" and "i32" stable?
Thank you so much!
Click to expand...
Click to collapse
you only need to replace com.vivo.hiboard with another package name
Pervokur said:
you only need to replace com.vivo.hiboard with another package name
Click to expand...
Click to collapse
Thank you so much!

Question Debloated zfold3 but left edge panels and clipboard but clipboard doesn't work?

Does anyone know the apps that clipboard for edge panels rely on? I'm at a loss and would like that feature but I removed a bunch of apps and not sure where to start trying to find which one
Try these... dependencies, don't go too nuts.
Many apks just sit there unless needed. Be especially careful with many small Samsung system apps that modify the UI.
{
"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"
}
blackhawk said:
Try these... dependencies, don't go too nuts.
Many apks just sit there unless needed. Be especially careful with many small Samsung system apps that modify the UI.
View attachment 5658799
Click to expand...
Click to collapse
So I deleted the clipboard ui service, any chance you could send me apk? I'd rather not go download some random APK just by searching for it.
Well crap after some googling, I can't find a current one that will install on this. All I find are 2019 or 2021 and neither install... Dang it
spart0n said:
Well crap after some googling, I can't find a current one that will install on this. All I find are 2019 or 2021 and neither install... Dang it
Click to expand...
Click to collapse
It's still there ie if you do a factory reset.
Isn't there a adb command to renable it?
Scan these first with Virustotal.
blackhawk said:
It's still there ie if you do a factory reset.
Isn't there a adb command to renable it?
Scan these first with Virustotal.
Click to expand...
Click to collapse
I've tried those and did scan them using virustotal, none actually install. I didn't disable I uninstalled unfortunately and I REALLY don't want to factory reset
spart0n said:
I've tried those and did scan them using virustotal, none actually install. I didn't disable I uninstalled unfortunately and I REALLY don't want to factory reset
Click to expand...
Click to collapse
Maybe you disabled or uninstalled another apk(s) needed to install it...
I use Package Disabler because mistakes are easy to correct... most times.
Try this.
blackhawk said:
Try this.
Click to expand...
Click to collapse
Dang it package doesn't exist
spart0n said:
Dang it package doesn't exist
Click to expand...
Click to collapse
Adb useful commands list
Adb useful commands list. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
adb shell cmd package install-existing com.samsung.android.app.appsedge
adb shell cmd package install-existing com.samsung.android.app.clipboardedge
adb shell cmd package install-existing com.samsung.android.app.clipboardsaveservice
This one : com.samsung.android.app.clipboarduiservice
Does not exist in my phone ( rooted with latest firmware F926BXXS1CVG1 )
Also got a ZFold2 and it's not there either !
FYI
pvillasuso said:
Adb useful commands list
Adb useful commands list. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
adb shell cmd package install-existing com.samsung.android.app.appsedge
adb shell cmd package install-existing com.samsung.android.app.clipboardedge
adb shell cmd package install-existing com.samsung.android.app.clipboardsaveservice
This one : com.samsung.android.app.clipboarduiservice
Does not exist in my phone ( rooted with latest firmware F926BXXS1CVG1 )
Also got a ZFold2 and it's not there either !
FYI
Click to expand...
Click to collapse
That's likey true, those apps are from my N10+.
Also Samsung apk names can be deceiving.

Question Disable bloatwares on COS 13 in ADB does not work?

Hi anyone has a clue on how to disable some apps in ColorOS 13, been trying but failed because the state of the app does not change. My main concern is to redirect app links (eg. from ecommerce app to payment app, which usually lands into App Market and said "app not available"). These are things I have tried and not successful:
{
"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"
}
Package name directly extracted:
cmd I followed:
shell pm uninstall --user 0 com.oplus.ota
Failure [DELETE_FAILED_INTERNAL_ERROR]
shell pm disable-user --user 0 com.oplus.ota
Package com.oplus.ota new state: default
shell pm disable com.oplus.ota
[Error]:failed to disable com.oplus.ota
Click to expand...
Click to collapse
A couple of suggestions:
-Remove the -k keyword while uninstalling the app
-Add the adb keyword before the shell pm uninstall command
binary**# said:
A couple of suggestions:
-Remove the -k keyword while uninstalling the app
-Add the adb keyword before the shell pm uninstall command
Click to expand...
Click to collapse
thanks but does not work
rockmaster said:
Hi anyone has a clue on how to disable some apps in ColorOS 13, been trying but failed because the state of the app does not change. My main concern is to redirect app links (eg. from ecommerce app to payment app, which usually lands into App Market and said "app not available"). These are things I have tried and not successful:
View attachment 5862107
View attachment 5862109
Package name directly extracted: View attachment 5862111
cmd I followed:
Click to expand...
Click to collapse
Or use adb app Control
For easy debloat
ChrisFeiveel84 said:
Or use adb app Control
For easy debloat
Click to expand...
Click to collapse
I will try, just additional question do I have to reboot into bootloader or it's ok to just enable debugging and stay within the OS?
rockmaster said:
I will try, just additional question do I have to reboot into bootloader or it's ok to just enable debugging and stay within the OS?
Click to expand...
Click to collapse
Adb only works when you in system
On bootloader only fastboot no adb
ChrisFeiveel84 said:
Or use adb app Control
For easy debloat
Click to expand...
Click to collapse
Same I dont think the app state changes because after refresh it still show enabled, and task 0/1
any clue ?
Edit:
Somehow this market is not disabled, tried a few things but market
Edit2:
A few others failed to be disabled too, not sure if this is common on COS13
rockmaster said:
View attachment 5862123 Same I dont think the app state changes because after refresh it still show enabled, and task 0/1
any clue ?
View attachment 5862125
Edit:
Somehow this market is not disabled, tried a few things but market
View attachment 5862129
Edit2:
A few others failed to be disabled too, not sure if this is common on COS13
View attachment 5862133
Click to expand...
Click to collapse
Not with the comand go to application and from here disable the apps
ChrisFeiveel84 said:
Not with the comand go to application and from here disable the apps
Click to expand...
Click to collapse
uhmm how do you mean ser? The app can't be disabled, I tried also revoking its permission as well from ADB but failed too.
Workaround anyway to set Play Store as default app store?
I guess no one facing the issue like this, only my device then :/
So you have to disable permission monitoring in colorOS to be able to run adb commands. It's in developer options.
rockmaster said:
I guess no one facing the issue like this, only my device then :/
Click to expand...
Click to collapse
me too... there are some packages like com.oplus.ota that you can not disble/uninstall....
i've searched everywere in forums but there are no solutions :-(
Same issues here with Realme 10 Pro+. Uninstalled several bloatware apps but App Market, Browser and Wallet resist unistallation and disabling.

Categories

Resources