Search found 12 matches

by Fejwin
Mon Feb 11, 2008 5:41 am
Forum: PSP Development
Topic: 2008 - How to develop on Sony PSP (CF 3.71-4 M33).
Replies: 6
Views: 4248

sod nanodesktop! - too far away from the mainstream.
I still prefer to code in a .txt

I have the DK but still don't get, where to find a list of all available functions of the psp platform >_<

Please, tell me the right folder ^^ there are tons of them.

Thx in advance!
by Fejwin
Thu Oct 04, 2007 7:23 am
Forum: PSP Development
Topic: "Export PSP screen to PC" on slim 3.71m33 ?
Replies: 41
Views: 14947

Use iR Shell 3.7! It is shipped with the new version of RemoteJoy.
You'll just have to update to 3.71m33
by Fejwin
Tue Oct 02, 2007 6:21 am
Forum: PSP Development
Topic: Main codes for a background operating program
Replies: 7
Views: 2291

Somehow this doesn't want to work on 3.52m33-4...
I've placed it into the root and activated the plugins, but they just dont do anything
kernel is switched to 1.50
I'm using BOOSTER's normal boot ipl

What do i do wrong?
by Fejwin
Sun Sep 30, 2007 7:49 am
Forum: PSP Development
Topic: Main codes for a background operating program
Replies: 7
Views: 2291

Thank you so much J.F.! That's what I was looking for! ))
by Fejwin
Sat Sep 29, 2007 5:04 pm
Forum: PSP Development
Topic: Main codes for a background operating program
Replies: 7
Views: 2291

Thank you very much! I'll try it! =)
by Fejwin
Sat Sep 29, 2007 6:37 am
Forum: PSP Development
Topic: Main codes for a background operating program
Replies: 7
Views: 2291

Well I can assure you, that I'm not going to do any illigal stuff. I just thought about something to make screenshots while playing, or/and displaying the current time in the upper right edge of the screen without having to press HOME and interrupt the game, or/and showing the percentage of the batt...
by Fejwin
Fri Sep 28, 2007 5:54 am
Forum: PSP Development
Topic: Main codes for a background operating program
Replies: 7
Views: 2291

Main codes for a background operating program

Hello world!
I'm searching for a way to let my program operate in the background (like making screenshots) while doing other things on psp.

By now I can't imagine how that could be managed.
It would be great if someone could post some main codes for this here.

Thanks in advance!!

Fejwin
by Fejwin
Thu Sep 27, 2007 4:47 pm
Forum: PSP Development
Topic: screenshot-homebrew related questions
Replies: 5
Views: 2526

@Smong: Wow, thanks for that extansion!! I Think if I study this 8888 format I will be able to change any pixel in any color ) THX (btw. is this code 3.xx kernel adopted?) Now the only one quenstion remains: How can I let my program run in the background and make screenshots (without saving them unl...
by Fejwin
Wed Sep 26, 2007 5:10 am
Forum: PSP Development
Topic: screenshot-homebrew related questions
Replies: 5
Views: 2526

@califrag: Thanks a lot for help!! I've just found that little code here in the forum, it has a bit more details in it: void saveScreen&#40;&#41; &#123; int posX; int posY; Color pixel; Color* vram = getVramDisplayBuffer&#40;&#41;; Image* screenShot; screenShot = createImage&...
by Fejwin
Wed Sep 26, 2007 4:12 am
Forum: PSP Development
Topic: screenshot-homebrew related questions
Replies: 5
Views: 2526

screenshot-homebrew related questions

I'm looking for the source code of a program that runs in the background and can make screenshots of a game while playing. I know there are several of these programms on the net. I would like to study the source code of the simpliest one to understand how it functions. I will be very greatful if som...
by Fejwin
Wed Sep 19, 2007 5:45 pm
Forum: PSP Development
Topic: Which archive formats does PSP know?
Replies: 3
Views: 1597

@Art:
Well, yeah, thats right! But the problem is, that too many different archive types are out there, so I hope to shrink their amount by asking, which are used on psp =)

Still thank you! Using search engine with "zip library" I've found an interesting archive format :) Trying it out now
by Fejwin
Wed Sep 19, 2007 4:39 pm
Forum: PSP Development
Topic: Which archive formats does PSP know?
Replies: 3
Views: 1597

Which archive formats does PSP know?

Hallo all together! I would like to take some graphics out of a PSP Game for my new WinAmp Scin! But unfortunatly all the data of this game is stored in a big archive file, so I need to extract files from it first (archive is in USRDIR). So this is my question: Are there many archive types, that psp...