Open source PSJailbreak released.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DanXan
    Member
    • Sep 2009
    • 63

    #1

    Open source PSJailbreak released.

    An open source alternative to the PSJailbreak hack called PSGroove has been released to PlayStation 3 owners this morning.
    The release takes the form of a download package that users must compile and then transfer across to a AT90USB or related microcontroller found in USB development kits such as the Teensy++ or AT90USBKEY. These small dongles are typically available for around ?25.
    The open source version of the jailbreak is effectively a clone of the commercial hack, which has yet to make it in volume to the modchip suppliers, but it features a couple of fundamental changes over the original.
    Firstly, the patches injected into the PS3 to re-route Blu-ray traffic to either the internal hard drive or an external device have been removed - this means that the ability to play "backup" games simply isn't possible in the open source version of the hack, although there is nothing to stop the less scrupulous swapping in the original PSJailbreak payload.
    Secondly, the developers have removed code found in the original Jailbreak that locks up the console if the dongle is removed, meaning it is safe to remove the homebrew version of the device whenever you want.
    With the piracy elements of the hack expunged, what remains is the ability to install unsigned, unencrypted code onto a retail PS3 - clearing the way for homebrew development. The open source nature of this release also means that any one out there who wants to add to or improve the code in the basic hack is free to do so.
    If the release of a working hack isn't bad enough for Sony, the open source code also proves publicly that no copyrighted Sony materials are used in triggering the exploit. Previously it was assumed that the hack was based on Sony's own service mode hardware, but in actual fact the hack only uses the same device identifier. This will undoubtedly have some bearing in the firm's current, ongoing legal challenges against PSJailbreak resellers.
  • johnboy1974
    DK Veteran
    • Dec 2008
    • 3418

    #2
    some good info there mate- the details of the jailbreak are getting clearer every day now.

    Comment

    • ricopicouk
      Member
      • Aug 2010
      • 51

      #3
      It should work on:

      • AT90USB162

      • AT90USB646
      • AT90USB647
      • AT90USB1286
      • AT90USB1287
      • ATMEGA32U4


      All pretty much appears to be out of stock though.

      Comment

      • Wingnut
        DK Veteran
        • Nov 2009
        • 376

        #4
        theres a guy working on using a psp to hack the ps3,now that wud be cool, PSX-Scene

        Comment

        • alunfennell
          V.I.P. Member
          • Oct 2008
          • 1525

          #5
          PSGroove - Open Source PS JailBreak PS3 Exploit is Released!

          Update #2: B1oH4z has shared a PSGroove AVR-USB-162 hex code that was compiled with a setting of 8mhz and using it Jasmin05 has confirmed the Olimex AT90USB162 works 100% now!

          Update: martenbroadclk has now shared pre-compiled hex codes ready to burn followed shortly by hex codes for all boards, including both the original PSGroove release and CJPC's dev_bdvd patched version and Ps3Rips (actually Xantra, it appears now) has EurAsia - PS Jailbreak schematics and PCB layout released the ATmega164PA PS JailBreak Schematics And PCB Layout.

          Recently we reported that the PS JailBreak PS3 modchip was successfully cloned, and today the PSGroove PS3 exploit arrives!

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

          The PSGroove for now allows the very same features as the PSJailBreak but without backup manager support, you can also now remove the dongle.

          The original PSJailbreak dongle had a patch that would trigger the lv1 panic hypercall if the dongle wasn't in the list of connected devices.

          CJPC has also detailed HERE how to patch it to allow for the proper mountpoint dev_bdvd to be mounted enabling the playback of backup games and posted a patched version below for those lazy.

          psgroove's psgroove at master - GitHub / PSGroove PS JailBreak PS3 Exploit [Mirror] / PSGroove PS JailBreak PS3 Exploit (Patched) / PSGroove PS JailBreak PS3 Exploit Hex Codes (AT90USBKEY boards) / PSGroove PS JailBreak PS3 Exploit Hex Codes (All Boards) / PS JailBreak Schematics And PCB Layout

          It should work on:

          - AT90USB162
          - AT90USB646
          - AT90USB647
          - AT90USB1286
          - AT90USB1287
          - ATMEGA32U4
          - ... and maybe more.




          Read more: PSGroove - Open Source PS JailBreak PS3 Exploit is Released! - PS3 NEWS - PlayStation 3 News - PS3 Forums

          [ame=http://www.youtube.com/watch?v=Db9fl2AzT9A&feature=player_embedded]YouTube - PSGroove[/ame]

          [ame=http://www.youtube.com/watch?v=3YaqY6cPox0&feature=player_embedded]YouTube - PSGroove DIY PSJailbreak![/ame]

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

          Download PS3 Groove Here....

          PSGroove - Open Source PS JailBreak PS3 Exploit is Released! - PS3 NEWS - PlayStation 3 News - PS3 Forums
          **The Worlds Best Interactive F1 Strategy Game**
          sigpic

          Comment

          Working...