More actions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
|source=https://github.com/ksanislo/QRWebLoader | |source=https://github.com/ksanislo/QRWebLoader | ||
}} | }} | ||
{{Obsolete}} | |||
QR Web Loader is a homebrew application that allows you to download and install 3DS .cia files at the same time. | |||
It will download and install whatever file you make a QR code link for. You can make QR codes from [http://ctrlq.org/qrcode CTRLQ.org] or any other site or phone app that produces standard QR codes. | |||
'''Note:''' Deprecated. [[FBO 3DS|FBI]] >= 2.2.1 can now handle QR installs natively. | |||
== | ==Installation== | ||
Install the .cia with a CIA manager of your choice. | |||
The QR code must contain only the URL, which must be accessible via a standard HTTP or HTTPS GET. Github release file links work as expected, as will any other website where you can get a direct link to the file that doesn't go through a splash page that requires javascript. | If you have a previous version of QR Web Loader, you can upgrade by scanning [https://github.com/ksanislo/QRWebLoader/releases/tag/0.8.0 this QR block] with the old version. | ||
==User guide== | |||
Point CAM1 (rear facing, right side) at a QR code containing the URL of the .cia you would like to install. | |||
Usually about 9" away works well for a QR of normal size, but your device may differ. | |||
The QR code must contain only the URL, which must be accessible via a standard HTTP or HTTPS GET. | |||
Github release file links work as expected, as will any other website where you can get a direct link to the file that doesn't go through a splash page that requires javascript. | |||
Direct download and install from Mega.nz is now also supported, just make a QR code with a direct .cia file link. Support for folders isn't yet implemented. | Direct download and install from Mega.nz is now also supported, just make a QR code with a direct .cia file link. Support for folders isn't yet implemented. | ||
==Changelog== | |||
'''0.8.0''' | |||
* Big codebase refactor. | |||
* The ability to expand support to additional file sharing services. | |||
* Mega.nz support. | |||
'''0.7.0''' | |||
* | * Video is now displayed from the camera, with a simple feedback when locating a QR code. | ||
* | * Error handling has been cleaned up to avoid freezing. | ||
* | * TitleId is checked to ensure it is a 3DS .cia file. | ||
'''0.6.1''' | |||
* Starting with this release, https:// support is fully functional. | |||
* All future versions will require at least 0.6.1 installed to upgrade via QR scan, it no longer links to my own private server to avoid SSL. | |||
'''0.6.0''' | |||
* This version introduces a fully functional self update using Web-Updater (auto installed if missing). | |||
==External links== | |||
* GitHub - https://github.com/ksanislo/QRWebLoader | |||
* GBAtemp - https://gbatemp.net/threads/release-qr-web-installer-cia-installer.416243 | |||
[[Category:3DS homebrew applications]] | |||
[[Category:3DS homebrew system tools]] | |||
Revision as of 00:15, 31 Ocak 2022
QR Web Installer | |
---|---|
File:QR-Web-Installer.jpeg | |
General | |
Author | ksanislo |
Type | System Tools |
Version | 0.8.0 |
License | Mixed |
Last Updated | 2016/03/21 |
Links | |
Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
QR Web Loader is a homebrew application that allows you to download and install 3DS .cia files at the same time.
It will download and install whatever file you make a QR code link for. You can make QR codes from CTRLQ.org or any other site or phone app that produces standard QR codes.
Note: Deprecated. FBI >= 2.2.1 can now handle QR installs natively.
Installation
Install the .cia with a CIA manager of your choice.
If you have a previous version of QR Web Loader, you can upgrade by scanning this QR block with the old version.
User guide
Point CAM1 (rear facing, right side) at a QR code containing the URL of the .cia you would like to install.
Usually about 9" away works well for a QR of normal size, but your device may differ.
The QR code must contain only the URL, which must be accessible via a standard HTTP or HTTPS GET.
Github release file links work as expected, as will any other website where you can get a direct link to the file that doesn't go through a splash page that requires javascript.
Direct download and install from Mega.nz is now also supported, just make a QR code with a direct .cia file link. Support for folders isn't yet implemented.
Changelog
0.8.0
- Big codebase refactor.
- The ability to expand support to additional file sharing services.
- Mega.nz support.
0.7.0
- Video is now displayed from the camera, with a simple feedback when locating a QR code.
- Error handling has been cleaned up to avoid freezing.
- TitleId is checked to ensure it is a 3DS .cia file.
0.6.1
- Starting with this release, https:// support is fully functional.
- All future versions will require at least 0.6.1 installed to upgrade via QR scan, it no longer links to my own private server to avoid SSL.
0.6.0
- This version introduces a fully functional self update using Web-Updater (auto installed if missing).