Hacking Region Changer 4.1 beta test

damysteryman

I am too busy IRL these days...
OP
Member
Joined
Oct 4, 2007
Messages
1,223
Trophies
1
XP
1,026
Country
Antarctica
Hi everyone,

Who wants to test this?:
Region Changer 4.1
I was bored one day, so I made this.

As it's name suggests, it will completely region-change and install System Menu 4.1 of the region of your choice.

It's based on WiiSCU, and uses bushing's patchmii_core.c and tona's sysconf.c.

I've tested all the sysconf stuff, and it works, but my wii has no internet cnnection, so I haven't tested any of the patchmii doenload stuff.

If you want to test it, here you go:
http://www.mediafire.com/?uznlmz2gnjw

In order to run it, you need your wii conected to the internet, and cIOS249 installed,as that's the IOS it runs under.

Please tell me what you think of it, and whether or not the patchmii download stuff (especially the "patched IOS60" feature, I'm not sure if this works) works.

Thanks in advance,
da_letter_a
 

kavid

Well-Known Member
Member
Joined
Sep 28, 2008
Messages
566
Trophies
1
XP
628
Country
Switzerland
Do you add function that can load *.* from SD card?


patchmii_core.c

CODEint get_nus_object(u32 titleid1, u32 titleid2, char *content, u8 **outbuf, u32 *outlen) {
ÂÂstatic char buf[128];
ÂÂint retval;
ÂÂu32 http_status;
ÂÂstatic int netInit = 0;

ÂÂ
ÂÂif (useSd) {
ÂÂÂÂFILE *fd;

ÂÂÂÂsnprintf(buf, 128, "fat:/IOS/%08x/%08x/%s", titleid1, titleid2, content);
ÂÂÂÂ//printf("buf:%s\n",buf);

ÂÂÂÂfd = fopen(buf, "rb");
ÂÂÂÂif (!fd) {
ÂÂÂÂÂÂÂÂdebug_printf("from Internet: ");
ÂÂÂÂÂÂÂÂ//return -1;
ÂÂÂÂ} else {
ÂÂÂÂÂÂÂÂdebug_printf("from SD: ");
ÂÂÂÂÂÂÂÂfseek(fd, 0, SEEK_END);
ÂÂÂÂÂÂÂÂ*outlen = ftell(fd);
ÂÂÂÂÂÂÂÂfseek(fd, 0, SEEK_SET);

ÂÂÂÂÂÂÂÂ*outbuf = malloc(*outlen);
ÂÂÂÂÂÂÂÂif (*outbuf == NULL) {
ÂÂÂÂÂÂÂÂÂÂÂÂdebug_printf("Out of memory size %d\n", *outlen);
ÂÂÂÂÂÂÂÂÂÂÂÂreturn 2;
ÂÂÂÂÂÂÂÂ}

ÂÂÂÂÂÂÂÂif (fread(*outbuf, *outlen, 1, fd) != 1) {
ÂÂÂÂÂÂÂÂÂÂÂÂfclose(fd);
ÂÂÂÂÂÂÂÂÂÂÂÂreturn 3;
ÂÂÂÂÂÂÂÂ} else {
ÂÂÂÂÂÂÂÂÂÂÂÂfclose(fd);
ÂÂÂÂÂÂÂÂÂÂÂÂreturn 0;
ÂÂÂÂÂÂÂÂ}
ÂÂÂÂ}
ÂÂ}
ÂÂif (!netInit)
ÂÂ{
ÂÂÂÂÂÂprintf("Initializing network."); fflush(stdout);
ÂÂÂÂÂÂwhile (1) {
ÂÂÂÂÂÂÂÂÂÂretval = net_init ();
ÂÂÂÂÂÂÂÂif (retval < 0) {
ÂÂÂÂÂÂÂÂÂÂÂÂif (retval != -EAGAIN) {
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂdebug_printf ("net_init failed: %d\n", retval);
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂreturn 4;
ÂÂÂÂÂÂÂÂÂÂÂÂ}
ÂÂÂÂÂÂÂÂ}
ÂÂÂÂÂÂÂÂif (!retval) break;
ÂÂÂÂÂÂÂÂusleep(100000);
ÂÂÂÂÂÂÂÂprintf("."); fflush(stdout);
ÂÂÂÂÂÂ}

ÂÂÂÂÂÂprintf("Done!\n");
ÂÂÂÂnetInit = 1;
ÂÂ}
ÂÂspinner();
ÂÂsnprintf(buf, 128, "http://nus.cdn.shop.wii.com/ccs/download/%08x%08x/%s",
ÂÂÂÂÂÂ titleid1, titleid2, content);
ÂÂ
ÂÂretval = http_request(buf, 1
 

mattjd

Well-Known Member
Member
Joined
Aug 1, 2009
Messages
233
Trophies
0
Location
Malvern
Website
Visit site
XP
55
Country
I believe this would effect priiloader and IOS because it replaces the IOS and system menu but the HB C will still be there.

Dont patch IOS60 through this programme but do everything else and install a patched IOS60 yourself.
 

tj_cool

Site dev
Supervisor
Joined
Jan 7, 2009
Messages
10,064
Trophies
2
Location
This planet
XP
3,102
Country
Belgium
Good work A
biggrin.gif

I don't know if I can test it though
 

silverdtvw

Member
Newcomer
Joined
Dec 22, 2009
Messages
20
Trophies
1
XP
182
Country
mattjd said:
I believe this would effect priiloader and IOS because it replaces the IOS and system menu but the HB C will still be there.

Dont patch IOS60 through this programme but do everything else and install a patched IOS60 yourself.


Ok Thanks - might let some reports come in first.....
 

KTroopA

Well-Known Member
Member
Joined
Mar 15, 2007
Messages
591
Trophies
0
XP
940
Country
i have a virgin 4.1E and would like to test this. The mediafire link is dead, tho. looks like mediafire is down?
 

vegemikee

Well-Known Member
Member
Joined
Aug 17, 2008
Messages
356
Trophies
1
XP
325
Country
can this change wii shop region?
anyregion changers wii shop feature is broken thanks to v18 of the shop channel
 

noobwarrior7

Well-Known Member
Member
Joined
Aug 2, 2008
Messages
1,607
Trophies
0
Location
USA
XP
351
Country
United States
vege,
shop channel changing has been broke for a lot longer.

its broke cuz, after ARC first came out, they updated their systems so they could make a record server-side,
so whatever shop your system first connects to, it would be locked to that country code. end of story.

i dont know what they tie your shop country to, though, wii number, mac address? no clue.

if it was mac address perhaps you could use the ocarina code for faking it in some way that it allowed you to bypass that.
 

madruga0315

New Member
Newbie
Joined
Dec 31, 2009
Messages
2
Trophies
0
XP
1
Country
Brazil
Hi,

I've soft modded my wii following this guide, but mi wii is 4.1J, and I would love to have it 4.1U (menus et all in english).

Can I use this tool fot it, or it will mess with i've already done with the above guide?

Thank you
 

KTroopA

Well-Known Member
Member
Joined
Mar 15, 2007
Messages
591
Trophies
0
XP
940
Country
madruga0315 said:
Hi,

I've soft modded my wii following this guide, but mi wii is 4.1J, and I would love to have it 4.1U (menus et all in english).

Can I use this tool fot it, or it will mess with i've already done with the above guide?

Thank you


i softmodded my pal black 4.1 e wii using the same guide. then i was advised to use any region changer to make it 4.1u, finally install the system menu for USA and your done. fully NTSC. worked perfect for me
smile.gif
feel free to test out this dev tool also if u so wish hehe..
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: Where's everybody?