Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 5th, 2010 | Syntax: None | Size: 3.00 KB | Hits: 174 | Expires: Never
Copy text to clipboard
  1. Here is all you need to make your own PS3 jailbreak dongle Have not tested it yet but im well on the way to having it done by the weekend
  2.  
  3.  
  4.  
  5. PSGroove
  6.  
  7. This is the PSGroove, an open-source reimplementation of the psjailbreak exploit for AT90USB and related microcontrollers.
  8.  
  9. It should work on:
  10.  
  11.    * AT90USB162
  12.    * AT90USB646
  13.    * AT90USB647
  14.    * AT90USB1286
  15.    * AT90USB1287
  16.    * ATMEGA32U4
  17.  
  18. ... and maybe more.
  19.  
  20. 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.
  21. Cloning
  22.  
  23. The repository uses the LUFA library as a submodule. To clone, use something like:
  24.  
  25. git clone git://github.com/psgroove/psgroove.git
  26. cd psgroove
  27. git submodule init
  28. git submodule update
  29.  
  30. Configuring
  31.  
  32. Chip and board selection can usually be handled in the Makefile. In particular, update the MCU, BOARD, and F_CPU lines. Suggested values:
  33.  
  34. Teensy 1.0:
  35.  
  36. MCU = at90usb162
  37. BOARD = TEENSY
  38. F_CLOCK = 16000000
  39.  
  40. Teensy++ 1.0:
  41.  
  42. MCU = at90usb646
  43. BOARD = TEENSY
  44. F_CLOCK = 16000000
  45.  
  46. Teensy 2.0:
  47.  
  48. MCU = atmega32u4
  49. BOARD = TEENSY
  50. F_CLOCK = 16000000
  51.  
  52. Teensy++ 2.0:
  53.  
  54. MCU = at90usb1286
  55. BOARD = TEENSY
  56. F_CLOCK = 16000000
  57.  
  58. AT90USBKEY / AT90USBKEY2:
  59.  
  60. MCU = at90usb1287
  61. BOARD = USBKEY
  62. F_CLOCK = 8000000
  63.  
  64. Board-specific notes
  65.  
  66. 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.
  67. Building
  68.  
  69. On Linux, use the AVR GCC toolchain (Debian/Ubuntu package: gcc-avr). On Windows, WinAVR should do the trick.
  70.  
  71. make clean
  72. make
  73.  
  74. Programming
  75.  
  76. 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
  77.  
  78. make dfu
  79.  
  80. For the Teensy boards, you probably have to use the Teensy Loader software.
  81. Using
  82.  
  83. To use this exploit:
  84.  
  85.    * Hard power cycle your PS3 (using the switch in back, or unplug it)
  86.    * Plug the dongle into your PS3.
  87.    * Press the PS3 power button, followed quickly by the eject button.
  88.  
  89. 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.
  90. Notes
  91.  
  92. A programmed dongle won't enumerate properly on a PC, so don't worry about that.
  93.  
  94. 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.
  95.  
  96.  
  97. SOURCE
  98.  
  99.  
  100. Try this for size psgroove_backup_manager.rar
  101.  
  102. Also thanks to Dark-Fiber Xbox-Mods for the info on were to buy the parts you need Click here and buy away