Linkalho es una aplicación casera que vinculará cuentas NNID offline. Vincula (o desvincula) cuentas existentes para que no pierda sus partidas guardadas. Esta aplicación no crea una cuenta nueva. Si crea una nueva cuenta y desea vincularla, simplemente vuelva a ejecutar la aplicación.
Por qué necesito Linkalho?
Si nunca tuvo problemas con juegos / aplicaciones que no se iniciaron hasta que vincule su cuenta de usuario de Switch y nunca experimentó problemas con ciertos títulos atascados en la Actualización de datos del juego o ciertos emuladores oficiales que le presentan nada más que una pantalla negra en lugar de la selección del juego , entonces no necesitas usar este homebrew.
Installation:
- Place the .nro file in the /switch/linkalho folder of your SDcard.
- Go to the homebrew app and run Linkalho
Reboot to payload
After completing the selected operation, Linkalho will try to find the best way to reboot to an existing payload:
- if the user places a payload file in the application's root (/switch/linkalho/payload.bin)
- if Atmosphere is detected and /atmosphere/reboot_payload.bin exists
- if ReiNX is detected and /ReiNX.bin exists
- if SXOS is detected it will issue a soft-reboot
Usage:
Link all accounts
- Will link all accounts on the console. If any of the existing accounts is already linked, it will be re-linked. This operation creates a backup in /switch/linkalho/backups
Unlink all accounts
- Will remove all NNID linking from any accounts on the console regardless of the NNIDs being officially linked or not. This operation creates a backup in /switch/linkalho/backups
Restore backup
- Restores any previous state from a backup file. The file must be places in /switch/linkalho/restore/restore.zip This operation creates a backup in /switch/linkalho/backups
Create manual backup
- Will create a backup in /switch/linkalho/backups. All linking and unlinking operations will produce a backup before making changes. You should only use this option if you want to manually create a backup!
Credits
- devkitPro for the toolchain!
- natinusala (lib borealis) for the amazing library that mimicks the Switch's original UI and UX
- sebastiandev (zipper wrapper for minizip) for their nice wrapper to the minizip
- Kronos2308 for the help in the initial phases of research.
- SciresM for his "reboot to payload" code and HamletDuFromage for the code contributions
- stick2target for the icon, the beta testing and for supplying crucial files that helped in the creation of the generators.
- boredomisacrime for the beta testing.
by rdmrocha.
Que novedades incluye la versión 2.0
Released
- Introducción de la posibilidad de que el usuario seleccione qué cuentas se vincularán/desvincularán
- Introducción de la posibilidad de que el usuario seleccione el país que se inyectará en el perfil vinculado
- Los generadores ahora se alimentan de la configuración del sistema para obtener la configuración de la configuración regional y de la zona horaria en lugar de inyectar las codificadas.
- Refactorización general del código