Termux:Boot Application icon

Termux:Boot 0.3

27 KB / 10+ Downloads / Rating 3.9 - 56 reviews


See previous versions

Termux:Boot, developed and published by Fredrik Fornwall, has released its latest version, 0.3, on 2019-09-22. This app falls under the Tools category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 3.9, based on 56 reviews.

Termux:Boot APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.termux.boot

Updated: 5 years ago

Developer Name: Fredrik Fornwall

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Termux:Boot on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.9
Total 56 reviews

Reviews

1 ★, on 2020-09-18
Don't bother with this app-do this instead: "Nano /data/data/com.termux/files/usr/etc/bash.bashrc" Add your command at the bottom and save-it'll run at next boot! May as well add an alias file in ~ and include it in bash.bashrc while you're at it so you can make command shortcuts. Add this to bash.bashrc: "source ~/alias_file" Then create command shortcuts: "nano ~/alias_file" edit like so: "alias command_name='command goes here' " You'll be able to use the shortcut(alias) once you reboot.

4 ★, on 2019-09-09
The script needs a shebang, and that is not written in the example. But after that it does work. The developer answered immediately. He should make sure that is clear for the next customer.

5 ★, on 2019-05-23
Termux is a great program. But when I attempt "mkdir ~/.termux/boot", it just gives me a directory not found error. Where should the boot folder be located within the full Termux App environment? Should it be in the root com.termux? or the home or usr directory?

3 ★, on 2020-01-20
5 stars for actually having a functional on boot that works. 1 star for charging that much for it. Average..3 stars. Something to spend useless play dollars on.

5 ★, on 2019-02-13
Using this along with termux-job-scheduler to run a scheduled Borg backup of my phone. Works a treat!

1 ★, on 2020-01-28
Boot doesn't work for me unfortunately. I followed the instructions. Galaxy S10+

Previous Versions

Termux:Boot 0.3
2019-09-22 / 27 KB / Android 2.3+

About this app

The Termux:Boot add-on provides functionality to run programs under Termux when the device boots up.

Usage:

- Start the Termux:Boot app once by clicking on its launcher icon. This allows the app to be run at boot.
- Create the ~/.termux/boot/ directory.
- Put scripts you want to execute inside the ~/.termux/boot/ directory.
- If there are multiple files, they will be executed in a sorted order.
- Note that you may want to run termux-wake-lock as first thing if you want to ensure that the device is prevented from sleeping.

Example:
To start an sshd server and prevent the device from sleeping at boot, create a file at ~/.termux/boot/start-sshd containing the two lines:

termux-wake-lock
sshd

Join the Termux Google+ community:
https://termux.com/community

Report issues:
https://github.com/termux/termux-boot/issues

New features

Update documentation.