PSP Hacks, PSP Go Hacks, News, and Info. Find out about PSP Hacks and tricks such as: Converting video to PSP format. Running homebrew software. Compile PSP Linux. PSP Home Control. PSP Swap Trick. PSP Web Browsers. PSP WiFi Functionality. PSP controlled car
Beating Sony to it, the homebrew devs have released a web browser for the PSP. There are now several ways to browse the internet using the PSP. There are actually a few browsers out right now, but you'll have to search for them. The one that I know of is a browser for 2ch.net a japanese site. By default the browser goes to their website, but with some clever hex editing there should be a way to set your homepage to anything you want.
Download the PSP web browser for your PSP 1.0 or 1.5 here:
I've been spending some time understanding how to program in the programming language Lua. There is some soure code on PSPDev from skippy which provides a shell for people to program games for the PSP. Instead of needing to compile the entre PSP toolchain, all you need to do is edit a text file. Modify the script, drop it on to your PSP and you've got a game.
It's something like this that sony should pick up sign with their key and put on a UMD with a nice graphics library. Then they give the ability to allow people to create their own games allowing homebrew to thrive without feeding into the piracy of their commercial games.
I'm looking forward to the PC player and the next release of Lua with GU lib. I have not ran into any major bugs, but it was difficult to understand some of the syntax. It helps to learn by example, and so far there are only 2 games out for this. I will be releasing the source code for my game when it's ready.
One thing that would speed up the development process is the ability for Lua to activate the USB on the PSP so you can modify the script while still in the game, then just hook the start button to restart the script when it's finished loading.
Recently all new ways of getting input and output from the PSP have been popping up. It is great how there will be so many options for the PSP interfacing with other devices in the world.
Some of the latest cool things happening in PSP I/O:
A PSP ASM Dumper program has been released which will let you look into a BOOT.BIN file for function names and to get other information on how the program operates. This, I'm sure, will be very helpful to the PSP programming gurus. I discovered some new function names I want to try.
I could not find any forum links to this, and the article on pspupdates.com only has one comment. Anyone care to explain what is going on with the data that comes out of this program? What can I do with this assembly code besides get function names?
Lately I have not wanted to post anything here because there has not been much going on. There are new emulators released every day, and the pspsdk keeps growing with new samples, which is great!... But most of what i've been reading on the other psp sites is a bunch of drama over who came first and bad people who abuse the 'scene'.
This site is not about adding to the drama, only being informative and a good source of news for the PSP. With that said, I am proud to announce the release of PSPPet's WiFi Multi Test Code 002.
It still has a few issues, but it should make it much easier to implement the PSP WiFi code in any application. This version not only allows you to type text to your PSP, but has several other tests as well. Here are the new features:
* Picker for net conguration (DHCP not supported !) * Picker for one of four tests * Connect timeout logic and other improvements * More fleshed out "sockets.h"-like header (getting better, not complete) * Sample build with the PSPSDK (version 522 or later)
New Tests:
* Test#1: mini-telnetd like app. Telnet to your PSP and it will display on the screen. Similar to the original version but now allows larger display. [TCP/IP with the PSP as the server] * Test#2: wireless photo frame. UDP send a JPG to your PSP and it will display on the screen. [UDP/IP with the PSP as the server] * Test#3: AiboCam/Scope viewer. Run RCodePlus or AiboLifePlus on your ERS-2x0 Sony AIBO robot dog. Shows AIBO camera image and color detection grids on the PSP. [polled TCP/IP protocol with the PSP as the client, custom video codec] * Test#4: CLIE SpyCam Watcher. Run ClieSpyCam (URL) on your Sony CLIE PDA. Shows the camera image on the PSP. [polled TCP/IP protocol with the PSP as the client, JPG image data]