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

Homebrew Downloader Vita: Difference between revisions

From GameBrew
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Other Apps) - GameBrew! |title_mode=append |image=homebrewdownloadervita.jpg |image_alt=Homebrew Downloade...")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
|title=Vita Homebrew Apps (Other Apps) - GameBrew!
|title_mode=append
|image=homebrewdownloadervita.jpg
|image_alt=Homebrew Downloader
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=Homebrew Downloader
|title=Homebrew Downloader
|image=homebrewdownloadervita.jpg
|image=homebrewdownloadervita.jpg
|description=Homebrew downloader for PSVITA.
|description=Homebrew downloader for PS Vita.
|author=D5C85B13876B8
|author=D5C85B13876B8
|lastupdated=2016/10/21
|lastupdated=2016/10/21
Line 15: Line 8:
|version=0.3
|version=0.3
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita.7z?k33p0fil35
|website=
|website=https://github.com/benladen/hbb
|source=https://github.com/D5C85B13876B8/hbb
|source=https://github.com/D5C85B13876B8/hbb
}}
}}
Homebrew downloader for PSVITA.
{{#seo:
 
|title=Vita Homebrew Apps (Other Apps) - GameBrew
'''Please Improve This Article If You Can.'''
|title_mode=append
|image=homebrewdownloadervita.jpg
|image_alt=Homebrew Downloader
}}


https://vitadb.rinnegatamante.it/#/info/179
Download and install VPK files on your Vita without using a computer or a web browser.
 
==Media==
<youtube>RIaJHh60hQY</youtube>


taiHENkaku: Requires Enable unsafe homebrew on.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita-08.jpg


==Changelogs==
==Changelog==
'''v0.3'''
*Category list now supports UTF-8.
*Added ratings, Press triangle on an app page that is installed to open the rating dialog. There has to be ratings from at least 3 different IP addresses before it will display the result on the app page.
 
'''v0.23'''
*UTF-8 text.
*Background image.
 
'''v0.22'''
*Fixed download/install progress bar.
*Fixed an XSS issue with the HTML output on the server.
*Now checks everything in a VPK.
*Can now use domain names as the server address.
*Also, You can enable (Item descriptions only and very slow) support for UTF-8 if you build the client from source, uncomment UsingPgfText in main.h.
 
'''v0.2.1'''
* Fixed some crashes that would happen during download/install on the client and fixes a problem where HTTP_AcceptIPs wasn't working correctly on the server.
 
'''v0.2'''
* Has some bugs and the code really needs to be cleaned up, but should mostly work.
* hbb_Win32.zip contains the server for Windows and the client vpk.
* To use the client vpk, you need a config file. See Readme.txt for more info.
* Known problems:
**Some vpk files will cause crashes.
**Download is slow if the vpk has many files.
**The progress bar during download/install will sometimes appear to reset, however it is still working fine.
**Text wrapping in descriptions isn't very good and will sometimes wrap lines much earlier than they should be.
 
'''v0.1'''
* First Release.


== External links ==
==External links==
* Official Website -
* GitHub - https://github.com/benladen/hbb
* Gbatemp -
* GitHub - https://github.com/D5C85B13876B8/hbb
* Github -
* VitaDB - https://vitadb.rinnegatamante.it/#/info/179
* Google Source -
* Reddit - https://www.reddit.com/r/vitahacks/comments/558pm5/release_homebrew_downloader/

Latest revision as of 13:44, 28 Ocak 2024

Homebrew Downloader
Homebrewdownloadervita.jpg
General
AuthorD5C85B13876B8
TypeOther Apps
Version0.3
LicenseMixed
Last Updated2016/10/21
Links
Download
Website
Source


Download and install VPK files on your Vita without using a computer or a web browser.

taiHENkaku: Requires Enable unsafe homebrew on.

Screenshots

homebrewdownloadervita-01.jpg

homebrewdownloadervita-02.jpg

homebrewdownloadervita-03.jpg

homebrewdownloadervita-04.jpg

Changelog

v0.3

  • Category list now supports UTF-8.
  • Added ratings, Press triangle on an app page that is installed to open the rating dialog. There has to be ratings from at least 3 different IP addresses before it will display the result on the app page.

v0.23

  • UTF-8 text.
  • Background image.

v0.22

  • Fixed download/install progress bar.
  • Fixed an XSS issue with the HTML output on the server.
  • Now checks everything in a VPK.
  • Can now use domain names as the server address.
  • Also, You can enable (Item descriptions only and very slow) support for UTF-8 if you build the client from source, uncomment UsingPgfText in main.h.

v0.2.1

  • Fixed some crashes that would happen during download/install on the client and fixes a problem where HTTP_AcceptIPs wasn't working correctly on the server.

v0.2

  • Has some bugs and the code really needs to be cleaned up, but should mostly work.
  • hbb_Win32.zip contains the server for Windows and the client vpk.
  • To use the client vpk, you need a config file. See Readme.txt for more info.
  • Known problems:
    • Some vpk files will cause crashes.
    • Download is slow if the vpk has many files.
    • The progress bar during download/install will sometimes appear to reset, however it is still working fine.
    • Text wrapping in descriptions isn't very good and will sometimes wrap lines much earlier than they should be.

v0.1

  • First Release.

External links

Advertising: