.
•
Register
•
Login
Brewology.com
PS3 Downloads
Blu-Ray Disc Java (BDJ)
Custom Firmwares
Drivers
Emulators
Firmware
Homebrew Applications
Homebrew Games
Jailbreaks
Linux Tools
Themes
Tools and Utilities
Brewology:
PS3:
Brewology Menu
Forums!
News
PS3 Homebrew/PSN Store
PSVita Homebrew Store
PS3 Homebrew Manager
PSN Links
PSN Update Finder
PSN / PKG Downloader
Downloads
PSP
PS3
Wii
Saved Games
PSP
PS3
Wii
Go Back
PSGroove
Filename
psgroove.rar
Date Posted
Sep 1, 2010
Categories
PS3
,
Homebrew Applications
Tags
PS3
Downloads
2124
Description:
This is a compiled version of PSGroove with Backup patch, an open-source reimplementation of the psjailbreak exploit for AT90USB and related microcontrollers courtesy of Mathieulh and his team. � But before you proceed folks, make sure you know excatly� what you are doing as this is totally a do-it-yourself method. You'll also need to purchase a small board, either the Teensy++ USB Development Board or AT90USBKEY, to jailbreak your console although some reports now claim that the code can also be ported to the PSP and TI-84 Plus Calculator.It should work on:AT90USB162AT90USB646AT90USB647AT90USB1286AT90USB1287ATMEGA32U4??? and maybe more.This software is not intended to enable piracy, and such features have been disabled. This software is intended to allow the execution of unsigned third-party apps and games on the PS3.CloningThe repository uses the LUFA library as a submodule. To clone, use something like:git clone git://github.com/psgroove/psgroove.gitcd psgroovegit submodule initgit submodule updateConfiguringChip and board selection can usually be handled in the Makefile. In particular, update the MCU, BOARD, and F_CPU lines. Suggested values:Teensy 1.0:MCU = at90usb162BOARD = TEENSYF_CLOCK = 16000000Teensy++ 1.0:MCU = at90usb646BOARD = TEENSYF_CLOCK = 16000000Teensy 2.0:MCU = atmega32u4BOARD = TEENSYF_CLOCK = 16000000Teensy++ 2.0:MCU = at90usb1286BOARD = TEENSYF_CLOCK = 16000000AT90USBKEY / AT90USBKEY2:MCU = at90usb1287BOARD = USBKEYF_CLOCK = 8000000Board-specific notesTeensy boards only have one LED, so it will turn off when the exploit succeeds rather than turn green. Older Teensy 1.0 boards also have the polarity inverted. In general, a LED should do something when the board is powered, and do something different when theexploit works.BuildingOn Linux, use the AVR GCC toolchain (Debian/Ubuntu package: gcc-avr). On Windows, WinAVR should do the trick.make cleanmakeProgrammingNow program psgroove.hex into your board and you're ready to go. For the AT90USBKEY and other chips with a DFU bootloader preinstalled, you can get the dfu-programmer tool, put your board in programming mode, and runmake dfuFor the Teensy boards, you probably have to use the Teensy Loader software.UsingTo use this exploit:??? Hard power cycle your PS3 (using the switch in back, or unplug it)??? Plug the dongle into your PS3.??? Press the PS3 power button, followed quickly by the eject button.After a few seconds, the first LED on your dongle should light up. After about 5 seconds, the second LED will light up (or the LED will just go off, if you only have one). This means theexploit worked! You can see the new "Install Package Files" menu option in the game menu.NotesA programmed dongle won't enumerate properly on a PC, so don't worry about that.This software is not intended to enable piracy, and such features have been disabled. This software is intended to allow the execution of unsigned third-party apps and games on the PS3.For more info about the release and to download all the necessary files needed to jailbreak, please visit the PSGroove Git Repository below.
Download File