Homebrew postLoader4

  • Thread starter Thread starter stfour
  • Start date Start date
  • Views Views 563,460
  • Replies Replies 4,203
  • Likes Likes 16
@drmarvin, no, I do not think that usb loading will be (directly) ever available... but anyway I have some other ideas that will help in this scenario....

Let's see in September (late...)
 
Cool. I'll keep my eyes and ears open. I have found that postloader2 doesn't solve everything, and I still need to use UNEEK to have some WiiWare/VC work, but with switch2uneek, it's really simple. postloader2 is certainly a better alternative to HBC with UNEEK, which is a boon.

All in all, thanks for all the hard work.
 
I like this app! Good job stfour!
wink.gif


I've also made a theme, here the link: postLoader2 Theme - Horizon
 
I'm liking this app so far but I'm having issues getting it to work consistently. When I have it set to autoboot in uneek with priiloader, the app will fire right up the first time but it will never run again after a restart, just a black screen. Anyone else experiencing this? I'm using a WD Elements 1TB if that helps. (wdbaau0010hbk-01).

Also, I hate to even ask this since I know there is already a ton of time and effort put into the app but I'm curious to know if it's possible to add the intro music for a vc/wiiware channel when it's highlighted? Kind of like when you click a channel in the system menu.
 
game_rat said:
I'm liking this app so far but I'm having issues getting it to work consistently. When I have it set to autoboot in uneek with priiloader, the app will fire right up the first time but it will never run again after a restart, just a black screen. Anyone else experiencing this? I'm using a WD Elements 1TB if that helps. (wdbaau0010hbk-01).

Under uneek/priiloader do you install neekbooter.dol or directly postloader.dol ?

QUOTE(game_rat @ Aug 2 2011, 06:10 PM) Also, I hate to even ask this since I know there is already a ton of time and effort put into the app but I'm curious to know if it's possible to add the intro music for a vc/wiiware channel when it's highlighted? Kind of like when you click a channel in the system menu.

Actually I have other priorities. But this is on the to do list...
 
stfour said:
darkangel84 said:
I like this app! Good job stfour!
wink.gif


I've also made a theme, here the link: http://www.mediafire.com/?tacda3dtbcxxcs2

Thank you... very nice theme... I will add to dist if you give me your permission...


Sure, no problem!
Can you add the ability to change theme from options?


QUOTE(zizer @ Aug 2 2011, 04:40 PM)
what about image?

This evening i'll add it.
 
stfour said:
Under uneek/priiloader do you install neekbooter.dol or directly postloader.dol ?

I have neekbooter and postloader on the root of my SD and I have neekbooter configured to start in Priiloader.
 
stfour said:
postLoader2 b25

Code:
* Corrected arguments passing... now if no args are found, arg struct will not be created. This solve problems related to dollz that was solved with a not-so-skilled trick in b20.
Hey stfour, what have you changed now btw? I'm interested in the solution
rolleyes.gif
 
FIX94 said:
stfour said:
postLoader2 b25

Code:
* Corrected arguments passing... now if no args are found, arg struct will not be created. This solve problems related to dollz that was solved with a not-so-skilled trick in b20.
Hey stfour, what have you changed now btw? I'm interested in the solution
rolleyes.gif

Have you implemented the new app_booter ?

Anyway, if in the header of the dol you find _arg (at offset 0x104), you must (should) create the arg struct with the ARGV_MAGIC. The first parameter is (should be) always the full path of the dol executed, with also filename. Follow the other parameters.

Otherwise simply do not add ARV_MAGIC to the struct.
 
game_rat said:
stfour said:
Under uneek/priiloader do you install neekbooter.dol or directly postloader.dol ?

I have neekbooter and postloader on the root of my SD and I have neekbooter configured to start in Priiloader.

For me works fine. I have no other report of this problem. It is not easy to help you....
 
stfour said:
Have you implemented the new app_booter ?

Anyway, if in the header of the dol you find _arg (at offset 0x104), you must (should) create the arg struct with the ARGV_MAGIC. The first parameter is (should be) always the full path of the dol executed, with also filename. Follow the other parameters.

Otherwise simply do not add ARV_MAGIC to the struct.
Yeah new app_booter is added. That's it? Wow, I'll take a look at it.
 
stfour said:
Anyway, if in the header of the dol you find _arg (at offset 0x104), you must (should) create the arg struct with the ARGV_MAGIC. The first parameter is (should be) always the full path of the dol executed, with also filename. Follow the other parameters.

Otherwise simply do not add ARV_MAGIC to the struct.
You should not be looking for _arg at "offset 0x104", you should be looking at the application's entrypoint+4.
 
tueidj said:
stfour said:
Anyway, if in the header of the dol you find _arg (at offset 0x104), you must (should) create the arg struct with the ARGV_MAGIC. The first parameter is (should be) always the full path of the dol executed, with also filename. Follow the other parameters.

Otherwise simply do not add ARV_MAGIC to the struct.
You should not be looking for _arg at "offset 0x104", you should be looking at the application's entrypoint+4.

Yes, but this should be implemented in the app_booter, after the dol is configured in memory... I don't want to touch it (basically because I do not want install devkitPPC R17
nyanya.gif
to rebuild it). Anyway make much more sense than before.
 
stfour said:
Yes, but this should be implemented in the app_booter, after the dol is configured in memory... I don't want to touch it (basically because I do not want install devkitPPC R17
nyanya.gif
to rebuild it). Anyway make much more sense than before.
Oh and this will remove all arguments currently btw, tested with latest postloader. Is there no possibilty to transfer at least the filepath?
 
FIX94 said:
Oh and this will remove all arguments currently btw, tested with latest postloader. Is there no possibilty to transfer at least the filepath?


I do not understand what you mean...
 
Hello all. I've been following this app since it's public inception, and I must say I love this freaking app. So much so in fact that it is the sole reason why I finally decided to register. I just wanted to say a massive thanks to Stfour and all the individuals who have supported and tested this wonderful piece of programming lol!

Just d/loaded build 28 and can't wait to try the improvements.
@GartimusPrime
GartimusPrime said:
I hope no one cares (especially stfour) but I made a pL2 logo for my personal use......if anyone is interested I can upload it......again I hope you don't mind stfour....
I would like to take a look see if you would upload please :-) oh and I like your themes man, hope you come w/some more. I'm also on board w/an FF7 theme or Evangelion which would be sick. Thanks,
 
MassiveRican said:
Hello all. I've been following this app since it's public inception, and I must say I love this freaking app. So much so in fact that it is the sole reason why I finally decided to register. I just wanted to say a massive thanks to Stfour and all the individuals who have supported and tested this wonderful piece of programming lol!

Just d/loaded build 28 and can't wait to try the improvements.
@GartimusPrime
GartimusPrime said:
I hope no one cares (especially stfour) but I made a pL2 logo for my personal use......if anyone is interested I can upload it......again I hope you don't mind stfour....
I would like to take a look see if you would upload please :-) oh and I like your themes man, hope you come w/some more. I'm also on board w/an FF7 theme or Evangelion which would be sick. Thanks,
My postLoader2 icon

this is what I use for an icon
 

Site & Scene News

Popular threads in this forum