More actions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|lastupdated=2017/07/01 | |lastupdated=2017/07/01 | ||
|type=Utilities | |type=Utilities | ||
|version=1. | |version=1.10/11 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/3dfetch.7z | ||
|website=https://github.com/yyualice/3dfetch | |website=https://github.com/yyualice/3dfetch | ||
|source=https://github.com/yyualice/3dfetch | |source=https://github.com/yyualice/3dfetch | ||
}} | }} | ||
3dfetch is a 3DS homebrew application that can display varies information of your 3DS in pretty colors. | 3dfetch is a 3DS homebrew application that can display varies information of your 3DS in pretty colors. | ||
Line 27: | Line 27: | ||
==Installation== | ==Installation== | ||
===Installing=== | ===Installing=== | ||
Available as a CIA/QR code. | Available as a CIA/QR code. | ||
Copy .cia to your SD card and intall it with the CIA manager of your choice. Or you can get it on TitleDB within [[FBI 3DS|FBI]]. | Copy .cia to your SD card and intall it with the CIA manager of your choice. Or you can get it on TitleDB within [[FBI 3DS|FBI]]. | ||
Line 37: | Line 37: | ||
* A fork of lpp-3ds found [https://github.com/daedreth/lpp-3ds here] which includes expanded functionality. It is advised to use the compiled binary (lpp-3ds.elf) included in the repository. | * A fork of lpp-3ds found [https://github.com/daedreth/lpp-3ds here] which includes expanded functionality. It is advised to use the compiled binary (lpp-3ds.elf) included in the repository. | ||
To compile: | |||
* CIA - Run <code>make</code> to build an installable CIA-file. | |||
* 3DSX - Run <code>make 3dfetch.3dsx</code> instead and merge the <code>/3ds</code> folder with the one on your SD card. | |||
* Network-sent 3DSX - If you would like to have 3dfetch be sent via network to your console, open up Homebrew Launcher, press <code>Y</code> and run <code>make 3dsx</code> instead. | |||
==User guide== | ==User guide== | ||
Line 62: | Line 61: | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/ | https://dlhb.gamebrew.org/3dshomebrews/3dfetch2.png | ||
==Changelog== | ==Changelog== | ||
Line 75: | Line 74: | ||
* Added detection for RX Tools CFW. | * Added detection for RX Tools CFW. | ||
* Added detection for Rei CFW. | * Added detection for Rei CFW. | ||
==External links== | |||
* GitHub - https://github.com/aliceinpalth/3dfetch | |||
[[Category:3DS homebrew applications]] | [[Category:3DS homebrew applications]] | ||
[[Category:Homebrew utility applications on 3DS]] | [[Category:Homebrew utility applications on 3DS]] |
Revision as of 06:46, 30 October 2021
3dfetch | |
---|---|
File:3dfetch.jpeg | |
General | |
Author | aliceinpalth |
Type | Utilities |
Version | 1.10/11 |
License | Mixed |
Last Updated | 2017/07/01 |
Links | |
Download | |
Website | |
Source | |
3dfetch is a 3DS homebrew application that can display varies information of your 3DS in pretty colors.
Similar to Linux's screenfetch script, but unsigned and executed on a Nintendo 3DS. RSF file based off of this dummy RSF. Mainly developed as a method for learning 3DS homebrew toolkits, libraries, and build environments.
Features
- Pretty colors.
- Cycle through text colors using the d-pad, and background colors using the L and R buttons.
- Press the A button to take a screenshot, saved to the SD card root as 3dfetch_day_month_year_x.jpg.
- All information dynamically grabbed from 3DS' hardware.
- New 3DS and old 3DS compatible.
- Press select for a configuration menu.
- Use in tandem with imgurup-3ds for an easy sharing experience.
Installation
Installing
Available as a CIA/QR code.
Copy .cia to your SD card and intall it with the CIA manager of your choice. Or you can get it on TitleDB within FBI.
Building
- makerom to create the CIA.
- 3ds-tool to recompile the ROM filesystem.
- bannertool to create the banner and icon files.
- A fork of lpp-3ds found here which includes expanded functionality. It is advised to use the compiled binary (lpp-3ds.elf) included in the repository.
To compile:
- CIA - Run
make
to build an installable CIA-file. - 3DSX - Run
make 3dfetch.3dsx
instead and merge the/3ds
folder with the one on your SD card. - Network-sent 3DSX - If you would like to have 3dfetch be sent via network to your console, open up Homebrew Launcher, press
Y
and runmake 3dsx
instead.
User guide
Configuration
3dfetch can optionally be configured by creating a file at the root of your SD card called 3dfetch.conf. At present, the following options are available:
- showAnimation:true | false - Enable/disable the little shell animation on startup.
- showSplash:true | false - Enable/disable the CFW splash on the bottom.
- showCFW:true | false to Enable/disable CFW detection.
You can also use the configuration menu within the homebrew. All changes to the configuration are saved in a config file.
Controls
A - Take screenshots
D-Pad - Cycle through text colors
L/R - Change background colors
Select - Config menu
Screenshots
Changelog
v1.10/11 2017/07/01
- (1.11) Fixed white background not being properly available.
- Added a pretty animation to simulate typing a shell command.
- Cycling left text colors now additionally cycles the CFW logo color.
- Exact battery percentage is shown.
- Luma CFW now displays the version number with it.
- Added detection for Cakes CFW.
- Added detection for Corbenik CFW.
- Added detection for RX Tools CFW.
- Added detection for Rei CFW.