Hacking Question Modchips and System Updates

Vieela

GBATemp's official thinker™
OP
Member
Joined
Jan 18, 2017
Messages
562
Trophies
0
XP
936
Country
Brazil
Hello! I purchased a Nintendo Switch that was already CFW'd back in May. It definetly has a modchip (can be turned off and on and go directly into CFW without the need to push the payload). The thing is, i absolutely have no idea which modchip it uses and i really want to update to a more recent version (8.0.1 or 8.1.0) to be able to play my cart backups such as Fire Emblem and Crash Team Racing. Is it safe to update to newer versions? Will the modchip still push the payload, or do i have to make any more updates to it?
 

Lacius

Well-Known Member
Member
Joined
May 11, 2008
Messages
18,100
Trophies
3
XP
18,373
Country
United States
If it's using Hekate, then it will boot the latest version of Hekate if it's on your SD card. That should make it relatively safe to update if you're using the latest version of Kosmos, for example.
 

Vieela

GBATemp's official thinker™
OP
Member
Joined
Jan 18, 2017
Messages
562
Trophies
0
XP
936
Country
Brazil
If it's using Hekate, then it will boot the latest version of Hekate if it's on your SD card. That should make it relatively safe to update if you're using the latest version of Kosmos, for example.
It is indeed using Hekate, however, i can't get it to boot normally with my SD. It will only boot in Hekate if it has no microSD plugged in the slot. Then it will boot into Hekate 4.6, and showing to be using Simple-UF2 v0.9.2.
As far as i am concerned, Hekate 4.6 only supports up to 6.2.0. What should be done in this case?
 

White_Raven_X

Hack everything, hack the world!
Member
Joined
Sep 23, 2019
Messages
642
Trophies
0
Age
45
XP
1,613
Country
Canada
Thank you @fate6 that's very useful. I wasnt aware this existed. In your opinion, which chip is the best and easiest to install? I would rather use this as I don't want to bother with the injection process. I'm running 9.0.0
 

fate6

Haha, I killed a Pumpkin!
Member
Joined
Aug 2, 2014
Messages
444
Trophies
0
Location
[fate6@Canterlot ~]$
XP
2,341
Country
United States
@White_Raven_X I have a trinket M0 from back when this was all first being done but i think there are easier chips to work with that wont require you desoldering a USB port on said chip.

Take a look at the software thread here > https://gbatemp.net/threads/modchip...switchboot-save-fuses-without-autorcm.526607/

There is a list of all the chips matty supports so you can give them a google and see which one you would be fine with installing, end result is the same for all of them so its really just which install process for the chip you want to do plus what the prices/availability of them are.
 
  • Like
Reactions: mattytrog

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    you have to launch your homebrews directly from the wii u menu
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    BigOnYa @ BigOnYa: Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does...