Recent content by izenn

  1. izenn

    Seeed Studio XIAO SAMD21

    thanks, i have an original unpatched switch with autorcm on, i'm just tired of hooking it up to my laptop when i accidentally let the battery die. trying to figure out now if i want to build my own or if i should just go out and buy one, the thing that is quite annoying is that i'd have to...
  2. izenn

    Seeed Studio XIAO SAMD21

    yeah, that was the one i found, but because it is internal, it didn't answer the battery question i have
  3. izenn

    Seeed Studio XIAO SAMD21

    does anyone have any information on how to create an autorcm with the Seeed Studio XIAO SAMD21? It looks like people have done it in the past, but i'm not sure if i need a battery on it or not since from what i understand if the battery is on then the usb-c will not work, but wouldn't the...
  4. izenn

    Hacking SWITCH NOOB PARADISE - Ask questions here

    i'm thinking about getting an oled switch, but all the ones i've found are on 20.x firmware. since the switch will have a picofly, can i boot an emunand that i created on a different system/model (ex: a tegra x1 og switch). if not, is there any way to get 18.1.0 to work? thanks!
  5. izenn

    Hacking SWITCH NOOB PARADISE - Ask questions here

    i use nxfileviewer when i'm on windows, but this is for a project i'm working on that is on linux that i access through ssh, so there isn't a gui that i can work and the only cli tool i've found that works really well/reliably/fast is hactool
  6. izenn

    Hacking SWITCH NOOB PARADISE - Ask questions here

    is there any way to get hactool to display the titleid from an xci? edit - should probably clarify -- i'm hoping to do it without doing an --outdir flag, but if that is necessary that would be good to know
  7. izenn

    switch-sys-tweak and libnx-4.5.0

    here is sys-tweak that i compiled about 10 minutes ago (with all features enabled): if you need them, here are the install instructions: https://sodasoba1.github.io/sys-tweak/
  8. izenn

    switch-sys-tweak and libnx-4.5.0

    Switch-sys-tweak no longer compiles under libnx-4.5.0 correctly. During make, i got the following error: /home/izenn/switch-sys-tweak/src/virtual_controller_service.cpp:43:1: error: 'const SocketInitConfig' has no non-static data member named 'bsdsockets_version' for some reason...
  9. izenn

    Homebrew Project Local Stores

    so that is going to be very environment specific. If you want to be able to write to the directory both inside and outside the container then you will want the PUID to match what your external uid is. the PUID dictates what the UID is for the abc user (which is what the user is that the...
  10. izenn

    Homebrew Project Local Stores

    for future, the easiest way to get the docker stuff from gitlab is to do a git clone or pull: git clone https://gitlab.com/izenn/nsp-docker.git
  11. izenn

    Homebrew Project Local Stores

    Try pulling a fresh copy of the build.sh script. It looks like your build.sh is a web page instead of a shell script (solely based on the error message)
  12. izenn

    Homebrew Project Local Stores

    the build script in the custom scripts directory isn't running. if you look in volumes, you have the custom-files and games directories re-defined to your proper locations, but not the custom-scripts directory 1671633400 also you need to change NSPINDEXER_EXTPORT in the environment portion to 8002
  13. izenn

    Hacking SWITCH NOOB PARADISE - Ask questions here

    i'll have to give tinwoo a try -- i've seen it mentioned, but have always just stuck with tinfoil. i'm thinking it is trying to check for updates and download a new copy of the titles json -- my thought was to use the atmosphere hosts file and redirect it to my docker container that is handling...
  14. izenn

    Hacking SWITCH NOOB PARADISE - Ask questions here

    does anyone know if SAK creates nsp forwarders in applet mode or in full-ram mode? 1671383567 also -- does anyone know the URL tinfoil is trying to hit? (i'm assuming it is just looking for updates?)
  15. izenn

    Homebrew Project Local Stores

    with all the stores that have been taken down lately, I've been working locally hosted stores. I have them built, dockerized, and tested as much as i can, and now i'm looking for beta testers. the homebrew app store can be found here: https://gitlab.com/izenn/hbas-local the nsp/xci store can...