Code Monkey home page Code Monkey logo

ps3loadx's Introduction

PS3loadX

PS3loadX is the evolution of PSL1GHT PS3load sample, now using the Tiny3D library. I hope this version helps you to work easily ;)

Features

  • You can load SELF files using the net.
  • You can load applications from USB/ HDD devices
  • You can install applications to the USB or HDD devices from one .zip file
  • You can copy applications from USB devices to HDD
  • Also you can delete installed applications.

PS3loadX

NOTE:

You can include these lines in your app to return to the PS3LoadX application

#include <sys/process.h>
.....
sysProcessExitSpawn2("/dev_hdd0/game/PSL145310/RELOAD.SELF", NULL, NULL, NULL, 0, 1001, SYS_PROCESS_SPAWN_STACK_SIZE_1M);

ZIP Format

app_folder
|
|---- EBOOT.BIN
|
|---- ICON0.PNG
|
|---- title.txt

app_folder: folder to install the app

  • in USB devices /dev_usb000/homebrew/app_folder
  • from HDD: /dev_hdd0/game/PSL145310/homebrew/app_folder

EBOOT.BIN: SELF file

ICON0.PNG: optional app. image

title.txt: it countain one text line with the name app name. If it doesn't exists PS3LoadX uses app_folder as title. i.e: "My application - test 1"

Sending SELF files from the net

You need to send the .self from the PC using psloadx.exe (see PSL1GHT tools)

For example from one .bat file under Windows:

set PS3LOAD = tcp:192.168.2.12 // -> PS3 IP

ps3load.exe *.self

pause

Installing ZIP files

HDD0 is selected by default. To change to USB you need plug one device.

When you send a ZIP file the app ask to you if you want really install it or not in the current device.

Select one Application

Use LEFT/RIGHT in digital pad

Copying files from USB

Press CIRCLE and select Yes using digital pad

Deleting Applications

Press SQUARE and select Yes using digital pad

Launch Applications

Press CROSS and select Yes using digital pad

Exiting from PS3LoadX

Press TRIANGLE to exit.

Also you can force exit pressing PS (if the network crashes use it)

ps3loadx's People

Contributors

bucanero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ps3loadx's Issues

GDB server ?

Hi, I was wondering if there were plans to integrate a gdb server to it so that it becomes easier to debug the homebrews sent to the ps3 ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.