-
-
Notifications
You must be signed in to change notification settings - Fork 601
File manager
Kyle Reed edited this page May 17, 2023
·
27 revisions
Used to manage files on the SD Card.
- Use the encoder or up and down buttons to move between items.
- Use the select key enter a folder or to select an item to take an action on.
- Use the right button to select a folder to take an action on (e.g. rename a folder).
- Use the left button or select the ".." folder to go up a directory.
A small, blinking arrow on the right indicates that there are more items if you scroll down.
When an item has been selected, the following commands are available in the toolbar.
- Rename - rename the file or folder.
- Delete - delete the file or folder.
- Cut - add the selected item to the clipboard to be moved.
- Copy - add the selected item to the clipboard to be copied.
- Paste - move/copy the content of the clipboard into the current folder.
- New Dir - create a new folder in the current folder.
- New File - create an empty file in the current folder.
- Exit - exit the file manager.
- Capture files (.C16) will have a "partner" .TXT file containing metadata. Renaming or deleting one of the pair will prompt the same action to be applied to the other.
- APRS - holds captures from the APRS app.
- AUDIO - holds captures from the Audio app.
- CAPTURES - holds captures from the Capture app.
- LOGS - holds logs from various apps like Pocsag and Radiosnde.
- SCREENSHOTS - holds screenshots.
- Only the first 100 items in a directory can be shown.
- Cut/Copy/Paste does not work on folders.
- Folders must be empty in order to be deleted.
- Cut/Copy/Paste does not work with "partner" files.
Note
The wiki is incomplete. Please add content and collaborate.
Important
- This is a public wiki. Everything is visible to everyone. Don't use it for personal notes.
- Avoid linking to external tutorials/articles; they may become outdated or contain false information.
How to collaborate
How to ask questions correctly
- First steps
- Usage cautions
- Intended use and Legality
- Features
- PortaPack Versions (which one to buy)
- HackRF Versions
- Firmware update procedure
- Description of the hardware
- User interface
- Powering the PortaPack
-
Troubleshooting
- Won't boot
- Config Menu
- Firmware upgrade
- Diagnose firmware update in Windows
- Receive Quality Issues
- No TX/RX
- TX Carrier Only
- H2+ speaker modifications
- Dead Coin Cell Battery
- Factory Defaults
- SD card not recognized by PC with the SD-card over USB selected
- DFU overlay
- Full reset
- SolveBoard
- How to Format SDCard
- Applications
-
Compilation of the firmware
- Compile on WSL with ninja
- How to compile on Windows faster with WSL 2
- Using Docker and Kitematic
- Docker command-line reference
- Using Buddyworks and other CI platforms
- Notes for Buddy.Works (and other CI platforms)
- Using ARM on Debian host
- All in one script for ARM on Debian host
- Compile on Arch based distro (exclude Asahi)
- Dev build versions
- Notes About ccache
- Create a custom map
- Code formatting
- PR process
- Description of the Structure
- Software Dev Guides
- Tools
- Research
- UI Screenshots
- Maintaining
- Creating a prod/stable release (Maintainers only)
- Maintaining rules
- Development States Notes