2023-04-03 19:08:28 +02:00
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<!-- for guide purposes all caching is removed and is separately built. -->
< html lang = "en" class = "no-js" >
< head >
< meta charset = "utf-8" >
<!-- begin _includes/seo.html --> < title > 完成安裝 - 3DS Hacks Guide< / title >
< meta name = "description" content = "A complete guide to 3DS custom firmware" >
< meta name = "author" content = "Nintendo Homebrew" >
< meta property = "og:type" content = "website" >
< meta property = "og:locale" content = "en_US" >
< meta property = "og:site_name" content = "3DS Hacks Guide" >
< meta property = "og:title" content = "完成安裝" >
< meta property = "og:url" content = "https://3ds.hacks.guide/zh_TW/finalizing-setup.html" >
< meta property = "og:description" content = "A complete guide to 3DS custom firmware" >
< link rel = "canonical" href = "https://3ds.hacks.guide/zh_TW/finalizing-setup.html" >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Nintendo Homebrew",
"url": "https://3ds.hacks.guide/"
}
< / script >
< meta name = "google-site-verification" content = "jVXoPK_-qzKJp4SScnZYpOIX3yDXfGnAoTBJYixUOwg" / >
< meta name = "msvalidate.01" content = "F3532011519E308583A0A2CAF2DD69E8" >
<!-- end _includes/seo.html -->
< link href = "/feed.xml" type = "application/atom+xml" rel = "alternate" title = "3DS Hacks Guide Feed" >
<!-- https://t.co/dKP3o1e -->
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< script >
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
< / script >
<!-- For all browsers -->
< link rel = "stylesheet" href = "/assets/css/main.css" >
< link rel = "preload" href = "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as = "style" onload = "this.onload=null;this.rel='stylesheet'" >
< noscript > < link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" > < / noscript >
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
< link rel = "apple-touch-icon" sizes = "180x180" href = "/images/apple-touch-icon.png?v=PYEmwKvQAx" >
< link rel = "icon" type = "image/png" href = "/images/favicon-32x32.png?v=PYEmwKvQAx" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "/images/favicon-194x194.png?v=PYEmwKvQAx" sizes = "194x194" >
< link rel = "icon" type = "image/png" href = "/images/android-chrome-192x192.png?v=PYEmwKvQAx" sizes = "192x192" >
< link rel = "icon" type = "image/png" href = "/images/favicon-16x16.png?v=PYEmwKvQAx" sizes = "16x16" >
< link rel = "manifest" href = "/images/manifest.json?v=PYEmwKvQAx" >
< link rel = "mask-icon" href = "/images/safari-pinned-tab.svg?v=PYEmwKvQAx" color = "#2E3440" >
< link rel = "shortcut icon" href = "/images/favicon.ico?v=PYEmwKvQAx" >
< meta name = "apple-mobile-web-app-title" content = "Guide" >
< meta name = "application-name" content = "Guide" >
< meta name = "msapplication-TileColor" content = "#2E3440" >
< meta name = "msapplication-TileImage" content = "/images/mstile-144x144.png?v=PYEmwKvQAx" >
< meta name = "msapplication-config" content = "/images/browserconfig.xml?v=PYEmwKvQAx" >
< meta name = "theme-color" content = "#2E3440" >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" integrity = "sha512-LQ97camar/lOliT/MqjcQs5kWgy6Qz/cCRzzRzUCfv0fotsCTC9ZHXaPQmJV8Xu/PVALfJZ7BDezl5lW3/qBxg==" crossorigin = "anonymous" referrerpolicy = "no-referrer" / >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" integrity = "sha512-yXXqOFjdjHNH1GND+1EO0jbvvebABpzGKD66djnUfiKlYME5HGMUJHoCaeE4D5PTG2YsSJf6dwqyUUvQvS0vaA==" crossorigin = "anonymous" referrerpolicy = "no-referrer" > < / script >
< script >
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#2e3440"
},
"button": {
"background": "#60818f"
}
},
"theme": "edgeless",
"position": "top",
"static": true,
"content": {
"message": "此網站透過 Cookies 來顯示您手冊的操作進度以及提升此網站的使用經驗。"
}
})});
< / script >
<!-- end custom head snippets -->
< / head >
< body class = "layout--single" >
< nav class = "skip-links" >
< ul >
< li > < a href = "#site-nav" class = "screen-reader-shortcut" > Skip to primary navigation< / a > < / li >
< li > < a href = "#main" class = "screen-reader-shortcut" > Skip to content< / a > < / li >
< li > < a href = "#footer" class = "screen-reader-shortcut" > Skip to footer< / a > < / li >
< / ul >
< / nav >
<!-- [if lt IE 9]>
< div class = "notice--danger align-center" style = "margin: 0;" > You are using an < strong > outdated< / strong > browser. Please < a href = "https://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / div >
<![endif]-->
< div class = "masthead" >
< div class = "masthead__inner-wrap" >
< div class = "masthead__menu" >
< nav id = "site-nav" class = "greedy-nav" >
<!-- <a class="site - title" href="/">
3DS Hacks Guide
< / a >
-->
< ul class = "visible-links" >
<!-- modified to use multilang, guide - specific -->
< li class = "masthead__menu-item masthead__menu-item--lg" > < a href = "/zh_TW/" > 首頁< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/faq" > 常見問題 FAQ< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/troubleshooting" > 疑難排解< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/checking-for-cfw" > 檢查自製韌體< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/godmode9-usage" > 如何使用 GodMode9< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/contribute" > 貢獻< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/region-changing" > 區碼變更< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/uninstall-cfw" > 卸載自製韌體< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/credits" > 製作群< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/zh_TW/site-navigation" > 網站導覽< / a > < / li >
<!-- end guide specific -->
< / ul >
<!-- completely redo hidden links for multilang, guide - specific -->
< ul class = "hidden-links links-menu hidden" > < / ul >
< ul class = "hidden-links lang-menu hidden" >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/finalizing-setup.html" > English< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/es_ES/finalizing-setup.html" > Español< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/de_DE/finalizing-setup.html" > Deutsch< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/fr_FR/finalizing-setup.html" > Français< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/it_IT/finalizing-setup.html" > Italiano< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/nl_NL/finalizing-setup.html" > Nederlands< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/pt_BR/finalizing-setup.html" > Português do Brasil< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/pt_PT/finalizing - setup.html">Português (Portugal)</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ru_RU/finalizing - setup.html">Русский</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/zh_CN/finalizing-setup.html" > 简体中文< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/zh_TW/finalizing-setup.html" > 繁體中文< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/pl_PL/finalizing - setup.html">Polski</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/tr_TR/finalizing - setup.html">Türkçe</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/vi_VN/finalizing - setup.html">Tiếng Việt</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ca_ES/finalizing - setup.html">Català</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/el_GR/finalizing - setup.html">Ελληνικά</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/he_IL/finalizing - setup.html">עברית</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/sv_SE/finalizing - setup.html">Svenska</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/ko_KR/finalizing-setup.html" > 한국어< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/no_NO/finalizing - setup.html">Norsk</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ja_JP/finalizing - setup.html">日本語</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ar_SA/finalizing - setup.html">اللغة العربية</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/hu_HU/finalizing-setup.html" > Magyar< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ro_RO/finalizing - setup.html">Română</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/sr_SP/finalizing - setup.html">Српски</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/af_ZA/finalizing - setup.html">Afrikaans</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ms_MY/finalizing - setup.html">Bahasa Melayu</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/fi_FI/finalizing - setup.html">Suomi</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/da_DK/finalizing - setup.html">Dansk</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/uk_UA/finalizing - setup.html">Українська</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/cs_CZ/finalizing - setup.html">Čeština</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/en_PT/finalizing - setup.html">Pirate English</a></li> -->
< / ul >
< button class = "greedy-nav__toggle hidden" type = "button" >
< span class = "visually-hidden" > Toggle Menu< / span >
< div class = "navicon" > < / div >
< / button >
< button class = "greedy-nav__toggle_lang" > < div class = "langicon" > < i class = "fa fa-language fa-lg" aria-hidden = "true" > < / i > < / div > < / button >
< / nav >
< / div >
< / div >
< / div >
< div class = "initial-content" >
< div id = "main" role = "main" >
<!--
< div class = "sidebar sticky" >
< / div >
-->
< div class = "sidebar sticky" style = "display: none;" >
< nav class = "nav__list" >
< input id = "ac-toc" name = "accordion-toc" type = "checkbox" / >
< label for = "ac-toc" > Toggle Menu< / label >
< ul class = "nav__items" >
< li >
< span class = "nav__sub-title" > 整體進度< / span >
< ol >
< li style = "display: none;" data-name = "home" > < a href = '/zh_TW/' > 首頁< / a > < / li >
< li style = "display: none;" data-name = "key-information" > < a href = '/zh_TW/key-information' > Key Information< / a > < / li >
< li style = "display: none;" data-name = "get-started" > < a href = '/zh_TW/get-started' > Get Started< / a > < / li >
< li style = "display: none;" data-name = "ntrboot" > < a href = '/zh_TW/ntrboot' > ntrboot< / a > < / li >
< li style = "display: none;" data-name = "seedminer" > < a href = '/zh_TW/seedminer' > Seedminer< / a > < / li >
< li style = "display: none;" data-name = "seedminer-(twn)" > < a href = '/zh_TW/seedminer-(twn)' > Seedminer (TWN)< / a > < / li >
< li style = "display: none;" data-name = "bannerbomb3" > < a href = '/zh_TW/bannerbomb3' > BannerBomb3< / a > < / li >
< li style = "display: none;" data-name = "multiple-options" > < i > (Multiple Options)< / i > < / li >
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "dumping-movable-(nimhax)" > < a href = '/zh_TW/flashing-ntrboot-(3ds-single-system)' > Flashing ntrboot (3DS Single System)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "multiple-options" > < a href = '/zh_TW/flashing-ntrboot-(3ds-multi-system)' > Flashing ntrboot (3DS Multi System)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(3ds-single-system)" > < a href = '/zh_TW/flashing-ntrboot-(dsi)' > Flashing ntrboot (DSi)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(3ds-multi-system)" > < a href = '/zh_TW/flashing-ntrboot-(nds)' > Flashing ntrboot (NDS)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(dsi)" > < a href = '/zh_TW/homebrew-launcher-(pichaxx)' > Homebrew Launcher (PicHaxx)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(nds)" > < a href = '/zh_TW/bannerbomb3-fredtool-(twn)' > BannerBomb3 + Fredtool (TWN)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "bannerbomb3-fredtool-(twn)" > < a href = '/zh_TW/installing-boot9strap-(hardmod)' > Installing boot9strap (Hardmod)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(hardmod)" > < a href = '/zh_TW/installing-boot9strap-(hbl-usm)' > Installing boot9strap (HBL-USM)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(hbl-usm)" > < a href = '/zh_TW/installing-boot9strap-(ntrboot)' > Installing boot9strap (ntrboot)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(ntrboot)" > < a href = '/zh_TW/installing-boot9strap-(soundhax)' > Installing boot9strap (Soundhax)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(soundhax)" > < a href = '/zh_TW/installing-boot9strap-(ssloth-browser)' > Installing boot9strap (SSLoth-Browser)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(safecerthax)" > < a href = '/zh_TW/installing-boot9strap-(fredtool)' > Installing boot9strap (Fredtool)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(ssloth-browser)" > < a href = '/zh_TW/installing-boot9strap-(usm)' > Installing boot9strap (USM)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(fredtool)" > < a href = '/zh_TW/installing-boot9strap-(kartdlphax)' > Installing boot9strap (kartdlphax)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(usm)" > < a href = '/zh_TW/installing-boot9strap-(hbl-usm)' > Installing boot9strap (HBL-USM)< / a > < / li >
2023-04-03 19:08:28 +02:00
2023-04-07 06:47:57 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(kartdlphax)" > < a href = '/zh_TW/finalizing-setup' > Finalizing Setup< / a > < / li >
2023-04-03 19:08:28 +02:00
< / ol >
< / li >
< / ul >
< / nav >
< / div >
< article class = "page" itemscope itemtype = "https://schema.org/CreativeWork" >
< meta itemprop = "headline" content = "完成安裝" >
< div class = "page__inner-wrap" >
< header >
< h1 id = "page-title" class = "page__title" itemprop = "headline" > 完成安裝
< / h1 >
< / header >
< section class = "page__content" itemprop = "text" >
< hr >
< div class = "notice" > < b > 若需英語支援,請於 < a href = "https://discord.gg/MWxPgEp" > Discord 上的 Nintendo Homebrew 伺服器< / a > 發問。< / b > < / div >
< div class = "notice" > < b > 如果您喜歡本教學,我們很樂意接受< a href = "contribute#donations" > 捐贈< / a > 。< / b > < / div >
< hr >
< aside class = "sidebar__right" >
< nav class = "toc" >
< header > < h4 class = "nav__title" > < i class = "fas fa-file-alt" > < / i > 條目內容< / h4 > < / header >
< ul class = "toc__menu" id = "markdown-toc" >
< li > < a href = "#必讀事項" id = "markdown-toc-必讀事項" > 必讀事項< / a > < / li >
< li > < a href = "#相容性資訊" id = "markdown-toc-相容性資訊" > 相容性資訊< / a > < / li >
< li > < a href = "#必備項目" id = "markdown-toc-必備項目" > 必備項目< / a > < / li >
< li > < a href = "#操作說明" id = "markdown-toc-操作說明" > 操作說明< / a > < ul >
< li > < a href = "#第一節--準備工作" id = "markdown-toc-第一節--準備工作" > 第一節 — 準備工作< / a > < / li >
< li > < a href = "#第二節--更新系統" id = "markdown-toc-第二節--更新系統" > 第二節 — 更新系統< / a > < / li >
< li > < a href = "#第三節--homebrew-launcher" id = "markdown-toc-第三節--homebrew-launcher" > 第三節 — Homebrew Launcher< / a > < / li >
< li > < a href = "#第四節--設定內部時間-rtc-及-dsp" id = "markdown-toc-第四節--設定內部時間-rtc-及-dsp" > 第四節 — 設定內部時間 (RTC) 及 DSP< / a > < / li >
< li > < a href = "#第五節--安裝-cia-檔案" id = "markdown-toc-第五節--安裝-cia-檔案" > 第五節 — 安裝 CIA 檔案< / a > < / li >
< li > < a href = "#第六節--安裝-luma3ds-至-ctrnand" id = "markdown-toc-第六節--安裝-luma3ds-至-ctrnand" > 第六節 — 安裝 Luma3DS 至 CTRNAND< / a > < / li >
< li > < a href = "#第七節--清理-sd-卡" id = "markdown-toc-第七節--清理-sd-卡" > 第七節 — 清理 SD 卡< / a > < / li >
< li > < a href = "#第八節--備份重要檔案" id = "markdown-toc-第八節--備份重要檔案" > 第八節 — 備份重要檔案< / a > < / li >
< / ul >
< / li >
< li > < a href = "#information-and-notes" id = "markdown-toc-information-and-notes" > Information and Notes< / a > < / li >
< / ul >
< / nav >
< / aside >
< h3 id = "必讀事項" > 必讀事項< / h3 >
< p > 在載入完 NAND 的內容後, boot9strap 會自動加載 < code class = "language-plaintext highlighter-rouge" > boot.firm< / code > 中的內容。 在這裡,我們將使用 < a href = "https://github.com/LumaTeam/" > LumaTeam< / a > 的 Luma3DS 來修改我們的主機韌體,好讓我們執行各項自製程式。< / p >
< p > 於本頁面中,我們將替關鍵的系統檔案進行備份並安裝以下自製程式:< / p >
< ul >
< li > < strong > FBI 管理器< / strong > < em > (安裝 CIA 格式的程式)< / em > < / li >
< li > < strong > Anemone3DS< / strong > < em > (安裝自訂主題)< / em > < / li >
< li > < strong > Checkpoint< / strong > < em > (備份及還原 3DS 及 DS 遊戲之存檔)< / em > < / li >
< li > < strong > Universal-Updater< / strong > < em > (自製程式商店,可在 3DS 上透過 Wi-Fi 下載自製程式)< / em > < / li >
< li > < strong > GodMode9< / strong > < em > (多功能工具包,用來處理 NAND 及卡帶的相關功能)< / em > < / li >
< li > < strong > Homebrew Launcher Loader< / strong > < em > (用於啟動 Homebrew Launcher)< / em > < / li >
< / ul >
< p class = "notice--warning" > 建議不要跳過下載以上這些自製軟體,因為它們將在此頁面稍後使用。 在本頁結束時,我們將清理 SD 卡以刪除不必要的安裝檔案。< / p >
< h3 id = "相容性資訊" > 相容性資訊< / h3 >
< p class = "notice--warning" > If your < strong > New 3DS< / strong > was on version 2.1.0 before following this guide, you should < a href = "godmode9-usage#restoring-a-nand-backup" > restore your NAND backup< / a > before continuing. This likely doesn’ t apply to you unless you were following this guide in 2017.< / p >
< p class = "notice--info" > 如果您先前的自製韌體為基於 EmuNAND 的系統,且您希望將您的 EmuNAND/RedNAND 移植至 SysNAND, 請在繼續前進行 < a href = "move-emunand" > 移植 EmuNAND< / a > 頁面中的指示。 如果您不知道 EmuNAND 是什麼的話,這部分大概不適用於您。< / p >
< h3 id = "必備項目" > 必備項目< / h3 >
< ul >
< li > The latest release of < a href = "https://github.com/astronautlevel2/Anemone3DS/releases/latest" > Anemone3DS< / a > (the < code class = "language-plaintext highlighter-rouge" > .cia< / code > file)< / li >
< li > The v3.7.4 release of < a href = "https://github.com/FlagBrew/Checkpoint/releases/tag/v3.7.4" > Checkpoint< / a > (the < code class = "language-plaintext highlighter-rouge" > .cia< / code > file)< / li >
< li > The latest release of < a href = "https://github.com/mariohackandglitch/homebrew_launcher_dummy/releases/latest" > Homebrew Launcher Wrapper< / a > (the < code class = "language-plaintext highlighter-rouge" > .cia< / code > file)< / li >
< li > The latest release of < a href = "https://github.com/Universal-Team/Universal-Updater/releases/latest" > Universal-Updater< / a > (the < code class = "language-plaintext highlighter-rouge" > .cia< / code > file)< / li >
< li > The latest release of < a href = "https://github.com/Steveice10/FBI/releases/latest" > FBI< / a > (< strong > both< / strong > the < code class = "language-plaintext highlighter-rouge" > .cia< / code > and < code class = "language-plaintext highlighter-rouge" > .3dsx< / code > files)< / li >
< li > 最新版的 < a href = "https://github.com/d0k3/GodMode9/releases/latest" > GodMode9< / a > (選擇 GodMode9 < code class = "language-plaintext highlighter-rouge" > .zip< / code > 檔案)< / li >
< / ul >
< h3 id = "操作說明" > 操作說明< / h3 >
< h4 id = "第一節--準備工作" > 第一節 — 準備工作< / h4 >
< p > In this section, you will copy the files necessary to follow the rest of the instructions on this page.< / p >
< ol >
< li > 關閉您的主機< / li >
< li > 將 SD 卡插入至電腦中< / li >
< li > 在 SD 卡的根目錄底下,建立一個新資料夾 < code class = "language-plaintext highlighter-rouge" > cias< / code > < / li >
< li > 複製所有的 CIA 檔案 (< code class = "language-plaintext highlighter-rouge" > Anemone3DS.cia< / code > 、< code class = "language-plaintext highlighter-rouge" > Checkpoint.cia< / code > 、< code class = "language-plaintext highlighter-rouge" > FBI.cia< / code > 、< code class = "language-plaintext highlighter-rouge" > Homebrew_Launcher.cia< / code > 及 < code class = "language-plaintext highlighter-rouge" > Universal-Updater.cia< / code > ) 至 SD 卡中的 < code class = "language-plaintext highlighter-rouge" > /cias/< / code > 資料夾中< / li >
< li > 在 SD 卡的根目錄底下建立一個新資料夾 < code class = "language-plaintext highlighter-rouge" > 3ds< / code >
< ul >
< li > 本資料夾中含有自製程式及其資料;本資料夾與主機自動產生的 < code class = "language-plaintext highlighter-rouge" > Nintendo 3DS< / code > 不一樣< / li >
< / ul >
< / li >
< li > 將 < code class = "language-plaintext highlighter-rouge" > FBI.3dsx< / code > 複製到 SD 卡中的 < code class = "language-plaintext highlighter-rouge" > /3ds/< / code > 資料夾底下< / li >
< li > 在 SD 卡中的 < code class = "language-plaintext highlighter-rouge" > luma< / code > 資料夾中建立一個另一個新資料夾 < code class = "language-plaintext highlighter-rouge" > payloads< / code > < / li >
< li > 解壓 GodMode9 < code class = "language-plaintext highlighter-rouge" > .zip< / code > 中的 < code class = "language-plaintext highlighter-rouge" > GodMode9.firm< / code > 檔案到 SD 卡的 < code class = "language-plaintext highlighter-rouge" > /luma/payloads/< / code > 資料夾中< / li >
< li > 解壓 GodMode9 < code class = "language-plaintext highlighter-rouge" > .zip< / code > 中的 < code class = "language-plaintext highlighter-rouge" > gm9< / code > 資料夾到 SD 卡的根目錄底下< / li >
< li > 將 SD 卡插回主機中< / li >
< li > 啟動您的主機< / li >
< / ol >
< p > The screenshots below indicate the minimum SD card layout that is required to follow this page. 您可能在遵循其他頁面指示中會有一些多的資料夾及檔案在您的 SD 卡中。< / p >
< p class = "notice--info" > < img src = "https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt = "" / > < / p >
< p class = "notice--info" > < img src = "https://3ds.hacks.guide/images/screenshots/godmode9-location.png" alt = "" / > < / p >
< h4 id = "第二節--更新系統" > 第二節 — 更新系統< / h4 >
< p > In this section, you will update your system to the latest version, which is safe to do with custom firmware.< / p >
< ol >
< li > 到主機主選單中更新您的主機,到『系統設置 (System Settings)』、『其他設置 (Other Settings)』底下選擇『系統更新 (System Update)』
< ul >
< li > 在安裝 B9S + Luma 後,進行系統更新是很安全的< / li >
< li > 升級程式可能會告訴你『你的主機已經是最新系统了』而不是繼續升級 如您已經升級到了最新的話,這是正常的;請繼續下面的步驟< / li >
< li > If this gives you an error, set both your DNS settings and Proxy settings to “auto”< / li >
< li > If this still gives you an error, < a href = "troubleshooting#finalizing-setup" > follow this troubleshooting guide< / a > < / li >
< / ul >
< / li >
< / ol >
< h4 id = "第三節--homebrew-launcher" > 第三節 — Homebrew Launcher< / h4 >
< p > In this section, you will temporarily replace Download Play with Homebrew Launcher (which we need to launch FBI). Download Play will automatically go back to normal once you reboot your device.< / p >
< ol >
< li > 啟動『下載通信(Download Play)』程式 (< img src = "https://3ds.hacks.guide/images/download-play-icon.png" alt = "" height = "24px" width = "24px" / > )< / li >
< li > 等到你看到 < code class = "language-plaintext highlighter-rouge" > Nintendo 3DS< / code > 和 < code class = "language-plaintext highlighter-rouge" > Nintendo DS< / code > 按鈕< / li >
< li > 同時按下『L』+『下』+『Select』鍵以啟動 Rosalina 選單< / li >
< li > 選擇『Miscellaneous options』< / li >
< li > 選擇『Switch the hb. title to the current app.』< / li >
< li > 按『B』繼續< / li >
< li > 按『B』回到 Rosalina 主選單< / li >
< li > 按『B』退出 Rosalina 選單< / li >
< li > 按『Home』鍵, 並關閉『下載通信 (Download Play)』程式< / li >
< li > 啟動『下載通信 (Download Play)』程式< / li >
< li > 您的主機應該就會啟動 Homebrew Launcher 了
< ul >
< li > If your device is stuck on the loading splash screen, you are missing < code class = "language-plaintext highlighter-rouge" > boot.3dsx< / code > from the root of your SD card< / li >
< / ul >
< / li >
< / ol >
< h4 id = "第四節--設定內部時間-rtc-及-dsp" > 第四節 — 設定內部時間 (RTC) 及 DSP< / h4 >
< p > In this section, you will sync your 3DS internal clock with the actual time and dump the sound firmware (which is necesssary for some homebrew software to use sound properly).< / p >
< ol >
< li > 同時按下『L』+『下』+『Select』鍵以啟動 Rosalina 選單< / li >
< li > 選擇『Miscellaneous options』< / li >
< li > 選擇『Dump DSP firmware』< / li >
< li > 按『B』繼續< / li >
< li > 選擇『Nullify user time offset』< / li >
< li > 按『B』繼續< / li >
< li > 按『B』回到 Rosalina 主選單< / li >
< li > 按『B』退出 Rosalina 選單< / li >
< / ol >
< h4 id = "第五節--安裝-cia-檔案" > 第五節 — 安裝 CIA 檔案< / h4 >
< p > In this section, you will install several useful homebrew applications to HOME Menu.< / p >
< ol >
< li > 於 Homebrew 清單內啟動 FBI 管理器< / li >
< li > 移動至 < code class = "language-plaintext highlighter-rouge" > SD< / code > -> < code class = "language-plaintext highlighter-rouge" > cias< / code > < / li >
< li > 選擇『< current directory> 』< / li >
< li > 選擇『Install and delete all CIAs』(安裝並刪除所有的 CIA 檔), 並按下『A』確認< / li >
< li > 按『Home』鍵, 並關閉『下載通信 (Download Play)』程式< / li >
< / ol >
< h4 id = "第六節--安裝-luma3ds-至-ctrnand" > 第六節 — 安裝 Luma3DS 至 CTRNAND< / h4 >
< p > In this section, you will use a script to copy some of Luma3DS’ s files to internal memory so that they can be accessed, even without an SD card inserted.< / p >
< ol >
< li > 關閉您的主機< / li >
< li > 按下並按住「Start」鍵, 按住按鈕的同時, 將您的主機開機。 這將會啟動 GodMode9
< ul >
< li > 如果沒有進入 GodMode9, 請確保 < code class = "language-plaintext highlighter-rouge" > GodMode9.firm< / code > 檔案已存在於 < code class = "language-plaintext highlighter-rouge" > /luma/payloads/< / code > 資料夾中,並確保 < code class = "language-plaintext highlighter-rouge" > payload< / code > 沒有拼錯。< / li >
< / ul >
< / li >
< li > 當提示重要檔案備份時, 按下『A』繼續, 並在完畢後按下『A』繼續< / li >
< li > 當提示修正 RTC 日期及時間時, 按『A』繼續並設定日期及時間, 再按『A』繼續< / li >
< li > 按『Home』鍵以叫出主選單< / li >
< li > 選擇『Scripts…』< / li >
< li > 選擇『GM9Megascript』< / li >
< li > 選擇『Scripts from Plailect’ s Guide』< / li >
< li > 選擇『Setup Luma3DS to CTRNAND』< / li >
< li > 如提示時, 按下『A』繼續< / li >
< li > 按『A』解鎖 SysNAND(lvl1)的寫入保護,然後按下提示的按鍵組合< / li >
< li > 按『A』 繼續< / li >
< / ol >
< h4 id = "第七節--清理-sd-卡" > 第七節 — 清理 SD 卡< / h4 >
< p > In this section, you will use a script to remove some unnecessary files from your SD card.< / p >
< ol >
< li > 選擇『Cleanup SD Card』< / li >
< li > 如提示時, 按下『A』繼續< / li >
< li > 按『A』 繼續< / li >
< li > 按『B』回到主選單< / li >
< / ol >
< h4 id = "第八節--備份重要檔案" > 第八節 — 備份重要檔案< / h4 >
< p > In this section, you will make backups of files that can be used to recover from software bricks or to recover data.< / p >
< ol >
< li > 選擇『Backup Options』< / li >
< li > 選擇『SysNAND Backup』< / li >
< li > 按 『A』 確認
< ul >
< li > 此過程將花費一些時間< / li >
< li > If you get an error, look for your issue in the < a href = "troubleshooting#finalizing-setup" > troubleshooting guide< / a > < / li >
< / ul >
< / li >
< li > 按『A』 繼續< / li >
< li > 按『B』回到主選單< / li >
< li > 選擇『Exit』< / li >
< li > 如提示時, 按下『A』取消檔案寫入鎖定< / li >
< li > 移動至 < code class = "language-plaintext highlighter-rouge" > [S:] SYSNAND VIRTUAL< / code > < / li >
< li > 選擇 < code class = "language-plaintext highlighter-rouge" > essential.exefs< / code > , 並按『A』選擇< / li >
< li > 選擇『Copy to 0:/gm9/out』
< ul >
< li > 如果你看到『Destination already exists (目的地有相同檔名的檔案)』, 那麼請選擇『Overwrite file(s) (覆寫檔案)』並按下「A」鍵< / li >
< / ul >
< / li >
< li > 按『A』 繼續< / li >
< li > 按『Home』鍵以叫出主選單< / li >
< li > 選擇「Poweroff system」關機< / li >
< li > 將 SD 卡插入至電腦中< / li >
< li > Copy < code class = "language-plaintext highlighter-rouge" > < date> _< serialnumber> _sysnand_##.bin< / code > , < code class = "language-plaintext highlighter-rouge" > < date> _< serialnumber> _sysnand_##.bin.sha< / code > , and < code class = "language-plaintext highlighter-rouge" > essential.exefs< / code > from the < code class = "language-plaintext highlighter-rouge" > /gm9/out/< / code > folder on your SD card to a safe location on your computer
< ul >
< li > Copy these backups to multiple locations (such as online file storage, an external hard drive, etc.)< / li >
< li > 這些備份檔案可於未來您磚機時用來修復系統檔案< / li >
< / ul >
< / li >
< li > Delete < code class = "language-plaintext highlighter-rouge" > < date> _< serialnumber> _sysnand_##.bin< / code > and < code class = "language-plaintext highlighter-rouge" > < date> _< serialnumber> _sysnand_##.bin.sha< / code > from the < code class = "language-plaintext highlighter-rouge" > /gm9/out/< / code > folder on your SD card after copying it
< ul >
< li > The other backup files are negligible in size and may be kept on your SD card for ease of access< / li >
< / ul >
< / li >
< li > If you have it, copy the < code class = "language-plaintext highlighter-rouge" > /luma/backups/< / code > folder on your SD card to a safe location on your computer< / li >
< li > 將 SD 卡插回主機中< / li >
< li > 啟動您的主機< / li >
< / ol >
< hr / >
< p class = "notice--success" > 大功告成! 您的主機現在已完成安裝自製韌體以及其設定。< / p >
< p class = "notice--info" > Hello! We’ re looking for feedback on the overall experience of following our guide. If you’ d like to help out, check out the survey < a href = "https://forms.gle/vZNoc4QLCz5MEXCK7" > here< / a > (only available in English). Thanks!< / p >
< h3 id = "information-and-notes" > Information and Notes< / h3 >
< div class = "notice--info" >
< p > 以下是你該注意的快捷鍵:< / p >
< ul >
< li > 開機時, 按住『Select』鍵將會進入 Luma3DS 的設定選單。< / li >
< li > 開機時, 按住『Start』鍵將會進入 GodMode9 選單;或者如果你的 < code class = "language-plaintext highlighter-rouge" > /luma/payloads/< / code > 資料夾中有多個 Payload, 則會進入 Luma3DS 加載選單。< / li >
< li > 預設情況下,在 3DS 模式下按住 『L』鍵 +『下』鍵 +『Select』鍵, 將會開啟 Rosalina 選單;在本選單中,你能檢視系統資訊、進行截圖、開啟作弊、及其他功能。 這可以從 Rosalina 選單更改。< / li >
< li > Holding (Start) + (Select) + (X) on boot will make the notification LED show a color for debug purposes. See the < a href = "https://github.com/SciresM/boot9strap/releases/tag/1.4" > changelog< / a > for a list.< / li >
< / ul >
< / div >
< p class = "notice--info" > 有關如何善用自製韌體,請見< a href = "https://3ds.eiphax.tech/tips.html" > 此手冊< / a > 。< / p >
< p class = "notice--info" > 有關如何使用 GodMode9 的各種功能,請見< a href = "godmode9-usage" > GodMode9 用法< / a > 及 < a href = "dumping-titles-and-game-cartridges" > 轉存程式及遊戲卡帶< / a > 頁面。< / p >
< / section >
< footer class = "page__meta" >
< / footer >
< / div >
< / article >
< / div >
< / div >
< div id = "footer" class = "page__footer" >
< footer >
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
< div class = "page__footer-follow" >
< ul class = "social-icons" >
< li > < strong > Follow:< / strong > < / li >
< li > < a href = "https://github.com/hacks-guide/Guide_3DS" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-github" aria-hidden = "true" > < / i > GitHub< / a > < / li >
<!--
< li > < a href = "/feed.xml" > < i class = "fas fa-fw fa-rss-square" aria-hidden = "true" > < / i > Feed< / a > < / li >
< / ul >
-->
< / div >
<!-- custom footer, guide specific -->
< div class = "page__footer-copyright" > © 2023 Nintendo Homebrew. - < a href = "site-navigation" > 網站導覽< / a > - < a href = "privacy-policy" > 隱私權政策< / a > <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal - mistakes - jekyll - theme/" rel="nofollow">Minimal Mistakes</a>. --> < / div >
< / footer >
< / div >
< script src = "/assets/js/main.min.js" > < / script >
<!-- for guide purposes all caching is removed and is separately built. -->
< / body >
< / html >