Hacking RELEASE Atmosphere-with-Hekate

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,145
Trophies
3
XP
6,216
Country
United States
I always use either Hekate or Fusee-secondary. Is that true fusee-secondary is no longer needed ? I saw fuse.bin at GitHub of atmosphere. What is that ?
 

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
Ok I didn't notice that your first post said "boot stock", I don't remember how that works, but f-secondary still exists just renamed to package3

As long as it doesn't have the .bin extension, I don't know if it the same thing, and if it can be used this way.
 

mrgone

old man
Member
GBAtemp Patron
Joined
Nov 6, 2002
Messages
1,341
Trophies
3
Age
46
Location
close to the oktoberfest
XP
2,938
Country
Germany
Doesn't package3 take the role of fusee-secondary? So launching package3 should have the same results.
yep, just read it in the release notes.
somehow i overlooked that mini factoid, maybe because it was 3 o'clock in the morning when i read it the first time
 

Arakon

Well-Known Member
Member
Joined
Apr 24, 2008
Messages
447
Trophies
1
XP
1,072
Country
Gambia, The
  • Please Note: various components were renamed (fusee-primary.bin -> fusee.bin, fusee-secondary.bin -> package3).
    • If you use another bootloader (like hekate), you may need to update your configuration to use the new layout.

From the official readme. It literally says it was renamed and to adjust for the new names.
 
  • Like
Reactions: spotanjo3

yyoossk

Well-Known Member
OP
Member
Joined
Oct 18, 2017
Messages
200
Trophies
0
XP
2,418
Country
Japan
cfw&Stock work fine!
thx!

[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
stock=1
icon=bootloader/res/icon_switch.bmp
{}
 

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
cfw&Stock work fine!
thx!

[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/fusee-secondary.bin
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/fusee-secondary.bin
stock=1
icon=bootloader/res/icon_switch.bmp
{}

there is no fusee-secondary on the latest atmosphere! delete that file and test again!
 

yyoossk

Well-Known Member
OP
Member
Joined
Oct 18, 2017
Messages
200
Trophies
0
XP
2,418
Country
Japan
there is no fusee-secondary on the latest atmosphere! delete that file and test again!

I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}

--------------------- MERGED ---------------------------

I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}


Replaced with new ini
https://github.com/yyoossk/Atmosphere-with-Hekate/releases/tag/12.1.0-v4
 
  • Like
Reactions: MUDD_BR and toxic9

toxic9

Well-Known Member
Member
Joined
Dec 13, 2016
Messages
819
Trophies
0
Age
44
XP
1,297
Country
I made a mistake
Tested with this
It's working


[config]
autoboot=0
autoboot_list=0
bootwait=3
verification=1
autohosoff=0
autonogc=1
updater2p=1
backlight=100
customlogo=1
logopath=/bootloader/bootlogo.bmp
[Atmosphere (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
icon=bootloader/res/atmosphere.bmp
{}
[Atmosphere (EmuNAND)]
fss0=atmosphere/package3
kip1patch=nosigchk
atmosphere=1
emummcforce=1
icon=bootloader/res/atmosphere-emu.bmp
{}
{--- Stock ---}
[Stock (SysNAND)]
emummc_force_disable=1
fss0=atmosphere/package3
stock=1
icon=bootloader/res/icon_switch.bmp
{}

great!
many thanks for testing.
I don't have my switch with me, that's why I didn't test it anyway.
 
  • Like
Reactions: yyoossk

spotanjo3

Well-Known Member
Member
Joined
Nov 6, 2002
Messages
11,145
Trophies
3
XP
6,216
Country
United States
  • Please Note: various components were renamed (fusee-primary.bin -> fusee.bin, fusee-secondary.bin -> package3).
    • If you use another bootloader (like hekate), you may need to update your configuration to use the new layout.
From the official readme. It literally says it was renamed and to adjust for the new names.

Thanks. I will wait for September 9 since it is "pre-released".
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • pball79 @ pball79:
    I originally came here to get themes for my vWii, but I got distracted by these chatrooms
  • pball79 @ pball79:
    so I made an account
    +1
  • Xdqwerty @ Xdqwerty:
    @pball79, here im mostly active in the chat btw
    +1
  • pball79 @ pball79:
    I'm probably gonna stay here as well
    +1
  • Xdqwerty @ Xdqwerty:
    Coming back to my house in 30 min
    +1
  • a_username_that_is_cool @ a_username_that_is_cool:
    Concept: pinocchio but instead of his nose growing, everything BUT his nose grows
  • NinStar @ NinStar:
    everything else you say?
  • DTApple @ DTApple:
    Except that.
  • Psionic Roshambo @ Psionic Roshambo:
    I would do anything for love, but I won't do that? Lol
  • K3Nv2 @ K3Nv2:
    Each time psi lies his penis does in fact get bigger
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Lol damn so that's why it's tiny... Lol
  • K3Nv2 @ K3Nv2:
    Looks pretty massive to me
  • BigOnYa @ BigOnYa:
    Looks don't matter, you gotta sample the product first
    +1
  • K3Nv2 @ K3Nv2:
    If it didn't then why won't your wife leave my place
  • BigOnYa @ BigOnYa:
    rick james- Cocaine is a hella of a drug
    +1
  • BigOnYa @ BigOnYa:
    Nuh for real tho, tell her to get food on her way home, I feel like cheeseburgers tonight
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Tried to get McDonald's on the way home app glitched lol
  • Psionic Roshambo @ Psionic Roshambo:
    Now I'm like ughh what to eat....
  • K3Nv2 @ K3Nv2:
    They keep bringing back $1 big macs the bastards know how to fuel addiction
  • K3Nv2 @ K3Nv2:
    Apps should allow us to use deals and rewards two sperate things
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah for sure lol
  • K3Nv2 @ K3Nv2:
    I tried frozen pf changes for $5 not really worth it
  • Psionic Roshambo @ Psionic Roshambo:
    Hell the normal restaurant kinda sucks too
    Psionic Roshambo @ Psionic Roshambo: Hell the normal restaurant kinda sucks too