maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] PSFreedom - an easy way to jailbreak your PS3 (https://talk.maemo.org/showthread.php?t=61988)

WereCatf 2010-11-15 19:15

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Try Gaia Manager or something else instead?

sachin007 2010-11-15 19:30

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by Arrowflash021 (Post 873501)
Now that you guys can go on psn, have anybody try download the netflix app, and run it?

I have successfully jailbroken with the psn payload and installed netflix from psn. But when i try top open the app it asks me to upgrade to 3.42 :(

This thread may help anyone trying to get netflix working

http://psx-scene.com/forums/f118/net...88/index2.html

Let me know if it works.
Thanks

sachin007 2010-11-15 19:43

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Also how do we jailbreak with HEX files.
If any one know how to follow these instrucitions from here netflix should work.

http://www.ps3iso.com/ps3-tutorials/...short-how.html

Of course i do not know how to do so.... looking for some help

Dan7712 2010-11-15 19:46

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by WereCatf (Post 874331)
Try Gaia Manager or something else instead?

I have used Back Up Manager 2 and Open Manager.

Neither of them seem to work? Well, they both open up. But they won't spoof the games to the BDrive, nor play the game from the /*GAME*/ folder

It just gives me an error.

Any ideas?

panatha13 2010-11-15 19:49

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by KaOs (Post 874194)
Place the psnpayload.bin in root
Open PSFreedom and select the PL3 Mode
Open Terminal and in root type: cat psnpayload.bin > /proc/psfreedom/payload
Done, Jailbreak your PS3

i do this but result is : write error: Bad address

i renamed the file from hex to psn_payload.bin. do i have to convert it in .bin and not just rename it? if yes,how?

Dan7712 2010-11-15 20:01

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
I will try and help you out here bud,

1) Place the psn_payload.bin in the "root"
2) Open up PSFreedom and use the PL3 Mode
3) Leaving PSFreedom still open, open up terminal making sure that you have "rootsh" installed

4) Type in:
sudo gainroot
ls

You should now see your psn_payloads.bin file.
If you don't you have not put it in the right place!

if you do see it write in the same terminal:

cat psn_payload.bin > /proc/psfreedom/payload


Then plug it in your PS3 and do your Jail break as normal
"

panatha13 2010-11-15 20:27

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by Dan7712 (Post 874373)
I will try and help you out here bud,

1) Place the psn_payload.bin in the "root"
2) Open up PSFreedom and use the PL3 Mode
3) Leaving PSFreedom still open, open up terminal making sure that you have "rootsh" installed

4) Type in:
sudo gainroot
ls

You should now see your psn_payloads.bin file.
If you don't you have not put it in the right place!

if you do see it write in the same terminal:

cat psn_payload.bin > /proc/psfreedom/payload


Then plug it in your PS3 and do your Jail break as normal
"

i had already followed those steps..but nothing.. how do we create psn_payload.bin from the hex file given? just by renaming it?

WereCatf 2010-11-15 20:42

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by panatha13 (Post 874388)
how do we create psn_payload.bin from the hex file given? just by renaming it?

Of course not.

sachin007 2010-11-15 20:53

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by WereCatf (Post 874398)
Of course not.

Ok. Can you tell us or even better create a bin file from the HEX file?

Thanks

WereCatf 2010-11-15 20:56

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by sachin007 (Post 874409)
Ok. Can you tell us or even better create a bin file from the HEX file?

I don't know how to do it either.

Dan7712 2010-11-15 21:02

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
1 Attachment(s)
I don't know where everyone is getting this hex from?

I downloaded this file that was a few pages back. Works fine for me, but I can't play my backups? PSN all works though

wierdo 2010-11-15 22:24

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by sachin007 (Post 874409)
Ok. Can you tell us or even better create a bin file from the HEX file?

Thanks

http://www.ps3news.com/PS3-Hacks/gui...-ubuntu-10-10/

Since you already have the kernel module, you just have to compile the payloads. The annoying part is installing the toolchain so you can cross-compile for the PS3. It takes a while to compile the tools. Thankfully, you only have to do that part once.

After that you just update the pl3 submodule, add any patches, and recompile. Then you can copy the .bin to your N900 and be happy. :D

Edited to add: My bad, for some reason I misread HEX file as source file.

panatha13 2010-11-15 23:24

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
i download a bin file for psfreedom from ps3-hacks and everything works fine with gaia!

sachin007 2010-11-15 23:27

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by Dan7712 (Post 874418)
I don't know where everyone is getting this hex from?

I downloaded this file that was a few pages back. Works fine for me, but I can't play my backups? PSN all works though

Yes. I got the PSN working. However since the netflix app only works with firmware 3.42 and higher, we need some modifications for the netflix app to think that a compatible firmware is present. This can only be done with somehow using the hex files.

sachin007 2010-11-15 23:28

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by wierdo (Post 874497)
http://www.ps3news.com/PS3-Hacks/gui...-ubuntu-10-10/

Since you already have the kernel module, you just have to compile the payloads. The annoying part is installing the toolchain so you can cross-compile for the PS3. It takes a while to compile the tools. Thankfully, you only have to do that part once.

After that you just update the pl3 submodule, add any patches, and recompile. Then you can copy the .bin to your N900 and be happy. :D

Edited to add: My bad, for some reason I misread HEX file as source file.

Thanks but did not understand one bit of it. Its not about your explanations but i am doctor by profession..

helphelp911 2010-11-16 05:08

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
aww..can someone please complie hermes psfreedom.ko for n800 ???? really want to use patch mode :(

Pillum 2010-11-16 05:23

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
@helphelp911
i could try it, do you have a link to the source of the payload?

helphelp911 2010-11-16 05:55

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by Pillum (Post 874697)
@helphelp911
i could try it, do you have a link to the source of the payload?

thanks Pillum, i think the source is this http://www.ps3-hacks.com/file/171

Thanks

psycho89 2010-11-16 09:44

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
hey guys

any progress in being able to play backups and play online? the comments I'm reading doesn't show both active in same time

I've read some of you need Hermes v4b and PL3 Payload Ports with PSN Online Play & 3.50 Spoofing, so check this
http://www.ps3usbjailbreak.com/newsView.php?newsId=130
it doesn't say anything about N900 but maybe it cld be in some use for some of u

for any one who was able to do the following with N900:
1- Jailbreak and play backups games require 3.50
2- Sign in to PSN successfully

Please SHARE a tutorial on how you done it

WereCatf 2010-11-16 10:29

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by psycho89 (Post 874831)
any progress in being able to play backups and play online? the comments I'm reading doesn't show both active in same time

Atleast I can play both backups and go online at the same time. Absolutely no issue.

Though I recommed using Gaia Manager because it empties the "played games" list on the PS3 so it doesn't get sent to Sony. Useful if you happen to have.. well, not-so-legitimate backups..

kylepsp 2010-11-16 10:57

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
any news on the gui version?

weißelstone 2010-11-16 12:30

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by WereCatf (Post 874861)
Though I recommed using Gaia Manager because it empties the "played games" list on the PS3 so it doesn't get sent to Sony. Useful if you happen to have.. well, not-so-legitimate backups..

This function is not about the "backups" but the homebrew apps which also get listed in this list.

Cue 2010-11-16 16:19

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
I know I should have jailbroke my PS3. My BD Drive just died on my phat which I have updated to 3.42 so I was wondering is it possible to run homebrew/backups with a busted drive? also does anybody know about the legitimacy of this:
http://www.psdowngrade.com/

WereCatf 2010-11-16 16:27

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by Cue (Post 875173)
I know I should have jailbroke my PS3. My BD Drive just died on my phat which I have updated to 3.42 so I was wondering is it possible to run homebrew/backups with a busted drive?

Yes, you don't need a working drive to be able to play backups. I have copied the most often games I like on the PS3 itself, and the rest I play from a USB harddrive. Should work for you too just fine.

Quote:

also does anybody know about the legitimacy of this:
http://www.psdowngrade.com/
Yes. PSJailbreak team has released a real working PS3 downgrade tool. And yes, it does work.

psycho89 2010-11-16 21:38

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Mr. MohammedAG

me and my friend both tried to use the bin file with the fix of PSN
http://alephzain.klutsh.com/default_payload_3_41.bin

our steps mainly are those below taken from dear WereCatf , but it didn't work with us:

Quote:

start X Terminal and do the following:
root
psfreedom-enable-n900.sh
cat /whereyousavedthedamn/payload.bin > /opt/psfreedom/payload
[plug your phone to PS3 and jailbreak it]
psfreedom-disable-n900.sh
it just jailbreaked normally but the psn is still asking for a softwareupdate.

for others it is working but I don't have a clue why it is not with us, for details:
we both have stock n900 with no modification on the power kernel and we reinstalled Psfreedom so we make sure we are following the steps from the start, and the ps3 firmware is 3.41

I'm asking from you or any 3rd party assistance in our situation, and if its in no harm, maybe an update for psfreedom UI, the goal is to as always jailbreak AND have PSN enabled.
thank you for everything you've done you and your team,
best of luck

KaOs 2010-11-16 23:31

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
1 Attachment(s)
With the payload attached use this steps:

Place the psnpayload.bin in the n900 root
Open PSFreedom and select the PL3 Mode
Open Terminal type root and then type: cat psnpayload.bin > /proc/psfreedom/payload
Done, Jailbreak your PS3

*Make sure you have Rootsh installed
*Gaia Manager and Open Manager v2.1-I both works online and without any problem
*Thanks to Pillum for the info

ahmadka 2010-11-17 05:01

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
@KaOs, the payload you are sharing is the refined one, which caters for *both* PSN use and 3.50 spoofing, or is it one of the earlier payloads ?

I'm more interested in the more recent payload which combines both the above mentioned ideas together ..

sachin007 2010-11-17 05:12

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by ahmadka (Post 875772)
@KaOs, the payload you are sharing is the refined one, which caters for *both* PSN use and 3.50 spoofing, or is it one of the earlier payloads ?

I'm more interested in the more recent payload which combines both the above mentioned ideas together ..

1+ for this request. We want PSN + 3.50 Spoof.

kylepsp 2010-11-17 08:21

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Amen. Or a GUI version

eme 2010-11-17 11:29

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
doses Netflix and Hulu works now? Does it breake the jailbreak or could we installt it normal over the psn-store now?

WereCatf 2010-11-17 11:32

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
I don't get it. I am using the one I posted already 6 or 7 pages back just fine. Was actually browsing PSN Store last night and playing God Of War. Not a single issue.

sachin007 2010-11-17 15:13

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by WereCatf (Post 875978)
I don't get it. I am using the one I posted already 6 or 7 pages back just fine. Was actually browsing PSN Store last night and playing God Of War. Not a single issue.

Hello WereCatf,

The problem is not with accessing the store.The instructions you gave us helped me to gain PSN access. But the problem is in getting netflix activated. So after using your method i could access the PSN store and download and install the netflix app. However when i try to launch it it asks me to upgrade to 3.42. Now, Many people havembeen able to bypss this by using a combination of PSN+3.50 spoof which makes netflix believe that the firmware is updated.
In summary the .bin file u provided us has only the PSN access. We need a .bin file which has both PSN+3.50 spoof.

That is how i understand it. Please correct me if i am wrong. Thanks

sachin007 2010-11-17 15:16

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by eme (Post 875976)
doses Netflix and Hulu works now? Does it breake the jailbreak or could we installt it normal over the psn-store now?

Yes many others with different devices than the n900 have used the PSN+3.50 spoof to run netflix by downloading the app from PSN. Please post the .bin file if you find it anywhere.

Update: i just tried Hulu plus just now and it worked. Signed up for a 7 day free trail. Just jailbreak the ps3 using the instructions on page 52 and install from PSN.

Arrowflash021 2010-11-17 15:53

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
I'm still on 3.41 but I don't have a device at home that can be used, I was just waiting around to see some progress.

I think now is a good time to get one considering the PSN and the Netflix working. I was thinking about getting a dingoo, since I don't have a hand held game device. Does the dingoo have a good support on this? Is either that or one of those USB things, but which one has the best support?

I don't care for phones so getting one just for this seems like a waist of money, also I feel good with a dingoo, as I can just buy from a trusted website like Amazon or Ebay.

eme 2010-11-17 17:01

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
any news for n900?

killerjay 2010-11-17 18:01

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
hey mohammad, any luck with the new power kernel v45 workaround to get it to work? or is it possible to upload powerv40 by itself as a seperate package on extras and we can use that instead of the current one? cuz i really want psfreedom and i also like the features of power kernel...

KaOs 2010-11-17 18:20

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
1 Attachment(s)
Here is the .bin PL3 payload for 3.41 with PSN + 3.50spoof

psycho89 2010-11-17 18:44

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
guys for gods sake how does it work with u??? its simple to do!! but i cant get it to work! i only get the jailbreak part success but no psn cause it requests update!
I've tried all the bin files around here with those steps
place the bin file in root

in x terminal

root
psfreedom-enable-n900.sh
"it takes pl3 as default"
cat psn350payload.bin > /opt/psfreedom/payload

and i jailbreak normally!

nothing happens! it keeps requesting the software update!! PLZZZZZ HELP WHAT AM I MISSING???

kylepsp 2010-11-17 18:45

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by KaOs (Post 876291)
Here is the .bin PL3 payload for 3.41 with PSN + 3.50spoof

Didnt work for me, led turned green but it didnt work. Anyone got hermes with the fixes?

EDIT: Got it to work but version is still shown as 3.41 and PSN doesnt work, works with the earlier patch though

sachin007 2010-11-17 18:49

Re: [Announce] PSFreedom - an easy way to jailbreak your PS3
 
Quote:

Originally Posted by kylepsp (Post 876313)
Didnt work for me, led turned green but it didnt work. Anyone got hermes with the fixes?

EDIT: Got it to work but version is still shown as 3.41

What do you mean by did not work? You could not jailbreak or could not log into the PSN?

Thanks


All times are GMT. The time now is 20:47.

vBulletin® Version 3.8.8