Close

What are you looking for?

cancel
Showing results for 
Search instead for 
Did you mean: 
Go to solution Solved

"already copied to clipboard" notifications all day long

(Topic created on: 06-12-2021 09:49 AM)
28929 Views
CarlosAutonomous
Explorer
Options

These notifications are driving me mad, I can't do anything on my phone without this message popping up.

Been happening since android 12, one UI 4.0 update. Got another update yesterday and hoped it would be resolved but is still happening. Seen others reporting the same (seems to be all s21 users with this issue) but not found any solutions.

Really hope it gets fixed soon.

 

Go to solution
35 REPLIES 35
Hidrascore
First Poster
Options

This did it for me: Settings > Privacy>disable access to clipboard notifications. (S21 Ultra, no KDM installed) 

0 Likes
Members_tlDKNDi
Apprentice
Options

It started happening to me again when I updated to Android 13. 

I found the source was coming from the System UI 13. I found this ADB command to fix it.

"adb shell appops set com.android.systemui TOAST_WINDOW deny"

Members_mxt2S28
First Poster
Options

Thank you soo much! This adb shell appops set com.android.systemui TOAST_WINDOW deny
solved my problem too (My OS is Android 13).


Here a full tutorial with all the steps for those unfamiliar with the debugging of phones:
1) Enable developer options (google it) how to do that.

2) Download ADB (https://dl.google.com/android/repository/platform-tools-latest-windows.zip)

3) Install it per instructions here (https://www.xda-developers.com/install-adb-windows-macos-linux/) by extracting it to a folder of your preference.

4) Launch Command Prompt (known as cmd ) at ADB's folder. This can be done by holding Shift and right-clicking within the folder then click the “Open command window here” option (for older Windows users; the Windows 11 users should see “Open in Terminal” in the right-click context menu without even pressing the Shift button on the keyboard).

5) Plug your phone to your PC.

6) In the Command Prompt window, enter the following command to launch the ADB daemon: adb devices .
6.a) TROUBLESHOOTING: If it gives an error that this adb devices command is not recognized, then go to "Environment Variables" settings (if you are using modern Windows, just use the search function to locate the "Environment Variables" settings. For older Windows, go to: Start > Control Panel > System > Advanced System Settings > Environment Variables...) On In this Environment Variables window, in the User variables for (your-username) highlight Path and click Edit... Add the: C:\Users\<your-username>\AppData\Local\Android\sdk\platform-tools; to a new field (for modern Windows) or (if you are using an older version of Windows) append a ; at the end of the single Variable value field, and then add the: C:\Users\<your-username>\AppData\Local\Android\sdk\platform-tools; after it. Then click OK and get out. Then Restart cmd (if any open). repeat Step 6 and it should work now.

7) On your phone's screen, you should see a prompt to allow or deny USB Debugging access.
7.a) TROUBLESHOOTING: If there is no authorization prompt or the device is shown as unauthorized, go to the developer options on the phone and click "Revoke USB debugging authorization". Then Restart ADB Server by inserting the following 2 commands to the cmd:
adb kill-server
adb start-server

Then Reconnect the device.  Now the device will ask if you are agree to connect the computer id. You need to confirm it. It is now authorized! Insert adb devices and all should work as intended.

8 ) Insert adb shell appops set com.android.systemui TOAST_WINDOW deny  (Android 13 / System UI 13) or adb shell appops set com.samsung.android.honeyboard TOAST_WINDOW deny (for older Android OS versions or for cases where the above one doen't work) and voila! Now your pesky clipboard notifications are gone.

0 Likes
Mothman187
First Poster
Options

 This issue makes me want to break my phone. 

0 Likes
LadyGeth
First Poster
Options

Hi there

It's 2 years later and I am using a Vivo Y27 but experiencing the same issue.

The below solution worked for me:

Settings > Accessability > Advanced Setting > Time to take Action

Hope this helps, probably not but hey, I was feeling nice so I created an account on this forum especially just so that I could reply to your post, so, if I am completely and utterly way too late and you have already found a solution, atleast know that a complete and random and fellow netizen, thought to help you out today, isn't it the thought that really counts afterall?  😁:heavy-black-heart:🖥

 

Byyyyyeeeeeee

LadyGeth

0 Likes
jmdelal
First Poster
Options

Yes!!! Thanks

0 Likes