GOinfo (talk | contribs)
m Removed extra paragraph, added release year
Rudxain (talk | contribs)
m link ADB
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Stub}}
{{ProductCargo
{{ProductCargo
|Company=OnePlus
|Company=OnePlus
Line 7: Line 8:
|ReleaseYear=2025}}
|ReleaseYear=2025}}


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.
<!-- Article title should be formatted as "OnePlus AI Tools and Mind Space" or something similar to match the official branding  -->With the launch of OxygenOS/Android 16 in November 2025, OnePlus released a set of AI tools built into the operating system.<ref>{{Cite web |last=Wang |first=Winkey |date=2025-10-16 |title=Welcome to OxygenOS 16: Intelligent, Smooth, and Unmistakably Yours |url=https://community.oneplus.com/thread/1957479645918003201 |url-status=live |access-date=2025-12-01 |website=OnePlus Community |archive-url=http://web.archive.org/web/20260114230739/https://community.oneplus.com/thread/1957479645918003201 |archive-date=14 Jan 2026}}</ref> The AI Writer tool can be partially disabled, but doing so requires you to accept a terms of service agreement. It is impossible to fully disable AI Writer without external tools. (https://youtube.com/shorts/EaGJsftd3fc)<!-- One more thing, might be worth adding affected devices somewhere in a searchable format. They are listed in this post https://community.oneplus.com/thread/1957479645918003201  -->
==Consumer-impact summary==
 
==Consumer-impact summary==<!-- Do these AI tools have other concerns besides being unwanted? Automatic opt-out data collection? Telemetry? Annoyances, unwanted integrations? Is there anything special in the ToS of the AI Writer app? I couldn't find it from a search engine, so a link would be nice. -->
{{Ph-C-CIS}}
{{Ph-C-CIS}}


==Incidents==
==Incidents==
{{Ph-C-Inc}}
{{Ph-C-Inc}}
This is a list of all consumer-protection incidents related to this product. Any incidents not mentioned here can be found in the [[:Category:{{PAGENAME}}|{{PAGENAME}} category]].
===Example incident one (''date'')===
{{Main|link to the main CR Wiki article}}
===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.
===OnePlus AI===
===OnePlus AI===
Oneplus AI tools / Mindspace
OnePlus AI is a set of tools that is intended to help users with daily tasks such as writing, scheduling, transcription, translation, and photography.
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 several apps:


It includes a few apps:
*Plus Mind: personal assistant that saves data from your current view to "Mind Space"
*AI Writer: text generation{{Citation needed|reason=Couldn't find this one on the same page as the other features}}
*AI Search: search information from local files and configuration using natural language prompts
*[[Google Gemini]] Integration
*AI VoiceScribe: general real-time transcription and translation
*AI Call Assistant: in-call translation and summary
*AI Translation: live, conversation, image, and screen translations
*AI Notes: voice transcription, text summarization, formatting and cleaning up, tone altering, and generative text continuation
*AI Perfect Shot: helps you correct small imperfection in your photos, such as closed eyes or missing smile
*AI Unblur: removes blur from photos
*AI Reflection Eraser: removes glare from photos
*AI Eraser: removes and generates new content from regions in photos
*AI Detail Boost: image sharpening and enhancement<!-- is it image sharpening and filtering or image upscaling?
-->
*AI Clear Face: touches up and unblurs faces
*AI Reframe: automatically crops taken photos<ref>{{Cite web |title=OnePlus AI: Intelligently Yours |url=https://www.oneplus.com/global/oneplus-ai |url-status=live |access-date=2025-12-01 |website=OnePlus Global |archive-url=http://web.archive.org/web/20260203044101/https://www.oneplus.com/global/oneplus-ai |archive-date=3 Feb 2026}}</ref>


*AI VoiceScribe: live translations
These features are forcibly installed with OxygenOS 16 and have to be opted out instead of opted into. <!-- Same as prior comment, isn't this true of most new features on any device? Make the specific grievance, like the features intruding on your normal phone experience, or data collection, or forced connection to internet services -->
*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.
The AI Writer tool can be partially disabled, but doing so requires you to accept a terms of service agreement. To fully disable the AI Writer integration in context menus, the user must uninstall the application using [[wikipedia:Android_Debug_Bridge|Android Debug Bridge]] (ADB). The following command uninstalls AI Writer from a connected device and removes its system integrations:
 
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
  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.


==See also==
==See also==
{{Ph-C-SA}}
{{Ph-C-SA}}
==References==
==References==
{{reflist}}
{{reflist}}


[[Category:{{PAGENAME}}]]
[[Category:{{PAGENAME}}]]
[[Category:OnePlus]]