139w ago -
Update: A VirtualBox Image of Ubuntu_x86 10.10 with tools to compile PS3 Jailbreak Files as well as PS3 Applications/Packages has now reached its FINAL RELEASE which includes Multi SDK Support (both 3.41 and 1.92) with details
HERE and updated download links below!
I have created a PS3 JailBreak Virtualbox Image of Ubuntu_x86 with all the tools to compile PSGroove and extract/create PS3 .PKG files.
This is for anyone who does not want to wait for others to compile PSGroove or those who just want to learn how it all works =)
Download:
Ubuntu PS3 JailBreak VirtualBox Image for PSGroove /
Ubuntu 10.10 PS3 Multi SDK
You will need:
• VirtualBox - Included
Login info once you get up and running:
User = evilsperm
Pass = password
sudo su password = password
To switch back and forth from 3.41 SDK to 1.92 SDK is very easy.
To switch SDK's:
On the desktop you will see a folder called SDK_Selector
Open that Dir and double click on the SDK you woudld like to use.
Select Run In Terminal, type in the password and hit enter.
The Terminal will disappear and the SDK you selected is ready for use!
This is a **Final Stable Release** until a new SDK is leaked.
Credit goes to (jtanner) for this Awesome Idea of multi switching sdk's!
I will seed this too 100% for the next few days, but keep in mind I am not on my Fiber optic connection at the moment so please be patient as I seed, also seed this as long as you can and don't be a leech =)
~evil
evil I am having problem compiling your posted PL3. this is the error I get:
Building for targets : teensy1 teensypp1 teensy2 teensypp2 at90usbkey minimus1 minimus32 maximus blackcat xplain olimex usbtinymkii bentio openkubus
Compiling psgroove_teensy_at90usb162_16mhz_firmware_3_15 for Teensy 1.0
In file included from psgroove.c:31:
descriptor.h:77:45: warning: PL3/PAYLOAD_3_15.h: No such file or directory
In file included from psgroove.c:31:
descriptor.h:150: error: ‘PAYLOAD_3_15_macro’ undeclared here (not in a function)
make: *** [psgroove.o] Error 1
Also when I compile do I use this command
./build_hex_PSN.sh
or this one
./build_hex.sh
As I am a bit confused.
Edit: Ok I fixed my error it was a mistake on my part when I add the
payload_no_unauth_syscall
I made a typo
So from what I under stand to Compile with PSN access I need to use the
./build_hex_PSN.sh
and if I want to compile the reguler PL3 I use
./build_hex.sh
Right ?
Thanks
Evil: There is a problem with your hermes psgroove.makefile as it list the teensy++ 2.0 as a
#MCU = atmega32u4
when it is suppose to be
MCU = at90usb1286
just thought I should let you know its no big deal as I fixed it and was able to get working.
thanks
~evil
As I have found about 3 different version claiming to be the correct one and do not know which one is the correct one.
Thanks
It should all be done soon as well as no unauth/dev/elf support.