Difference between revisions of "Preset"
(→Starting from version 2.4.0) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | {{DeprecatedStartTag}} | ||
| + | |||
A preset is a collection of [[Settings|{{UBIK}} settings]]. It provides users a convenient way of switching between different sets of settings. | A preset is a collection of [[Settings|{{UBIK}} settings]]. It provides users a convenient way of switching between different sets of settings. | ||
| Line 11: | Line 13: | ||
Presets are stored in the following directory as [http://en.wikipedia.org/wiki/JSON JSON] files. | Presets are stored in the following directory as [http://en.wikipedia.org/wiki/JSON JSON] files. | ||
| − | ''' | + | '''/Android/data/APP_PACKAGE_NAME/files/preset_folder''' on the public internal storage (Google calls that the "Primary External Storage"), which is NOT the SD-card. |
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
! Parameter!! Purpose | ! Parameter!! Purpose | ||
| − | |||
| − | |||
|- | |- | ||
| ''APP_PACKAGE_NAME''|| is the concatenation of "com.augmensys.ubik." and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc. | | ''APP_PACKAGE_NAME''|| is the concatenation of "com.augmensys.ubik." and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc. | ||
|} | |} | ||
| + | |||
| + | |||
=== Starting from version 2.4.0 === | === Starting from version 2.4.0 === | ||
| Line 28: | Line 30: | ||
{{hint|In addition, the stored presets are shared between different {{UBIK}} apps and will no longer be removed after apps' uninstallation.}} | {{hint|In addition, the stored presets are shared between different {{UBIK}} apps and will no longer be removed after apps' uninstallation.}} | ||
| − | + | ||
== See also == | == See also == | ||
| Line 35: | Line 37: | ||
* [[HowTo:Load Presets]] | * [[HowTo:Load Presets]] | ||
| − | [[Category:Android]] | + | [[Category:Android|Preset]] |
Latest revision as of 13:45, 23 June 2026
THIS WIKI AREA IS DEPRECATED |
|
|
This content is no longer being maintained and may be outdated.
|
|
A preset is a collection of UBIK® settings. It provides users a convenient way of switching between different sets of settings.
Users have the following options to cope with presets:
- Save all the current settings into a preset;
- Load an existing preset and apply the setting values to the current ones.
Contents
Technical Background
Prior to version 2.4.0
Presets are stored in the following directory as JSON files.
/Android/data/APP_PACKAGE_NAME/files/preset_folder on the public internal storage (Google calls that the "Primary External Storage"), which is NOT the SD-card.
| Parameter | Purpose |
|---|---|
| APP_PACKAGE_NAME | is the concatenation of "com.augmensys.ubik." and the application name, e.g. demo, manualtest, companyname etc. |
Starting from version 2.4.0
Presets are stored under a new location: /UBIK/preset_folder on the public internal storage (Google calls that the "Primary External Storage"), which is NOT the SD-card.
| In addition, the stored presets are shared between different UBIK® apps and will no longer be removed after apps' uninstallation. |
