Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PSPlorer

From GameBrew
Revision as of 02:01, 22 November 2024 by HydeWing (talk | contribs) (Created page with "{{Infobox PSP Homebrews |title=PSPlorer |image=psplorer.png |description=File explorer with some additional functions. |author=pspZorba |lastupdated=2008/05/25 |type=File Browsers |format= |version=1.5 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/psphomebrew/psplorer.7z |website=http://forums.qj.net/f-psp-development-forum-11/t-releasepsplorer-v15-140550.html |source=https://dlhb.gamebrew.org/psphomebrew/psplorer.7z }} PSPlorer is file explorer with some addition...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
PSPlorer
Psplorer.png
General
AuthorpspZorba
TypeFile Browsers
Version1.5
LicenseGPL-3.0
Last Updated2008/05/25
Links
Download
Website
Source

PSPlorer is file explorer with some additional functions.

Features

  • File exploration on the memory-stick, flash0, flash1 and WMD.
  • Copy, delete, move, rename of files and directories.
  • Dump and securised flash of the NAND. (Please use with caution,)
  • UMD backup in ISO and CSO format.
  • USB connexion.
  • Creation of new files and new directories.
  • File hexedit.
  • File and directory transfert from PSP to PSP via ADHOC-Game sharing mode OR wifi (via an access point), this new mode works over internet. If you are behind a router you will have to use port forwarding (the port used by PSPlorer is configurable in the config file PSPlorer.txt which is generated at the first run).
  • File conversion from iso to cso.
  • File and directory properties change ( access right, creation/update/access dates).
  • File extraction from eboots.

User guide

Interface

The screen is split in two parts, one of them is the active one.

Use L/R to switch between them or switch to one screen with Triangle for a more detailed one.

Contextual screen

This screen is split in two parts, the la higher part displays detailed information on the selected element, the lower part displays the available functions for this element.In the higher part, there is a field named target, this is this field that will be used when needed by a function

Contextual screen "disc0:":

  • copy to - copy the files to the target.
  • reload - reload the file hierarchy when you changed the umd.
  • Umd backup - create a backup (.iso).
  • Umd backup in cso - create a backup in compress format (.cso).

Contextual screen "flash0:", "flash1:":

  • copy to - copy the files to the target.
  • delete - delete files.
  • move - move files.
  • NAND backup - create a NAND backup.

Contextual screen "ms0:":

  • copy to - copy the files to the target.
  • delete - delete files.
  • move - move files.
  • reload - reload the file hierarchy.
  • Connect USB - setup a USB connection, in this mode we can't do anything while the PSP is connected.
  • Connect USB mode 2 - setup a USB connection, in this mode you can continue to use PSPlorer while the connection is on.

Directory Contextual screen:

  • copy to - copy the Directory to the target.
  • delete - delete files.
  • move - move files.
  • rename - rename the directory.
  • Change Properties - FiIe and Directory Properties change (access right , creation, modification and access dates).
  • Create File - create a file.
  • Create Dir - create a directory.
  • send a Directory to a PSP - send a whole directory to another PSP.
  • receive a File or a Directory from a PSP - receive a file or a complete directory from a PSP.

File Contextual screen:

  • copy to - copy the file to the target.
  • delete - delete files.
  • move - move files.
  • rename - rename the file.
  • Change Properties - File and Directory Properties change (access right , creation, modification and access dates).
  • Hex Edit - Hex edit a file.
  • Flash to NAND - if the file is a ".bin" and if it has the right size then this option is displayed.
  • Extract files from eboot - if the file is a ".pbp".
  • Create File - create a file.
  • Create Dir - create a directory.
  • Send a File to a PSP - ...send a file to a PSP via an ADHOC-Game Sharing OR via an Access Point communication or over internet (may need port forwarding if behind a firewall).
  • compress to cso - convert an iso file to cso format ( the option is present only if the file is a ".iso")

NAND Backup and flash

When the backup is created, a file .chk is created. In this file we store the Mac Address and control keys of the dump. When you you want to reflash the dump, PSPlorer compare the stored MAC address and the PSP MAC address, to be sure that the dump belongs to the PSP The keys are used to check that the dump hasn't been modified.

Controls

General:

Start - Display help screen

Cross - Confirm

Square - Exit the current screen

Main screen:

R/L - Switch active screen

Up/Down - Move in the selected screen

Cross - Go into this directory, Go back to the parent directory

Triangle - Switch to one screen

Circle - Contextual screen

Hexedit:

Square - Quit

Cross - Toggle Edit Mode

Circle - Save

Up - Field Up, In edit mode +1 on the 4 right bits

Down - Field Down, In edit mode -1 on the 4 right bits

Left - Field Left, In edit mode -1 on the 4 left bits

Right - Field right, In edit mode +1 on the 4 right bits

Home - Quit all

Start - Display Credits + help

Select - Set Marker

Triangle - Delete the marked zone

R - Move the marked zone before the current position

L - Insert the marked zone before the current position

Screenshots

psplorer2.png

psplorer3.png

psplorer4.png

psplorer5.png

Known issues

  • Can't see all the flash files (e.g we don't see what's under flash0:/kd).
  • The USB connection allows to connect the Memory Stick only.
  • Hexedit can edit only file that fit in memory.

Changelog

v1.5

  • The new functionalities:
    • File and directory transfert from PSP to PSP via wifi (using an access point), this new mode works over internet. If you are behind a router you will have to use port forwardinf (the port used by PSPlorer is configurable in the config file PSPlorer.txt which is generated at the first run).
    • File extraction from eboots.
    • Multi-languages, you can add your own language. To do this just create a text file with the translations (corresponding line by line with english.txt), modify the config file (psplorer.txt) put the name of your file at the tag [langiageFileName] (don't forget the space between the tag and the file name).
    • Configuration of colors, wifi port etc by a config file => PSPlorer.txt.

v1.4

  • The new functionalities:
    • UMD backup in CSO format.
    • File conversion from iso to cso.
    • Directory transfert in ADHOC mode.
    • file and directory properties change ( access right, creation/update/access dates) ( WELL it's not really new it was present in the HB but not in the doc).
    • 1 bug correction in the default value of the OSK virtual keyboard. The effect of the bug was that sometimes strange extra char could be seen in the default value.

v1.3

  • File exploration on the memory-stick, flash0, flash1 and UMD.
  • copy, delete, move, rename of files and directories.
  • Dump and securised flash of the NAND. WARNING, even if the flash has been tested on several PSP, the flash of the nandBackup is still a risky thing. I won't accept any responsabilities in case you brick your PSP.
  • UMD backup.
  • USB connection.
  • creation of new files and new directories.
  • File hex-edit.
  • File transfer from PSP to PSP via wifi.

Credits

Special thanks to all ps2dev guys.

Thanks to testers: Anruyn, djdelarue, willy91, darkwing.

External links

Advertising: