Restarting the PS3 during game play will retain your current game selection, for the sake of
convenience.
Should you wish to return to the Cobra ODE manager in order to choose another game or homebrew
application, then simply eject the disc via the XMB and reinsert it, or in the case of the 4k series PS3,
slide the door cover open and then closed again.
Cobra ODE has been designed with simplicity and ease of use in mind! Enjoy....
Instructions to generate iso :
In order to generate a valid ISO, run genps3iso and specify the correct directory (The parent
directory which contains the PS3_GAME directory) and the output .iso file, as well as whether or not
to split the iso into 4GB files. The resulting iso file (or files) can be put into the PS3_GAMES directory
of the USB drive and will work with the COBRA manager.
In order to generate an iso of a homebrew application, create the necessary directory structure
(PS3_GAME directory containing the PARAM.SFO and other standard files just like the .pkg would),
and generate the EBOOT.BIN using Naehwert's scetool using the following command :
scetool --sce-type SELF --compress-data FALSE --self-type APP --key-revision
0004 --self-fw-version 0003004100000000 --self-auth-id 1010000001000003
--self-vendor-id 01000002 --self-cap-flags
00000000000000000000000000000000000000000000003b0000000100040000 -e homebrew.elf
EBOOT.BIN
Or you could add the following line to your makefile :
EBOOT.BIN: $(TARGET).elf
scetool --sce-type SELF --compress-data FALSE --self-type APP --key-revision
0004 --self-fw-version 0003004100000000 --self-auth-id 1010000001000003
--self-vendor-id 01000002 --self-cap-flags
00000000000000000000000000000000000000000000003b0000000100040000 -e $< $@=