View Single Post
Old 02-04-2022, 12:40 PM   #2
Renate
Wizard
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: 2,525
Karma: 10479009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
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 06:41 PM.
Renate is online now   Reply With Quote