u/hawk1024

noled v2.0: vita slim night owls rejoice!
▲ 143 r/vitahacks

noled v2.0: vita slim night owls rejoice!

8 years later, it's done! 🎉

(download link below)

The dreaded green power LED on the Vita 2000 - that little floodlight whose only job was to announce, at eye-searing brightness, glowing up the room's ceiling, that the console you are actively holding is indeed switched on - can finally be turned off. People have been asking for this since 2018, but it stayed unsolved, because the slim's power led isn't wired like the other LEDs.

It turned out it was never reachable via GPIO - it hangs off the syscon MCU ("Ernie"), which drives it from its own power/charge policy. The off switch is a completely different path: sceSysconCtrlLedBlinkType2 (syscon command 0x89F), found by systematically probing the syscon LED command surface on real hardware, one command at a time. (Full disclosure on the how: I did this with a lot of help from Claude - Opus spent weeks going in circles, then Fable traced the right command family and cracked it in a day of hardware sessions.)

It's now a drop-in fork of noled:

  • power LED off whenever the console is on - finally distraction-free play in the dark
  • orange charging indication preserved (also in standby)
  • the plugin re-applies itself after wakeup from standby
  • vita 1000 autodetected - keeps the classic noled behavior

Install: drop noled.skprx into ur0:tai/, add it under *KERNEL in your taiHEN config.txt, reboot. No config file needed; uninstalling restores everything stock.

Download: https://github.com/falkenhawk/noled/releases/

Full research write-up (syscon LED command reference, the LED state model, and every dead end so nobody has to repeat them): https://github.com/falkenhawk/noled/blob/master/docs/pch2000-power-led-research.md

All credit to xerpi and rereprep for the original plugin.

edit: v2.1 is out, see comment below

u/hawk1024 — 1 day ago
▲ 115 r/vitahacks

Save Keeper - back up and sync saves via Google Drive

I wanted my saves to be easily transferable between my Vita and PS TV, so I made this.

What it does

  • timestamped ZIP snapshots of Vita, game card, and PSP/Adrenaline saves
  • uploads them to a "PSV Saves" folder in your own Google Drive - no third-party servers, and the app can only see files it created itself
  • any of your devices can pull down and restore a snapshot uploaded by another one
  • game grid with real titles and icons, Vita / Homebrew / PSP tabs, sorting by name / last saved / last synced
  • Google sign-in by scanning a QR code with your phone - no typing on the Vita, and the sign-in persists
  • before any restore, the current save is snapshotted automatically (content-matched, so no duplicate snapshots pile up) - restoring can't lose anything
  • progress bars for transfers, follows your system Cross/Circle confirm setting, Japanese titles render properly

Download / source / guide

Credits: JKSV for the backup model inspiration, VitaSmith and xyzz for the code that lets homebrew read the Vita's app database (game titles and icons), Project Nayuki for the QR code generator, and the VitaSDK team.

u/hawk1024 — 1 day ago