Search found 27 matches

by Lex
Sat Jul 16, 2005 4:49 am
Forum: PSP Development
Topic: Date Functions
Replies: 2
Views: 1380

You can use
0xe7c27d1b sceRtcGetCurrentClockLocalTime
and then
0x779242a2 sceRtcConvertLocalTimeToUTC
by Lex
Wed Jul 13, 2005 6:03 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 92810

And here's the function that checks for a microphone:

0x219c58f1 sceHprmIsMicrophoneExist
by Lex
Wed Jul 06, 2005 4:18 pm
Forum: PSP Development
Topic: PSP Encryption Key
Replies: 34
Views: 22018

Working AES-Encryption Link (see MindWalls post, 1up):
http://www.quadibloc.com/crypto/co040401.htm
by Lex
Mon Jul 04, 2005 3:50 am
Forum: PSP Development
Topic: sceNetInetConnect (PspPet please help!)
Replies: 13
Views: 6669

Maybe the unknown value is the socketaddr length ? In BSD manuals I found: The sockaddr_in structure, defined in <netinet/in.h>, is the IPv4 sockaddr variant, and is as follows: struct sockaddr_in &#123; u_short sin_family; u_short sin_port; struct in_addr sin_addr; char sin_zero&#91;8&#...
by Lex
Mon Jun 27, 2005 9:09 pm
Forum: PSP Development
Topic: Does the UMD drive read CD/DVD?
Replies: 18
Views: 7905

Could it be that MiniDisc and UMD-Audio are the same, or that it's at least possible to playback a minidisc inside the PSP, did you try this when you already open one ? (There's a new HD-MiniDisc-Format, probably the same ?)
by Lex
Fri Jun 17, 2005 2:46 pm
Forum: PSP Development
Topic: use 1 memory stick for the psp-dev exploit
Replies: 6
Views: 3925

Forgot to mention, that I already had a lot of dead digital-camera memory to revive that was killed that way by others. If you can get a copy of the fat you're done, if not you can just search for known filemagics (which is easy for pictures) and dump your data. On PSP we don't know the filemagics f...
by Lex
Fri Jun 17, 2005 2:39 pm
Forum: PSP Development
Topic: use 1 memory stick for the psp-dev exploit
Replies: 6
Views: 3925

I know it should (you can set optimize for removeable device, or something like that, don't know in english)

But when I seriously watch any removeable drive's status light,
you'll see it will not do so, compared to e.g. Linux after issueing sync.
by Lex
Fri Jun 17, 2005 8:01 am
Forum: PSP Development
Topic: Re-Flashing the Flash
Replies: 22
Views: 14800

by Lex
Fri Jun 17, 2005 3:19 am
Forum: PSP Development
Topic: use 1 memory stick for the psp-dev exploit
Replies: 6
Views: 3925

Because you never know when the cache is flushed to the stick
by your operating system. Except for unix where you can "sync;sync".
by Lex
Fri Jun 17, 2005 1:31 am
Forum: PSP Development
Topic: use 1 memory stick for the psp-dev exploit
Replies: 6
Views: 3925

Probably the best way to destroy the filesystem on your memorystick.
by Lex
Wed Jun 15, 2005 5:44 pm
Forum: PSP Development
Topic: PSP API documentation proyect
Replies: 7
Views: 3414

Hmmm, there's still a lot missing, trying to resubmit as much as I can.
Don't you have a post logfile since yesterday evening ?
by Lex
Wed Jun 15, 2005 5:16 pm
Forum: PSP Development
Topic: PSP API documentation proyect
Replies: 7
Views: 3414

djhuevo, can you check the stuff I submitted since yesterday evening,
because now it's all lost, I'm missing about 400 function names.
For example: sceAudio_driver
by Lex
Wed Jun 15, 2005 8:47 am
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 35620

Hi Vampire,

what do you think about booting from MS :-; with this:

0x27932388 sceKernelBootFrom
by Lex
Mon Jun 13, 2005 7:37 am
Forum: PSP Development
Topic: OMG!!! - Full Debug Info
Replies: 20
Views: 12940

Puzzle Bobble comes with a newer Atrac3plus-lib and audiocodec prx.
Not so many functions to discover (sure except for the parameters),
a few sceAtrac-stuff (with two new hashes because of the new lib and
a yet unseen sceGu..., and we could correct a function name in sceCtrl)
by Lex
Sun Jun 12, 2005 7:04 pm
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

Frozon, added the sceFont-one, but take a look 6 or 7 posts before :-D
by Lex
Sun Jun 12, 2005 4:36 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

Frozon: You got 6 hits, adding to database: sceNetInet: sceNetInetRecv 0xcda85c99 ThreadManForUser: sceKernelSendMbx 0xe9b3061e sceKernelFreeVpl 0xb736e9ff sceKernelFreeFpl 0xf6414a71 sceNetIfhandle_lib: sceNetMGet 0xa493aa5f sceNetMFree 0xf8825dc4 But please crosscheck the discovered name for simil...
by Lex
Fri Jun 10, 2005 10:59 pm
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

sceRtc:
0xc41c2853 sceRtcGetTickResolution
0x4cfa57b0 sceRtcGetCurrentClock
0xf2a4afe5 sceRtcTickAddSeconds

and two rather strange ones

sceLibFont:
0xbb8e7fe6 sceFontOpenUserMemory ???

sceMpegbase:
0xbea18f91 sceMpegForwardCodeing ???
by Lex
Fri Jun 10, 2005 5:31 pm
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

sceWlanDrv: 0x0c622081 sceWlanGetEtherAddr 0xd7763699 sceWlanGetSwitchState sceHttp: 0xb3faf831 sceHttpsDisableOption 0xbac31bf1 sceHttpsEnableOption sceReg: 0xd4475aa8 sceRegGetKeyInfo 0x28a8e98a sceRegGetKeyValue 0x2d211135 sceRegGetKeys 0x17768e14 sceRegSetKeyValue sceRtc: 0x3f7ad767 sceRtcGetCur...
by Lex
Fri Jun 10, 2005 8:23 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

Sorry, no sleep tonight, can't wait for your form ;-) LoadExecForUser: 0xbd2f1094 sceKernelLoadExec sceNetAdhocAuth_lib: 0x86004235 sceNetAdhocAuthInit 0x6074d8f1 sceNetAdhocAuthTerm sceNetAdhocDownload: 0x57a51dd0 sceNetAdhocDownloadCreateClient 0x13dab550 sceNetAdhocDownloadCreateServer 0x378d4311...
by Lex
Fri Jun 10, 2005 7:05 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

wow a posting form only for me ;-) I think the non sce-names are used in _lib's and _ref's, thats why we didn't find much in them yet. I'll rerun my special dictionary tomorrow against these api's. What do you think about the equal hashes found in for example 0x0282a3bd, 0xb509b09e and 0x87797bdd in...
by Lex
Fri Jun 10, 2005 1:10 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

neofar, what about: sceSsl_lib: 0x54a7d8f3 SSL_clear 0x84833472 SSL_free 0xe7c29542 SSL_read 0x3e3133d6 SSL_shutdown 0x104f749d SSL_state 0x57f2e960 SSL_version 0xb7ca8717 SSL_write sceNetAdhocctl_lib: 0x1c679240 LinkDiscoverSkip they sound pretty well to me and got one more: sceDisplay: 0xeeda2e54 ...
by Lex
Thu Jun 09, 2005 8:56 pm
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

Some new findings: sceMpeg: 0x874624d6 sceMpegFinish sceReg: 0x9b25edf1 sceRegExit sceDisplay: 0xdea197d4 sceDisplayGetMode sceFont: 0x67f17ed7 sceFontNewLib sceVideocodec: 0x26927d19 sceVideocodecGetVersion 0x745a7b7a sceVideocodecSetMemory sceFpu: 0x2d9961ee sceFpuSignFloat 0xab081baf sceFpuSignIn...
by Lex
Thu Jun 09, 2005 1:15 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

sceFpu:

0x1679670e sceFpuPositiveQNaN
0xbbaecb62 sceFpuPositiveSNaN
0xde6648f8 sceFpuNegativeQNaN
0xb5bc35dd sceFpuNegativeSNaN
by Lex
Thu Jun 09, 2005 12:59 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

a few more

sceNetIfhandle_lib:
0x8fcb05a1 sceNetIfhandleIfUp
0xead3a759 sceNetIfhandleIfDown
0xb1f5bb87 sceNetIfhandleIfStart

sceNetAdhocctl:
0x75ecd386 sceNetAdhocctlGetState
by Lex
Wed Jun 08, 2005 11:15 pm
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

sceMt19937:
0xecf5d379 sceMt19937Init
0xf40c98e6 sceMt19937UInt
by Lex
Wed Jun 08, 2005 10:12 pm
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

ThreadManForUser:
0xc07bb470 sceKernelCreateFpl
0x8125221d sceKernelCreateMbx
by Lex
Wed Jun 08, 2005 10:09 pm
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 74277

sceDisplay:
0x46f186c3 sceDisplayWaitVblankStartCB

IoFileMgrForUser:
0x6d08a871 sceIoUnassign

ThreadManForUser:
0xed1410e0 sceKernelDeleteFpl
0x86255ada sceKernelDeleteMbx
0x56c039b5 sceKernelCreateVpl
0x89b3d48c sceKernelDeleteVpl

ModuleMgrForUser:
0xb7f46618 sceKernelLoadModuleByID