Homebrew Homebrew app Ultrahand Overlay - The fully craft-able overlay executor

ppkantorski

Well-Known Member
OP
Member
Joined
May 1, 2023
Messages
115
Trophies
0
XP
753
Country
United States
Thanks! Trying to find a shutdown shortcut for tesla this past few days but can't find any. Switching to ultrahand now
Studious Pancake does it pretty well too. https://github.com/HookedBehemoth/studious-pancake
Ultrahand uses some of the methods from that project for package developers to use.

Update: Actually nvm, from what I can tell it just has reboot functions.
 
Last edited by ppkantorski,
  • Like
Reactions: josete2k

Black_Nichirin

Well-Known Member
Newcomer
Joined
Apr 20, 2023
Messages
98
Trophies
0
XP
271
Country
United States
Studious Pancake does it pretty well too. https://github.com/HookedBehemoth/studious-pancake
Ultrahand uses some of the methods from that project for package developers to use.

Update: Actually nvm, from what I can tell it just has reboot functions.
is this normal while cloning the edizon-overlay that you had in github ? Im trying to clone the edizon-overlay using github desktop and it just stopped .
Screenshot 2024-10-12 052104.png
 

NotUsingAnAltAccount

Well-Known Member
Member
Joined
Dec 7, 2023
Messages
103
Trophies
0
Age
54
XP
340
Country
Iceland
There are zero reasons to use Studious-Pancake now when you have Ultrahand. I remember first time when a reboot and shutdown was added (+switch to android as well), man that was incredible. Now swipe to open and other stuff, this project is so good
 

Construct_over

Member
Newcomer
Joined
Aug 2, 2024
Messages
5
Trophies
0
Age
46
XP
48
Country
United States
How can I ensure that cheat functionality is disabled upon launching the game? I have modified the system_settings.ini file to set dmnt_cheats_enabled_by_default to u8!0x0, yet cheats remain enabled at startup.
 

bvang913

Well-Known Member
Member
Joined
Sep 20, 2023
Messages
134
Trophies
0
XP
508
Country
United States
How can I ensure that cheat functionality is disabled upon launching the game? I have modified the system_settings.ini file to set dmnt_cheats_enabled_by_default to u8!0x0, yet cheats remain enabled at startup.
Did you delete the semicolon at the beginning of the line? If you didn't do that delete that and restart your switch so the changes will apply.
 
  • Like
Reactions: Construct_over

Raphaelinez

Member
Newcomer
Joined
Aug 15, 2023
Messages
15
Trophies
0
XP
45
Country
Indonesia
Reboot to > Boot Entry not working, when i'm still in SysNAND and try to boot to OFW/EmuNAND via Ultrahand, the result still boot to SysNAND, how to fix this?

Hekate and Hekate UMS work properly.
 
  • Like
Reactions: impeeza

Raphaelinez

Member
Newcomer
Joined
Aug 15, 2023
Messages
15
Trophies
0
XP
45
Country
Indonesia
here, show us the content of you HEKATE_IPL.INI file.
Code:
[config]
autoboot=0
autoboot_list=0
bootwait=3
backlight=123
noticker=1
autohosoff=1
autonogc=1
updater2p=0
bootprotect=0


{-- Custom Firmwares --}

[Custom Firmware (SYSNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummc_force_disable=1
icon=bootloader/res/trifecta.bmp
logopath=bootloader/res/bootlogo.bmp
id=sysnand

{}

[Custom Firmware (EMUNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/trifecta2.bmp
logopath=bootloader/res/bootlogo.bmp
id=emunand

{}

{-- Official Firmware --}

[Official Firmware (OFW)]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/ofw.bmp
id=stock
 
Last edited by Raphaelinez,

josete2k

Well-Known Member
Member
Joined
Apr 24, 2009
Messages
855
Trophies
1
Age
44
Location
Spain
XP
2,046
Country
Spain
Working fine here.

Code:
[CFW FSS0]
fss0=atmosphere/package3
icon=bootloader/res/icon_atmosphere.bmp
logopath=bootloader/res/boot.bmp
id=pkg3

[CFW fusee]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/atmosphere.bmp
logopath=bootloader/res/boot.bmp
atmosphere=1
id=atmos

[CFW sysMMC]
fss0=atmosphere/package3
icon=bootloader/res/icon_sys.bmp
logopath=bootloader/res/sysboot.bmp
emummc_force_disable=1
id=sysnand

[STOCK]
fss0=atmosphere/package3
icon=bootloader/res/switch.bmp
logopath=bootloader/bootlogo.bmp
emummc_force_disable=1
stock=1
id=stock
 

Raphaelinez

Member
Newcomer
Joined
Aug 15, 2023
Messages
15
Trophies
0
XP
45
Country
Indonesia
Working fine here.

Code:
[CFW FSS0]
fss0=atmosphere/package3
icon=bootloader/res/icon_atmosphere.bmp
logopath=bootloader/res/boot.bmp
id=pkg3

[CFW fusee]
payload=bootloader/payloads/fusee.bin
icon=bootloader/res/atmosphere.bmp
logopath=bootloader/res/boot.bmp
atmosphere=1
id=atmos

[CFW sysMMC]
fss0=atmosphere/package3
icon=bootloader/res/icon_sys.bmp
logopath=bootloader/res/sysboot.bmp
emummc_force_disable=1
id=sysnand

[STOCK]
fss0=atmosphere/package3
icon=bootloader/res/switch.bmp
logopath=bootloader/bootlogo.bmp
emummc_force_disable=1
stock=1
id=stock
can i see your package.ini in folder switch/.packages
 

josete2k

Well-Known Member
Member
Joined
Apr 24, 2009
Messages
855
Trophies
1
Age
44
Location
Spain
XP
2,046
Country
Spain
Code:
[*Reboot To]
[*Boot Entry]
ini_file_source /bootloader/hekate_ipl.ini
filter config
reboot boot '{ini_file_source(*)}'
[hekate]
reboot HEKATE
[hekate UMS]
reboot UMS

[Commands]
[Shutdown]
shutdown
 

Raphaelinez

Member
Newcomer
Joined
Aug 15, 2023
Messages
15
Trophies
0
XP
45
Country
Indonesia
Code:
[*Reboot To]
[*Boot Entry]
ini_file_source /bootloader/hekate_ipl.ini
filter config
reboot boot '{ini_file_source(*)}'
[hekate]
reboot HEKATE
[hekate UMS]
reboot UMS

[Commands]
[Shutdown]
shutdown
idk where mine got wrong, hope OP can solve this problem for me.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    Sadly with enough money a lot of stuff suddenly becomes legal
  • SylverReZ @ SylverReZ:
    @K3Nv2, Depends on the state whether it's legal.
  • K3Nv2 @ K3Nv2:
    Get the gummies mix them in with a gummy bag
  • RedColoredStars @ RedColoredStars:
    Elderly vets with ptsd have been evicted for just having it in their apartment.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Smoke crack and have sex with an underage prostitute? Gotta travel out of the country where it's legal
  • K3Nv2 @ K3Nv2:
    Where America? We already have a new felon overlord
    +1
  • RedColoredStars @ RedColoredStars:
    Me and a couple neighbors called in a wellness check on another neighbor we hadnt seen in days. His window was open for days, no lights on, no tv, door unlocked, etc. etc.
  • Psionic Roshambo @ Psionic Roshambo:
    They found him drowned in Diddys lube?
  • RedColoredStars @ RedColoredStars:
    Cops found him in his closet. he had been in there for days with no food or water or going to the bathroom. Took him out on a stretcher. They said if we had waited another day hed most likely be dead. He was incredibly ill and hallucinating some leaves on his floor being "spider lobsters".
  • RedColoredStars @ RedColoredStars:
    He is an incredibly far right conspiracy theorist and super religious doomsday guy. Drinks beer and smokes weed 24/7 365 and hiv positive.
  • NinStar @ NinStar:
    mario & luigi brothership has a really janky culling
  • K3Nv2 @ K3Nv2:
    Thought you said cuddling tbh
    +1
  • NinStar @ NinStar:
    npcs pop out of existence before they are completely outside of the viewport
  • NinStar @ NinStar:
    I thought it was something isolated, but happens quite frequently
  • Psionic Roshambo @ Psionic Roshambo:
    @K3Nv2, Mario working on Luigi's pipe wrench?
  • Psionic Roshambo @ Psionic Roshambo:
    Super Crown Wario
  • K3Nv2 @ K3Nv2:
    Mario used super condom
  • Psionic Roshambo @ Psionic Roshambo:
    Can AI write erotic fanfics?
  • K3Nv2 @ K3Nv2:
    No need too many little twerps do it anyway
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I want to read some weird stuff lol
  • Psionic Roshambo @ Psionic Roshambo:
    AI write me a fanfic about the time Pikachu was involved in a Diddy party
  • K3Nv2 @ K3Nv2:
    Pikachu got lost in Detroit woke up with spaghetti on his sweater
  • Psionic Roshambo @ Psionic Roshambo:
    Diddy used TMCosby on Pikachu it was super effective
    Psionic Roshambo @ Psionic Roshambo: Diddy used TMCosby on Pikachu it was super effective