View Single Post
Old 02-04-2022, 01:40 PM   #2
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,215
Karma: 19345881
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Code:
/* Dialogs */
am broadcast -a action.show.brightness.dialog
am broadcast -a com.onyx.action.show.contrast.dialog
am broadcast -a com.onyx.action.show.refreshmode.dialog
am broadcast -a com.onyx.action.SHOW_ROTATION_LOCK_DIALOG_ACTION
am broadcast -a onyx.android.show.global.dialog

/* Rotation */
am broadcast -a com.onyx.action.ROTATION --ei rotation 0
am broadcast -a com.onyx.action.ROTATION --ei rotation 1
am broadcast -a com.onyx.action.ROTATION --ei rotation 2
am broadcast -a com.onyx.action.ROTATION --ei rotation 3

/* Screenshot */
am broadcast -a onyx.android.intent.screenshot

/* Injection */
am broadcast -a onyx.android.intent.send.key.event --ei key_code <keycode>
am broadcast -a onyx.android.intent.send.touch.event --ef tap_event_x <x> --ef tap_event_y <y>

/* Multi-window - kind of funky */
am broadcast -a com.onyx.action.START_MULTI_WINDOW
am broadcast -a com.onyx.action.QUIT_MULTI_WINDOW

Last edited by Renate; 02-04-2022 at 07:41 PM.
Renate is offline   Reply With Quote