PS3 IRISMAN v3.44: 4.70 CFW Support by Aldostools

The backup manager known as IRISMAN by developer Aldo Vargas (aldostools) has matured to version 3.44. This update gives support for 4.70 CFW, adds the mamba payload that was ported to v4.70 by NzV and his recent PRX loader was added to the manager. Then also the developer has updated the sprx_iso to handle new section sizes. See all the details of this update in the changelogs provided:[break]ss[/break]


53408-article-irisman-v3-13-expanded-mamba-payload-support-added-option-other-fixes-additions-ic.png

About IRISMAN (Official description):
This is an "unofficial" version of Iris Manager 2.93 by Estwald/D-Skywalk. This version includes all the new Cobra/Mamba payload and ISO features added by Estwald. The changes that I made are mainly related to the user interface (buttons layout are more XMB-like, quick access to File Manager, progress bar when game list is scanned or file permissions are applied, colors, 16 gui modes, etc.). It also includes the Payloads from Rancid-O's PS3ITA Manager, Joonie, _NzV_ and Habib. The most notable feature is that unlike the official version, it scans GAMES/GAMEZ on the external drives.

New mamba payloads for 3.55 / 3.55D / 4.21 / 4.21D /4.30 / 4.31 / 4.40 / 4.41 / 4.41D / 4.46 / 4.46D /4.50 / 4.50D / 4.53 / 4.53D / 4.55 / 4.55D / 4.60 / 4.65 / 4.65D / 4.66 / 4.66D, 4.70. Now PS3 ISOs are playable on all these CFW without need of Cobra support.

IMPORTANT:
If you use webMAN on Cobra CFW, unmount any mounted game before launch IRISMAN.


NEW Changelog 3.44 (Feb 24/2015)
  • Added support for cfw 4.70.
  • Added mamba payload for 4.70 by NzV
  • Added prx payload and prxloader 1.09 for 4.70 by NzV
  • Updated sprx_iso with a new Cobra payload that allows to load PSXISO CD with sectors sizes 2048, 2352, 2336, 2448

Previous IRISMAN Changes in 2015
Changelog 3.43 (Feb 6/2015)
- Fixed regression mounting of ISO.
- Added support to make BDISO for non PS3 game folders.
- Added scanning of RetroXMB movies (RXMOV*) stored on hdd0
- Tweaked button speed for faster browsing of game list

Changelog 3.42 (Feb 4/2015)
- File Manager: Added support to create Fake ISOs of NTFS files on "My Games" (XMB).
* The feature requires webMAN MOD 1.41.17
* .ntfs[BDFILE] is created on /dev_hdd0/tmp/wmtmp for each selected file
* To access the option: Make Fake ISO
. select one or multiple PKG, video or non-ISO file on a NTFS drive in File Manager
. press triangle and go to the last option (Mount + Exit to XMB)
. press LEFT/RIGHT until it . shows "Make Fake ISO"
. exit to XMB and the files should be listed under "Blu-Ray™ and DVD".

Changelog 3.41 (Jan 31/2015)
- File Manager: Press triangle over a PKG on NTFS and mount it as /dev_bdvd.
* Use Install Package Files from XMB to install the game without have to copy the pkg to HDD, saving time and space on hdd (no needing the double of free space to install games)
* Any NTFS file can be mounted as /dev_bdvd (e.g. large pkg files, movies, iso, etc.)
- Added quick fix mode (checking only the SFO to know if the game needs to be fixed)
* Hold SELECT when selecting Test and Fix Games for full test/fix

Changelog 3.40 (Jan 28/2015)
- Fixed issue scanning /PSXGAMES
- Fixed pad response when the game list is empty.
- Added support to load .sprx on slot 6 from File Manager

Changelog 3.39 (Jan 23/2015)

- Added shadow copy when installing PKG as bubble from hdd0
- File Manager: Added support to install all the selected PKG files as bubble.
- File Manager: Added option to mount folders as /dev_bdvd (like webMAN)
TIP: For NTFS, instead of install the pkgs as bubble, copy the packages to /dev_hdd0/packages, mount the folder as /dev_bdvd, then use Install All Packages ;)
- File Manager: Added support to replace /dev_hdd0/webftp_server.sprx with the selected webftp_server_*.sprx
- Create /dev_hdd0/classic_ps2 when a PS2 Classic is mounted

Changelog 3.38 (Jan 7/2015)

- Updated mamba/prxloader payloads from PS3 Manager 1.1.1 project by _NzV_: (Added support 3.55DEX)

Changelog 3.38 (Jan 6/2015)
- Removed the reset USB bus introduced in 3.37 (it was causing conflicts and delays)
- Updated mamba payloads with the newest versions from PS3 Manager 1.1.1 by _NzV_

Changelog 3.37 (Jan 4/2015)
- Updated the patches by deank for 4.65/4.66 (fix errors 80010017/8001002B/ignore LIC.DAT/proper anti-ODE patch).
- Added reset USB bus for usb games launched on Cobra/Mamba (thanks to deank)

Changelog 3.36 (Jan 2/2015)

- Added Mamba with PS3 Manager API 1.0.2 by _NzV_ (CEX Only)
- Added PRX Loader modded by _NzV_ (extended support for more CFW versions)
- Updated with SHOWTIME 4.09.021 (mod by deank)
- Added new patch by deank for 4.65/4.66 (fix errors 80010017/8001002B).
- Disabled patches by habib for 4.65/4.66.
- If SHOWTIME.SELF does not exist, a shadow copy is obtained from multiMAN's folder
 
Orion, please check the payload_470.c

It has a fix in the offset for "fix 8001003C error". Thanks to [MENTION=29]Joonie[/MENTION] for point me the mistake.

ah ok friend
this is the proper offset to change the idps

Code:
off_idps  = 0x8000000000474B0CULL;
 
ah ok friend
this is the proper offset to change the idps

Code:
off_idps  = 0x8000000000474B0CULL;

Really?

I thought it was this

Code:
    else if(is_firm_470())
    {
        firmware  = 0x470C;
        off_idps  = 0x80000000003E2DB0ULL; 
        off_idps2 = 0x8000000000474AF4ULL;
        off_psid  = off_idps2 + 0x18ULL;
        payload_mode = is_payload_loaded_470();
    }
 
Last edited:
Really?

I thought it was this

Code:
    else if(is_firm_470())
    {
        firmware  = 0x470C;
        off_idps  = 0x80000000003E2DB0ULL; 
        off_idps2 = 0x8000000000474AF4ULL;
        off_psid  = off_idps2 + 0x18ULL;
        payload_mode = is_payload_loaded_470();
    }

I made a dump of lv2 with rebug toolbox and i have had this offset.
I test and this work.
Joonie can you send me the 4.70 Lite?
 
what do you think, when will it be possible to use the tool "Spoof console id"? Every time i start this tool in irisman 3.44 my ps is freezing. Just asking cause can't play online due to a ban. But i got an old ps3 with another psid. I was using it since 4 months in irisman 3.31 without problems unitl upgrade to 4.70.

All other thinks are working, no problems with mounting games (tested with fifa 15 and sniper elite) on ferrox 4.70
 
what do you think, when will it be possible to use the tool "Spoof console id"? Every time i start this tool in irisman 3.44 my ps is freezing. Just asking cause can't play online due to a ban. But i got an old ps3 with another psid. I was using it since 4 months in irisman 3.31 without problems unitl upgrade to 4.70.

All other thinks are working, no problems with mounting games (tested with fifa 15 and sniper elite) on ferrox 4.70

Can you tray to spoof console id with Gamesonic Manager? so we can see what is the proper offset
 
Ok please build me new rcos for 4.70 REBUG that would save my time :)

If it is possible xml also :)

I'll get them done some time today, @ lunch now then pick up kid after work. Will do them tonight (I'll also see what I can do about editing the new PSN icon to REBUG red :p)
 
5bgj8mj1st5azttzg.jpg



Code:
    else if(is_firm_470())
    {
        firmware  = 0x470C;
        off_idps  = 0x80000000003E2DB0ULL; 
        off_idps2 = 0x8000000000474AF4ULL;
        off_psid  = off_idps2 + 0x18ULL;
        payload_mode = is_payload_loaded_470();
    }

This works fine.
 
I'll get them done some time today, @ lunch now then pick up kid after work. Will do them tonight (I'll also see what I can do about editing the new PSN icon to REBUG red :p)

tex_psn.png


:p:p

now i'm not sure how to convert it back to .gim since if i convert my png to .gim using gimconv and ps3 output, i see a transparent icon on my XMB
 
Last edited:
what do you think, when will it be possible to use the tool "Spoof console id"? Every time i start this tool in irisman 3.44 my ps is freezing. Just asking cause can't play online due to a ban. But i got an old ps3 with another psid. I was using it since 4 months in irisman 3.31 without problems unitl upgrade to 4.70.

All other thinks are working, no problems with mounting games (tested with fifa 15 and sniper elite) on ferrox 4.70

The freeze was because there was a typo in the offset for idps spoof (a missing 0). It should be fixed in IRISMAN 3.45
store.brewology.com/ahomebrew.php?brewid=250
 

Trending content

Back
Top