A MinUI app wrapping TermSP, a terminal emulator.
This pak is designed and tested on the following MinUI Platforms and devices:
my355: Miyoo Fliprg35xxplus: RG-35XX Plus, RG-34XX, RG-35XX H, RG-35XX SPtg5040: Trimui Brick (formerlytg3040), Trimui Smart Protg5050: Trimui Smart Pro S
Use the correct platform for your device.
- Mount your MinUI SD card.
- Download the latest release from Github. It will be named
Terminal.pak.zip. - Copy the zip file to
/Tools/$PLATFORM/Terminal.pak.zip. - Extract the zip in place, then delete the zip file.
- Confirm that there is a
/Tools/$PLATFORM/Terminal.pak/launch.shfile on your SD card. - Unmount your SD Card and insert it into your MinUI device.
Browse to Tools > Terminal and press A to turn on the terminal.
Once in the terminal, the following keyboard shortcuts will work (as noted for the tg5040:
MENU: Exits the terminalY: Displays an onscreen keyboardX: Toggles the position of the onscreen keyboard from top to bottomA: Press key in keyboardB: BackspaceL1: ShiftR1: Toggle key (for shift/ctrl...)START: EnterSELECT: TabUP/DOWN: Navigate history
The terminal detects the available shells and uses the first one it finds. To utilize a different shell, create a file named shell in the pak folder with the full path to the shell you wish to execute.
The order of shell detection is as follows:
/usr/bin/bash/bin/bash/bin/sh
Debug logs are written to the$SDCARD_PATH/.userdata/$PLATFORM/logs/ folder.