View Single Post
Old 09-01-2021, 09:10 PM   #73
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,023
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Ok, we've been looking at red herrings.

Onyx creates a bunch of these mini slider things for various purposes like brightness, contrast, etc.
They register BroadcastReceivers on show(), they try to unregister them on dismiss()
The problem is that Onyx is sloppy and dismisses them despite never been shown.
They realized their problem which is why the silly error is wrapped in a try/catch so it doesn't kill the systemui.
Notice that the severity level is W for only a warning, not an E for error.
Code:
System.err: java.lang.IllegalArgumentException: Receiver not registered: com.android.systemui.statusbar.phone.OnyxContrastDialog
I get this on the tiny lightbulb in the status bar even though the correct dialog appears.

Do you have another launcher to try?
It seems to be getting the correct intent and starting but it never appears, right?
Renate is offline   Reply With Quote