Hacking PSGroove released

trigger_ftu

The FantomPhox
OP
Member
Joined
Nov 23, 2008
Messages
209
Trophies
0
Location
Germany
XP
345
Country
United States
well the reversed engineered psjailbreak code has been released with the pirating tools stripped from it (no backup functions for ps3 games) but for pure homebrew on the ps3. the sources are out with instructions with how to compile them and instructions on how to flash them onto the usb flash device. main problem, people need to flash their own usb device themselves to be able to take advantage of this tool because it requires a Teensy++ USB Development Board or AT90USBKEY. anyhoo not exactly sure if there are rules to posting url's to gethub source code links. or if the mods want me to post the sources as is. so here it is. (if posting the gethub link violates posting rules mods and or admin plz remove the url and inform me plz)

PSGroove GetHub source code
 

Sephi

fool
Member
Joined
Jan 21, 2008
Messages
1,852
Trophies
1
Age
31
Location
Rhode Island
Website
nov.us.to
XP
627
Country
United States

trigger_ftu

The FantomPhox
OP
Member
Joined
Nov 23, 2008
Messages
209
Trophies
0
Location
Germany
XP
345
Country
United States
no it requires a special tool for doing so hints the part where i said
QUOTE said:
Teensy++ USB Development Board or AT90USBKEY

the supported models are (goin to quote from the gethub)

QUOTETeensy 1.0
Teensy++ 1.0
Teensy 2.0
Teensy++ 2.0
AT90USBKEY / AT90USBKEY2
no modding tot he usb is required on the ps3.
 

431unknown

VR Gaming Enthusiast
Member
Joined
Sep 29, 2008
Messages
2,058
Trophies
1
Age
48
Website
gbatemp.net
XP
736
Country
United States
Downloading now, oh and if you know where to look you can find a version with "back up" capabilities patched back in, thata the one I'm grabbing right now and its already finished downloading.
nayps3.gif



Can't wait for my Teensy ++ to get here.
nayps3.gif
 

trigger_ftu

The FantomPhox
OP
Member
Joined
Nov 23, 2008
Messages
209
Trophies
0
Location
Germany
XP
345
Country
United States
did a comparison with the qj release and the one from the get hub there is no difference when they built psgroove they basically removed the backup capabilities and made it specifically for homebrew. i'm sure someone out there will figure out what it had removed and re-add it to the source code and release itor create a homebrew app for doing such things.
 

trigger_ftu

The FantomPhox
OP
Member
Joined
Nov 23, 2008
Messages
209
Trophies
0
Location
Germany
XP
345
Country
United States
luke_c said:
I am slightly confused here as to what I need to use this. Can I just buy the Teensy++ Board and connect it to this and then connect it to my PC and then PS3?
I really have no idea when it comes to this kind of stuff
tongue.gif
bisicly you buy a board. compile the code. program the psgroove into the board you purchased and your all set plug it into the ps3 and pres the eject button after start and you will be able to enjoy the homebrew to it's fullest.
 

redact

‮҉
Member
Joined
Dec 2, 2007
Messages
3,161
Trophies
0
Location
-
XP
674
Country
Mauritania
not my method, stolen from a post on ps3news..

add backup loading back into psgroove:

search for
Code:
0x78, 0x78, 0x78,
0x78,
(on end of line 139 and start of line 140)
in the descriptor.h file

and change to:
Code:
0x62, 0x64, 0x76,
0x64,

method thanks to CJPC, reposting due to ps3news being temporarily down..

for those curious what this does.. you are changing the string 'xxxx' to 'bdvd'
 

431unknown

VR Gaming Enthusiast
Member
Joined
Sep 29, 2008
Messages
2,058
Trophies
1
Age
48
Website
gbatemp.net
XP
736
Country
United States
trigger_ftu said:
did a comparison with the qj release and the one from the get hub there is no difference when they built psgroove they basically removed the backup capabilities and made it specifically for homebrew. i'm sure someone out there will figure out what it had removed and re-add it to the source code and release itor create a homebrew app for doing such things.

Its already been done.
This was in the description of the file I downloaded.

QUOTEContains the fix to play "backups"

PSGroove
========

This is the PSGroove, an open-source reimplementation of the psjailbreak exploit for
AT90USB and related microcontrollers.

It should work on:

- AT90USB162
- AT90USB646
- AT90USB647
- AT90USB1286
- AT90USB1287
- ATMEGA32U4

... 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.**

Cloning
-------
The repository uses the LUFA library as a submodule. To clone, use something like:

git clone git://github.com/psgroove/psgroove.git
cd psgroove
git submodule init
git submodule update


Configuring
-----------
Chip 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 = at90usb162
BOARD = TEENSY
F_CLOCK = 16000000

Teensy++ 1.0:

MCU = at90usb646
BOARD = TEENSY
F_CLOCK = 16000000

Teensy 2.0:

MCU = atmega32u4
BOARD = TEENSY
F_CLOCK = 16000000

Teensy++ 2.0:

MCU = at90usb1286
BOARD = TEENSY
F_CLOCK = 16000000

AT90USBKEY / AT90USBKEY2:

MCU = at90usb1287
BOARD = USBKEY
F_CLOCK = 8000000

Board-specific notes
--------------------
Teensy 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 the exploit works.


Building
--------
On Linux, use the AVR GCC toolchain (Debian/Ubuntu package: gcc-avr).
On Windows, WinAVR should do the trick.

make clean
make


Programming
-----------
Now 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 run

make dfu

For the Teensy boards, you probably have to use the [Teensy
Loader](http://www.pjrc.com/teensy/loader.html) software.

Using
-----
To 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 the exploit worked!
You can see the new "Install Package Files" menu option in the game
menu.


Notes
-----
A 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.**
 

trigger_ftu

The FantomPhox
OP
Member
Joined
Nov 23, 2008
Messages
209
Trophies
0
Location
Germany
XP
345
Country
United States
now the only thing i don't see is why backup loading would be needed. unless your to lazy to get up and change discs when you want to play another game. true the hdd would be faster. but is it really worth filling a hard drive for it? anyhoo good post on how to re-enable the method going to have to try it when my board comes in.

btw 431unknown

QUOTE said:
**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.**

why would they leave that info in? anyways it could be for package files of all we know.
see i'm throwin this out there because unless tested theres no telling if it will actually work.
 

431unknown

VR Gaming Enthusiast
Member
Joined
Sep 29, 2008
Messages
2,058
Trophies
1
Age
48
Website
gbatemp.net
XP
736
Country
United States
trigger_ftu said:
now the only thing i don't see is why backup loading would be needed. unless your to lazy to get up and change discs when you want to play another game. true the hdd would be faster. but is it really worth filling a hard drive for it? anyhoo good post on how to re-enable the method going to have to try it when my board comes in.

btw 431unknown

QUOTE said:
**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.**

why would they leave that info in? anyways it could be for package files of all we know.
see i'm throwin this out there because unless tested theres no telling if it will actually work.


I think who ever put up the description just copy and pasted the info from where ever he got the file originally. I chalk it up to just plain old lazzyness.


edit: Would it be ok if i uploaded this to filetrip im getting alot of pm'S for it?

edit #2; just submitted it to filetrip in PS3 » Tools & Utilities » Flash Dump & Modchip Tools
file name is psgroove
 

jurai

Well-Known Member
Member
Joined
Dec 23, 2005
Messages
441
Trophies
1
XP
1,285
Country
FYI you better order a teensy/at90usbkey NOW, online stores are already running out of stock and it's gonna be a long wait for them to restock

QUOTE said:
Availability: 0

Lead Time 51 days

Digikey isn't shipping new units til november 29th

I can't find a single distributor who still has any in stock actually, and lead-in times are all 6weeks+
 

penbralat

Member
Newcomer
Joined
Sep 1, 2010
Messages
7
Trophies
0
XP
97
Country
United States
I purchased the AT90USB162 microcontroller. As of 3:19pm EST time they still had them in stock. This particular board's on the list of those that are confirmed working. I should receive this by Monday by the latest! Good luck.

UPDATE: I just received an e-mail stating that the item's out of order but the lead time's only 1 week opposed to other sites that are 6+ weeks out.
 

t_jay17

Well-Known Member
Member
Joined
Jan 18, 2009
Messages
130
Trophies
0
XP
600
Country
United States
I wonder how long it will be before something is released to play backups from a bluray disc and ACE R shows up on torrent sites?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://m.youtube.com/watch?v=_NTF5_qgH0o