code: get information of psp

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

Moderators: cheriff, TyRaNiD

Post Reply
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

code: get information of psp

Post by Question_dev »

does someone now how to get various info about the psp? something like : sceGetPspInfo or something to get "proffesional info"

really thanks to helper
2.6,CRACKED!
Posts: 18
Joined: Thu Jul 26, 2007 9:02 pm

Post by 2.6,CRACKED! »

you have an SDK, go read the header files. We are not automatic answer machines.
Hellcat
Posts: 83
Joined: Wed Jan 24, 2007 2:52 pm

Post by Hellcat »

IIRC, it's all about idstorage....
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Hellcat wrote:IIRC, it's all about idstorage....
A few things are in the idstorage, but not a whole lot. What he wants is a single sdk function that presents you with the finished result - all the various bits of info from all areas in one summary. Right now, you have to go query several systems and make the info yourself from the results.
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

Post by Question_dev »

how can i get info from/about the idstorage?
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Question_dev wrote:how can i get info from/about the idstorage?
Look at the source for these:
http://groups.google.com/group/chilly-w ... aner?hl=en
http://groups.google.com/group/chilly-w ... ager?hl=en

They show how to read/write the idstorage, and how to get the motherboard and region of the PSP. The WIFI MAC address is in key 0x44. Look at it with IDSM and you'll see how it's stored.
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

Post by Question_dev »

tnx j.f !
Post Reply