Forum: Latest News - Get all of the latest legal dev and underground news as it relates to the Sony PlayStation right here on PSX-Scene.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Kakaroto's PSFreedom with PL3 payloads ported to PSGroove
  

Page 1 of 18 1 2 3 11 ... LastLast
Results 1 to 10 of 174
  1. #1 Kakaroto's PSFreedom with PL3 payloads ported to PSGroove 
    iLLNESS is offline Member
    Join Date
    Dec 2002
    Location
    Ontario
    Posts
    923
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Thanks to a coder by the name of jevinskie, AVR users can now jailbreak their PS3's with 3.15 firmware. PSFreedom (PSFreedom now supports Firmware v3.15) is a jailbreak for linux based phones.

    jevinskie ported the PSFreedom payloads to be compatible with the PSGroove allowing a multitude of users to jailbreak their older firmwares.

    You can find the git here.

    To use:
    git clone http://github.com/jevinskie/psgroove.git psgroove
    cd psgroove
    git submodule init
    git submodule update
    nano Makefile
    make
    program hex.

    Edit the Makefile to match your device settings as well as target firmware and compile. Please make sure to specify a supported firmware. So far, 3.01, 3.15 and 3.41 are supported.

    Big props to jevinskie!

    There is now a patch to fix some issues with jevinskies payload that prevented users from mounting backups or apps to dev_bdvd and app_home. This should be considered a temporary solution until jevinskie works out his git.
    To apply this patch:
    ..cd into jevinskies psgroove/PL3 folder..
    git clone git://gist.github.com/609893.git patch
    cp patch/"patch"* default_payload.S.patch
    git apply --stat default_payload.S.patch //check patch changes. should mention deletions/insertions/etc
    git apply --check default_payload.S.patch //no output is good here
    git apply default_payload.S.patch //patch is now applied.
    From here, you should be able to go back into the root of jevinskies psgroove folder and edit the Makefile as needed, and compile.
    BD emulation should now be fixed
    Last edited by garyopa; 10-06-2010 at 12:34 AM.
    PIC based jailbreakers please visit my thread below and please READ. I have spent a few hours now trying to explain everythign as best I can here. You will also find my latest HEX releases there as well.

    http://psx-scene.com/forums/showthre...946#post546946
    Reply With Quote  

  2. #2  
    Player1's Avatar
    Player1 is offline Member
    Join Date
    May 2010
    Location
    URUGUAY
    Posts
    378
    Downloads
    4
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    4
    ohhhhh... nice!!!
    but... too much information today.

    i have 3.15
    this is what i`ve `n waiting for.

    thanks to developers( they are ON FIRE!!!)
    Reply With Quote  

  3. #3  
    DeadlyFoez's Avatar
    DeadlyFoez is offline Banned!
    Join Date
    Sep 2010
    Posts
    286
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    4
    Who ever first get's this working on their PS3, PLEASE dump dev_flash and send it to me. This is the stuff that I need to help get otherOS working on 3.41 ps3's.

    email me. deadlyfoez at yahoo dot com or send me a PM.
    Reply With Quote  

  4. #4  
    RootedSys is offline Member
    Join Date
    Aug 2010
    Posts
    33
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You sure this is completed? Seems like there is some missing files

    Code:
    PL3/shellcode_egghunt.h: No such file or directory
    PL3/default_payload_3_41.h: No such file or director
    PL3/default_payload_3_01.h: No such file or director
    PL3/default_payload_3_15.h: No such file or director
    PL3/dump_lv2.h: No such file or directory
    Reply With Quote  

  5. #5  
    chesh's Avatar
    chesh is offline New Moderator on the block
    Join Date
    Sep 2006
    Location
    Spokane
    Posts
    5,197
    Downloads
    1
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    33
    Likes Received
    124
    What changes in the Makefile do I need to make to make this work with an XPLAIN?
    Reply With Quote  

  6. #6  
    Jevinskie is offline Member
    Join Date
    Jul 2006
    Posts
    34
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    8
    Likes Received
    0
    Quote Originally Posted by RootedSys View Post
    You sure this is completed? Seems like there is some missing files

    Code:
    PL3/shellcode_egghunt.h: No such file or directory
    PL3/default_payload_3_41.h: No such file or director
    PL3/default_payload_3_01.h: No such file or director
    PL3/default_payload_3_15.h: No such file or director
    PL3/dump_lv2.h: No such file or directory
    Pleas run `make PL3` first to build the PL3 payloads. I will fix the PSGroove Makefile to build those automatically. Thanks for the report!
    Reply With Quote  

  7. #7  
    Jevinskie is offline Member
    Join Date
    Jul 2006
    Posts
    34
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    8
    Likes Received
    0
    Quote Originally Posted by chesh View Post
    What changes in the Makefile do I need to make to make this work with an XPLAIN?
    Please try:

    Code:
    MCU = at90usb1287
    BOARD = XPLAIN
    F_CPU = 8000000
    That's just my guess from looking at the XPLAIN schematics.
    Reply With Quote  

  8. #8  
    evilsperm's Avatar
    evilsperm is offline Member
    Join Date
    Sep 2010
    Posts
    414
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    10
    Likes Received
    67
    Here are the compiles hex's for most AVR boards:
    The only one that refuses to compile is the Atmega16u4:

    *Broken*


    ~evil
    Last edited by evilsperm; 10-03-2010 at 01:26 AM. Reason: This build in not working correctly
    Reply With Quote  

  9. #9  
    chesh's Avatar
    chesh is offline New Moderator on the block
    Join Date
    Sep 2006
    Location
    Spokane
    Posts
    5,197
    Downloads
    1
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    33
    Likes Received
    124
    I'm really trying to learn to do this myself. I've been able to compile Open BM just fine, and I just installed Winavr to compile this. When I go into the PL3 directory and type make, this is my output:

    make -C tools
    make[1]: Entering directory `/c/usr/local/cell/psgroove/PL3/tools'
    cc -g dump_lv2_pcap_to_bin.c -o dump_lv2_pcap_to_bin
    make[1]: cc: Command not found
    make[1]: *** [dump_lv2_pcap_to_bin] Error 127
    make[1]: Leaving directory `/c/usr/local/cell/psgroove/PL3/tools'
    make: *** [tools] Error 2

    When I try to run make PL3 from /psgroove, I just get a no target for PL3. What am I doing wrong?
    Reply With Quote  

  10. #10  
    evilsperm's Avatar
    evilsperm is offline Member
    Join Date
    Sep 2010
    Posts
    414
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    10
    Likes Received
    67
    do yourself a big favor and stop using windows to compile...
    I released a virtualbox image of ubuntu with all the tools needed you can find it in the usual places. Sorry I cant link it here because one version includes the $dk
    Reply With Quote  

Page 1 of 18 1 2 3 11 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •