UltraHand bugfixes

This commit is contained in:
niklascfw 2026-02-12 22:00:04 +01:00
parent 0a50067dc4
commit 818d8809b2
No known key found for this signature in database
10 changed files with 51 additions and 247 deletions

View file

@ -1,79 +1,44 @@
[OmniNX Downloader] [OmniNX Downloader]
custom_name=OmniNX Downloader custom_name=
custom_version=1.0.0 custom_version=
hide=false hide=false
priority=1 priority=1
star=false star=false
use_boot_package=true use_boot_package=true
use_exit_package=true use_exit_package=true
[RebootNX] [RebootNX]
custom_name= custom_name=
custom_version=2.0.0 custom_version=
hide=false hide=false
priority=2 priority=2
star=false star=false
use_boot_package=true use_boot_package=true
use_exit_package=true use_exit_package=true
[Alchemist] [Alchemist]
custom_name= custom_name=
custom_version= custom_version=
hide=false hide=false
priority=3 priority=3
star=false star=false
use_boot_package=true use_boot_package=true
use_exit_package=true use_exit_package=true
[Ovl_Pkg Manager] [Cool Curves]
custom_name= custom_name=
custom_version= custom_version=
hide=false hide=false
priority=4 priority=4
star=false star=false
use_boot_package=true use_boot_package=true
use_exit_package=true use_exit_package=true
[Cool Curves] [Package Manager]
custom_name= custom_name=
custom_version= custom_version=
hide=false hide=false
priority=5 priority=5
star=false star=false
use_boot_package=true
[Easy Installer] use_exit_package=true
custom_name=
custom_version=
hide=false
priority=6
star=false
use_boot_package=true
use_exit_package=true
[Memory Config]
custom_name=
custom_version=
hide=false
priority=7
star=false
use_boot_package=true
use_exit_package=true
[RAM Patcher]
custom_name=
custom_version=
hide=false
priority=8
star=false
use_boot_package=true
use_exit_package=true
use_quick_launch=false
[OC Toolkit]
custom_name=
custom_version=
hide=false
priority=9
star=false

View file

@ -1,53 +0,0 @@
# Cool Curves
The "Cool Curves" package is a part of the Ultrahand Overlay project, which provides a fully craft-able overlay executor. This example demonstrates how to configure and set temperature-related settings in the system_settings.ini file for different temperature ranges.
## Configuration
To configure the temperature-related settings yourself, follow these steps:
1. Make sure you have the necessary tools and files for the Ultrahand-Overlay project.
2. Locate the `package.ini` file in the `examples/Cool Curves` directory.
3. Open the `package.ini` file in a text editor.
## Temperature Settings
The `package.ini` file contains temperature settings for different temperature ranges. Each temperature range is associated with specific configurations for the console and handheld devices. Here are the available temperature ranges and their configurations:
### Max Temp 54°C
- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 54000, 128, 255], [54000, 1000000, 255, 255]]
- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 54000, 128, 255], [54000, 1000000, 255, 255]]
- `holdable_tskin`: 60000 (hex value: 0xEA60)
- `touchable_tskin`: 60000 (hex value: 0xEA60)
### Max Temp 56°C
- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 56000, 128, 255], [56000, 1000000, 255, 255]]
- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 56000, 128, 255], [56000, 1000000, 255, 255]]
- `holdable_tskin`: 60000 (hex value: 0xEA60)
- `touchable_tskin`: 60000 (hex value: 0xEA60)
### Max Temp 58°C
- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 58000, 128, 255], [58000, 1000000, 255, 255]]
- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 58000, 128, 255], [58000, 1000000, 255, 255]]
- `holdable_tskin`: 60000 (hex value: 0xEA60)
- `touchable_tskin`: 60000 (hex value: 0xEA60)
### Max Temp 60°C
- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 60000, 128, 255], [60000, 1000000, 255, 255]]
- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 60000, 128, 255], [60000, 1000000, 255, 255]]
- `holdable_tskin`: 60000 (hex value: 0xEA60)
- `touchable_tskin`: 60000 (hex value: 0xEA60)
## Important Notes
- Before modifying any settings, it is recommended to create a backup of the original `system_settings.ini` file.
- Ensure that you understand the consequences of changing the temperature settings and their impact on your system's performance and stability.
## Acknowledgments
Special thanks to B3711.

View file

@ -1 +0,0 @@
404: Not Found

View file

@ -1,6 +1,6 @@
;creator=ppkantorski ;creator=ppkantorski
;version=0.2.0 ;version=0.2.0
[Cool Curves]
[Max Temp 54°C] [Max Temp 54°C]
copy /atmosphere/config/system_settings.ini /atmosphere/config/system_settings.ini.bak copy /atmosphere/config/system_settings.ini /atmosphere/config/system_settings.ini.bak
set-ini-val /atmosphere/config/system_settings.ini tc use_configurations_on_fwdbg u8!0x1 set-ini-val /atmosphere/config/system_settings.ini tc use_configurations_on_fwdbg u8!0x1

View file

@ -2,6 +2,7 @@
;version=1.0.0 ;version=1.0.0
;about='Mit diesem Tool kann man Overlays und Packages aktivieren/deaktivieren.' ;about='Mit diesem Tool kann man Overlays und Packages aktivieren/deaktivieren.'
[Package Manager]
[*Verwalte Overlays] [*Verwalte Overlays]
;mode=toggle ;mode=toggle
filter /switch/.overlays/ovlmenu.ovl filter /switch/.overlays/ovlmenu.ovl

View file

@ -1,105 +0,0 @@
[*Boot Optionen]
footer=
grouping=default
mode=default
system=default
[*Hekate]
footer=
[*Lakka]
footer=
[*Reboot]
footer=
[*SD Boot]
footer=
[*eMMC Boot]
footer=
[Android LineageOS]
footer=
[Android LineageOS - SD Karte]
footer=
[Android LineageOS - eMMC]
footer=
[CrDroid]
footer=
[CrDroid - SD Karte]
footer=
[CrDroid - eMMC]
footer=
[Fedora]
footer=
[Fedora - SD Karte]
footer=
[Fedora - eMMC]
footer=
[Fedora_41]
footer=
[Hekate]
footer=
[Hekate UMS]
footer=
[Herunterfahren]
footer=
[Lakka]
footer=
[Lockpick_RCM]
footer=
[Neustart CFW]
footer=
[Neustart OFW]
footer=
[Tegra_Explorer]
footer=
[Ubuntu_Bionic]
footer=
[Ubuntu_Bionic - SD Karte]
footer=
[Ubuntu_Bionic - eMMC]
footer=
[Ubuntu_Jammy]
footer=
[Ubuntu_Jammy - SD Karte]
footer=
[Ubuntu_Jammy - eMMC]
footer=
[Ubuntu_Noble]
footer=
[Ubuntu_Noble - SD Karte]
footer=
[Ubuntu_Noble - eMMC]
footer=
[gap]
footer=

View file

@ -1,3 +1,7 @@
;version=1.0.0
;creator=NiklasCFW
;about='RebootNX'
[@Startseite] [@Startseite]
[HorizonOS] [HorizonOS]
@ -29,9 +33,4 @@ refresh-to *eMMC Boot
[Lakka] [Lakka]
ini_file_source /bootloader/ini/Lakka_Switch.ini ini_file_source /bootloader/ini/Lakka_Switch.ini
filter config filter config
reboot ini 'Lakka' reboot ini 'Lakka'
[gap]
;mode=table
;background=false
;gap=30

View file

@ -1 +0,0 @@