Hacking MyMenuifyMOD

scooby74029

wanttabe dev
OP
Member
Joined
May 7, 2010
Messages
1,357
Trophies
1
Age
48
Location
oklahoma, USA
Website
www.wiithemer.org
XP
1,330
Country
United States
MyMenuifyMOD

by Scooby74029
A Modification of MyMenuify by IceFire

-------------------------------------------------------------
DOWNLOAD :
-------------------------------------------------------------
MyMenuifyMod v2.0
mirror - https://www.mediafire.com/file/jvczt2t6gc5gya7/mymenuifymod.zip/file
mirror - https://github.com/scooby7402976/mymenuifymod/releases/tag/v2.0.0

-------------------------------------------------------------
Removal Procedure :
-------------------------------------------------------------
To remove a theme

launch hbc or MyMenuifyMOD channel or forwarder press the Plus button

done

---------------------------------------------------------------
change logs:
---------------------------------------------------------------
v2.0
- compiled with latest devkit as of 02/26/2023
- added priiloader check
- added official theme check
- redesigned all graphics
- now uses ios 58 no need to reload to cios but still an option
v1.5
- compiled with latest devkitpro(new wiimotes should work
- changed the way files are detected
- now use any cios you want
- now asks if you want to use sd or usb

v1.4
-added ability to detect version changed system menus

v1.3a
-added translation to Spanish(thanks to RAVMN)
-channel coming soon!!

v1.3
-added translation to Japanese(thanks to hosigumayuugi)
-started work on smb share
-fixed codedump for regions not matching(thanks jskyboo)

v1.2a

-added classic controller support(untested since i dont have a classic controller)
-some bug fixes

v1.2

-added one button press install of original system menu themeing file -- this means the original file from nus will be downloaded, the file on the nand will be deleted, and the downloaded file wrote to the nand-- this also means that there will be no traces of themeing in this file!!

-reworked the brick protection

**-known bug when trying to install a region different than the currently installed region -- app will code dump-- i need help solving this one, but great protection(lol)


v1.1

-fixed bug when loadup ios is not installed

v 1.0
-SD changed theme folder to(folder "modthemes" on root of sd card)
-added Usb support (folder "modthemes" on root of usb device)
-checks for correct region and version(if the installed sysmenu theme is equal to the sysmenu going to be installed it installs else it tells what was wrong and goes back to HBC)
-Uneek will install themes from SD(sneek might if it is compiled with the sd card on)

---------------------------------------------------------
Info :
---------------------------------------------------------
All .csm or .app file must go in this folder structure:
- sd:/modthemes/*.csm or *.app or sd:/themes/*.csm/.app
- USB:/modthemes/*.csm or *.app or usb:/themes/*.csm/.app

if .csm/.app is not built right it will not install


----------------------------------------------------------
Special Thanks :
----------------------------------------------------------
xflak, diddy81, and jskyboo
I would like to thank Icefire for the original MyMenuify and all the devs that i have taken code from or used as an example

I would like to thank FIX94 for the great v11 forwarder

-----------------------------------------------------------
hope this is useful to a few people!!!!

--------------------------------------------------------
 
Last edited by scooby74029,

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
13,812
Trophies
3
Age
38
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
9,802
Country
Cyprus
awesome work!!! definitely adding this to my arsenal\collection of wii apps!
biggrin.gif


thx!
 

scooby74029

wanttabe dev
OP
Member
Joined
May 7, 2010
Messages
1,357
Trophies
1
Age
48
Location
oklahoma, USA
Website
www.wiithemer.org
XP
1,330
Country
United States
Albatroz said:
nice mod scooby!!!
now this will avoid some bricks
wink.gif

thx


yeah it took me forever to come up with a way to detect both original .apps and already been themed before .apps

i finally got something that works (its prob ugly as hell as far as real coding goes)

i hope it does help with the brick issue!!!!

its nice to have the usb for all my themes!!!!!
 

Aijelsop

Question Asker
Member
Joined
Sep 11, 2010
Messages
1,000
Trophies
0
XP
815
Country
United States
Sorry, how do I install it?
tongue.gif


Just put the modded .dol inside the MyMenuify folder? (in /apps)

Does it work with my current Home Screen wad?
 

diddy81

Wii Theme Team
Member
Joined
Mar 14, 2009
Messages
918
Trophies
1
XP
1,102
Country
kk tested this and it works great

it takes a little time to mount the sd and usb though so i think it might be better to give the user a choice between sd and usb before mounting them

also since im no coder and only know a basic c++ could you explain how the region and version checks work plz

p.s ive also add a link to this page in my Wii Theme Team Creations thread
wink.gif
 

diddy81

Wii Theme Team
Member
Joined
Mar 14, 2009
Messages
918
Trophies
1
XP
1,102
Country
shortz1994 said:
sweet i like this, no more unplugging the hdd, to change the menu. nice work scooby. thanks dude.

why did you have too unplug the hdd mymenuify GUI works with the hdd connected

well it does on mine
 

shortz1994

Well-Known Member
Member
Joined
Jan 21, 2011
Messages
1,340
Trophies
0
XP
369
Country
United States
diddy81 said:
shortz1994 said:
sweet i like this, no more unplugging the hdd, to change the menu. nice work scooby. thanks dude.

why did you have too unplug the hdd mymenuify GUI works with the hdd connected

well it does on mine
well not sure how to, still learning some of the older stuf /newer stuff. plus in uneek. that the only way i knew how to do it.. didn't know "menufy" worked in uneek.. cause of the change in csm to apps.
 

scooby74029

wanttabe dev
OP
Member
Joined
May 7, 2010
Messages
1,357
Trophies
1
Age
48
Location
oklahoma, USA
Website
www.wiithemer.org
XP
1,330
Country
United States
diddy81 said:
kk tested this and it works great

it takes a little time to mount the sd and usb though so i think it might be better to give the user a choice between sd and usb before mounting them

also since im no coder and only know a basic c++ could you explain how the region and version checks work plz

p.s ive also add a link to this page in my Wii Theme Team Creations thread
wink.gif

diddy the check system checks the .csm/.app(if original) for this string :: C:\Revolution\ipl\System4_2\ipl\bin\RVL\Final_US2\main.elf
- reads this \System4_2\ for the version
- reads this \US2\ for the region

if it cant find this string then these fields are NULL and install is canceled

this string is in every .app base(though different for each region) and will be in every .csm
 

diddy81

Wii Theme Team
Member
Joined
Mar 14, 2009
Messages
918
Trophies
1
XP
1,102
Country
scooby74029 said:
diddy81 said:
kk tested this and it works great

it takes a little time to mount the sd and usb though so i think it might be better to give the user a choice between sd and usb before mounting them

also since im no coder and only know a basic c++ could you explain how the region and version checks work plz

p.s ive also add a link to this page in my Wii Theme Team Creations thread
wink.gif

diddy the check system checks the .csm/.app(if original) for this string :: C:\Revolution\ipl\System4_2\ipl\bin\RVL\Final_US2\main.elf
- reads this \System4_2\ for the version
- reads this \US2\ for the region

if it cant find this string then these fields are NULL and install is canceled

this string is in every .app base(though different for each region) and will be in every .csm


wow thats so simple i never knew that string was in the app/csm file

great find m8
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: Is it safe to update a modded ps3? Can I play online in pirated games? (with ps3hen either...