Uberhand Overlay Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=Uberhand Overlay |image=uberhandoverlayswitch.png |description=The fully craft-able overlay executor. |author=Utilities |lastupdated=2024/04/27 |type=Utilities |version=2.2.5 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/uberhandoverlayswitch.7z |website=https://efosamark.github.io/Uberhand-Overlay/ |source=https://github.com/efosamark/Uberhand-Overlay |donation= }} {{#seo: |title=Switch Homebrew Apps (Utilities) -...")
 
No edit summary
Line 19: Line 19:
|image_alt=Uberhand Overlay
|image_alt=Uberhand Overlay
}}
}}
Uberhand-Overlay is a rework of another project called Ultrahand Overlay. It provides expanded functionality, a better user experience, and built-in support for various overclocking-related features for your packages.
Uberhand-Overlay is a rework of another project called [[Ultrahand Overlay Switch|Ultrahand Overlay]]. It provides expanded functionality, a better user experience, and built-in support for various overclocking-related features for your packages.


This tool enables you to create and share packages, providing enhanced functionality for managing files and directories on your SD card. It offers features like creating directories, copying files or directories, deleting files or directories, moving files or directories, modifying INI files, and hex editing files.
This tool enables you to create and share packages, providing enhanced functionality for managing files and directories on your SD card. It offers features like creating directories, copying files or directories, deleting files or directories, moving files or directories, modifying INI files, and hex editing files.

Revision as of 03:08, 12 May 2024

Uberhand Overlay
Uberhandoverlayswitch.png
General
AuthorUtilities
TypeUtilities
Version2.2.5
LicenseGPL-2.0
Last Updated2024/04/27
Links
Download
Website
Source

Uberhand-Overlay is a rework of another project called Ultrahand Overlay. It provides expanded functionality, a better user experience, and built-in support for various overclocking-related features for your packages.

This tool enables you to create and share packages, providing enhanced functionality for managing files and directories on your SD card. It offers features like creating directories, copying files or directories, deleting files or directories, moving files or directories, modifying INI files, and hex editing files.


Features

Uberhand is a Tesla overlay that provides powerful functionality for managing and manipulating files and directories on an SD card. It offers the following features:

  • Create Directories:
    • Effortlessly create directories on your SD card by specifying the directory path. Uberhand will handle the creation process for you.
  • Copy Files or Directories:
    • Easily copy files or directories from one location to another on your SD card. Just provide the source and destination paths, and Uberhand will seamlessly handle the copying process.
  • Delete Files or Directories:
    • Simplify file and directory deletion on your SD card. By specifying the path of the file or directory you want to delete, Uberhand promptly removes it, making the deletion process hassle-free.
  • Move Files or Directories:
    • Seamlessly move files or directories between locations on your SD card. Provide the source path and the destination directory path, and Uberhand takes care of the moving process, ensuring smooth relocation.
  • Modify INI Files:
    • Edit INI files on your SD card with ease. Take full control over your configurations by updating existing key-value pairs, adding new entries, or creating new sections within the INI file using Uberhand. Customize and tailor your INI files effortlessly through its intuitive interface.
  • Hex Edit Files:
    • Perform hexadecimal editing of files on your SD card. Edit the binary data directly, allowing for precise control over your data. Uberhand's Hex Edit Files feature enables you to analyze, modify, and customize files in their raw form.

Uberhand provides a convenient command-line interface to perform these operations, allowing you to efficiently manage your files, directories, and INI files on an SD card.

Getting Started

Nintendo Switch Compatibility

To run the Uberhand overlay on the Nintendo Switch, you need to have the necessary homebrew environment set up on your console. Once you have the homebrew environment set up, you can transfer the compiled executable file to your Switch and launch it using the Tesla Overlay.

Please note that running homebrew software on your Nintendo Switch may void your warranty and can carry certain risks. Ensure that you understand the implications and follow the appropriate guidelines and precautions when using homebrew software.

Compilation Prerequisites

To compile and run the program, you need to have the following dependencies installed:

  • TESLA library
  • switch-jansson
  • switch-curl
  • switch-zziplib
  • switch-mbedtls

Usage

To use Uberhand, follow these steps:

  1. Create a directory named Uberhand in the config root folder on your SD card.
  2. Place the config.ini package file in the Uberhand directory (or sub-directory). This package file contains the configuration options for Uberhand.
  3. Your commands will show up on the Tesla menu within the Uberhand overlay. You can click A to execute any command, as well as click X to view and select the individual command lines written in the ini for execution.

Screenshots

uberhandoverlayswitch-01.png

uberhandoverlayswitch-02.png

uberhandoverlayswitch-03.png

uberhandoverlayswitch-04.png

Changelog

v2.2.5

  • Sliders, Toggles and improvements by @efosamark
  • Multithreading support and progress tracking by @i3sey
  • Update LICENSE file to GNU General Public License by @i3sey

v2.1.5

  • Fixed speedo display by @i3sey
  • Update version to 2.1.5,
  • fix formatting in ini file functions,
  • add help overlay functionality to menu item click listeners by @i3sey
  • Add functions to write and remove text from files by @i3sey

v2.1.4

  • Fixed decimal current values by @efosamark.

v2.1.3

  • Fixed issue with writing decimal 0 into kip by @i3sey
  • Added replacing default Tesla key combination with Uberhand's by @efosamark
  • Fixed crashes in overlay updater by @IrneRacoonovich
  • Fixed remove-ini-key function by @efosamark
  • Improvements to hex read/write functions by @IrneRacoonovich
  • Improvements to marking current kip values by @efosamark
  • Improvements to download functions by @IrneRacoonovich, @efosamark
  • Major optimization improvements by @IrneRacoonovich, @efosamark

v2.1.2

  • Typo fix by @i3sey
  • Fixed APPLIED and jump to current by @efosamark

v2.1.1

  • Hotfixes by @efosamark and @i3sey
  • Hotfixes by @efosamark
  • Fixed copy commands by @efosamark

v2.1.0

  • Update screenshots in README by @IrneRacoonovich
  • Sorting and Checking for config and on_fwdbg by @i3sey
  • Enabled marking current from kip using dec value + showCurInMenu by @efosamark
  • Updated examples + new option showSeparators by @efosamark
  • Scroll to the top/bottom with ZL/ZR; Jump to current item in mark_kur lists by @efosamark

v2.0.1

  • Added ability to set base for tables in curkip by @efosamark.

v2.0.0

  • Subdirectory based submenus in config by @IrneRacoonovich
  • fix memory leaks while using JSONs by @IrneRacoonovich
  • Updater, init.ini and more by @i3sey
  • Slider Overlay; Processing Updates; Support for more customization; Minor fixes by @efosamark
  • hotfix for github's rate limit, etc by @i3sey
  • Kip Version check option; Renamed dependencies to Uberhand; Minor changes to visual processing by @efosamark
  • Processing screen and bumped version by @i3sey
  • Fixed multipage curconf; Removed debug output by @efosamark
  • hotfix: ultrahand -> uberhand by @i3sey

v1.2.1

  • Increment fix, version hiding by @efosamark.

v1.2.0

  • Wiki upadate. by @i3sey
  • Custom colors using #XXXXXX format (8bit only) by @i3sey
  • NEW: Backup processing; NEW: Added APPLIED marker; NEW: Added DELETED marker; FIX: Fixed a mitigated atmosphere crash when accessing freshly deleted backup; Minor updates by @efosamark
  • Fixed bug with APPLIED tag by @efosamark
  • Updated colors by @efosamark

v1.1.0

  • Added support for different configurations by console revisions by @IrneRacoonovich
  • Added ability to set color for JSON items by @efosamark
  • Improved error processing by @efosamark
  • Added new command to display info from loader.kip by @efosamark
  • Added directory-menu items sorting by @i3sey
  • Added separator support by @IrneRacoonovich
  • Autobuild support by @i3sey

v1.0-beta-hotfix2

  • Using GitHub Actions to build .ovl by @i3sey
  • Fixed error in directory unzip verifying and disable some trash logs by @i3sey

v1.0-beta-hotfix1

  • Improved error processing by @efosamark.

v1.0-beta

  • some new features by @i3sey
  • Added json_set_current by @efosamark
  • Added text_source support by @efosamark
  • add support for infinite sub-menus; code cleanup by @IrneRacoonovich
  • Errors by @i3sey
  • Added vanish for DONE/FAIL status message on button press by @efosamark
  • Added ability to ignore/catch errors; Updated config examples by @efosamark
  • Site and delete error by @i3sey
  • remove redundant parts of README; add new pics by @IrneRacoonovich

External links

Advertising: