| View previous topic :: View next topic |
| Author |
Message |
skippy911
Joined: 06 May 2005 Posts: 46
|
|
| Back to top |
|
 |
Warren
Joined: 24 Jan 2004 Posts: 173 Location: San Diego, CA
|
Posted: Tue Jul 05, 2005 8:21 am Post subject: |
|
|
| That is assuming that the psmf proc is builtin to the firmware and not provided by their browser. |
|
| Back to top |
|
 |
MindWall
Joined: 10 May 2005 Posts: 70
|
|
| Back to top |
|
 |
Pikoro
Joined: 13 Jan 2005 Posts: 56
|
Posted: Tue Jul 05, 2005 7:00 pm Post subject: |
|
|
It's provided on the UMD and not built into the firmware. We all know this by now.
The browser on the Famitsu Demo UMD is the same way. There is no psmf_http.prx file on there, but it DOES have cert.prx, and thereby, like the korean UMD, supports https.
The browser on the Demo UMD is in it's own directory and is called pspbrowser.prx. All the required modules are in a subdirectory underneath that one:
| Code: | /psp_game/usrdir/browser:
agree_top.gif
agree_top_t.gif
doui_off.gif
doui_on.gif
douix_off.gif
douix_on.gif
index.html
module
mstick
pspbrowser.prx
sound |
And in the module directory:
| Code: | /psp_game/usrdir/browser/module:
audiocodec.prx
cert_loader.prx
ifhandle.prx
libatrac3plus.prx
libbase64.prx
libfont.prx
libhttp.prx
libhttp_x.prx
libparse_http.prx
libparse_uri.prx
libssl.prx
mpegbase.prx
mpeg.prx
pspnet_apctl.prx
pspnet_ap_dialog_dummy.prx
pspnet_inet.prx
pspnet.prx
pspnet_resolver.prx
videocodec.prx |
Inside the mstick directory:
| Code: | /psp_game/usrdir/browser/mstick
icon0.png
|
And finally, inside the sound directory:
| Code: | /psp_game/usrdir/browser/sound
cancel.vag
move.vag
ok.vag |
The browser plays a sound when you highlight the links on the page.
There is still no URL Address bar.
Also, the Browser on the Demo UMD runs standalone, unloading the game first before loading the browser. The "homepage" of the Demo UMD is /psp_game/usrdir/browser/index.htm so you can't redirect that, but there's 2 links on the homepage, one being a proc cancel link. Here's a duplicate: http://www.psphacks.net/files/Famitsu/
I'm playing more, but it looks like there are only specific modules that you can call from a proc:// url.
Cheers |
|
| Back to top |
|
 |
|