FirmwareDownloader: Unterschied zwischen den Versionen

Aus The Homebrew Cloud
Zur Navigation springenZur Suche springen
(create)
 
(Download-URL geändert)
 
(5 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
'''FirmwareDownloader''' is an open source 3DS homebrew app for downloading system update titles from NUS directly to the console (packed in CIA format). Based on code from 3DNUS and make_cdn_cia. License is GPL to comply with the usage of make_cdn_cia code. The code is simple enough to be integrated into a CIA installer to have a complete, but more flexible, alternative to the official system updater.
+
{{Infobox Homebrew
 +
  |System = 3DS
 +
  |Entwickler = machinamentum
 +
  |Kategorie = Tool
 +
  |Lizenz = Unbekannt
 +
  |Quellcode = https://github.com/machinamentum/FirmwareDownloader
 +
}}
 +
'''FirmwareDownloader''' ist eine Open Source 3DS-Homebrew zum Herunterladen von Systemupdates vom NUS (Nintendo Update Server) im CIA-Format. Basierend auf dem Code von [[3DNUS]] und [[CTR_Toolkit|make_cdn_cia]]. Da der NUS nicht viele der vorinstallierten Firmwares hostet, kann derzeit kein vollständiges Update Pack für eine Regionsänderung heruntergeladen werden.
  
=Versions=
+
=Versionen=
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
Zeile 7: Zeile 14:
 
! scope="col"| Release
 
! scope="col"| Release
 
! scope="col"| Download
 
! scope="col"| Download
! scope="col"| File / Size
+
! scope="col"| Datei / Größe
! scope="col"| Source
+
! scope="col"| Quelle
 
|-
 
|-
 
! scope="row"| 0.2
 
! scope="row"| 0.2
 
| 04. April 2016
 
| 04. April 2016
| [[File:Download button.png|center|link=http://code.ponywave.de/workspace/thc/3DS/Tools/FirmwareDownloader/FirmwareDownloader-0.2.zip]]
+
| [[Datei:Download button.png|center|link=https://ddl.homebrew.cloud/3DS/Tools/FirmwareDownloader/FirmwareDownloader-0.2.zip]]
 
| ZIP / 263KB
 
| ZIP / 263KB
 
| [https://github.com/machinamentum/FirmwareDownloader/releases/tag/0.2 GitHub.com]
 
| [https://github.com/machinamentum/FirmwareDownloader/releases/tag/0.2 GitHub.com]
Zeile 18: Zeile 25:
 
! scope="row"| 0.1
 
! scope="row"| 0.1
 
| 04. April 2016
 
| 04. April 2016
| [[File:Download button.png|center|link=http://code.ponywave.de/workspace/thc/3DS/Tools/FirmwareDownloader/FirmwareDownloader-0.1.zip]]
+
| [[Datei:Download button.png|center|link=https://ddl.homebrew.cloud/3DS/Tools/FirmwareDownloader/FirmwareDownloader-0.1.zip]]
 
| ZIP / 262KB
 
| ZIP / 262KB
 
| [https://github.com/machinamentum/FirmwareDownloader/releases/tag/0.1 GitHub.com]
 
| [https://github.com/machinamentum/FirmwareDownloader/releases/tag/0.1 GitHub.com]
Zeile 33: Zeile 40:
 
Controls: LEFT/RIGHT move cursor. UP/DOWN change value. START exit from menu.
 
Controls: LEFT/RIGHT move cursor. UP/DOWN change value. START exit from menu.
 
When downloading, the app doesn't check input again until all titles have been downloaded, so the only way to exit is L+R+DOWN+B (on hax versions that support this).</pre>
 
When downloading, the app doesn't check input again until all titles have been downloaded, so the only way to exit is L+R+DOWN+B (on hax versions that support this).</pre>
 
[[Category:Nintendo 3DS]]
 
[[Category:Tools]]
 
[[Category:machinamentum]]
 

Aktuelle Version vom 3. März 2019, 20:25 Uhr

FirmwareDownloader
Allgemein
Nintendo 3DS
Entwickler machinamentum
Kategorie Tool
Lizenz Unbekannt
Links
Quellcode

FirmwareDownloader ist eine Open Source 3DS-Homebrew zum Herunterladen von Systemupdates vom NUS (Nintendo Update Server) im CIA-Format. Basierend auf dem Code von 3DNUS und make_cdn_cia. Da der NUS nicht viele der vorinstallierten Firmwares hostet, kann derzeit kein vollständiges Update Pack für eine Regionsänderung heruntergeladen werden.

Versionen

Version Release Download Datei / Größe Quelle
0.2 04. April 2016
Download button.png
ZIP / 263KB GitHub.com
0.1 04. April 2016
Download button.png
ZIP / 262KB GitHub.com

Changelog

v0.2

Fixes a crash when trying to download Old3DS firmware files.

v0.1

Initial release. Attempts to download all available titles for chosen firmware. 404s are skipped. Firmwares are downloaded to /3ds/FirmwareDownloader/updates/_/<firmware_version>.
CTR = Old3DS, KTR = New3DS.

Controls: LEFT/RIGHT move cursor. UP/DOWN change value. START exit from menu.
When downloading, the app doesn't check input again until all titles have been downloaded, so the only way to exit is L+R+DOWN+B (on hax versions that support this).