-
Question: What key files do I need to run the following programs?
Answer:
make_self_npdrm.exe -> Keys are integrated
unself.exe -v
app-ctype-315
app-ctype-341
app-ctype-350
app-ctype-355
app-iv-315
app-iv-341
app-iv-350
app-iv-355
app-key-315
app-key-341
app-key-350
app-key-355
app-priv-315
app-priv-341
app-priv-350
app-priv-355
app-pub-315
app-pub-341
app-pub-350
app-pub-355
Question: How do I make a symbolic link in c?
Answer: None of the SDK tools support symbolic links, however; hard links are supported.
I'm not if those will help anyone. I'll just add questions and answers for things I've looked into.
-
Hi, could someone explain or post a link of exactly what vsh.self does and is for? Also how sprx are associated with it?
Just interested to learn more, but I didn't find anything explaining this.
Also, where in FW are new public keys stored? Is it not possible to put public decryption keys for 3.56 games into 3.55 FW?
-
Can't find anywhere more relevant to post this..
Sony Computer Entertainment Inc.
Great info released about Cell programming etc. I found the link on fivestargamerz.com posted by "TheSilentVirus".
I made a backup of it all in case it goes offline, was real time consuming..
-
What is the code to shutdown the PS3? I was thinking about making an app to just completely shut down the PS3 instead of holding the controller PS button down, then click turn off system, then click yes.
-
MateoGodlike, this thread contains explanation on your subject - http://ps3tutorials.wikispaces.com/How+to+call+Syscalls
All credit goes to Deroad, for writting such noob-friendly "how-to".
Guys, I'm sick and tired here while updating my Evilsperm's VM to latest git sources. I'd rather use Crash's VM, but the problem is my processor with 686 arch, and Crash's kernel just won't boot. But that's OK with Evilsperm's Ubuntu, I'm able to boot it, update git's and so on. But here it goes - I can't compile anything of updated samples. Here's a typical response on "make" command:
evilsperm@evil-box:~/Desktop/Ryu/PSL1GHT/samples/video/msgdialog$ make
Makefile:6: /home/evilsperm/dev/ps3/PSL1GHT/psl1ght/build/host/ppu.mk: No such file or directory
make: *** No rule to make target `/home/evilsperm/dev/ps3/PSL1GHT/psl1ght/build/host/ppu.mk'. Stop.
As I recall, Ben mentioned something about patched makefile. Please, anybody, lend me a hand with this.
-
Also, I've completely messed up the entire environment - folders are just everywhere. Can someone please explain to such unworthy noob as I am how to update git to latest and set it up correctly? The only goal I seek right now is to being able to launch something from samples on 3.55 kmeaw. Previous git makes packages just fine, but they refuses to launch in the end though installation goes fine. I'm a dumbass, not to mention I'm just started to read C++ language, but still looking forward on your help, kind sirs!
-
While still facing this, I've reinstalled git at PS3DEV (default environment) folder (removing the old one) and launch make install. Everything goes fine so far, but there again, some missing files while compiling something, like lv2-syscall.o at host/ppu/blah-blah... Guys, now I'm really cornered here... Anybody help?
-
Here's what I've got after many hours of struggles:
evilsperm@evil-box:~/Desktop/PSL1GHT/samples/video/pngtest$ export PSL1GHT=/home/evilsperm/Desktop/PSL1GHT/psl1ght/build
evilsperm@evil-box:~/Desktop/PSL1GHT/samples/video/pngtest$ make
[LD] pngtest.elf
ppu-gcc: /home/evilsperm/dev/ps3/host/ppu/ppu/lib/lv2-psl1ght.o: No such file or directory
make[1]: *** [/home/evilsperm/Desktop/PSL1GHT/samples/video/pngtest/pngtest.elf] Error 1
make: *** [build] Error 2
Crap... Still, no one's up to help...
-
I wish I could help you... I haven't kept up on my dev environment in ages, as I have a lot of other things going on that are higher priority. The obvious answer isn't always practical for many people (get a machine capable of running the other VM image), but I don't think evilsperm is interested in updating his VM these days, just to help those stuck with 686 architecture.
-
Ben, sad to hear this indeed. Another talented person overflown with duties. Thank you anyway for paying attention. Good luck!
For now, I'm desided not to hold back in any way. I'll make this work whatever it takes for me.