Sony OSK

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

Moderators: cheriff, TyRaNiD

Post Reply
floorball92
Posts: 30
Joined: Sat Apr 05, 2008 5:53 am
Location: Germany -> Hessen -> Hanau
Contact:

Sony OSK

Post by floorball92 »

Hey,

Sorry for getting on your nerves but my know-how with the utilys of sony aren' t really good. I want to use the OSK by Sony but all I found was a 3.70 M33 Sample without Makefile, so it doesn' t work in my SDK. Can you give me an more actuall Link to a sample with Makefile??

Thanks a lot!

Floorball92
Image
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Re: Sony OSK

Post by sakya »

Hi! :)

The sdk contains a sample usage of the Sony's OSK.

Ciaooo
Sakya
floorball92
Posts: 30
Joined: Sat Apr 05, 2008 5:53 am
Location: Germany -> Hessen -> Hanau
Contact:

Post by floorball92 »

there wasn' t a folder called OSK or something like this, means, I don' t found something which helps me.
Image
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Post by sakya »

Hi! :)
floorball92 wrote:there wasn' t a folder called OSK or something like this, means, I don' t found something which helps me.
Sorry...I was wrong. ;)
Try this:
www.sakya.it/downloads/testOSK.rar

If your sdk is up to date you need to change this in the sample:

Code: Select all

osk.base.unknown = 19;			// unknown thread pri (?)
to

Code: Select all

osk.base.accessThread = 19;
Ciaooo
Sakya
floorball92
Posts: 30
Joined: Sat Apr 05, 2008 5:53 am
Location: Germany -> Hessen -> Hanau
Contact:

Post by floorball92 »

that' s perfect, but why do I get:

Administrator@home-pc ~/testOSK
$ make
e:/pspsdk/psp/sdk/lib/build.mak:176: *** multiple target patterns. Stop.

I know, I' m to uninteligent for it, but I need it.
Image
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

The OSK is the last utility dialog (that I'm aware of) that doesn't have a near-complete struct or a sample in the SDK.

I'm currently working on the unknown struct parameters and a sample that I'll be commiting it to the SDK in the near future.
floorball92
Posts: 30
Joined: Sat Apr 05, 2008 5:53 am
Location: Germany -> Hessen -> Hanau
Contact:

Post by floorball92 »

what do you think, when is it ready??
Image
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Post by sakya »

Hi! :)

I downloaded and compiled the sample I linked without problems (just changed the line I told to).
Your error seems a sdk problem.

Ciaooo
Sakya
peb
Posts: 26
Joined: Mon Mar 12, 2007 10:01 pm

Post by peb »

I have make library which simplifies it (even if it's not very hard to use Sony OSK), you can find my library PSPOSK with sample to my website (http://www.pebdev.com) in download section. For information PSPOSK can also retrieve information on the psp, etc
Sorry for my English, I'm french.
floorball92
Posts: 30
Joined: Sat Apr 05, 2008 5:53 am
Location: Germany -> Hessen -> Hanau
Contact:

Post by floorball92 »

Hi,

thanks for this link, first I have to fix my SDK problem ( http://forums.ps2dev.org/viewtopic.php?t=10311 ), but if this is fine, I will test your source and maybe it will help, bye.

ps: On your Website, there is an mistake. Your Header with navigation is not in the middeln and there are two of the Header backgrounds, I think there could be an mistake in your CSS Code or something like thsi, I' m using Firefox 2, maybe that' s the point, why I have the Error and you not.
Image
floorball92
Posts: 30
Joined: Sat Apr 05, 2008 5:53 am
Location: Germany -> Hessen -> Hanau
Contact:

Post by floorball92 »

I copyed it, bit my SDK doesn' t find it, can you please paste a uncompilled version??
Image
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

I've commited an updated header with some of the unknowns figured out and a sample in revision 2390.
pspZorba
Posts: 156
Joined: Sat Sep 22, 2007 11:45 am
Location: NY

Post by pspZorba »

cool thanks IWN
--pspZorba--
NO to K1.5 !
Post Reply