You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
{{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew |title_mode=append |image=vitacompanion2.png |image_alt=vitacompanion }} vitacompanion by devnoname120 is a user module which makes developing homebrews for the PS Vita device easier. It does two things: *Open a FTP server on port 1337. *Listen to commands on port 1338. ==Installation== Run [[VitaShell]] on your PS Vita, press Select to activate the FTP server and copy vitacompanion.suprx to ur0:tai/. Finally, add the following line to ur0:tai/config.txt *main ur0:tai/vitacompanion.suprx ==User guide== === FTP server === You can upload stuff to your vita by running: curl --ftp-method nocwd -T somefile.zip <nowiki>ftp://IP_TO_VITA:1337/ux0:/somedir/</nowiki> Or you can use your regular FTP client. === Command server === Send a command by opening a TCP connection to the port 1338 of your Vita. For example, you can reboot your vita by running: echo reboot | nc IP_TO_PSVITA 1338 Note that you need to append a newline character to the command that you send. <code>echo</code> already adds one, which is why it works here. === Available commands === {|class="wikitable" ! Command ! Arguments ! Explanation |- | <code>destroy</code> | none | kill all running applications |- | <code>launch</code> | <code><TITLEID></code> | launch an application by id e.g. <code>launch VHBB00001</code> to launch the [https://github.com/devnoname120/vhbb Vita Homebrew Browser] |- | <code>reboot</code> | none | reboot the console |- | <code>screen</code> | <code>on</code> or <code>off</code> | turn screen on or off |} '''Note''': Commands are defined in [https://github.com/robsdedude/vitacompanion/blob/master/src/cmd_definitions.c <code>src/cmd_definitions.c</code>], you can add new commands there. ===Integration in IDE's=== VSCode - https://github.com/imcquee/vitacompanion-VSCODE ==Credits== Thanks to xerpi for his [https://bitbucket.org/xerpi/vita-ftploader/src/87ef1d13a8aa/plugin/?at=master vita-ftploader] plugin, I stole a lot of his code (with his permission). Thanks to cpasjuste for [[PSP2SHELL Vita]], it inspired me to create this tool. == External links == * GitHub - https://github.com/devnoname120/vitacompanion * VitaDB - https://vitadb.rinnegatamante.it/#/info/488
Advertising: