|
|
#741 | |
|
Apprentice
![]() Join Date: Jul 2011
Posts: 10
Likes: 32
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
That way when you FTP to the PS3, it will get you inside MM folder by default. Regards, Last edited by pyns; 09-26-2011 at 01:43 PM. |
|
|
|
|
|
|
#742 | |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,391 Times in 448 Posts
Mentioned: 377 Post(s)
Tagged: 0 Thread(s)
|
BROWSER.SELF (91.5 KB) This is a standalone browser, which can be used by any other application (not just multiMAN). * Supports downloading of files * FTP server running in the background * Allocates ~150MB for the browser, so no more 'insuff. memory' errors * If URL is parsed, it will open it. If not -> Official PS3 page is opened * On exit it will return to the caller application (if RELOAD.SELF is present in the same folder) * Downloaded files are saved under the current folder + ./DOWNLOADS If present in multiMAN's USRDIR folder - it will be used instead of the build-in mM browser. (if you update to the latest online version, which includes it)Other devs are free to use it in their apps. Dean Last edited by deank; 09-27-2011 at 03:36 AM. Reason: Link to BROWSER.SELF updated #2 (fixed PASV FTP) |
|
|
|
|
|
Likes: (20) |
|
|
#743 | |
|
Homebrew Developer
![]() Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 940
Likes: 904
Liked 1,227 Times in 482 Posts
Mentioned: 574 Post(s)
Tagged: 0 Thread(s)
|
That is outstanding no more insufficient memory errors!!! ![]() I didn't expect the FTP feature... I love it! ![]() Now I have little request: could you add a feature to BROWSER.SELF that read the default startup page from browser.ini, if the file is present in the same folder of the SELF? The purpose of my request is to rename the BROWSER.SELF to EBOOT.BIN (and add a new PARAM.SFO), then make web applications available directly from the XMB (with FTP support). Like Youtube/XL, Facebook, PS3Hax, etc. EDIT: I just noticed that the BROWSER.SELF is not an NPDRM SELF. So, could you build that EBOOT.BIN ? EDIT2: make_self_npdrm.exe returns STATUS_ACCESS_VIOLATION
__________________
~ Dreams and dedication are a powerful combination.
... multiMAN is a perfect demonstration. Last edited by aldostools; 09-26-2011 at 02:17 PM. |
|
|
|
|
|
|
#744 |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,391 Times in 448 Posts
Mentioned: 377 Post(s)
Tagged: 0 Thread(s)
|
The proper way would be to create your own EBOOT.BIN, which will call the BROWSER.SELF with any parameter/URL you wish.
Code:
void launch_self(char *_self, char *_param)
{
char* launchargv[2];
char self[256];
sprintf(self, "%s", _self);
memset(launchargv, 0, sizeof(launchargv));
launchargv[0] = (char*)malloc(strlen(_param) + 1); strcpy(launchargv[0], _param);
launchargv[1] = NULL;
exitspawn((const char*)self, (char* const*)launchargv, NULL, NULL, 0, 64, SYS_PROCESS_PRIMARY_STACK_SIZE_512K);
}
Code:
launch_self(browser_self, start_page); Code:
launch_self((char*)"/dev_hdd0/game/XXXX12345/USRDIR/BROWSER.SELF", (char*)"http://www.ps3hax.net"); Here is an EBOOT.BIN with content_id: WWWFTP-BROW00001_00-WWWBROWSERFTP001 Using the EBOOT.BIN is not very useful, because you'll always get the official ps3 web page (I set it to the UK one). Last edited by deank; 09-26-2011 at 02:20 PM. |
|
|
|
|
Likes: (4) |
|
|
#745 | |
|
Member
![]() Join Date: Sep 2011
Location: Denmark
Posts: 28
Likes: 4
Liked 1 Time in 1 Post
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
|
And HEY! -THANK YOU VERY MUCH for this brilliant backup manager :0) |
|
|
|
|
|
|
#746 |
![]() ![]() Join Date: Jul 2011
Posts: 161
Likes: 19
Liked 42 Times in 27 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
|
Just a quick note Dean:
When playing around with adding motion backgrounds yesterday, I noticed that the "Restart Multiman" option under the home menu also resets some Multiman settings back to the default, specifically: Hide BD-Rom Sparks enable/diable etc. |
|
|
|
|
|
#747 |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,391 Times in 448 Posts
Mentioned: 377 Post(s)
Tagged: 0 Thread(s)
|
Yes, the problem is with the motion-backgrounds... There are some memory issues, which break the options.bin file and cause it to reset.
|
|
|
|
|
|
#748 |
|
Apprentice
![]() Join Date: Jul 2011
Posts: 11
Likes: 3
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
the only thing multiman need is a graphical restyle! and it will be perfect!
|
|
|
|
|
|
#749 |
|
Homebrew Developer
![]() Join Date: Sep 2010
Posts: 249
Likes: 143
Liked 286 Times in 112 Posts
Mentioned: 52 Post(s)
Tagged: 0 Thread(s)
|
thx Dean I'll replace Solar's ftp with it. :D
it'll be in the next update.
__________________
|
|
|
|
|
|
#750 |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,391 Times in 448 Posts
Mentioned: 377 Post(s)
Tagged: 0 Thread(s)
|
The links to BROWSER.SELF and EBOOT.BIN is updated. There was a small issue with saving downloaded files. Also it will use generic YYMMDD-HHMMSS.pkg when downloading .pkg files, because in most cases web sites do not provide proper link/filename (or at least the browser can't understand it properly).
The online update for multiMAN includes the new BROWSER.SELF, too. Dean Last edited by deank; 09-26-2011 at 02:20 PM. |
|
|
|
|
Likes: (5) |
![]() |
| Bookmarks |
| Tags |
| avchd , blu-ray , deank , multilingual , multiman , ps3 file manager |
| Thread Tools | |
|
|