Welcome to PS3Hax, your official PS3 hacks, PS3 Homebrew, and PS3 Downloads scene. Check back daily to keep up with the latest PS3 Hacks and drop by our forums for more PS3 Hacks discussions.
  • Posted by GregoryRasputin , on 20/07/2010 , @ 11:30am

     

    Last month NTAuthority, released a working patch here for using Sony Vaio Remote Play software, with any non Sony computer, his method worked on Windows 7.

    Today ned.smitty released a method to get the software and NTAuthority’s patch running on Windows Vista, here it is:

    For those wanting to run this on Windows Vista, it’s a pretty simple thing to do as I’ve managed to stream line my original updates to a minimum and figured it simplest to just say how to get it working instead of distributing the files, since the changes are so minimal.

    After installing the application according to NTAuthority’s instructions on Windows Vista, you’ll see the following error:
    The procedure entry point GetGestureInfo could not be located in the dynamic link library USER32.dll.

    To get around this you’ll need a couple of tools to get it working.

    • A Hex Editor e.g. HxD editor
    • aser32.dll from teraapi’s user32hooking project “USER32.dll Hooking DLL (Disable Gesture API)” available on:

    http://code.google.com/p/user32hooking/downloads/detail?name=aser32.dll
    Read more about teraapi’s user32hooking project here: http://code.google.com/p/user32hooking

    Patch procedure:

    1. Follow the NTAuthority’s instructions in the readme file in patch package
    2. Install HxD Hex Editor
    3. Run HxD as Administrator
    4. Open the file: “%programfiles%SonyRemote Play with PlayStation 3UFCore.dll”
      or “%programfiles(x86)%SonyRemote Play with PlayStation 3UFCore.dll” on 64-bit windows.
    5. Find the string “USER32″ (Find -> Ctrl-F)
    6. The text USER32 should be visible. Change to USER32 to ASER32. (Note by default the text is overwritten, so just place the cursor before the U in USER32 and press A.)

    1. Save the file UFCore.dll and exit HxD.
    2. Download the file aser32.dll from http://code.google.com/p/user32hooki…ame=aser32.dll and save to “%programfiles%SonyRemote Play with PlayStation 3″ (or “%programfiles(x86)%SonyRemote Play with PlayStation 3″ for 64-bit windows)
    3. Run “Remote Play with Playstation 3″.
      If all goes well it should start the registration procedure.

    Note: if you get the error:
    Remote Play with Playstation 3 cannot be used in this screen mode. Remote Play with Playstation 3 will quit.
    Change your screen resolution and try again. e.g. 1920×1200 is unsupported for whatever reason, 1920×1080 is ok though…

    /Ned

    Original post here