Hacking Is there a hack to allow shutting off the Wii with the remote

j103

Member
OP
Newcomer
Joined
Oct 1, 2007
Messages
9
Trophies
0
Age
38
XP
621
Country
United States
I keep my Wii in a case out of reach of children or other people, and use my remote to turn it on and off. Is there a way to turn it off via the remote while playing a gamecube game?
 

Hielkenator

Well-Known Member
Member
Joined
Feb 7, 2010
Messages
4,210
Trophies
0
XP
679
Country
Netherlands
trumpet-205 said:
Maybe Gamecube mode disables Wiimote support? If that is the case then there is no hack to do so.

Yes, When your Wii is in gamecube mode, Your Wii becomes A "Gamecube". So Wiimotes will never work.

There are powersockets on the market wich allow on/off switching via an remote.
You can use that.

41976.jpg
 

j103

Member
OP
Newcomer
Joined
Oct 1, 2007
Messages
9
Trophies
0
Age
38
XP
621
Country
United States
CarbonX13 said:
GameCube Mode indeed disables the Wii Remote entirely, so I'm not sure if a hack is possible.
They said the same thing about the USB ports.
 

BloodyFlame

Well-Known Member
Member
Joined
Aug 6, 2010
Messages
361
Trophies
0
Location
California
XP
205
Country
United States
j103 said:
CarbonX13 said:
GameCube Mode indeed disables the Wii Remote entirely, so I'm not sure if a hack is possible.
They said the same thing about the USB ports.

Changing around the System Menu would probably be required to make this hack possible. Maybe devs would even have to program a new GameCube Mode for the Wii that allows custom preferences, such as cheats, slowdown, fast forward, classic controller support, etc.
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
when in "gamecube mode" there is no bluetooth driver. bluetooth relies on the USB stuff. so, one would have to hack in USB support, then add a bluetooth driver.

on top of that, you would want the wii to remember which wiimotes are synced, so you would want it to read their ID from the settings file in the nand. so now you have to hack in the ability to read blocks from the nand. but those are encrypted, so you need to slap in a bunch of stuff to decrypt them.

by the time youve done all this, you have written a large portion of IOS.
 

Hielkenator

Well-Known Member
Member
Joined
Feb 7, 2010
Messages
4,210
Trophies
0
XP
679
Country
Netherlands
j103 said:
CarbonX13 said:
GameCube Mode indeed disables the Wii Remote entirely, so I'm not sure if a hack is possible.
They said the same thing about the USB ports.

You can do that with Priiloader.

In settings just set ignore standby.
When shutting off the wii with the wiimote, it will shut off completely.

*EDIT* Misunderstood question...
 

person66

If it isn't edited, it isn't a true person66 post
Member
Joined
Jun 16, 2009
Messages
1,108
Trophies
0
Location
Canada
XP
415
Country
Canada
Hielkenator said:
j103 said:
CarbonX13 said:
GameCube Mode indeed disables the Wii Remote entirely, so I'm not sure if a hack is possible.
They said the same thing about the USB ports.

You can do that with Priiloader.

In settings just set ignore standby.
When shutting off the wii with the wiimote, it will shut off completely.
but not in gamecube mode, it basically makes your wii a gamecube, and gamecubes didnt have bluetooth or the ability to turn off with a remote. No priiloader setting will change this.
 

nl255

Well-Known Member
Member
Joined
Apr 9, 2004
Messages
3,000
Trophies
2
XP
2,798
Country
giantpune said:
when in "gamecube mode" there is no bluetooth driver. bluetooth relies on the USB stuff. so, one would have to hack in USB support, then add a bluetooth driver.

on top of that, you would want the wii to remember which wiimotes are synced, so you would want it to read their ID from the settings file in the nand. so now you have to hack in the ability to read blocks from the nand. but those are encrypted, so you need to slap in a bunch of stuff to decrypt them.

by the time youve done all this, you have written a large portion of IOS.

In other words, to make wiimotes work in gamecube mode you would have to solve the ARAM problem and finish DIOS-MIOS.
 

lulwut

Well-Known Member
Member
Joined
Mar 19, 2010
Messages
331
Trophies
0
XP
34
Country
CarbonX13 said:
j103 said:
CarbonX13 said:
GameCube Mode indeed disables the Wii Remote entirely, so I'm not sure if a hack is possible.
They said the same thing about the USB ports.
And look at the current state of DIOS MIOS... it's not really something 'ideal' as of right now.
dios mios is for sneek you idiot
sneek replaces ios in starlet making A SHIT TON possible
without sneek (or any ios replacement) its impossible
 

Hielkenator

Well-Known Member
Member
Joined
Feb 7, 2010
Messages
4,210
Trophies
0
XP
679
Country
Netherlands
person66 said:
Hielkenator said:
j103 said:
CarbonX13 said:
GameCube Mode indeed disables the Wii Remote entirely, so I'm not sure if a hack is possible.
They said the same thing about the USB ports.

You can do that with Priiloader.

In settings just set ignore standby.
When shutting off the wii with the wiimote, it will shut off completely.
but not in gamecube mode, it basically makes your wii a gamecube, and gamecubes didnt have bluetooth or the ability to turn off with a remote. No priiloader setting will change this.

If you read closer you've understood I was referring to the USB ports. In Wii mode. If you do the hack in preloader you shut off your connected HD drive too. ( otherwise it keeps sp nning) Don't get why you thought I was talking about GC mode. Gamecube has nothing to do with USB, physically not possible so..

Next time read all my post in this thread before replying, you've just said what I said a few post before.
 

Clydefrosch

Well-Known Member
Member
Joined
Jan 2, 2009
Messages
6,024
Trophies
2
XP
4,626
Country
Germany
do they still sell those thingys that activate and deactivate devices by clapping? you might wanna try one of these

or the IR thing, just nail the remote next to your wiis case
 

rolandpibb

Well-Known Member
Member
Joined
Sep 25, 2009
Messages
117
Trophies
0
XP
165
Country
Canada
giantpune said:
when in "gamecube mode" there is no bluetooth driver. bluetooth relies on the USB stuff. so, one would have to hack in USB support, then add a bluetooth driver.

on top of that, you would want the wii to remember which wiimotes are synced, so you would want it to read their ID from the settings file in the nand. so now you have to hack in the ability to read blocks from the nand. but those are encrypted, so you need to slap in a bunch of stuff to decrypt them.

by the time youve done all this, you have written a large portion of IOS.

All that time researching and coding, when you could have just dragged your ass off the couch and turned it off *gasp* manually
wink.gif
 

qwertymodo

Well-Known Member
Member
Joined
Feb 1, 2010
Messages
827
Trophies
0
Age
34
Website
qwertymodo.com
XP
520
Country
United States
rolandpibb said:
giantpune said:
when in "gamecube mode" there is no bluetooth driver. bluetooth relies on the USB stuff. so, one would have to hack in USB support, then add a bluetooth driver.

on top of that, you would want the wii to remember which wiimotes are synced, so you would want it to read their ID from the settings file in the nand. so now you have to hack in the ability to read blocks from the nand. but those are encrypted, so you need to slap in a bunch of stuff to decrypt them.

by the time youve done all this, you have written a large portion of IOS.

All that time researching and coding, when you could have just dragged your ass off the couch and turned it off *gasp* manually
wink.gif

All that time typing when you could have actually read *gasp* the OP.

His Wii is in a closed case and is inaccessible.

This has been thoroughly answered. Although this may seem like a simple request, as giantpune stated, something as seemingly simple as what you're asking for is actually in some aspects more work than DIOS-MIOS (the trade-off being having to write a bluetooth stack from scratch while not having to deal with the mess of patching games or redirecting disk I/O...). Yes, you can access Wii hardware from inside "Gamecube Mode" but it's not nearly the open door solution that most people who are into the Wii scene but don't understand the technical aspects behind it all have grown accustomed to. Sure, it's possible, but nobody's going to put in that kind of effort. MINI doesn't even have a bluetooth stack, and that would have way more practical application than creating one for a cMIOS.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/BiY0vNuu1eg?si=0nwmSHWeLkfcJJ__