2023-04-08 23:08:31 +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" >
2023-06-07 22:08:10 +02:00
<!-- begin _includes/seo.html --> < title > Instalando boot9strap (Frogtool) - 3DS Hacks Guide< / title >
2023-04-08 23:08:31 +02:00
< 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" >
2023-06-07 22:08:10 +02:00
< meta property = "og:title" content = "Instalando boot9strap (Frogtool)" >
2023-04-08 23:08:31 +02:00
< meta property = "og:url" content = "https://3ds.hacks.guide/pt_BR/installing-boot9strap-(frogtool).html" >
< meta property = "og:description" content = "A complete guide to 3DS custom firmware" >
< link rel = "canonical" href = "https://3ds.hacks.guide/pt_BR/installing-boot9strap-(frogtool).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": "Esta página usa cookies para mostrar o atual progresso da guia na barra lateral e, desta forma melhorar o site."
}
})});
< / 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 = "/pt_BR/" > Página Inicial< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/faq" > FAQ< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/troubleshooting" > Troubleshooting< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/checking-for-cfw" > Checando por CFW< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/godmode9-usage" > Utilização do GodMode9< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/contribute" > Contribuir< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/region-changing" > Mudança de Região< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/uninstall-cfw" > Desinstalar CFW< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/credits" > Créditos< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/pt_BR/site-navigation" > Navegação do Site< / 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/installing-boot9strap-(frogtool).html" > English< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/es_ES/installing-boot9strap-(frogtool).html" > Español< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/de_DE/installing-boot9strap-(frogtool).html" > Deutsch< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/fr_FR/installing-boot9strap-(frogtool).html" > Français< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/it_IT/installing-boot9strap-(frogtool).html" > Italiano< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/nl_NL/installing-boot9strap-(frogtool).html" > Nederlands< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/pt_BR/installing-boot9strap-(frogtool).html" > Português do Brasil< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/pt_PT/installing - boot9strap - (frogtool).html">Português (Portugal)</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ru_RU/installing - boot9strap - (frogtool).html">Русский</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/zh_CN/installing-boot9strap-(frogtool).html" > 简体中文< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/zh_TW/installing-boot9strap-(frogtool).html" > 繁體中文< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/pl_PL/installing - boot9strap - (frogtool).html">Polski</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/tr_TR/installing - boot9strap - (frogtool).html">Türkçe</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/vi_VN/installing - boot9strap - (frogtool).html">Tiếng Việt</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ca_ES/installing - boot9strap - (frogtool).html">Català</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/el_GR/installing - boot9strap - (frogtool).html">Ελληνικά</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/he_IL/installing - boot9strap - (frogtool).html">עברית</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/sv_SE/installing - boot9strap - (frogtool).html">Svenska</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/ko_KR/installing-boot9strap-(frogtool).html" > 한국어< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/no_NO/installing - boot9strap - (frogtool).html">Norsk</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ja_JP/installing - boot9strap - (frogtool).html">日本語</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ar_SA/installing - boot9strap - (frogtool).html">اللغة العربية</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/hu_HU/installing-boot9strap-(frogtool).html" > Magyar< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ro_RO/installing - boot9strap - (frogtool).html">Română</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/sr_SP/installing - boot9strap - (frogtool).html">Српски</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/af_ZA/installing - boot9strap - (frogtool).html">Afrikaans</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ms_MY/installing - boot9strap - (frogtool).html">Bahasa Melayu</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/fi_FI/installing - boot9strap - (frogtool).html">Suomi</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/da_DK/installing - boot9strap - (frogtool).html">Dansk</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/uk_UA/installing - boot9strap - (frogtool).html">Українська</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/cs_CZ/installing - boot9strap - (frogtool).html">Čeština</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/en_PT/installing - boot9strap - (frogtool).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" > Progresso Geral< / span >
< ol >
< li style = "display: none;" data-name = "home" > < a href = '/pt_BR/' > Página Inicial< / a > < / li >
< li style = "display: none;" data-name = "key-information" > < a href = '/pt_BR/key-information' > Informação Importante< / a > < / li >
< li style = "display: none;" data-name = "get-started" > < a href = '/pt_BR/get-started' > Começando< / a > < / li >
2023-05-27 04:01:12 +02:00
< li style = "display: none;" data-name = "updating-firmware-(new-3ds)" > < a href = '/pt_BR/updating-firmware-(new-3ds)' > Atualizando o Firmware (New 3DS)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-05-27 04:01:12 +02:00
< li style = "display: none;" data-name = "updating-firmware-(kor)" > < a href = '/pt_BR/updating-firmware-(kor)' > Atualizando o Firmware (KOR)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-05-27 04:01:12 +02:00
< li style = "display: none;" data-name = "updating-firmware-(twn)" > < a href = '/pt_BR/updating-firmware-(twn)' > Atualizando o Firmware (TWN)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-05-27 04:01:12 +02:00
< li style = "display: none;" data-name = "ntrboot" > < a href = '/pt_BR/ntrboot' > ntrboot< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "alternate-exploits" > < a href = '/pt_BR/alternate-exploits' > Exploits Alternativos< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "seedminer" > < a href = '/pt_BR/seedminer' > Seedminer< / a > < / li >
2023-05-27 04:01:12 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "seedminer-(alternate)" > < a href = '/pt_BR/seedminer-(alternate)' > Seedminer (Alternativo)< / a > < / li >
2023-05-27 04:01:12 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "seedminer-(mii)" > < a href = '/pt_BR/seedminer-(mii)' > Seedminer (Mii)< / a > < / li >
2023-05-27 04:01:12 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "seedminer-(twn)" > < a href = '/pt_BR/seedminer-(twn)' > Seedminer (TWN)< / a > < / li >
2023-05-27 04:01:12 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "bannerbomb3" > < a href = '/pt_BR/bannerbomb3' > BannerBomb3< / a > < / li >
2023-05-27 04:01:12 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "bannerbomb3-(legacy)" > < a href = '/pt_BR/bannerbomb3-(legacy)' > BannerBomb3 (Legado)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "homebrew-launcher-(ninjhax2-dx)" > < a href = '/pt_BR/homebrew-launcher-(ninjhax2-dx)' > Homebrew Launcher (ninjhax2-dx)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "homebrew-launcher-(pichaxx)" > < a href = '/pt_BR/homebrew-launcher-(pichaxx)' > Homebrew Launcher (PicHaxx)< / a > < / li >
2023-05-27 04:01:12 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "homebrew-launcher-(smilehax-iie)" > < a href = '/pt_BR/homebrew-launcher-(smilehax-iie)' > Homebrew Launcher (smilehax-IIe)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "homebrew-launcher-(steelhax)" > < a href = '/pt_BR/homebrew-launcher-(steelhax)' > Homebrew Launcher (Steelhax)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "homebrew-launcher-(super-skaterhax)" > < a href = '/pt_BR/homebrew-launcher-(super-skaterhax)' > Homebrew Launcher (super-skaterhax)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "dumping-eshop-dsiware" > < a href = '/pt_BR/dumping-eshop-dsiware' > Dumping da eShop DSiWare< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "dumping-movable-(nimhax)" > < a href = '/pt_BR/dumping-movable-(nimhax)' > Dumping da Movable (nimhax)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "multiple-options" > < i > (Várias Opções)< / i > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(3ds-single-system)" > < a href = '/pt_BR/flashing-ntrboot-(3ds-single-system)' > Flashing ntrboot (Único 3DS)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(3ds-multi-system)" > < a href = '/pt_BR/flashing-ntrboot-(3ds-multi-system)' > Flashing ntrboot (Múltiplos 3DS)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(dsi)" > < a href = '/pt_BR/flashing-ntrboot-(dsi)' > Flashing ntrboot (DSi)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "flashing-ntrboot-(nds)" > < a href = '/pt_BR/flashing-ntrboot-(nds)' > Flashing ntrboot (NDS)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-06 14:29:30 +02:00
< li style = "display: none;" data-name = "bannerbomb3-fredtool-(twn)" > < a href = '/pt_BR/bannerbomb3-fredtool-(twn)' > BannerBomb3 + Fredtool (TWN)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(hardmod)" > < a href = '/pt_BR/installing-boot9strap-(hardmod)' > Instalando boot9strap (Hardmod)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(hbl-usm)" > < a href = '/pt_BR/installing-boot9strap-(hbl-usm)' > Instalando boot9strap (HBL-USM)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(ntrboot)" > < a href = '/pt_BR/installing-boot9strap-(ntrboot)' > Instalando boot9strap (ntrboot)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(soundhax)" > < a href = '/pt_BR/installing-boot9strap-(soundhax)' > Instalando boot9strap (Soundhax)< / a > < / li >
2023-04-08 23:08:31 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(safecerthax)" > < a href = '/pt_BR/installing-boot9strap-(safecerthax)' > Instalando boot9strap (safecerthax)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(ssloth-browser)" > < a href = '/pt_BR/installing-boot9strap-(ssloth-browser)' > Instalando boot9strap (SSLoth-Browser)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(fredtool)" > < a href = '/pt_BR/installing-boot9strap-(fredtool)' > Instalando boot9strap (Fredtool)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(fredtool-inject)" > < a href = '/pt_BR/installing-boot9strap-(fredtool-inject)' > Instalando boot9strap (Fredtool-Inject)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(fredtool-legacy)" > < a href = '/pt_BR/installing-boot9strap-(fredtool-legacy)' > Instalando boot9strap (Fredtool, Legado)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(usm)" > < a href = '/pt_BR/installing-boot9strap-(usm)' > Instalando boot9strap (USM)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(kartdlphax)" > < a href = '/pt_BR/installing-boot9strap-(kartdlphax)' > Instalando boot9strap (kartdlphax)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "installing-boot9strap-(frogtool)" > < a href = '/pt_BR/installing-boot9strap-(frogtool)' > Instalando boot9strap (Frogtool)< / a > < / li >
2023-06-06 14:29:30 +02:00
2023-06-07 22:08:10 +02:00
< li style = "display: none;" data-name = "finalizing-setup" > < a href = '/pt_BR/finalizing-setup' > Finalizando a Instalação< / a > < / li >
2023-04-08 23:08:31 +02:00
< / ol >
< / li >
< / ul >
< / nav >
< / div >
< article class = "page" itemscope itemtype = "https://schema.org/CreativeWork" >
2023-06-07 22:08:10 +02:00
< meta itemprop = "headline" content = "Instalando boot9strap (Frogtool)" >
2023-04-08 23:08:31 +02:00
< div class = "page__inner-wrap" >
< header >
2023-06-07 22:08:10 +02:00
< h1 id = "page-title" class = "page__title" itemprop = "headline" > Instalando boot9strap (Frogtool)
2023-04-08 23:08:31 +02:00
< / h1 >
< / header >
< section class = "page__content" itemprop = "text" >
< hr >
< div class = "notice" > < b > Para suporte em Inglês, peça ajuda no < a href = "https://discord.gg/MWxPgEp" > Discord do Nintendo Homebrew< / a > .< / b > < / div >
< div class = "notice" > < b > Se você gostou deste guia, nós aceitamos < a href = "contribute#donations" > Doações< / a > .< / b > < / div >
< hr >
< aside class = "sidebar__right" >
< nav class = "toc" >
< header > < h4 class = "nav__title" > < i class = "fas fa-file-alt" > < / i > Tabela de Conteúdo< / h4 > < / header >
< ul class = "toc__menu" id = "markdown-toc" >
< li > < a href = "#o-que-é-necessário" id = "markdown-toc-o-que-é-necessário" > O que é necessário< / a > < ul >
< li > < a href = "#seção-i---checando-por-cfw" id = "markdown-toc-seção-i---checando-por-cfw" > Seção I - Checando por CFW< / a > < / li >
< / ul >
< / li >
< li > < a href = "#seção-ii---preparação" id = "markdown-toc-seção-ii---preparação" > Seção II - Preparação< / a > < ul >
2023-04-15 09:56:05 +02:00
< li > < a href = "#seção-iii---aplicando-patches-no-ds-download-play" id = "markdown-toc-seção-iii---aplicando-patches-no-ds-download-play" > Seção III - Aplicando patches no DS Download Play< / a > < / li >
< li > < a href = "#seção-iv---exploit-do-flipnote" id = "markdown-toc-seção-iv---exploit-do-flipnote" > Seção IV - Exploit do Flipnote< / a > < / li >
2023-04-08 23:08:31 +02:00
< li > < a href = "#seção-vi---configuração-do-luma3ds" id = "markdown-toc-seção-vi---configuração-do-luma3ds" > Seção VI - Configuração do Luma3DS< / a > < / li >
< li > < a href = "#seção-vii---restaurando-as-configurações-de-conexão-ds" id = "markdown-toc-seção-vii---restaurando-as-configurações-de-conexão-ds" > Seção VII - Restaurando as Configurações de Conexão DS< / a > < / li >
< / ul >
< / li >
< li > < a href = "#continue-para-finalizando-a-instalação" id = "markdown-toc-continue-para-finalizando-a-instalação" > Continue para Finalizando a instalação< / a > < / li >
< / ul >
< / nav >
< / aside >
< details class = "notice--info" >
< summary > < em > Detalhes técnicos (opcional)< / em > < / summary >
2023-04-15 09:56:05 +02:00
< p > Para obter detalhes técnicos sobre os exploits que você estará usando nesta página, consulte “DSiWare_Exports CTCert verification” e “FIRM partitions known-plaintext” < a href = "https://www.3dbrew.org/wiki/3DS_System_Flaws" > aqui< / a > .< / p >
2023-04-08 23:08:31 +02:00
< / details >
2023-04-15 09:56:05 +02:00
< p class = "notice--warning" > Para usar o link < a href = "https://wikipedia.org/wiki/Magnet_URI_scheme" > magnet< / a > para < code class = "language-plaintext highlighter-rouge" > frogcert.bin< / code > nesta página, você precisará de um cliente de torrent como < a href = "https://www.qbittorrent.org/download.php" > qBittorrent< / a > ou < a href = "http://dev.deluge-torrent.org/wiki/Download" > Deluge< / a > . < br / >
2023-06-13 17:52:26 +02:00
If you are unable to install one, follow < a href = "bannerbomb3" > BannerBomb3< / a > instead.< / p >
2023-04-08 23:08:31 +02:00
< h3 id = "o-que-é-necessário" > O que é necessário< / h3 >
< ul >
2023-04-15 09:56:05 +02:00
< li > Seu arquivo < code class = "language-plaintext highlighter-rouge" > movable.sed< / code > de completar o Seedminer ou nimhax na raiz do seu cartão SD< / li >
< li > < i class = "fa fa-magnet" aria-hidden = "true" title = "Este é um link magnético. Use um client de torrent para baixar o arquivo." > < / i > < a href = "magnet:?xt=urn:btih:d12278ea50bb3574f1fbd327f3d0e2292c70941f&dn=frogcert.bin&tr=https%3a%2f%2ftracker.fastdownload.xyz%3a443%2fannounce&tr=https%3a%2f%2fopentracker.xyz%3a443%2fannounce&tr=http%3a%2f%2fopen.trackerlist.xyz%3a80%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2fopen.demonii.si%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.port443.xyz%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.vanitycore.co%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fthetracker.org%3a80%2fannounce&tr=http%3a%2f%2ftorrent.nwps.ws%3a80%2fannounce&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.iamhansen.xyz%3a2000%2fannounce&tr=udp%3a%2f%2fbt.xxx-tracker.com%3a2710%2fannounce&tr=http%3a%2f%2f0d.kebhana.mx%3a443%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker4.itzmx.com%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.justseed.it%3a1337%2fannounce&tr=http%3a%2f%2ftherightsize.net%3a1337%2fannounce&tr=udp%3a%2f%2fretracker.hotplug.ru%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.internetwarriors.net%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2800%2fannounce&tr=https%3a%2f%2f2.track.ga%3a443%2fannounce&tr=udp%3a%2f%2fbigfoot1942.sektori.org%3a6969%2fannounce" > frogcert.bin< / a > (magnet link)< / li >
< li > A versão mais recente do < a href = "https://github.com/zoogie/Frogtool/releases/latest" > Frogtool< / a > < / li >
< li > A versão mais recente do < a href = "https://github.com/zoogie/b9sTool/releases/latest" > b9sTool< / a > < / li >
2023-04-08 23:08:31 +02:00
< / ul >
< h4 id = "seção-i---checando-por-cfw" > Seção I - Checando por CFW< / h4 >
< p > Como uma medida de segurança adicional, realizaremos uma verificação adicional de custom firmware. Isso é porque usar esse método quando custom firmware já está instalado tem o risco de danificar o console (renderizando-o sem métodos de recuperação como < a href = "ntrboot" > ntrboot< / a > ).< / p >
< ol >
2023-06-09 21:15:54 +02:00
< li > Desligue seu console< / li >
2023-04-08 23:08:31 +02:00
< li > Segure o botão (Select)< / li >
2023-06-09 21:15:54 +02:00
< li > Power on your console while still holding the (Select) button< / li >
2023-04-08 23:08:31 +02:00
< li > Se a verificação foi bem-sucedida, você iniciará no Menu HOME e poderá prosseguir com este guia< / li >
2023-06-09 21:15:54 +02:00
< li > Desligue seu console< / li >
2023-04-08 23:08:31 +02:00
< / ol >
2023-06-09 21:15:54 +02:00
< p class = "notice--danger" > If you see a configuration menu or the console immediately powers off, you already have CFW, and continuing with these instructions may BRICK your console! Siga < a href = "checking-for-cfw" > Checando por CFW< / a > para atualizar o seu CFW existente.< / p >
2023-04-08 23:08:31 +02:00
< h3 id = "seção-ii---preparação" > Seção II - Preparação< / h3 >
< ol >
2023-06-09 21:15:54 +02:00
< li > Desligue seu console< / li >
2023-04-08 23:08:31 +02:00
< li > Insira o cartão SD no seu computador< / li >
< li > Copie < code class = "language-plaintext highlighter-rouge" > boot.firm< / code > e < code class = "language-plaintext highlighter-rouge" > boot.3dsx< / code > do < code class = "language-plaintext highlighter-rouge" > .zip< / code > do Luma3DS para a raiz do seu cartão SD< / li >
2023-04-15 09:56:05 +02:00
< li > Copie < code class = "language-plaintext highlighter-rouge" > boot.nds< / code > (b9sTool) do b9sTool < code class = "language-plaintext highlighter-rouge" > .zip< / code > para a raiz do seu cartão SD< / li >
< li > Copie < code class = "language-plaintext highlighter-rouge" > Frogtool.3dsx< / code > para a pasta < code class = "language-plaintext highlighter-rouge" > /3ds/< / code > no seu cartão SD< / li >
< li > Copie < code class = "language-plaintext highlighter-rouge" > frogcert.bin< / code > para a raiz do seu cartão SD< / li >
2023-06-09 21:15:54 +02:00
< li > Reinsira o cartão SD no seu console< / li >
< li > Power on your console< / li >
2023-04-08 23:08:31 +02:00
< / ol >
2023-04-15 09:56:05 +02:00
< h4 id = "seção-iii---aplicando-patches-no-ds-download-play" > Seção III - Aplicando patches no DS Download Play< / h4 >
2023-04-08 23:08:31 +02:00
< ol >
2023-04-15 09:56:05 +02:00
< li > Abra o Homebrew Launcher através do seu método de escolha (provavelmente o Navegador de Internet)< / li >
< li > Abra o Frogtool da lista de homebrew< / li >
< li > Selecione a opção “INJECT patched DS Download Play”< / li >
< li > Frogtool irá automaticamente rodar e injetar a versão JPN do Flipnote Studio em seu DS Download Play< / li >
< li > Quando esta operação terminar, leia as telas e verifique se o processo foi bem sucedido< / li >
< li > Toque na tela de toque e então selecione “BOOT patched DS Download Play”< / li >
2023-06-09 21:15:54 +02:00
< li > If the exploit was successful, your console will have loaded the JPN version of Flipnote Studio
2023-04-08 23:08:31 +02:00
< ul >
2023-04-15 09:56:05 +02:00
< li > Se você ficar preso em uma tela preta, siga < a href = "https://wiki.hacks.guide/wiki/3DS:TWLFix#Homebrew_Launcher-0" > esta< / a > página e tente novamente< / li >
2023-04-08 23:08:31 +02:00
< / ul >
< / li >
< / ol >
2023-04-15 09:56:05 +02:00
< h4 id = "seção-iv---exploit-do-flipnote" > Seção IV - Exploit do Flipnote< / h4 >
2023-04-08 23:08:31 +02:00
< p class = "notice--info" > Caso você prefira um guia visual para esta seção, há um disponível < a href = "https://zoogie.github.io/web/flipnote_directions/" > aqui< / a > .< / p >
2023-05-24 21:13:05 +02:00
< p > Nesta seção, você executará uma série de passos muito específicos dentro do Flipnote Studio que, quando executado corretamente, irá iniciar o b9sTool, o instalador do boot9strap (custom firmware).< / p >
2023-04-08 23:08:31 +02:00
< ol >
< li > Complete o processo inicial do jogo até você chegar no menu principal
< ul >
< li > Selecione a opção da esquerda sempre que solicitado durante o processo de instalação< / li >
2023-05-24 21:13:05 +02:00
< li > Se você encontrar um problema ao fazer essa seção, < a href = "troubleshooting#installing-boot9strap-fredtool" > confira este guia de troubleshooting< / a > para seu erro< / li >
2023-04-08 23:08:31 +02:00
< / ul >
< / li >
< li > Usando a touch-screen, selecione a caixa grande da esquerda, então selecione a caixa com um ícone do cartão SD< / li >
< li > Quando o menu carregar, selecione o ícone do rosto, então o ícone no canto inferior direito para continuar< / li >
< li > Aperte (X) ou (CIMA) no D-Pad dependendo do que for mostrado na tela superior< / li >
< li > Selecione o segundo botão no topo com um ícone de rolo de filme< / li >
< li > Role até o rolo “3/3” ser selecionado< / li >
< li > Toque na terceira caixa com a letra “A” nela< / li >
< li > Role à esquerda até o rolo “1/3” ser selecionado< / li >
< li > Toque na quarta caixa com a letra “A” nela< / li >
2023-06-09 21:15:54 +02:00
< li > If the exploit was successful, your console will have loaded b9sTool< / li >
2023-04-08 23:08:31 +02:00
< li > Usando os botões direcionais, mova para “Install boot9strap”
< ul >
2023-06-07 22:08:10 +02:00
< li > Se você perder este passo, o sistema irá sair para o Menu HOME ao invés de instalar o boot9strap e você precisará abrir o DS Download Play e reiniciar essa seção desde o início< / li >
2023-04-08 23:08:31 +02:00
< / ul >
< / li >
< li > Pressione (A), depois pressione START e SELECT ao mesmo tempo para iniciar o processo< / li >
2023-06-09 21:15:54 +02:00
< li > Once completed and the bottom screen says “done.”, exit b9sTool, then power off your console
2023-04-08 23:08:31 +02:00
< ul >
< li > Você pode ter que forçar o desligamento segurando o botão POWER< / li >
2023-06-09 21:15:54 +02:00
< li > If your console shuts down when you try to power it on, ensure that you have copied < code class = "language-plaintext highlighter-rouge" > boot.firm< / code > from the Luma3DS < code class = "language-plaintext highlighter-rouge" > .zip< / code > to the root of your SD card< / li >
< li > If you see the Luma Configuration screen, power off your console and continue to the next section< / li >
2023-04-08 23:08:31 +02:00
< / ul >
< / li >
< / ol >
< h4 id = "seção-vi---configuração-do-luma3ds" > Seção VI - Configuração do Luma3DS< / h4 >
< ol >
2023-06-09 21:15:54 +02:00
< li > Press and hold (Select), and while holding (Select), power on your console< / li >
< li > Your console should have booted into the Luma3DS configuration menu
2023-04-08 23:08:31 +02:00
< ul >
< li > O menu de configuração do Luma3DS são configurações para o custom firmware do Luma3DS. Muitas dessas configurações podem ser úteis para personalização ou depuração< / li >
< li > Para o propósito deste guia, < strong > deixe essas opções nas configurações padrão< / strong > (não marque ou desmarque nada)< / li >
2023-06-09 21:15:54 +02:00
< li > If your console shuts down when you try to power it on, ensure that you have copied < code class = "language-plaintext highlighter-rouge" > boot.firm< / code > from the Luma3DS < code class = "language-plaintext highlighter-rouge" > .zip< / code > to the root of your SD card< / li >
2023-04-08 23:08:31 +02:00
< / ul >
< / li >
< li > Aperte (Start) para salvar e reiniciar< / li >
< / ol >
< p > A partir deste momento, o seu console iniciará no Luma3DS por padrão.< / p >
< ul >
< li > O Luma3DS não é diferente do HOME Menu normal. Se seu console foi inicializado no Menu HOME, ele está executando custom firmware.< / li >
< li > Na próxima página, você irá instalar aplicativos homebrew úteis para concluir sua instalação.< / li >
< / ul >
< h4 id = "seção-vii---restaurando-as-configurações-de-conexão-ds" > Seção VII - Restaurando as Configurações de Conexão DS< / h4 >
< ol >
< li > Inicie o aplicativo Download Play< / li >
< li > Aguarde até que você veja os dois botões
< ul >
< li > Não pressione nenhum dos botões< / li >
< / ul >
< / li >
< li > Aperte (Gatilho Esquerdo) + (D-pad pra baixo) + (Select) ao mesmo tempo para abrir o menu Rosalina< / li >
< li > Selecione “Miscellaneous options”< / li >
< li > Selecione “Switch the hb. title to the current app.”< / li >
< li > Aperte (B) para continuar< / li >
< li > Aperte (B) para retornar para o menu principal do Rosalina< / li >
< li > Aperte (B) para sair do menu do Rosalina< / li >
< li > Aperte (Home), depois feche o Download Play< / li >
< li > Reinicie o aplicativo Download Play< / li >
2023-06-09 21:15:54 +02:00
< li > Your console should load the Homebrew Launcher< / li >
2023-04-15 09:56:05 +02:00
< li > Abra o Frogtool da lista de homebrew< / li >
< li > Selecione a opção “RESTORE patched DS Download Play”< / li >
< li > Quando esta operação terminar, leia as telas e verifique se o processo foi bem sucedido
2023-04-08 23:08:31 +02:00
< ul >
2023-04-15 09:56:05 +02:00
< li > Se houver erros ou arquivos faltando, corrija o problema e tente novamente< / li >
2023-04-08 23:08:31 +02:00
< / ul >
< / li >
2023-04-15 09:56:05 +02:00
< li > Se o processo foi bem sucedido, toque na tela e pressione START para sair< / li >
2023-06-09 21:15:54 +02:00
< li > Desligue seu console< / li >
2023-04-08 23:08:31 +02:00
< / ol >
< hr / >
< h3 class = "notice--primary" id = "continue-para-finalizando-a-instalação" > Continue para < a href = "finalizing-setup" > Finalizando a instalação< / a > < / h3 >
< / 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" > Navegação do Site< / a > - < a href = "privacy-policy" > Política de Privacidade< / 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. -->
2023-04-15 07:28:49 +02:00
< script >
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-86465881-1','auto');
ga('set', 'anonymizeIp', false);
ga('send','pageview')
< / script >
< script src = "https://www.google-analytics.com/analytics.js" async > < / script >
2023-04-08 23:08:31 +02:00
< / body >
< / html >