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?