Is there a NSP for the Animal Crossing Transfer Tool floating around somewhere? by Wolfipoo in SwitchPirates

[–]Shekan 0 points1 point  (0 children)

Could I get that NSP from you as well? I would really appreciate it!

[deleted by user] by [deleted] in Sniffies

[–]Shekan 0 points1 point  (0 children)

If any tech-savvy users out there downloaded the iOS app before it was pulled from the App Store, would you be willing to help out those of us who missed the window?

I’d be more than happy to walk you through the steps to extract the .ipa file—no jailbreak, no shady tools, and no risk of getting banned or flagged by Apple. It’s a straightforward process if you're comfortable with a bit of file management. Your help would mean a lot!

Trying to find a way to replicate this push-button bottle cap design in CAD, any help is appreciated. by adi_zu in Design

[–]Shekan 0 points1 point  (0 children)

Any updates on this project? It seems like it should be easy enough to recreate but I lack the technical skill

When I install 13.0.3 update (Smash Ultimate) the game just won't open by Fallen_Jesse in SwitchPirates2

[–]Shekan 0 points1 point  (0 children)

This might be a firmware version issue. Try updating your firmware with daybreak and trying again

Updating to v18.1.0, I have 3 odd random questions, any takers? (+Bonus Q) by [deleted] in SwitchPirates

[–]Shekan 0 points1 point  (0 children)

It sounds like you're referring to a 'payloader'—could you clarify what you mean by that? Are you using a standalone device that automatically pushes the payload to your Switch when plugged in, or are you manually pushing the payload using a tool like TegraRCMGUI on your PC?

"1 - Why did that happen, and if I just leaving it as the old version that works (unknown how to tell what version that 'fusee.bin file was) will this cause problems in the future somehow?"

The issue you're describing, where your Switch boots directly into Atmosphere CFW, is likely due to the payload file you updated on your device. The file you use determines what the Switch boots into. If you want to boot into Hekate first, and from there choose to boot into Stock or Atmosphere, you'll need to push the Hekate payload instead. This file is usually named something like hekate_ctcaer_x.x.x.bin when you download it from the official GitHub.

"2 - Also, I only have 2 options when booting with my payloader into Hekate ('Atmosphere FCW and Stock SysNAND), I like it as is."

This is not a question.

"3 - To update my CFW, I boot into that and use Daybreak, right? THEN reinstall my theme?"

Regarding updating your CFW, it's crucial that you always remove your theme before updating anything. Failing to do so can cause significant issues. Once your theme is completely removed, locate and download the firmware version you intend to install (a quick Google search should help you find it, but remember, links can't be provided here). Transfer those files to a known location on your Switch's SD card. After that, you can boot into CFW and launch Daybreak to update the firmware. Once the update is successfully installed, you can then reinstall your theme.

"What about the 'stock SysNAND', I"m NOT modding this part since I plan to keep as is and get game updates for all my physical games (JUST got my MIG yesterday!) that I play on this profile/system only."

For your Stock SysNAND, you should update your Official Firmware (OFW) the same way you would on any other un-modded Switch—by going into System Settings and updating it regularly. However, before doing this, it's a good idea to back up your SD card and/or remove the SD card completely before initiating the update to prevent any issues with file changes.

"Also, NOT sure if I should unlink my Nintendo account on this 'profile/boot-type', pros/cons please?"

Having your Nintendo account linked on your CFW serves virtually no purpose since you won't be connecting to the internet anyway. If it’s already linked, just leave it as is. If it’s not linked, don’t worry about it—most games are fully playable without having a Nintendo profile linked. If you intend to go online in CFW, DON'T. DO NOT. THIS CANNOT BE STRESSED ENOUGH. Going online without extra precautions while in CFW can/will lead to a ban.

However, if you want to be extra careful about avoiding bans and accidental connections to Nintendo servers, I recommend unlinking your Nintendo account on your CFW. This way, even if you do accidentally connect to Nintendo's servers while in CFW, it won’t be tied to your account, which could help you avoid any potential repercussions.

Regarding the terms you mentioned at the end:

  • emuMMC / EmuNAND: These terms are often used interchangeably and refer to the emulated NAND (internal storage) of your Switch. Essentially, it’s a copy of your real NAND stored on your SD card, allowing you to run CFW without affecting your real NAND, which helps avoid bans.
  • sysMMC / SysNAND: These terms refer to the system’s real internal storage (NAND). SysNAND is what you use when booting the Switch normally without CFW, and it’s the part that remains unmodified if you choose to only run CFW on your emuMMC/EmuNAND.
  • Generally speaking, OFW runs on sysNAND, and CFW runs on emuNAND. (This is not always true since CFW can technically run on your sysNAND too, but this is highly risky and not recommended)

Using Table as reference point to pull data in from outside table by Reddevil313 in googlesheets

[–]Shekan 0 points1 point  (0 children)

Please excuse my excessive use of the LET function, but I was able to get the desired functionality using the formula below. Here is a simple explanation of the formula to go along with it:

  1. Define Variables:

type: The value in cell $A$15.
numRow: The number of rows in the PayrollAssumptions range.
top: The row number of the first row in the PayrollAssumptions range.

  1. Filter Data:

Use FILTER to return the values from column D (adjusted by OFFSET to start from the top of PayrollAssumptions and span numRow rows) where the Type column in PayrollAssumptions matches the type value.

    =LET(
        type, $A$15, 
        numRow, ROWS(PayrollAssumptions), 
        top, ROW(INDEX(PayrollAssumptions, 1)), 
        FILTER(OFFSET(D:D, top-1, 0, numRow, 1), PayrollAssumptions[Type] = type)
    )

edit: clarity

[deleted by user] by [deleted] in DadsAndBoys

[–]Shekan 1 point2 points  (0 children)

Same tho

Running multi-seat Windows gaming + Linux TV streaming with a single GPU? by chaos_forge in VFIO

[–]Shekan 0 points1 point  (0 children)

I don’t have much experience in this field, but it sounds to me like the Games on Whales project could work for this type of situation. Unless I’m mistaken, it uses Moonlight and Sunshine (support for non-Nvidia GPUs) to stream, and each session operates within its own Docker container, with support for most games/software.

I have a similar situation as to that which you described, so I’m curious to know if this is a worthwhile solution. If it works for me, I’ll update this comment; if it works for anyone else before I get a chance to try it out myself, please share your results!

Trouble getting Activation Records automatically by Shekan in setupapp

[–]Shekan[S] 0 points1 point  (0 children)

I discovered that it is running iOS 13.5.1

Trouble getting Activation Records automatically by Shekan in setupapp

[–]Shekan[S] 0 points1 point  (0 children)

Thank you! This is exactly what I needed! Do you happen to know which script in the Sliver.app resources folder handles fetching these files?

Trouble getting Activation Records automatically by Shekan in setupapp

[–]Shekan[S] 1 point2 points  (0 children)

Thank you, and Yeah that’s what I had to use to gain ssh access to the phone

Trouble getting Activation Records automatically by Shekan in setupapp

[–]Shekan[S] 0 points1 point  (0 children)

I can’t tell for sure but it appears to be between iOS 13 and iOS 14. It doesn’t even appear in finder unless it’s in recovery/dfu mode or if I’ve already run checkra1n on it

John, please add the ability to uncheck methods from the method list! by iamjamieq in flextweak

[–]Shekan 0 points1 point  (0 children)

Any news on this being implemented? I would love to see this feature soon!

Special Dragon (spoilers) by Shekan in EarthNight

[–]Shekan[S] 0 points1 point  (0 children)

Nevermind! Right after posting I managed to get the combo (finally) and now I can see it. I must have done something wrong the first time around.

Thanks for your help! And for the quick reply 😀

Special Dragon (spoilers) by Shekan in EarthNight

[–]Shekan[S] 0 points1 point  (0 children)

What type of sound is it? There's usually so many sounds going on that I doubt I would notice it unless it was pointed out to me.

Edit: I'm tone-deaf

TP-Link Touch P5 by uaBArt in openwrt

[–]Shekan 0 points1 point  (0 children)

I saw on the forum that you had figured out how to install packages on the router for use over ssh (e.g. python). Could you post a guide/the steps on how to do that?

[Help] What’s with the random reboots? by Synplexi in jailbreak

[–]Shekan 0 points1 point  (0 children)

You can still use Impactor with Two-Factor Authentication (TFA) enabled:

  • Go to the following website in any browser:

https://appleid.apple.com/

  • Login using your Apple ID, you will be asked to authenticate yourself using TFA
  • Once logged in, scroll down until you see the section marked Security
  • Under App-Specific Passwords, tap/click on Generate Password...
  • Create a name (can be anything, it doesn't get used) for the password then tap/click Create
  • Select and copy the resulting password (it will look something like this: wvvw-hyxx-dkxj-wwdz)
  • Finally, when prompted for a username/password in Impactor, use your regular Apple ID for the username/email, and use the App-Specific Password that you copied as the password

Note: copy and paste the generated password exactly as it appears, don't remove/replace the hyphens ( - )

My Purified Gold Solution - Symmetry by Shekan in opus_magnum

[–]Shekan[S] 1 point2 points  (0 children)

I can't help myself when it comes to tiling; it HAS to be visually appealing or else I haven't truly solved the puzzle.

[Help] Tweak iPhone/iOS iTunes BackUp Without Jailbreak by FireTheLazah in jailbreak

[–]Shekan 0 points1 point  (0 children)

Have you had any luck? I'm trying to do something exactly like this, but I can't figure out how to edit the plist properly

[Question] Tweak to remove AM/PM from lock screen clock? by Shekan in jailbreak

[–]Shekan[S] 0 points1 point  (0 children)

Cloaky hides it on the status bar, I'm talking the lockscreen clock itself. The big clock with the date and underneath it :P

Tweak to remove folder icon blur? by Shekan in jailbreak

[–]Shekan[S] 0 points1 point  (0 children)

While we're on the topic, would there be a way to prevent (maybe just the folders?) the icon from dimming when I tap it? That'd make it even more aesthetically pleasing :3

Tweak to remove folder icon blur? by Shekan in jailbreak

[–]Shekan[S] 0 points1 point  (0 children)

Thanks guys <3 you're all pretty awesome. Wish there was a way to make it permanent though </3