maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   N900 PS3 Jailbreak Detailed How-To [Updated-GUI] (https://talk.maemo.org/showthread.php?t=61669)

tom047 2010-09-05 05:26

Re: N900 PS3 Jailbreak Detailed How-To
 
dachigga: add initial-d: extreme stage to the compatibility list?
http://tiny.cc/psjbcl

you need to change to the "pending" tab up the top

ryanl33x1511 2010-09-05 05:41

Re: N900 PS3 Jailbreak Detailed How-To
 
is this patch edited hex already for titan kernal ? or just titan kernel patch

Quote:

Originally Posted by DACHIGGA (Post 807596)
After about 3 minutes of messing around.......

CONFIRMED WORKING!!!!!!!

Both backup and loading works.

Using power kernel.

Just make sure you edit the psfreedom.ko.

You need to to change dev_xxxx to dev_bdvd using a hex editor.

Also, Inital-D: Extreme Stage is working.

Here's the file I edited.


ajamils 2010-09-05 06:51

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by DACHIGGA (Post 807596)
After about 3 minutes of messing around.......

CONFIRMED WORKING!!!!!!!

Both backup and loading works.

Using power kernel.

Just make sure you edit the psfreedom.ko.

You need to to change dev_xxxx to dev_bdvd using a hex editor.

Also, Inital-D: Extreme Stage is working.

Here's the file I edited.

How do I load this kernal file ?

ajamils 2010-09-05 07:30

Re: N900 PS3 Jailbreak Detailed How-To
 
when I try to run the following command, I get permission denied error
Quote:

root
cd /home/user/psfreedom
./psfreedom-enable.sh
And, to stop:
./psfreedom-disable.sh

Corso85 2010-09-05 07:37

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by ajamils (Post 807657)
when I try to run the following command, I get permission denied error

You have to either change it into an executable:

Code:

chmod +x psfreedom-enable.sh
psfreedom-enable.sh

OR the run shell command

Code:

sh ./psfreedom-disable.sh

Persson 2010-09-05 11:39

Re: N900 PS3 Jailbreak Detailed How-To
 
Hello

I have try this for some time now and dont get it too work.. the problem is that my n900 dont find the psfreedom files i have copy..

any one know how too fix the bug when you dont see any off the files?

patch fix or some thing?

silvacrest 2010-09-05 11:49

Re: N900 PS3 Jailbreak Detailed How-To
 
hi, hope someone can help

i did everything listed in the original post, im using the stock kernel, i check the ko and it is already dev.bdvd, anyway i backed up uncharted 2 but when i try and play it i get this message

"to play this game, you must insert the following disc. insert the disc, and then start the game again" (8001003E)

im not sure whats wrong, im using the original backup manager that the OP posted

DrMarko 2010-09-05 11:59

Re: N900 PS3 Jailbreak Detailed How-To
 
Hi all,

i take this chance to introduce myself to the community.

Thanks to all of you for making this possible (and obv special thanks to KaKaRoTo).

I have a small question.

I have the Power Kernel, all is working correctly.

I only need to know this: is psfreedom.ko i downloaded in the first page already the one patched with the backups loading enabled?

Thanks

Marco

Corso85 2010-09-05 12:09

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by silvacrest (Post 807761)
hi, hope someone can help

i did everything listed in the original post, im using the stock kernel, i check the ko and it is already dev.bdvd, anyway i backed up uncharted 2 but when i try and play it i get this message

"to play this game, you must insert the following disc. insert the disc, and then start the game again" (8001003E)

im not sure whats wrong, im using the original backup manager that the OP posted

Did you leave a disc inside the PS3? there has to be an original PS3 game in there at all times.

maxximuscool 2010-09-05 12:10

Re: N900 PS3 Jailbreak Detailed How-To
 
aghhh I'm getting this: when i type
sudo ./psfreedom-disable.sh

ERROR: Module psfreedom is in use
FATAL: Error inserting g_file_storage (lib/modules/2.6.28-omap1/g_file_storage.ko): Device or resource busy

silvacrest 2010-09-05 12:13

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Corso85 (Post 807767)
Did you leave a disc inside the PS3? there has to be an original PS3 game in there at all times.

yep i left god of war collection in there but i still get that message

although DrMarko did bring up something interesting, maybe i have the same problem?

also my backup of uncharted 2 did get a FWRITE FAIL at 80% but continued backing up normally anyway, that could be the problem too

im gonna try backing up god of war collection now since uncharted 2 took way to long

i'll keep you posted

Corso85 2010-09-05 12:19

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by DrMarko (Post 807764)
Hi all,

i take this chance to introduce myself to the community.

Thanks to all of you for making this possible (and obv special thanks to KaKaRoTo).

I have a small question.

I have the Power Kernel, all is working correctly.

I only need to know this: is psfreedom.ko i downloaded in the first page already the one patched with the backups loading enabled?

Thanks

Marco

Good Question. MohammadAG did not specify in his post........but you can check by opening it in a hex editor. I'm not near a PC that has one at the moment.

Ezel 2010-09-05 12:19

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by DACHIGGA (Post 807596)
Just make sure you edit the psfreedom.ko.
You need to to change dev_xxxx to dev_bdvd using a hex editor

This isn't mentioned in the (otherwise very informative) first post.
Why is this necessary and what happens if one doesn't do it?

Corso85 2010-09-05 12:21

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by maxximuscool (Post 807769)
aghhh I'm getting this: when i type
sudo ./psfreedom-disable.sh

ERROR: Module psfreedom is in use
FATAL: Error inserting g_file_storage (lib/modules/2.6.28-omap1/g_file_storage.ko): Device or resource busy

since you're trying to disable, am guessing it enabled fine? Is the N900 still connected to anything?

Corso85 2010-09-05 12:22

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Ezel (Post 807780)
This isn't mentioned in the (otherwise very informative) first post.
Why is this necessary and what happens if one doesn't do it?

That is because the one in the link in the first post is patched already. The one am not sure is patched is the Power Kernel one.

Corso85 2010-09-05 12:23

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by silvacrest (Post 807771)
yep i left god of war collection in there but i still get that message

although DrMarko did bring up something interesting, maybe i have the same problem?

also my backup of uncharted 2 did get a FWRITE FAIL at 80% but continued backing up normally anyway, that could be the problem too

im gonna try backing up god of war collection now since uncharted 2 took way to long

i'll keep you posted


If you get the error, that means:

1. You're backing up to the internal drive and it ran out of space
2. You're backing up to an external drive, and it ran out of space or the Game has single files larger than 4GB which does not work with FAT32 systems of external drives.

In both cases the game will not work.

Refer to the compatibility chart at the end of the OP.

maxximuscool 2010-09-05 12:23

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Corso85 (Post 807783)
since you're trying to disable, am guessing it enabled fine? Is the N900 still connected to anything?

enable is fine, but disable is locked.
Nothing connected. I'm just testing the command to see if it works. But can't disable it.

Corso85 2010-09-05 12:28

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by maxximuscool (Post 807786)
enable is fine, but disable is locked.
Nothing connected. I'm just testing the command to see if it works. But can't disable it.

Weird. Give the n900 a reboot.

maxximuscool 2010-09-05 12:31

Re: N900 PS3 Jailbreak Detailed How-To
 
And I can't see the installation packages either in my Ps3

Ezel 2010-09-05 12:33

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Corso85 (Post 807784)
That is because the one in the link in the first post is patched already. The one am not sure is patched is the Power Kernel one.

I have the power-kernel version from the first post and have managed to install the Stealth Backup Manager without editing the .ko and it seems to work (managed to atleast start a backup-procedure of PES2010).

But how do I know since I don't know how it should act when it doesn't :-/

maxximuscool 2010-09-05 12:36

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Corso85 (Post 807788)
Weird. Give the n900 a reboot.

Just did, this is weird. My N900 seems to works fine with this hack, but my Ps3 doesn't have anything like "install packaging" like described above.

My N900 doesn't have any warning under power anything at all.
Just nothing lol.

Corso85 2010-09-05 12:37

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Ezel (Post 807793)
I have the power-kernel version from the first post and have managed to install the Stealth Backup Manager without editing the .ko and it seems to work (managed to atleast start a backup-procedure of PES2010).

But how do I know since I don't know how it should act when it doesn't :-/

Installing and Backing up will work either way

You'll know it's patched if you can Launch the game from the HDD after backing up.

maxximuscool 2010-09-05 12:41

Re: N900 PS3 Jailbreak Detailed How-To
 
Reboot doesn't fixed the ERROR: Module....

Corso85 2010-09-05 12:42

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by maxximuscool (Post 807791)
And I can't see the installation packages either in my Ps3

Hmmm. That means it's not working with you for some reason. Could be anything between the powering cycle of the ps3 not being done well or PSFreedom is not running properly on your N900. Troubleshooting is tough as PSFreedom lacks any form of verbose display to know where things went wrong.

maxximuscool 2010-09-05 12:43

Re: N900 PS3 Jailbreak Detailed How-To
 
Ahh now it works!
Once the PS3 sees the Install Packages.. Then the N900 can disable the psfreedom

hopbeat 2010-09-05 12:43

Re: N900 PS3 Jailbreak Detailed How-To
 
1 Attachment(s)
Attachment 13527

Hello,

I have just checked that kernel module for POWER KERNEL in the first post is not patched.
Patched version in the attachment.

maxximuscool 2010-09-05 12:44

Re: N900 PS3 Jailbreak Detailed How-To
 
I'm going to try it on my friend PS3 first :D

I'm using the Rare 60G edition and I don't want anything to happen to it.
:)
Let's hope it works again

DrMarko 2010-09-05 12:46

Re: N900 PS3 Jailbreak Detailed How-To
 
I checked with HxD the psfreedom.ko for the Power Kernel in the first page and it seems it's not patched.

So i now modify /dev_xxxx to /dev_bdvd

Is that right?

think should be useful to submit a link to a patched version in the first page.

Have fun with n900

Marco

Corso85 2010-09-05 12:51

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by hopbeat (Post 807803)
Attachment 13527
Hello,
I have just checked that kernel module for POWER KERNEL in the first post is not patched.
Patched version in the attachment.

Quote:

Originally Posted by DrMarko
I checked with HxD the psfreedom.ko for the Power Kernel in the first page and it seems it's not patched.
So i now modify /dev_xxxx to /dev_bdvd
Is that right?
think should be useful to submit a link to a patched version in the first page.
Have fun with n900
Marco

Done. Added to first page.

silvacrest 2010-09-05 12:54

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Corso85 (Post 807785)
If you get the error, that means:

1. You're backing up to the internal drive and it ran out of space
2. You're backing up to an external drive, and it ran out of space or the Game has single files larger than 4GB which does not work with FAT32 systems of external drives.

In both cases the game will not work.

Refer to the compatibility chart at the end of the OP.

i checked my ps3 hard drive and i have plenty of space but then i noticed that my usb stick was full even though it only had the backup manager on it

turns out that the backup manager was trying to backup the game to my 2GB usb, i should have noticed when it said "do u want to backup to external device"

anyway, thanks mate :)

BlackDiamond 2010-09-05 13:01

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by maxximuscool (Post 807786)
enable is fine, but disable is locked.
Nothing connected. I'm just testing the command to see if it works. But can't disable it.

To be able to unload the module, you must connect your N900 to your PS3. You can't just test enable/disable.

Persson 2010-09-05 13:04

Re: N900 PS3 Jailbreak Detailed How-To
 
Now i know what i did wrong.. hopping it works now. going too try on my ps3 now

Corso85 2010-09-05 13:05

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by Persson (Post 807822)
Problem need help

i have copy the files too root

when i type psfreedom-enable.sh
i get this error
-sh psfreedom-enable.sh: not found

i see the files if i type ls
how can this bee fixed?

check ur pm.

jakiman 2010-09-05 13:09

Re: N900 PS3 Jailbreak Detailed How-To
 
what's the downside to having psfreedom enabled all the time on the N900?

Corso85 2010-09-05 13:12

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by jakiman (Post 807829)
what's the downside to having psfreedom enabled all the time on the N900?

From what I noticed. It won't charge until you disable PSFreedom......but it could be just me.....

jakiman 2010-09-05 13:16

Re: N900 PS3 Jailbreak Detailed How-To
 
Charges just fine with mine. I used my N900 past 2 days wih it enabled. No issues yet. =p

hycraig 2010-09-05 13:18

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by jakiman (Post 807838)
Charges just fine with mine. I used my N900 past 2 days wih it enabled. No issues yet. =p

same here so far all good :)

ajax 2010-09-05 13:22

Re: N900 PS3 Jailbreak Detailed How-To
 
sorry but i am all fed up when i dont got it done

Problem need help

i have copy the files too root

when i type psfreedom-enable.sh
i get this error
-sh psfreedom-enable.sh: not found

i see the files if i type ls
how can this bee fixed?

Corso85 2010-09-05 13:24

Re: N900 PS3 Jailbreak Detailed How-To
 
Quote:

Originally Posted by ajax (Post 807842)
sorry but i am all fed up when i dont got it done

Problem need help

i have copy the files too root

when i type psfreedom-enable.sh
i get this error
-sh psfreedom-enable.sh: not found

i see the files if i type ls
how can this bee fixed?

Wow. same question in the last 15 mins. Spam? :p

It's ./psfreedom-enable.sh

Don't neglect the "./"

ajax 2010-09-05 13:27

Re: N900 PS3 Jailbreak Detailed How-To
 
stil not found


All times are GMT. The time now is 23:18.

vBulletin® Version 3.8.8