Launch SonyOS from homebrew application!!!

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
placasoft
Posts: 53
Joined: Mon Mar 28, 2005 10:53 am

Launch SonyOS from homebrew application!!!

Post by placasoft »

I have started the psp dashboard from an homebrew application. As example it is possble to use our screenshot code in the background. The goal is to launch another firmware that way.
I want to load another firmware from the memory stick. But how I can change "flash0" to "ms0" ... any idea?
Could it work with "sceIoUnassign" and "sceIoAssign"?
Thanks, Team Emergency Exit (McZonk and me)
Visit us @ www.psp-arena.de ;) (just for germans)

Image
Image
Last edited by placasoft on Mon Aug 22, 2005 12:25 am, edited 1 time in total.
alexmae
Posts: 22
Joined: Sat Mar 12, 2005 1:46 am

Post by alexmae »

can you post the app? thanks
placasoft
Posts: 53
Joined: Mon Mar 28, 2005 10:53 am

Post by placasoft »

Yes, but not yet. I'll release it when it's finish ;)

EDIT:

is this ok?

Code: Select all

		sceIoUnassign("flash0");
  sceIoAssign("flash0", "msstor0p1:", "fatms0:", 0, NULL, 0);
placasoft
Posts: 53
Joined: Mon Mar 28, 2005 10:53 am

Post by placasoft »

No idea? Anyone?
placasoft
Posts: 53
Joined: Mon Mar 28, 2005 10:53 am

Post by placasoft »

Maybe someone is interested :
http://www.psp-arena.de/files/osloader.rar

This starts the Os again from flash!
digihoe
Posts: 108
Joined: Sat May 14, 2005 7:40 pm

Post by digihoe »

WOW! Really nice work!

Best regards!
placasoft
Posts: 53
Joined: Mon Mar 28, 2005 10:53 am

Post by placasoft »

I work with Vampire together, maybe we can make it that you can start 1.52 form MS ;)
liquid8d
Posts: 66
Joined: Thu Jun 30, 2005 6:29 am

Post by liquid8d »

very interesting, might have to check it out. Don't see too much use for it other than what your intentions are, though ;)

LiQuiD8d
Alcahest
Posts: 135
Joined: Fri Mar 25, 2005 2:08 am

Post by Alcahest »

hmm very interesting indeed. If us 1.0 & 1.50 owners could launch 2.0 that way to use the new internet browser, it sure would be sweet.
One question though, i guess you can only start a firmware that's been decrypted right?
And since 2.0 uses an alternate encryption mode, it's not possible to launch it yet, am i right?
Great work neverthless!
Later,

Alcahest
User avatar
Thanhda
Posts: 331
Joined: Sat Apr 09, 2005 2:08 am
Location: Canada
Contact:

Post by Thanhda »

hmm, i dont really get what this does. i know what you want to do with it. but this just seems to just restart the os. why not try making it launch firmware 1.0 so we can see if this really can work.
There are 10 types of people in the world: Those who understand binary, and those who don't...
elevationsnow
Posts: 22
Joined: Sat Sep 10, 2005 6:45 am

Post by elevationsnow »

if that kid gets that psp emulator for computer running we can just run the 2.0 update on it right and then just get the new firmware off our computers
pspkrazy
Posts: 49
Joined: Mon Jul 04, 2005 1:31 am

no way

Post by pspkrazy »

Want to reassign flash0 to ms0 ?
Will not work since on reboot the psp kernel will change it back to flash0.

Not the right way i think.
pspkrazy
Posts: 49
Joined: Mon Jul 04, 2005 1:31 am

not a loader.

Post by pspkrazy »

I think it is not a kernel loader but only a psp rebooter.

Am i wrong ?
elevationsnow
Posts: 22
Joined: Sat Sep 10, 2005 6:45 am

Post by elevationsnow »

a good way to check would be to change (in the firmware on your ms) the boot up video and see which one it uses
placasoft
Posts: 53
Joined: Mon Mar 28, 2005 10:53 am

Post by placasoft »

Hey,
it's don't reboot the system! It's starts all needable prx. Well at this time it's not possible to start the OS from MS cause the one prx remap all function new. We need to hijack this function! But I don't know who :/
_Psycho
Posts: 28
Joined: Thu Apr 14, 2005 3:02 am
Location: Montréal, Canada

Post by _Psycho »

Rather than only screenshot, when you restart the dashboard, it is possible to grab a video ? if yes, does these function still work in a game, to take video inside a game when we want and drop it in a MS ?
Post Reply