Search found 9 matches

by chameleon_789
Wed May 10, 2006 7:12 am
Forum: PSP Development
Topic: how can I run a program in the background of the OS?
Replies: 2
Views: 1311

how can I run a program in the background of the OS?

Hi guys... I'm pretty new to programming for the PSP and in general bla bla bla I'm sure you heard it 100 times before.. I did a search on this but I couldn't find anything useful (I don't really know the right terminology). what I want to do is modify PSP-FTPD to run as a background thread (in fact...
by chameleon_789
Wed Dec 14, 2005 1:59 pm
Forum: PSP Development
Topic: Am I missing something obvious??
Replies: 27
Views: 14062

As requested, here are the hex codes for a couple of keys. I couldn't see a connection betweeen them myself, but there must be some sort of pattern, it doesn't make sense that they'd store multiple codes for each key. There are also some anomalies to the normal formula, B seems to only have 15 codes...
by chameleon_789
Tue Dec 13, 2005 10:46 am
Forum: PSP Development
Topic: Am I missing something obvious??
Replies: 27
Views: 14062

On another note... I actually emailed the makers of the keyboard asking for the specifications of the data transmissions. I got a reply saying they are "the most secret & important property" and "We are not allowed to release them as we need to protect our software"... ironic...
by chameleon_789
Tue Dec 13, 2005 10:28 am
Forum: PSP Development
Topic: Am I missing something obvious??
Replies: 27
Views: 14062

Nice code :) Being a beginner, I've learnt quite alot from looking through it. Using your IrDAMon, I was able to out some more about the scan codes from the SK-6688 (enough to map the A-Z 0-9 keys) : -Each code is 2 bytes long. -For each key, there are 16 unique keydown and 16 u.nique keyup codes, m...
by chameleon_789
Sun Dec 11, 2005 10:20 am
Forum: PSP Development
Topic: Am I missing something obvious??
Replies: 27
Views: 14062

I'm using this keyboard (although the one I got was branded under a different name, and came with more drivers than the online .zip). It's got two IR ports, one which is adjustable so positioning isn't a problem, the only problem is the cradle doesn't like the PSP :) Adesso SK-6688 Decoding 'by ear'...
by chameleon_789
Sun Dec 11, 2005 9:21 am
Forum: PSP Development
Topic: Am I missing something obvious??
Replies: 27
Views: 14062

ty, could help a lot.. i'm taking a look now. So far, no luck.. i've seen BA6C C1FFFF AF1F C1FFFF 0909 C1FFFF for B quite a few times, but I've had the same code showing up using S.. not sure what's going on there..
by chameleon_789
Sun Dec 11, 2005 12:13 am
Forum: PSP Development
Topic: Am I missing something obvious??
Replies: 27
Views: 14062

Am I missing something obvious??

I've just bought an IRdA keyboard to play around, and possibly write drivers for the PSP.. I couldn't get the IRdA keyboard program that was posted here to work, so I tried Vanya Sergeev's IRdA raw input prog (modifed to press O after every keypress which added some 0's to the file making it easier ...
by chameleon_789
Fri Dec 09, 2005 11:19 am
Forum: PSP Development
Topic: How close are we to a native PSP linux?
Replies: 1
Views: 1364

How close are we to a native PSP linux?

what the subject said.. there was word of it for a while but from searching around, the last time it was mentioned was in march.. :( Is anyone from these forums working on this or something similar? Would you experienced coders say this is a hard project to undertake (apart from the very obvious yes...
by chameleon_789
Fri Nov 04, 2005 11:14 am
Forum: PSP Development
Topic: 2.00 photo exploit code?
Replies: 1
Views: 1480

2.00 photo exploit code?

Hi.. I'm interested in learning how to write code for the photo exploit on the 2.0 firmware (not an eboot ran through fanjita's loader).. but, I'm not an experienced coder - I'm only just getting the hang of C++ and the pspsdk, and I don't know assembly or have any detailed knowledge of the hardware...