18w ago - Following up on the
previous updates, today Spanish PlayStation 3 developer
Estwald has updated the Iris Manager PS3 game backup manager to version 1.49.1 followed by 1.49.2 and v1.49.3 with the changes detailed below.
Download:
Iris Manager v1.49.1 / v1.49.2 / v1.49.3 for v4.XX PS3 CFW /
Iris Manager 1.49.1 PKG (Animated Icon) by
faxtron /
Portuguese (BR) Language.ini Translation by
LoboGuara
To quote, roughly translated: Well, then here goes: I have included notes (many) so you have any idea what I've played and that: basically control power off by temperature (90 seconds above 79 degrees) and idle time (60 minutes without touching the pad and provided they are not doing file transfers that we can touch morality) is in routine pad.c reading pad
I think it basically means operation: for not being overloaded reading, I do that every 16 tics read the timer and temperature using syscall, do the necessary checks and if the old timer is not zero and go overtime, catapum Chimpun ( without a word))
I've grouped all that well is not lost [+ laughs]. And now the explanation for users:
- Now to have an hour of downtime in Iris console off
- As I said, in Iris temperature alarm: 90 seconds without the temperature drops below 80 � C in either CPU or RSX and the console is turned off.
- The addition of the callback Disc allows're not constantly checking whether there is a disc in and it allows the reader to rest.
- Added support for redirection libfs.sprx: copy by ftp or via usb (usb :/ gets into iris) libfs_patched.sprx, which is generated by patch_libfs.bat (do not forget to put keys in the data folder!) And games like COD4: MW to operate from internal BD-Emu mount
- In Tools (press START) the "Copy from / dev_usb / Iris to Iris folder" will make life easier to move things to the installation directory of Iris Manager. For example, if you put "covers" of Multiman within the USB folder, you copy your own content or libfs_parched.sprx we talked about. The option uses asynchronous copying to gain speed.
IMPORTANT: This new option may damage the Iris Manager installation if not used with head, for logical reasons.
NOTE: Obviously, there is no option to delete anything that is copied, except by FTP or pulling or uninstalling other programs (which will render the games settings, etc.) Enjoy it!
v1.49.1 Changelog (translation by
aldostools):
- After one hour of inactivity in Iris the console is turned off
- Temperature alarm in Iris: if temperature remains above 80 � C for 90 seconds in either CPU or RSX, the console is turned off.
- Added support for redirection of libfs.sprx: copy by ftp or via usb (to usb:/iris) the libfs_patched.sprx generated using patch_libfs.bat (don't forget to put the keys file in the data folder!) and games like COD4: MW will play from internal HDD with the BD-Emu mounted.
- Added a callback for Disc check, that prevents constant polling if the disc is inserted or not, giving a rest to the BR drive reader.
- In Tools (press START) the option "Copy from / dev_usb / Iris to Iris folder" will make life easier letting to move things to the installation directory of Iris Manager. For example, if you put "covers" of multiMAN or the libfs_parched.sprx we talked about within the USB folder, Iris will copy the content its folder. The option uses asynchronous copying to gain speed.
IMPORTANT: This new option may damage the Iris Manager installation if not used with head, for logical reasons.
v1.49.2 Chagelog (translation by
aldostools):
- Fixed a bug mounting the BD-Emu when certain disk changes occur (for example, inserting certain PSX games, eject then put a BR disc).
- Removed patched libfs load when BD-Emu is used from external disc (COD black screen 4: MW similar to that which occurred from internal)
- Added warning messages in shutdown functions (in one case can be cancelled, in the other is non-cancelable for obvious reasons: if there is overheating, we must be forced to turn off the PS3)
v1.49.3 Changelog (via elotrolado.net/hilo_3-55-4-30-iris-manager-v1-38_1842936_s340#p1731400119):
- If you load a game for PS3 (not PSN, a disc game), some data are stored in a file (lastgame). Holding down L1 on startup, when Iris Manager is loading again, it will load automatically the last game, unless their presence is not detected or error.
- If in the root directory of the game (where usually the PS3_DISC_SFB is found), you put a file name containing ps2disc.txt with the destination path (eg. /dev_usb000/dataps2 or /dev_hdd/GAME/dataps2), that folder is mounted as /dev_ps2disc.
This feature can be useful for games like Sing Star, that can read tracks from PS2 discs.
To quote, roughly translated: eEID0 Dumper by BlackDeath to JBM 3.55, MA 3.56 and CFW 3.55
Hello friends, after the method of filtration CEX2DEX the team decided to investigate this new field (for some) and not so much for others, that is why we are working to bring you the easiest method to move to Linux without requiring DEX.
Today I present created by the dumper EID0 blackdeath with which we can dump all EID0 or directly CEX first section with only launch a pkg and have connected a USB port on dev_usb000, the instructions are on screen and are easy:
START: To dump all EID0.
SQUARE: To dump the first section of EID0 directly (eid0_1st_Section_CEX.bin).
X (EQUIS): To dump metldr (Encryption) to USB and be prepared to exploit and get the dump of the decrypted metldr in subsequent steps.
If you are in Normal 3.55 cfw release the pkg from video.
BlackDeath says: This latest version now allows you to dump the metldr (encryption) on your console if usais the X button and you will have your ready to dump metldr encryption decryption keys used together with her exploit later.
Tell them to keep working this issue need not linux as the next step is to dump the metldr without having to make so many things in linux but a quick and easy dump.
The eEID0 is necessary for the process dump metldr As you know, and only the first section of eEID0 (That we get directly to this tool) is required for Conversion to a unit DEX / TEST.
No more here I leave the download link, works both on any CFW 3.55 (PEEK | POKE LV2) as in MA:
http://www.mediafire.com/?eblfgmmwrmjl8sw (Old Version)
http://www.mediafire.com/?32dca82c31470qa (New Version)
Thanks BlackDeath, Checko, Tito01 and DemonHades
From checko: WIP: A method to dump metldr and eEID root keys without linux, more easy with some little steps .. maybe naehrwert can help you. To quote from his Twitter (via twitter.com/naehrwert/status/226682478373531648 and twitter.com/naehrwert/status/226686257005203456):
Isn't installing linux to get your eid root key a bit of an overkill when you could just use netrpc?!
Or you could compile this pastie.org/4295312, sign it with metldr keys and grab the key/iv from shared LS...
ldr.ld
ENTRY(_start)
SECTIONS
{
. = 0x25800;
.text :
{
*(.text)
}
.data :
{
*(.data)
*(.rodata)
}
.bss :
{
bss = .;
*(.bss)
}
}
#ifndef _TYPES_H_
#define _TYPES_H_
typedef char s8;
typedef unsigned char u8;
typedef short s16;
typedef unsigned short u16;
typedef int s32;
typedef unsigned int u32;
typedef long long int s64;
typedef unsigned long long int u64;
#endif
.text
/* Loader entry. */
.global _start
_start:
/* Setup stack pointer. */
ila sp, 0x3DFA0
/* Well... */
brsl lr, main
_hang:
br _hang
#include "types.h"
void *_memcpy(void *dst, void *src, u32 len);
void main()
{
//Copy eid root key/iv to shared LS.
_memcpy((u8 *)0x3E000, (u8 *)0x00000, 0x30);
//Hang (the PPU should copy the key/iv from shared LS now).
while(1);
}
void *_memcpy(void *dst, void *src, u32 len)
{
u8 *d = (u8 *)dst;
u8 *s = (u8 *)src;
u32 i;
for(i = 0; i < len; i++)
d[i] = s[i];
return dst;
}
Our partner and developer RacingLocura07 (UsaveME) leaves us on this occasion the conf editor ps3, this application allows you to enable or disable patches, plugins or create flags without using a PC, all from the PS3 itself in a simple and fast
Download: http://www.sendspace.com/file/99llgd
Options:
Displays a list of flags
Displays list of patch-dynamic
Displays a list of plugins
Allows you to export to the root of the usb, the. Cfg file to test it before storing.
List of flags:
Matheros (direct or normal)
dumper-ram
debug
dev_flash (dumper / restore)
sc35/36 +8 (more compatible)
100% Fan speed (fan at 100%)
Any questions you have you can reply in this thread, thanks to RacingLocura07, tito1, adriansfc92 as Cheko. Conf editor and this works both as the 3.56 MA JBM 3.55
Finally, in related PS3 homebrew news today PsyOil has made available a http://www.psyoil.info/pup/Pup%20down.zip for those interested stating:
On a click of a button a command prompt window will start downloading (from the PS3 Dev Wiki) the PUP to the same directory as the program. Do not delete wget.exe or else the pups will not download!
Its pretty simple, list of firmwares (OFW) on click they download to the directory your placed the two files in.
Now, you're probably wonder why someone would ever need this. I download and delete pups very often, so I made this program to make it a bit easy to find a PUP right away.. Making a CEX/DEX downloader soon.
Update: he has now released the http://www.psyoil.info/pup/cex-sex%20downloader.zip followed by a http://psyoil.info/pup/sexdexcex.zip stating the following:
Once again, I suck at GUI programs. I've made a command prompt version of the same program, where you just enter the name of the firmware version exmp “4.10″ and it starts downloading the firmware on command (4.10p for patch pups) Should I just release that or stick to the ghetto lookin’ GUI?
Shortly following he also made available a http://psyoil.info/pup/Pup%20extractor.zip stating, to quote:
Very simple and straight forward, place pup within the same folder as the extractor! Credit to HSReina for df.exe
Also, I've included a simple command prompt app:
Enter "pu.exe PS3UPDAT.PUP PS3UPDAT" to extract the pup.
Enter "df" to extract Dev_flash from the pup
Enjoy
Here is http://psyoil.info/pup/shop%20converter%20PUP.zip as well by PsyOil with the details below, as follows:
Sony shop PUP, just patched promo_flags/update_flags. anyways, this is just a basic pup that will convert your PS3 into a SHOP Ps3. (not advertising as a jailbreak or a CFW) its just a basic MFW.
Remember after unlocking through security settings, the package installer is NOT for homebrews but only for installing demos. The second PUP is a file that'll convert your SHOP PS3 into a retail PS3. Remember, these still apply! (scei.co.jp/ps3-eula/ps3_eula_en.html)
More PlayStation 3 News...