Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AutoLoader 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = AutoLoader | image = https://dlhb.gamebrew.org/3dshomebrew/AutoLoader.jpeg|250px | type = System Tools | version = 0.7.0 | licence = Mixed | a...")
 
m (Text replacement - "Category:3DS homebrew system tools" to "")
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = AutoLoader
|title=AutoLoader
| image = https://dlhb.gamebrew.org/3dshomebrew/AutoLoader.jpeg|250px
|image=Autoloader3ds2.png
| type = System Tools
|description=Download CIA from URL and install.
| version = 0.7.0
|author=ksanislo
| licence = Mixed
|lastupdated=2016/03/07
| author = ksanislo
|type=System Tools
| website = https://github.com/ksanislo/AutoLoader
|version=0.7.0
| download = https://dlhb.gamebrew.org/3dshomebrew/AutoLoader-3DS.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/AutoLoader-3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/autoloader3ds.7z
|website=https://github.com/ksanislo/AutoLoader
|source=https://github.com/ksanislo/AutoLoader
}}
}}
<youtube></youtube>
{{Obsolete}}


= AutoLoader =
AutoLoader, formerly named web-updater, is an automated 3DS CIA installer/updater that operates from a web backend.
Automated 3DS CIA installer/updater that operates from a web backend To use with your own app, write the URL to the sd card as /autoloader.url and APT_DoAppJump() over. This requires my fork of [https://github.com/ksanislo/citrus/ citrus] which provides an overloaded version of ctr::app::install() that can accept an httpcContext.
 
To use with your own app, write the URL to the sd card as /autoloader.url and APT_DoAppJump() over.  
 
This requires the author's fork of [https://github.com/ksanislo/citrus/ citrus] which provides an overloaded version of ctr::app::install() that can accept an httpcContext.
 
==Changelog==
'''AutoLoader 0.7.0'''
* Renamed the project.
* Lots of error handling cleanup to avoid lockups.
* A simple check to make sure we're only trying to load 3DS files.
 
'''web-updater 0.6.1'''
* This version brings fully functional https:// url support.
* All certificate checking is disabled so self-signed certs will also be accepted.
 
'''web-updater 0.6.0'''
* This version works with QRWebLoader >= v.0.5.2.
* The url is no longer hardcoded and can now be operated by third party apps, write a url to the file sdmc:/web-updater.url and jump to this app.
 
==External links==
* GitHub - https://github.com/ksanislo/AutoLoader
* Reddit - https://www.reddit.com/r/3dshacks/comments/4dc2cf/comment/d1psnyw/?utm_source=share&utm_medium=web2x&context=3

Latest revision as of 05:16, 6 Mayıs 2024

AutoLoader
Autoloader3ds2.png
General
Authorksanislo
TypeSystem Tools
Version0.7.0
LicenseMixed
Last Updated2016/03/07
Links
Download
Website
Source

AutoLoader, formerly named web-updater, is an automated 3DS CIA installer/updater that operates from a web backend.

To use with your own app, write the URL to the sd card as /autoloader.url and APT_DoAppJump() over.

This requires the author's fork of citrus which provides an overloaded version of ctr::app::install() that can accept an httpcContext.

Changelog

AutoLoader 0.7.0

  • Renamed the project.
  • Lots of error handling cleanup to avoid lockups.
  • A simple check to make sure we're only trying to load 3DS files.

web-updater 0.6.1

  • This version brings fully functional https:// url support.
  • All certificate checking is disabled so self-signed certs will also be accepted.

web-updater 0.6.0

  • This version works with QRWebLoader >= v.0.5.2.
  • The url is no longer hardcoded and can now be operated by third party apps, write a url to the file sdmc:/web-updater.url and jump to this app.

External links

Advertising: