Homebrew Wii Browser

spacepimp

Pathalogical Fantasist
Member
Joined
Feb 20, 2012
Messages
457
Trophies
1
Location
Off the Island
XP
434
Country
Crazy idea, and perhaps only a short term solution, but has anyone considered using Abz's masterpack as the download location? - he's constantly and consistently updating - He may be cool refreshing the links for the flowmart channel whenever he updates?
AbdallahTerro, am I right in thinking you're looking for more storage, perhaps a drive(s) with shared admin with drakorex (and others?) could be part of the solution?
Am I right in thinking that flow mart can point to any number of web locations?
If users are downloading individual updates directly, rather than the whole zip package, it may even reduce bandwidth use.
Could WiiBrowser expand a zip that big - into the right folder structure?!?!?!

drakorex - ^Thoughts? BTW I am a klutz, I've only just realised I've completely and utterly not done a flowmart sourceflow cover. Next update :)

EDIT: Another drive/ repository could be mastershoes' emu covers.
 

drakorex

Well-Known Member
OP
Member
Joined
Jan 19, 2011
Messages
1,882
Trophies
0
XP
1,077
Country
United States
Crazy idea, and perhaps only a short term solution, but has anyone considered using Abz's masterpack as the download location? - he's constantly and consistently updating - He may be cool refreshing the links for the flowmart channel whenever he updates?
AbdallahTerro, am I right in thinking you're looking for more storage, perhaps a drive(s) with shared admin with drakorex (and others?) could be part of the solution?
Am I right in thinking that flow mart can point to any number of web locations?
If users are downloading individual updates directly, rather than the whole zip package, it may even reduce bandwidth use.
Could WiiBrowser expand a zip that big - into the right folder structure?!?!?!

drakorex - ^Thoughts? BTW I am a klutz, I've only just realised I've completely and utterly not done a flowmart sourceflow cover. Next update :)

EDIT: Another drive/ repository could be mastershoes' emu covers.
Actually, that is what I'm using, however individual setups must be pulled from it and rehosted. The goal is to allow the user to pick and choose only what thay want and need. The great thing about using dropbox is that the files can be updated and the links remain static. I asked Abz if he wanted to be a part of this, but he declined. Perhaps when it takes off though, he may reconsider.

And please, wait until FlowMart has been released before throwing out anything related to it. Aside from the few people that follow this thread and maybe MS's cover thread, I doubt many are even aware of the project. I'm going for a big reveal. It's a secret to everyone! :)

The current holdup is gave92 hasn't popped in for about a month, and we were trying to sort out multidownloads. In the process, the last working dol got overwritten, so until the wizard returns, I got nothin. And also, I was the only one producing covers. But that part may change in the future.
 

gave92

Well-Known Member
Member
Joined
Feb 12, 2013
Messages
101
Trophies
0
Age
31
XP
141
Country
Italy
drakorex, the thing is: university has started ;) and I m having much less time for the wiibrowser's project.
I couldn't figure why multiple downloads work just for me, to solve I d need your help and make more tests:
we could do this while you get flowmart ready to work (covers, ecc)
 

drakorex

Well-Known Member
OP
Member
Joined
Jan 19, 2011
Messages
1,882
Trophies
0
XP
1,077
Country
United States
Oh, hey. gave92 if you have a copy of flowmart right after you fixed 7z, added music... I need it. Please.
drakorex, the thing is: university has started ;) and I m having much less time for the wiibrowser's project.
I couldn't figure why multiple downloads work just for me, to solve I d need your help and make more tests:
we could do this while you get flowmart ready to work (covers, ecc)
Well speak of the devil...:evil: I actually have me a new recruit that has volunteered to do covers in his spare time, so things are creepin along. I do however need an old rev. The one right after you got 7z to work. If you can get me that, I might be more compelled to keep on truckin.

EDIT: Ok, that's creepy. I did not type the sentence above the quote, yet it is exactly what I need.:ohnoes:
 

spacepimp

Pathalogical Fantasist
Member
Joined
Feb 20, 2012
Messages
457
Trophies
1
Location
Off the Island
XP
434
Country
Actually, that is what I'm using, however individual setups must be pulled from it and rehosted. The goal is to allow the user to pick and choose only what thay want and need. The great thing about using dropbox is that the files can be updated and the links remain static. I asked Abz if he wanted to be a part of this, but he declined. Perhaps when it takes off though, he may reconsider.

And please, wait until FlowMart has been released before throwing out anything related to it. Aside from the few people that follow this thread and maybe MS's cover thread, I doubt many are even aware of the project. I'm going for a big reveal. It's a secret to everyone! :)

The current holdup is gave92 hasn't popped in for about a month, and we were trying to sort out multidownloads. In the process, the last working dol got overwritten, so until the wizard returns, I got nothin. And also, I was the only one producing covers. But that part may change in the future.
Sorry - I won't throw out a cover, I promise!:)

I suppose I'm suggesting a focus on making it easy for the people who upload content to add it to flowmart, even if it's just giving specific users rights to click a refresh button and asking them to click it whenever they update. I'm sure abz will come on board when things get rolling, flowmart is just a great idea.


drakorex, the thing is: university has started ;) and I m having much less time for the wiibrowser's project.
I couldn't figure why multiple downloads work just for me, to solve I d need your help and make more tests:
we could do this while you get flowmart ready to work (covers, ecc)

How can I help out with testing?
 

drakorex

Well-Known Member
OP
Member
Joined
Jan 19, 2011
Messages
1,882
Trophies
0
XP
1,077
Country
United States
drakorex, here's the wiiflow plugin version dol.
I thank you kindly, good sir!
23_28_106.gif
 

spacepimp

Pathalogical Fantasist
Member
Joined
Feb 20, 2012
Messages
457
Trophies
1
Location
Off the Island
XP
434
Country
Under the spoiler is the (very short!) source for bootopera. It looks for a "cfg.url" file and boots opera to the url contained in that file. I was wondering if it might be modified to accept arguments from wiiflow instead. perhaps loading .url files (or .WWW, perhaps ignoring everything after the contained url).
I could then set it up as a wiiflow plugin, with a coverflow of bookmarks to wii suitable web content - (facebook, flash games, etc.)

BootOpera:
http://wiibrew.org/wiki/BootOpera
#include <gccore.h>
#include <wiiuse/wpad.h>
#include <ogc/ios.h>
#include <fat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

static void *xfb = NULL;
static GXRModeObj *vmode = NULL;
char * url = "";

void setupVideo() {

VIDEO_Init();
vmode = VIDEO_GetPreferredMode(NULL);
VIDEO_Configure(vmode);
xfb = MEM_K0_TO_K1(SYS_AllocateFramebuffer(vmode));
console_init (xfb, 20, 20, vmode->fbWidth, vmode->xfbHeight, vmode->fbWidth*VI_DISPLAY_PIX_SZ);
VIDEO_Configure(vmode);
VIDEO_ClearFrameBuffer(vmode, xfb, COLOR_BLACK);
VIDEO_SetNextFramebuffer(xfb);
VIDEO_SetBlack(0);
VIDEO_Flush();
VIDEO_WaitVSync();
if (vmode->viTVMode & VI_NON_INTERLACE)
VIDEO_WaitVSync();

}

s32 launchTitle(u64 TitleID, char * url) {
WII_Initialize();
if (url[0] != 0) {
//Load title with specified URL as an argument
return WII_LaunchTitleWithArgs(TitleID, 0, url, NULL);
} else {
return WII_LaunchTitle(TitleID);
}
}

s32 readCfg(char * path) {
int c = 0;
int i = 0;
FILE *f = fopen(path, "r");
if (f == NULL)
return 0;
fseek(f , 0 , SEEK_END);
u32 size = ftell(f);
rewind(f);
url = (char*) malloc(sizeof(char)*size);
while (c != EOF) {
c = fgetc(f);
if (31 < c && c < 127)
url[i++] = c;
}
url = '\0';
fclose(f);
return 1;
}

int main(int argc, char **argv) {
setupVideo();
fatInitDefault();
s32 ret;
if (argc > 0) {
char path[MAXPATHLEN];
int len = strlen(argv[0]);
int i = 0;
for(i = len; argv[0] != '/'; i--);
if(i < 1)
readCfg("sd:/url.cfg");
else {
argv[0] = 0;
sprintf(path, "%s/url.cfg", argv[0]);
readCfg(path);
}
}
ret = launchTitle(0x0001000148414445LL, url);
if (ret < 0) {
ret = launchTitle(0x000100014841444ALL, url);
}
if (ret < 0) {
ret = launchTitle(0x0001000148414450LL, url);
}
return ret;
}

Thanks for having a look
EDIT: Thanks to Wiimpathy, I modded it and it works!
Bookmarks, artwork and instructions:
http://gbatemp.net/threads/wiiflow-internet-bookmark-plugin-pack-with-covers-and-bookmarks.358239/
 

gave92

Well-Known Member
Member
Joined
Feb 12, 2013
Messages
101
Trophies
0
Age
31
XP
141
Country
Italy
Some users reported that updating to rev132 will damage the executable, causing an error on load,
has anyone experienced such a problem?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • BigOnYa @ BigOnYa:
    I kept thinking jaws was gonna come up and attack
  • K3Nv2 @ K3Nv2:
    Jaws is on a diet
  • K3Nv2 @ K3Nv2:
    Damn power went out
  • BigOnYa @ BigOnYa:
    Ok xdqwerty, your little bro prob tripped On the cord and unplugged you
  • K3Nv2 @ K3Nv2:
    Ya I'm afraid of the dark hug me
  • BigOnYa @ BigOnYa:
    Grab and hold close your AncientBoi doll.
  • K3Nv2 @ K3Nv2:
    Damn didn't charge my external battery either
  • BigOnYa @ BigOnYa:
    Take the batteries out of your SuperStabber3000... Or is it gas powered?
  • K3Nv2 @ K3Nv2:
    I stole batteries from your black mamba
    +1
  • K3Nv2 @ K3Nv2:
    My frozen food better hold up for an hour I know that
  • BigOnYa @ BigOnYa:
    Or else gonna be a big lunch and dinner tomorrow.
  • BigOnYa @ BigOnYa:
    Did you pay your power bill? Or give all yo money to my wife, again.
  • K3Nv2 @ K3Nv2:
    Oh good the estimated time is the same exact time they just said
    +1
  • BigOnYa @ BigOnYa:
    Load up your pc and monitor, and head to a McDonalds dining room, they have free WiFi
  • K3Nv2 @ K3Nv2:
    Sir please watch your porn in the bathroom
    +2
  • BigOnYa @ BigOnYa:
    No sir we can not sell you anymore apple pies, after what you did with the last one.
  • K3Nv2 @ K3Nv2:
    We ran out
  • HiradeGirl @ HiradeGirl:
    for your life
    +1
  • K3Nv2 @ K3Nv2:
    My life has no value my fat ass is staying right here
  • K3Nv2 @ K3Nv2:
    Nearly 4 hours without power :(
  • Veho @ Veho:
    SO POWERLESS
  • K3Nv2 @ K3Nv2:
    Tell Kanye I need power
    K3Nv2 @ K3Nv2: Tell Kanye I need power