mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Added blacklist
parent
b397756330
commit
bc82789264
@ -19,11 +19,15 @@ This provides an app for the calibration of the screen and alignment by followin
|
||||
|
||||
You have to keep pressed for at least a second on each target for the app to guess the touch area correctly and show next target on release.
|
||||
## App Settings
|
||||
Settings for each app are saved in corresponding .ini files in the /SETTINGS folder to maintain persistence. An updated .ini file is saved whenever the app is closed. To reset an app to default settings, the corresponding .ini file may be safely deleted and a new file will be created automatically when the app is subsequently executed. For debug purposes, note that some additional configuration settings may be found in the .ini file that are not configurable in the app itself.
|
||||
Settings for each app are saved in corresponding .ini files in the /SETTINGS folder to maintain persistence, if a formatted SD card is installed. An updated .ini file is saved whenever the app is closed. To reset an app to default settings, the corresponding .ini file may be safely deleted and a new file will be created automatically when the app is subsequently executed. Alternatively, individual lines in the file may be deleted to reset only a subset of application settings. For debug purposes, note that some additional configuration settings may be found in the .ini file that are not configurable in the app itself.
|
||||
|
||||
Note: In firmware versions prior to 1.8.0, apps only use the .ini settings file if the following configuration settings are enabled (in 1.8.0+ this is the default behavior and the Settings->AppSettings screen will not appear):
|
||||
* Load app settings
|
||||
* Save app settings
|
||||
|
||||
### blacklist
|
||||
To disable specific apps completely, a text file named "blacklist" can be created manually in the SETTINGS folder using the Notepad application. Unwanted applications should be listed in this file using their case-sensitive application name (text that appears under the app's screen icon), and they will be disabled (hidden) effective on the next boot. (Requires 1.8.0 firmware and an SD card)
|
||||
|
||||
## Converter
|
||||
![PortapackConverter](https://www.nilorea.net/wp-content/uploads/2023/03/PORTAPACK_CONVERTER.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user