View Single Post
Old 05-20-2023, 06:34 AM   #18
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,938
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
If you broke the Onyx settings (pm disable com.onyx) you can switch your buttons around in /data/data/com.android.systemui/gestures_config
Code:
{"displayIndicator":false,
 "enable":true,
 "enableBehindKeyboard":true,
 "enableThreePoint":false,
 "guestConfigMap":
 {"gestures_bottom_left":"BACK",
  "gestures_bottom_middle":"HOME",
  "gestures_bottom_right":"TASK_SWITCH"},
 "indicatesHeight":50,
 "indicatesTransparency":50,
 "indicatesWidth":50,
 "preventMiscontact":false,
 "slideEnable":false,
 "slidingDistance":100}
(Formatted to be legible.)
I can't seem to find any gesture settings in the stock Android settings.

<rant> We used to have settings in XML and SQLite databases. When did this JSON stuff start creeping in? Don't get me started on Onyx using MMKV for settings.
Renate is offline   Reply With Quote