Recent content by Invisible Man

  1. I

    Cannot register on GBAtemp Cheats forum

    I just registered an account so it looks like it is fixed now.
  2. I

    Hacking Can I do this without fear?

    Also just a bit of FYI in case you didn't know. Downloading anything from MediaGo won't help you get your 10 free games. You need to download a certain theme using the PlayStation Store on the PSP itself. If it turns out that the previous owner didn't do this you should get an email within 30...
  3. I

    Ubisoft studio start films of game titles

    Now that Ubisoft is making movies it would be nice to see some of them Imagine titles on the silver screen.
  4. I

    Hardware PSPgo love or hate poll

    I own a total of 5 PSP's spanning from the PSP-1000 to the PSPgo and would have to say the PSPgo would be my favourite of them all. Whilst I would agree that it isn't everyone's cup of tea it is quite a nice improvement on previous models. Before owning a PSPgo I was just like most of the...
  5. I

    PSP Go is Dead

    @relminator: Even if they don't keep the PSStore up it would be easy enough to write a homebrew to backup flash2:/act.dat. All the other required files can be accessed directly from the memory stick and internal storage (LICENSE folder and game EBOOTs). So if you need them on another PSP just...
  6. I

    PSP Go is Dead

    Assuming Sony maintains their PSP service on MediaGo (which they probably will since the NGP supports PSP games and PS3 supports a subset of PSP games) and to not piss off current PSP users. Then all you would have to do is re-download the games. Plus buying games from the PSStore allows you to...
  7. I

    Gaming Learning Java programming

    And also: b wasn't defined"main(String args[])" doesn't seem suitable in the AreaRectangle class. Also the poster should consider using a IDE for help with detecting these errors and formatting the code better, may I suggest NetBeans.
  8. I

    Gaming Learning Java programming

    CODEclass AreaRectangle { double x; double y; AreaRectangle() { this.x = 4; this.y = 2.3; } void calAreaRectangle() { double a = this.x * this.y; double b = 0; System.out.print("The area of the Rectangle is " + a + ". It's length is " + this.x + ". It's breadth is " + b); } } public class...
  9. I

    Hardware Changing user agent

    You could always try decrypting and hexediting "vsh/module/htmlviewer_plugin.prx" and "vsh/module/htmlviewer_utility.prx" (search the files for "User-Agent" and change the string directly after). I haven't tried this myself but I can't see any reason for it to not work. (obviously this is not...
  10. I

    Signature Scroll Bar?

    http://gbatemp.net/i-boardrules You kinda walked right into that one.
  11. I

    The GBAtemp Sidebar

    Just some information which might be useful for anyone who wants to expand on Ace Faith's idea... GBAtemp Latest Posts Example URL: http://www.gbatemp.net/index.php?act=last10&show=0 Parameter: show 0: Posts 1: News 2: Blogs 3: EOF --------------------------- GBAtemp News RSS Feeds Example...
  12. I

    Hacking GBA Earthworm Jim

    Red Baron? Is that you my loverly? I have been looking for you my love, come back to me I need you!
  13. I

    Hacking Signed PSP eboots!

    That is more or less a limitation of the PSP. Since the EBOOT needs to be loaded into memory to be signed... it isn't to stop people from trying to sign ISOs or whatever.
  14. I

    Gaming What does VSH stand for?

    VSH (Visual Shell) The main interface of the PSP, a user interface shell which provides the access to the kernel. Uses Sony’s XMB (Cross Media Bar) for its GUI. http://my.malloc.us/silverspring/psp-glossary/
  15. I

    Gaming How to redeem 10 free games

    http://community.eu.playstation.com/t5/PSP...s/td-p/11661893 Be sure to read over the instructions carefully because it seems to be quite an elaborate process for something which should have been made more simple. ... keep in mind that since this is a Australian promotion you will most...