PS3HEN Blu-ray movies do not show up on Multiman (PS3Hen 3.0.3, Multiman 04.85.01)

judsunpie

Forum Noob
I've tried setting different regions, switching to CFW mode, tried using showtime, but none show any bluray movie I put in. It recognizes PS3 discs just fine, and have been able to rip them, but I can't with bluray movies. I'm not looking to get directory access (Although it would be nice), I just want to be able to access the disc so I can copy the ISO to decrypt on my computer. But Multiman treats the disc like it doesn't exist, even though it shows up fine on the PS3 XMB menu.
I should've noted that I'm using a super slim to do this, I will not be surprised if this is the reason I can't access the disc.
 
I've tried setting different regions, switching to CFW mode, tried using showtime, but none show any bluray movie I put in. It recognizes PS3 discs just fine, and have been able to rip them, but I can't with bluray movies. I'm not looking to get directory access (Although it would be nice), I just want to be able to access the disc so I can copy the ISO to decrypt on my computer. But Multiman treats the disc like it doesn't exist, even though it shows up fine on the PS3 XMB menu.
I should've noted that I'm using a super slim to do this, I will not be surprised if this is the reason I can't access the disc.


I gotcha man. Use multiMAN Disc Access and you can get access to the disc and pretty easy to use. But I use IRISMAN to backup BD to ISO but never tried via HEN but should be an issue. But using direct disc access I just FTP the video files to my PC and go from there bro.
 
Switching to multiman mode (The only way that prompt can show up) and selecting direct disc access denies me with "This operation is not allowed".
 
Switching to multiman mode (The only way that prompt can show up) and selecting direct disc access denies me with "This operation is not allowed".

For Direct Disc access multiMAN requires the system storage patched (ss_patched). This is a LV1 patch.
If SS is not patched it throws the error "This operation is not allowed."

If FW is 4.50 or lower, multiMAN applies the SS patch if the patch is not applied. Only in multiMAN mode.
If FW is higher than 4.50 or if it is in mmCM mode, multiMAN assumes that SS is already patched.

This is the SS patch for firmware 4.30 and higher:
Code:
lv1_poke(0x16fA60, 0x7f83e37860000000ULL);
lv1_poke(0x16FA84, 0x7f85e37838600001ULL);
lv1_poke(0x16FAFC, 0x7f84e3783be00001ULL);
lv1_poke(0x16FB04, 0x9be1007038600000ULL);

There is also a LV2 patch required to change the access right:
Code:
lv2_poke(0x2ECAD0, 0x4000000000000000ULL); // 4.75-4.88 CEX (except 4.80)
lv2_poke(0x2ECAC0, 0x4000000000000000ULL); // 4.80 CEX
 
Last edited:
Back
Top