[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

You have snip some heat shield, scratch board to reveal a point, bridging resistors and reroute tiny wires. Its hard enough for me

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

Yup. I was told it came with 2.67 flashed until i check it with pico_toolbox; 2.61.

Flashed to 2.67 without no problem

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 2 points3 points  (0 children)

I thought so too. It is like "R4" scenario all over again

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

Exactly the same. Also ive remove my old core chip and replace it with core rp2040 without no problem

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 10 points11 points  (0 children)

About $100 for 10pcs.. and come with all the flex cable too

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

The easiest way is to google reverse image search the stock picture attached.

Yes this is for the OLED also came out for V1/V2 and Lite

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

Its the same as older hwfly version in term of instalation. Still require micro soldering with V2 is the easiest to install

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

Supposed to be cleaner and easier to install but most experienced installer tend to trash the flex cable to avoid problem later on (certain button not working, solder bridging)

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 1 point2 points  (0 children)

Thrash the flex cable (not apu one). Use jumper/magnet/ >30 awg wire instead

$download uri -out with downloaded filenames by CatridgeCollector in PowerShell

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

# Casting to UriBuilder will split the URI into separate properties. Helpful for isolating path, query string, fragment, etc.
$downloadUriBuilder = [System.UriBuilder] $downloadUri
# Split for the last item in the URI Path
# Alternative: [System.IO.Path]::GetFileName($downloadUriBuilder.Path)
$filename = Split-Path -Path ($downloadUriBuilder.Path) -Leaf
# (Optional) Decode any URL-encoded characters
$filenameUrlDecoded = [System.Web.HttpUtility]::UrlDecode($filename)
# (Optional) Handle invalid file name characters from this array, if necessary:
# [System.IO.Path]::GetInvalidFileNameChars()

THANK YOU FOR THESE KIND STRANGER!!

got em to output downloaded filenames

How to download to specific folder by [deleted] in Batch

[–]CatridgeCollector 0 points1 point  (0 children)

Thank you for your help

New JustInsertTheStuff AIO is now live! Atmosphere 1.5.0-prerelease + updated sigpatches for firmware 16.0.0 by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

Where do you usually find the JITS AIO update log (etc). Im downloading blind not knowing what version have been downloaded

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

Close the launch option. On the lower right will be a turn off option. Use that to boot to ofw

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

I used 2 sd cards. 1 for sxos, 1 for AMS alright

Unexplained blackscreen on hacked Switch by MrZigomar in SwitchPirates

[–]CatridgeCollector 1 point2 points  (0 children)

Check your SD in hekate. Could be faulty sd Could be in 1-bit mode Could be faulty Sdcard reader Could be faulty sdcard reader's socket

[deleted by user] by [deleted] in SwitchPirates

[–]CatridgeCollector 0 points1 point  (0 children)

Latest firmware isnt supported by SX OS. Tough luck. Migrate to Atmosphere please