Closed GoogleCodeExporter closed 9 years ago
Note to file: it was already a problem in the earlier version of Priiloader
0.4, and The Homebrew Channel and Sytem Menu 4.2 eg. IOS70
Original comment by 12fo...@gmail.com
on 2 Aug 2010 at 2:18
youre saying that, eventho you had return to set to system menu it boots
bootmii? o_O;
or do you mean booting system menu in bootmii (which loads priiloader under
startup conditions) just reloads bootmii?
if you meant that bootmii->system menu -> bootmii then there is nothing i can
do :-/
its the way bootmii & priiloader works that just intervene with eachother >_<
Original comment by dac...@gmail.com
on 2 Aug 2010 at 7:24
[deleted comment]
Thanks for your time
I've set priiloader to load autoboot to bootmii and return to system menu then
it start with bootmii and as bootmii in basic settings is set to exit to the
wii (eg. system menu) yet it reboots to bootmii instead of the system menu,
then this goes on and on.
As I played with the menu options in priiloader the following happened:
When I choose bootmii ios from the main menu in priiloader all goes well, so
then
bootmii starts en when bootmii exits it exits to the system menu. This might
suggest that the problem is in the return setting of priiloader.
Then there is another issue, when I choose HBC from the main menu priiloader
gives an error "error autobooting HBC, maybe file not installed" So this means
that it neither finds JODI or HAXX, but it thought the new title ID is
0xaf1bf516 but its not in the main.cpp
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
void LoadHBC( void )
{
//Note By DacoTaco :check for new (0x00010001/4A4F4449 - JODI) HBC id
//or old one(0x0001000/148415858 - HAXX)
u64 TitleID = 0;
switch (DetectHBC())
{
case 2: //HAXX
gprintf("HAXX detected\n");
TitleID = 0x0001000148415858LL;
break;
case 1: //JODI
gprintf("JODI detected\n");
TitleID = 0x000100014A4F4449LL;
break;
default: //LOL nothing?
error = ERROR_BOOT_HBC;
return;
}
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
Homebrew 1.0.7 IOS61 v22.29
Priiloader 0.5 Beta v4 System Menu v514
Original comment by 12fo...@gmail.com
on 3 Aug 2010 at 10:24
first off all , like i said, bootmii starts system menu like the wii just boot
up. meaning priiloader will boot bootmii since its set as startup... in other
words, what is happening sounds perfectly normal...
as for the HBC; you didn't update yet did you? :') (enable beta updates and
then look for an update; it should show a so called beta 5. when you install
that you'll see its called beta 4 but it has the new HBC support...
Original comment by dac...@gmail.com
on 3 Aug 2010 at 2:25
Did it and it worked again thanks 4 the time case closed!
Original comment by 12fo...@gmail.com
on 3 Aug 2010 at 2:37
Original comment by dac...@gmail.com
on 9 Aug 2010 at 5:32
Original issue reported on code.google.com by
12fo...@gmail.com
on 2 Aug 2010 at 9:59