View Single Post
Old 09-02-2021, 07:45 AM   #77
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: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Yes, the DeviceReceiver handles a lot of broadcast actions, including:
Spoiler:
Code:
action.enter.keyguard.interface
action.enter.recent.interface
action.no.saved.network.connected
action.onyx.reset.pincode
android.hardware.usb.action.USB_DEVICE_ATTACHED
android.hardware.usb.action.USB_DEVICE_DETACHED
android.hardware.usb.action.USB_STATE
android.intent.action.ACTION_POWER_CONNECTED
android.intent.action.ACTION_POWER_CONNECTED
android.intent.action.ACTION_POWER_DISCONNECTED
android.intent.action.ACTION_POWER_DISCONNECTED
android.intent.action.ACTION_SHUTDOWN
android.intent.action.BATTERY_LOW
android.intent.action.BOOT_COMPLETED
android.intent.action.LOCALE_CHANGED
android.intent.action.MEDIA_BAD_REMOVAL
android.intent.action.MEDIA_CHECKING
android.intent.action.MEDIA_MOUNTED
android.intent.action.MEDIA_REMOVED
android.intent.action.MEDIA_SCANNER_FINISHED
android.intent.action.MEDIA_SCANNER_SCAN_FILE
android.intent.action.MEDIA_SCANNER_STARTED
android.intent.action.MEDIA_SHARED
android.intent.action.MEDIA_UNMOUNTED
android.intent.action.REBOOT
android.intent.action.SCREEN_ON
android.intent.action.UMS_CONNECTED
android.intent.action.UMS_DISCONNECTED
android.intent.action.USER_PRESENT
android.net.conn.CONNECTIVITY_CHANGE
android.net.wifi.STATE_CHANGE
android.net.wifi.WIFI_STATE_CHANGED
android.os.storage.action.VOLUME_STATE_CHANGED
com.android.system.WAKE_UP
com.android.systemui.HOME_BUTTON_CLICK
com.android.systemui.STATUS_BAR_HIDE_ACTION
com.android.systemui.STATUS_BAR_ICON_REFRESH_FINISH_ACTION
com.android.systemui.STATUS_BAR_ICON_REFRESH_START_ACTION
com.android.systemui.STATUS_BAR_SHOW_ACTION
com.android.systemui.SYSTEM_UI_DIALOG_CLOSE_ACTION
com.android.systemui.SYSTEM_UI_DIALOG_OPEN_ACTION
com.android.systemui.SYSTEM_UI_SCREEN_SHOT_END_ACTION
com.android.systemui.SYSTEM_UI_SCREEN_SHOT_START_ACTION
com.android.systemui.TOAST_HIDE_ACTION
com.android.systemui.TOAST_SHOW_ACTION
com.onyx.IM_MESSAGE_ACTION
com.onyx.UNBIND_DEVICE_ACTION
com.onyx.action.MTP_EVENT_ACTION
com.onyx.action.MTP_EVENT_ACTION
com.onyx.floatingbutton.menu_state_changed
com.onyx.floatingbutton.touch
com.onyx.ime.hide
com.onyx.ime.show
com.onyx.open
com.onyx.parsePushNotification
com.onyx.parsePushNotification
notify_calibration_finish
onyx.android.intent.action.FINGERPRINT_REMOVED_ACTION
onyx.android.intent.action.ONYX_PIN_CODE_REMOVED_ACTION
start_onyx_settings
token.invalid.action
trigger_notification

I found that my Device Receiver was running, but the process was showing com.onyx.dict which I had not disabled.
So I pm disable com.onyx.dict, that killed it.
But my little circle in the window shade still works fine and so does middle up swipe.
I'm confused why there is a difference for you between circle and swipe.

As I said, the com.onyx stuff is plastered on like lipstick on a pig.
To see a subset of a logcat in real time:
Code:
$ logcat *:s ActivityTaskManager
Renate is offline   Reply With Quote