14-11-2022 01:27 PM - last edited 14-11-2022 01:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
I am getting constant grayed out toast notifications when using Calcy IV scrolling through a list of pokemon in Pokemon Go. I encountered this issue when Android 12 / One UI 4 was first out and managed to resolve this issue using an ADB command "adb shell appops set com.samsung.android.honeyboard TOAST_WINDOW deny"
See this thread from before:
However, after updating I found the super annoying toast messages are back. I checked which operations are allowed using this command "adb shell appops get com.samsung.android.honeyboard" and it clearly shows that TOAST_WINDOW is denied however the toasts keep coming.
Any ideas of how to resolve this? The package name for the Samsung keyboard is still com.samsung.android.honeyboard. I am not even using the Samsung keyboard, but Swift key but trying that one doesn't resolve it either.
Solved! Go to Solution.
1 Solution
Accepted Solutions
14-11-2022 02:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Ok so I managed to figure this out by myself. Here is the solution if anyone else is affected by this:
On Android 12 and before the toasts were being generated from the Samsung Keyboard. I was getting no where so completely uninstalled Samsung Keyboard using ADB but they kept coming. I found a nifty little app called Toast Source which showed me the toasts were coming from System UI 13. The package name is com.android.systemui. The full command to disable is adb shell appops set com.android.systemui TOAST_WINDOW deny
It works for me
14-11-2022 02:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
Ok so I managed to figure this out by myself. Here is the solution if anyone else is affected by this:
On Android 12 and before the toasts were being generated from the Samsung Keyboard. I was getting no where so completely uninstalled Samsung Keyboard using ADB but they kept coming. I found a nifty little app called Toast Source which showed me the toasts were coming from System UI 13. The package name is com.android.systemui. The full command to disable is adb shell appops set com.android.systemui TOAST_WINDOW deny
It works for me
18-02-2023 05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
26-02-2023 03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
How do I do this? I have gotten as far as the toast source app, but I have no idea how to access the package name thing or how/where to put the command to disable line.
