Oneplus AI tools / Mindspace: Difference between revisions
Created page with "{{ProductCargo |Company=OnePlus |InProduction=Yes |Category=AI |Website=https://www.oneplus.com/global/oneplus-ai |Description=With the launch of Android 16, OnePlus pushed their AI tools on every smartphone I own. They are very hard to disable for anyone non tech-savvy. }}" |
Description of the issue and how to disable |
||
| Line 6: | Line 6: | ||
|Description=With the launch of Android 16, OnePlus pushed their AI tools on every smartphone I own. They are very hard to disable for anyone non tech-savvy. | |Description=With the launch of Android 16, OnePlus pushed their AI tools on every smartphone I own. They are very hard to disable for anyone non tech-savvy. | ||
}} | }} | ||
==OnePlus AI== | |||
Oneplus AI tools / Mindspace | |||
Basic Information | |||
Release Year | |||
Product Type AI | |||
In Production Yes | |||
Official Website https://www.oneplus.com/global/oneplus-ai | |||
OnePlus AI is a set of tools that is supposed to help you search more intuitively, be more productive, help you with your daily tasks, etc. | |||
It includes a few apps: | |||
*AI VoiceScribe: live translations | |||
*AI Writer: text generation | |||
*AI Call Assistant: in-call translation | |||
*AI Translation: live, conversation, image, screen translations | |||
*AI Notes: summarization, cleaning up, formatting, text generation, ... | |||
*AI Perfect Shot: helps you correct small imperfection on your photos (closed eyes, missing smile, ...) | |||
*AI Unblur: self-explainatory | |||
*AI Reflection Eraser: self-explainatory | |||
*AI Eraser: self-explainatory | |||
*AI Detail Boost: image sharpening and enhancement | |||
*AI Clear Face: mix of everything to get your faces unblurred, more detailed, ... | |||
*AI Reframe: Automatic reframing of the picture | |||
While those features may be useful for some, the fact they were forced installed and opt-out after the fact is an issue. | |||
Moreover, it can be tricky to disable them. | |||
==The issue with disabling== | |||
Besides the fact it's opt-out and installed/enabled by default, the issue arises when you try to disable a few of the features : you are almost forced into accepting their privacy policy before having access to the disable button. | |||
I have made a little video here that will demonstrate what I'm talking about : https://youtube.com/shorts/EaGJsftd3fc | |||
==Actually disabling AI Writer== | |||
The only way I found to disable it once and for all was to delete the app via ADB. | |||
adb shell pm uninstall -k --user 0 com.oplus.aiwriter | |||
This will only disable AI Writer, which is the one that was still displaying for me after disabling in the settings. | |||
Revision as of 10:43, 30 November 2025
| Basic Information | |
|---|---|
| Release Year | |
| Product Type | AI |
| In Production | Yes |
| Official Website | https://www.oneplus.com/global/oneplus-ai |
OnePlus AI
Oneplus AI tools / Mindspace Basic Information Release Year Product Type AI In Production Yes Official Website https://www.oneplus.com/global/oneplus-ai
OnePlus AI is a set of tools that is supposed to help you search more intuitively, be more productive, help you with your daily tasks, etc.
It includes a few apps:
- AI VoiceScribe: live translations
- AI Writer: text generation
- AI Call Assistant: in-call translation
- AI Translation: live, conversation, image, screen translations
- AI Notes: summarization, cleaning up, formatting, text generation, ...
- AI Perfect Shot: helps you correct small imperfection on your photos (closed eyes, missing smile, ...)
- AI Unblur: self-explainatory
- AI Reflection Eraser: self-explainatory
- AI Eraser: self-explainatory
- AI Detail Boost: image sharpening and enhancement
- AI Clear Face: mix of everything to get your faces unblurred, more detailed, ...
- AI Reframe: Automatic reframing of the picture
While those features may be useful for some, the fact they were forced installed and opt-out after the fact is an issue.
Moreover, it can be tricky to disable them.
The issue with disabling
Besides the fact it's opt-out and installed/enabled by default, the issue arises when you try to disable a few of the features : you are almost forced into accepting their privacy policy before having access to the disable button.
I have made a little video here that will demonstrate what I'm talking about : https://youtube.com/shorts/EaGJsftd3fc
Actually disabling AI Writer
The only way I found to disable it once and for all was to delete the app via ADB.
adb shell pm uninstall -k --user 0 com.oplus.aiwriter
This will only disable AI Writer, which is the one that was still displaying for me after disabling in the settings.