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
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
Line 15: Line 15:
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/homebrewdownloadervita.7z
|website=
|website=https://github.com/benladen/hbb
|source=https://github.com/D5C85B13876B8/hbb
|source=https://github.com/D5C85B13876B8/hbb
}}
}}
Download and install VPK files on your Vita without using a computer or a web browser.
Download and install VPK files on your Vita without using a computer or a web browser.


taiHENkaku: Requires "Enable unsafe homebrew" on.
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


==Changelog==
==Changelog==
'''(v.0.3)'''
'''v0.3'''
*Category list now supports UTF-8
*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.
*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.


'''(v.0.23)'''
'''v0.23'''
*UTF-8 text.
*UTF-8 text.
*Background image.
*Background image.


'''(v.0.22)'''
'''v0.22'''
*Fixed download/install progress bar.
*Fixed download/install progress bar.
*Fixed an XSS issue with the HTML output on the server.
*Fixed an XSS issue with the HTML output on the server.
*Now checks everything in a VPK.
*Now checks everything in a VPK.
*Can now use domain names as the server address.
*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
*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.


'''(v.0.2.1)'''
'''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.
* 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.


'''(v.0.2)'''
'''v0.2'''
Has some bugs and the code really needs to be cleaned up, but should mostly work.
* 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.
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.
To use the client vpk, you need a config file. See Readme.txt for more info.
* Known problems:
 
**Some vpk files will cause crashes.
'''Known problems:'''
**Download is slow if the vpk has many files.
*Some vpk files will cause crashes.
**The progress bar during download/install will sometimes appear to reset, however it is still working fine.
*Download is slow if the vpk has many files.
**Text wrapping in descriptions isn't very good and will sometimes wrap lines much earlier than they should be.
*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.


'''(v.0.1)'''
'''v0.1'''
* First Release.
* First Release.


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

Revision as of 04:57, 6 December 2022

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: