Recent content by HeikesFootSlave

  1. HeikesFootSlave

    Hacking Custom Boot Logo for Switch

    Yes the second logo from AMS that you get if you compile atmosphere yourself and change the boot_splash_screen_notext.inc file. In my case the logo is still big (526x100, original is 256x256) and the file looks like this before the array part: constexpr size_t SplashScreenX = 377; constexpr...
  2. HeikesFootSlave

    Hacking Custom Boot Logo for Switch

    Please don't use a image big like that because the loading time of ams increases a LOT! Take a small Logo/picture and put that array into boot_splash_screen_notext.inc, and tell that file your image size and the coordinates where it should be shown. Even if your file is mostly black with a...
  3. HeikesFootSlave

    Hacking Custom Boot Logo for Switch

    It's in this thread! Post 370 here https://gbatemp.net/threads/custom-boot-logo-for-switch.569031/post-9941051
  4. HeikesFootSlave

    Hacking Custom Boot Logo for Switch

    It's not a image like you think, it's made just with digits in atmosphere source. There is a tutorial in gbatemp.net how to make your own. But you have to compile atmosphere source yourself and use that.
  5. HeikesFootSlave

    Homebrew RELEASE IconGrabber - Custom game icons & Theme Teaser

    sys-tweak is installed? (needed)
  6. HeikesFootSlave

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Really? Question is answered xxx times and last time just 7 (seven) posts above your question! OMG no one is willing to read... :wacko:
  7. HeikesFootSlave

    Hacking Custom Boot Logo for Switch

    Hope it's correct :unsure:
  8. HeikesFootSlave

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Do you use the Applet Version of it = NSP and Self-installer DON'T work! And you have to start hbmenu over title-override and not over Album (hb menu Applet Mode) Hope that it works! I don't have any Problems but I am NOT on 19 bc = for what reason???
  9. HeikesFootSlave

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    This is my "default.txt" : # Nintendo telemetry servers 127.0.0.1 receive-%.dg.srv.nintendo.net receive-%.er.srv.nintendo.net 127.0.0.1 sun.hac.lp1.d4c.nintendo.net 127.0.0.1 atumn.hac.lp1.d4c.nintendo.net And this "emummc.txt" : # NINTENDO GLOBAL BLOCK 127.0.0.1 nintendo.* 127.0.0.1...
  10. HeikesFootSlave

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Ha, nice! That is my list 😂 (made by me and parts of psxtools.de forum 👍 I changed it bc HB-Appstore doesn't work if you take this list! Also it is way to long! The whole part with all the Google analytics and tracking was to have less announcements and promotions with the YouTube app on...
  11. HeikesFootSlave

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Do you mean debug_flag? Better set Debug_flag=0 (instead of 1) Debug_flag_off=0 I took @impeeza 's ini like he posted it with sys-patch 1.5.3 and anything is fine! Maybe I just misunderstood something bc it's too much input in this thread 😁
  12. HeikesFootSlave

    Homebrew Homebrew app Project New TinWoo Installer

    I would like to ask the same as @impeeza ! Could I be one of your friends please, to share German version? 😁😁😁 Best regards to you from Germany 👍
  13. HeikesFootSlave

    Hacking Custom Boot Logo for Switch

    Because PIL is deprecated it's better to uninstall it (if it should be "somewhere") pip uninstall PIL then pip install Pillow
  14. HeikesFootSlave

    Hacking Custom Boot Logo for Switch

    @Flasheure Don't have to! @chronoss provided you with the complete code of that file!
  15. HeikesFootSlave

    Hacking Discussion Info on SHA-256 hashes on FS patches

    First: thanks to @mrdude for the app! Now I have a question about your python script: is it still possible to make all the patches you need today? The program is great no question, but what is the solution for making sigpatches on Linux? And because python should work everywhere I would use...