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

GetMyBru Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=GetMyBru |image=getmybruswitch.png |description=AIO Homebrew downloader for Wii, Wii U and Switch. |author=DrHacknik |lastupdated=2019/03/16 |type=PC Utilities |version=1.0.107 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch.7z |website=https://gbatemp.net/threads/getmybru-aio-homebrew-installer.532367/ |source=https://github.com/DrHacknik/GetMyBru |donation= }} {{#seo: |title=Switch Homebrew PC Tools...")
 
No edit summary
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=GetMyBru
|title=GetMyBru
|image=getmybruswitch.png
|image=getmybrunx.png
|description=AIO Homebrew downloader for Wii, Wii U and Switch.
|description=AIO Homebrew downloader for Wii, Wii U and Switch.
 
|author=Dr.Hacknik
|author=DrHacknik
|lastupdated=2019/03/16
|lastupdated=2019/03/16
|type=PC Utilities
|type=PC Utilities
|version=1.0.107
|version=1.0.107
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/getmybrunx.7z Source Only
|website=https://gbatemp.net/threads/getmybru-aio-homebrew-installer.532367/
|website=https://gbatemp.net/threads/getmybru-aio-homebrew-installer.532367/
|source=https://github.com/DrHacknik/GetMyBru
|source=https://github.com/DrHacknik/GetMyBru
|donation=
|donation=
}}
}}
{{#seo:
{{obsolete}}
|title=Switch Homebrew PC Tools (PC Utilities) - GameBrew
GetMyBru is an All in one homebrew downloader for Wii, Wii U and Switch.  
|title_mode=append
|image=getmybruswitch.png
|image_alt=GetMyBru
}}
{{cleanup|article|Needs cleanup}}
AIO Homebrew downloader for Wii, Wii U and Switch.


Download necessary Wii, Wii U or Switch Homebrew all in one place. This application is written using C# and .NET 4.6.x.


==Media==
==User guide==
<youtube></youtube>
Support for Windows 7 (latest updates and NET Framework installed) and above.


All files downloaded are stored within "Data/Cache" and the respective Console folder.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-01.png
https://dlhb.gamebrew.org/switchhomebrews/getmybrunx.png
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-02.png
 
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/getmybrunx2.png
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-04.png
 
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/getmybrunx3.png
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/getmybruswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''v1.0.107 2019/05/16'''
* First Release.
* Improved overall performance.
**Made the downloading method Asynchronous.
**Improved the overall Extraction method.
**Improved the way App information is passed through into IServiceInstall.
*Improved the settings management a fair bit.
**Improved cache management.
**Improved notifications.
*Improved the Downloading Results.
*Made it show the current percentage of the install.
*The form is no longer disabled, rather the Tab Page is; removing any way to install more homebrew but you can still look at other pages.
*Improved the First time use Management.
**Ensured the cache is checked before.
**Ensure the user actually inputs a drive; although the program still closes the settings :thonk:.
***Probably just a borked <code>return;</code> method.
 
'''v1.0.60 2918/02/27'''
*Fixed a typo in the package name.
*Working on SvcUpdate.cs.
*Starting work on JSON parsing. Still having to study the library documentation.
 
==Credits==
Thanks to the WiiUBru and SwitchBru team for hosting all the Homebrew needed. You can learn more about them [https://fortheusers.org/#services here].
 
Libraries used:
*MaterialSkin Library (Updated)
*NewtonSoft.JSON
*Ionic.Zip
 
Thanks to friends for helping and encouraging me to improve myself and motivate me. Thanks Simon.


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/getmybru-aio-homebrew-installer.532367/
* GitHub - https://github.com/DrHacknik/GetMyBru
* Github - https://github.com/DrHacknik/GetMyBru
* GBAtemp - https://gbatemp.net/threads/getmybru-aio-homebrew-installer.532367/
* Reddit -

Revision as of 04:29, 9 Haziran 2023

GetMyBru
Getmybrunx.png
General
AuthorDr.Hacknik
TypePC Utilities
Version1.0.107
LicenseGPL-3.0
Last Updated2019/03/16
Links
Source Only Download
Website
Source

GetMyBru is an All in one homebrew downloader for Wii, Wii U and Switch.

Download necessary Wii, Wii U or Switch Homebrew all in one place. This application is written using C# and .NET 4.6.x.

User guide

Support for Windows 7 (latest updates and NET Framework installed) and above.

All files downloaded are stored within "Data/Cache" and the respective Console folder.

Screenshots

getmybrunx.png

getmybrunx2.png

getmybrunx3.png

Changelog

v1.0.107 2019/05/16

  • Improved overall performance.
    • Made the downloading method Asynchronous.
    • Improved the overall Extraction method.
    • Improved the way App information is passed through into IServiceInstall.
  • Improved the settings management a fair bit.
    • Improved cache management.
    • Improved notifications.
  • Improved the Downloading Results.
  • Made it show the current percentage of the install.
  • The form is no longer disabled, rather the Tab Page is; removing any way to install more homebrew but you can still look at other pages.
  • Improved the First time use Management.
    • Ensured the cache is checked before.
    • Ensure the user actually inputs a drive; although the program still closes the settings :thonk:.
      • Probably just a borked return; method.

v1.0.60 2918/02/27

  • Fixed a typo in the package name.
  • Working on SvcUpdate.cs.
  • Starting work on JSON parsing. Still having to study the library documentation.

Credits

Thanks to the WiiUBru and SwitchBru team for hosting all the Homebrew needed. You can learn more about them here.

Libraries used:

  • MaterialSkin Library (Updated)
  • NewtonSoft.JSON
  • Ionic.Zip

Thanks to friends for helping and encouraging me to improve myself and motivate me. Thanks Simon.

External links

Advertising: