View Single Post
Old 03-09-2024, 03:12 AM   #1
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,354
Karma: 11226895
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
Command to open settings to specific page? - SOLVED

I'm assuming there's a command that will launch settings.app to a specific page, but I can't figure out the correct arguments to use.

Does any one know if/what they are? Or know of an app that opens a settings page directly (that I can scrutinize)?

I have a clumsy workaround involving a temporary settings.json file with just the required settings listed, but would prefer a concise solution.

EDIT: Figured it out.

Get the "id" value from the settings page you want from one of the .json files in /ebrmain/config/settings

e.g. from personalize.json the "id" value for the frontlight settings is: light_menu

Then launch from pbterm or shell script with:
Code:
settings.app -o light_menu

Last edited by neil_swann80; 03-14-2024 at 08:30 AM.
neil_swann80 is offline   Reply With Quote