Homebrew RELEASE Switch Homebrew Appstore

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
I'll have to either fix or remove that B-crash >_>

If you don't copy over a .json file, the app is supposed to generate its own (pointing to switchbru.com/appstore). If nothing shows up I would probably lean towards it indicating the server can't be reached. Also, since I don't have curl working, other servers in the .json won't work (the IP for switchbru is hardcoded to get around DNS resolution).


Cool! I wish I understood the crashes better. For example, I wasn't able to get either of the libtransistor/libnx-examples at all, but other apps I was able to reliably get.

Did you test removal as well? (It will only ever delete files that were included in the download manifest, so it will leave save files and configuration behind)

EDIT: actually, if you both could upload the contents of your /switch/appstore/.get folder, that would be helpful for me to look at
yes, I tried to delete some app as a test, everything is correct
 
  • Like
Reactions: pwsincd

vgmoose

Well-Known Member
Member
Joined
Jan 31, 2016
Messages
360
Trophies
1
Website
github.com
XP
3,070
Country
United States
also, does anyone have any thoughts on what a name besides "App Store" would be for this (console app and website)?

While I think the name worked well on the Wii U, with the Switch and more interest going around, it's a bit weird to lay claim to such a generic name like "app store"... Any suggestions?
 
  • Like
Reactions: Masterwin

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
also, does anyone have any thoughts on what a name besides "App Store" would be for this (console app and website)?

While I think the name worked well on the Wii U, with the Switch and more interest going around, it's a bit weird to lay claim to such a generic name like "app store"... Any suggestions?

I think it has the correct name, download, delete and manage the nintendo switch app, to use with hbl, download app, app switch, download app switch, hbl store, app for hbl, english is not my strong sorry hehehe, but Here are some suggestions, greetings!
 

Mnecraft368

I hate my name.
Member
Joined
Aug 8, 2015
Messages
1,763
Trophies
0
XP
3,316
Country
United Kingdom
also, does anyone have any thoughts on what a name besides "App Store" would be for this (console app and website)?

While I think the name worked well on the Wii U, with the Switch and more interest going around, it's a bit weird to lay claim to such a generic name like "app store"... Any suggestions?
Maybe something simple like HB Store or Homebrew Store.

Im awful with names so these are pretty bad.
 

lordelan

Well-Known Member
Member
Joined
Jan 4, 2015
Messages
5,798
Trophies
1
Age
44
XP
6,562
Country
Germany
@vgmoose
"Apps Shelf"
"NXPM" (NX Package Management)
"1•2•Apps"/"1-2-Apps" (inspired by an awful Switch game)
"HDS" (Homebrew Distribution System)
"HD HD" (Homebrew Distributor in High Definition)
"Sphinx" (Super Perfect Homebrew in NX)
"Phalanx" (Pleasing Homebrews at least at NX)
 
D

Deleted-442439

Guest
Updated the .nro, new version (0.6) is available through the app! (or here)

If this fixes the download crashing issues for everyone, then I'm going to be ditching the preview interface and work on the new GUI design.

Great job, I can't test this stuck on 4.1.0, but I can send over some assets (Switch UI animations, sound etc.) if you want a authentic Switch UI for the app.
 

vgmoose

Well-Known Member
Member
Joined
Jan 31, 2016
Messages
360
Trophies
1
Website
github.com
XP
3,070
Country
United States
Thanks for the feedback everyone! I've pushed to Github what I'm now calling the 1.0 release: https://github.com/vgmoose/appstorenx/releases/tag/v1.0

The web version has also been updated to match the app (a long goal of the Wii U verison): https://www.switchbru.com/appstore/

The primary method of input is to use the touch screen + scroll/tap, but I also added some very simple controls if you can only use the gamepad (to support TV-docked mode). The first launch will fetch icons+metadata to cache and take a while, but successive launches should be much faster.

There are still a couple of issues I'd like to iron out (see the release page on Github) but I hope to have the bulk of the coding behind me rather than in front of me. If someone would like to get involved with the coding/designing of this project, their own project, or just wants to leave feedback, please stop by the Switchbru Discord (or #switchbru on Freenode). This GUi was quite a bit of work to design, and I would be more than happy if someone wanted to use the code as a base for their own project!

cDTbmes.png


The OP has also been edited, and you see the readme on Github for info on how to host your own App Store server.

@SylasMc - fixed, now there's a .nro on the download link (and it requires the res folder as well
@jjbredesen - now that the basic UI is done, some animations and sounds would be very appreciated!

As for the renaming... I am still interested in renaming it in a future version!
 
Last edited by vgmoose,

4gionz

Well-Known Member
Member
Joined
Aug 16, 2014
Messages
793
Trophies
0
Age
33
XP
488
Country
Canada
First off amazing!! Your app on the wii u was the best so knowing that all homebrew will reliably be stored in one place for the switch right from the get go is amazing news!

Sadly I’m not on 3.0 so I can’t test..but for a name change I have a suggestion, instead of calling this an AppStore just call it a downloader so HB Downloader, homebrew downloader or even HB:D haha or if you want to go for more of a “Cydia” type name then I suggest looking into code names for switch and it’s chips and figuring something out! NxD for nx downloader or something! I don’t know but those are my suggestions. Hopefully you find something slick that you like
 

Brasse

Member
Newcomer
Joined
Dec 25, 2017
Messages
20
Trophies
0
Age
29
XP
445
Country
Sweden
Thanks for the feedback everyone! I've pushed to Github what I'm now calling the 1.0 release: https://github.com/vgmoose/appstorenx/releases/tag/v1.0

The web version has also been updated to match the app (a long goal of the Wii U verison): https://www.switchbru.com/appstore/

The primary method of input is to use the touch screen + scroll/tap, but I also added some very simple controls if you can only use the gamepad (to support TV-docked mode). The first launch will fetch icons+metadata to cache and take a while, but successive launches should be much faster.

There are still a couple of issues I'd like to iron out (see the release page on Github) but I hope to have the bulk of the coding behind me rather than in front of me. If someone would like to get involved with the coding/designing of this project, their own project, or just wants to leave feedback, please stop by the Switchbru Discord (or #switchbru on Freenode). This GUi was quite a bit of work to design, and I would be more than happy if someone wanted to use the code as a base for their own project!


The OP has also been edited, and you see the readme on Github for info on how to host your own App Store server.

@SylasMc - fixed, now there's a .nro on the download link (and it requires the res folder as well
@jjbredesen - now that the basic UI is done, some animations and sounds would be very appreciated!

As for the renaming... I am still interested in renaming it in a future version!

Iv'e just tested on my switch, and it seems to be working well. Tried to download Flashback (REminiscene) and it worked just fine!
 

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
Thanks for the feedback everyone! I've pushed to Github what I'm now calling the 1.0 release: https://github.com/vgmoose/appstorenx/releases/tag/v1.0

The web version has also been updated to match the app (a long goal of the Wii U verison): https://www.switchbru.com/appstore/

The primary method of input is to use the touch screen + scroll/tap, but I also added some very simple controls if you can only use the gamepad (to support TV-docked mode). The first launch will fetch icons+metadata to cache and take a while, but successive launches should be much faster.

There are still a couple of issues I'd like to iron out (see the release page on Github) but I hope to have the bulk of the coding behind me rather than in front of me. If someone would like to get involved with the coding/designing of this project, their own project, or just wants to leave feedback, please stop by the Switchbru Discord (or #switchbru on Freenode). This GUi was quite a bit of work to design, and I would be more than happy if someone wanted to use the code as a base for their own project!

cDTbmes.png


The OP has also been edited, and you see the readme on Github for info on how to host your own App Store server.

@SylasMc - fixed, now there's a .nro on the download link (and it requires the res folder as well
@jjbredesen - now that the basic UI is done, some animations and sounds would be very appreciated!

As for the renaming... I am still interested in renaming it in a future version!
BEAUTIFULL!!!
 

Masterwin

Well-Known Member
Member
Joined
Jan 7, 2016
Messages
382
Trophies
0
XP
603
Country
Spain
Woohoo were live.

--------------------- MERGED ---------------------------

Would like to also thank @ShadowOne333 and @Masterwin for helping us maintain a current repo . Especially with the ups and downs of retroarch currently.

Thank you so much! But I have to admit that there is a team of testers helping in all this hard work called Team Switchers, THANKS TO ALL OF THEM, Greetings!
pkT0YVt.jpeg
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan
    The snack that smiles back, Ballsack!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
  • I @ I-need-help-with-wup-wiiu:
    i need help with nusspli failed downloads, can someone respond to my thread? pretty please:wub:
  • Sheeba- @ Sheeba-:
    I can't wait to hack my 11.00 PS4 pro
  • BakerMan @ BakerMan:
    Wake up, it's da first of da month
    BakerMan @ BakerMan: Wake up, it's da first of da month