FirmwareDownloader: Unterschied zwischen den Versionen

Aus The Homebrew Cloud
Zur Navigation springenZur Suche springen
(create)
 
(Deutsche Übersetzung)
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.
+
'''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 7:
 
! 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
Zeile 34: Zeile 34:
 
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]]
+
[[Kategorie:Nintendo 3DS]]
[[Category:Tools]]
+
[[Kategorie:Tools (3DS)]]
[[Category:machinamentum]]
+
[[Kategorie:machinamentum]]

Version vom 3. November 2017, 17:48 Uhr

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).