GitXplorerGitXplorer
A

Termux-boot

public
8 stars
3 forks
0 issues

Commits

List of commits on branch master.
Verified
9449a034d9fa4be6ce191f55805d864412c5dce3

Update termux-url-opener

AAbdullahM0hamed committed 6 years ago
Verified
b683b0220370d99970ebc72920ae177095294d92

Update README.md

AAbdullahM0hamed committed 6 years ago
Verified
b95d3868be37354edc746c5394c818d05a721f03

Update README.md

AAbdullahM0hamed committed 6 years ago
Verified
8d924de63397c2deed3ea8931f2c1858ddda5327

Update README.md

AAbdullahM0hamed committed 6 years ago
Verified
3becc2a171a38cdf566db53d5777ce8070b4e3d0

Update README.md

AAbdullahM0hamed committed 6 years ago
Verified
a6aa3f48a9e7f990a43f82a610832d767a04c06a

Update termux-url-opener

AAbdullahM0hamed committed 6 years ago

README

The README file for this repository.

Termux-boot

Executes all scripts in /data/data/com.termux/files/home/boot in separate termux-sessions, 5 minutes after boot.

This code requires being rooted. For this to work the code in the boot-termux file must run on boot. If you have magisk, you can place the boot-termux script in /magisk/.core/service.d. Otherwise you will have to find out if any init scripts in the /etc directory of your phone are executed on boot, and append the boot-termux code to that.

The termux-url-opener file must be placed in ~/bin/termux-url-opener (use chmod +x to make it executable). If you are already using termux-url-opener rename it to termux-url-opener-2 and all links that do not begin with TermuxLauncher.xyz will be redirected to it.

To install from termux-url-opener : wget -P ~/bin https://github.com/DaBoss5/Termux-boot/raw/master/termux-url-opener chmod +x ~/bin/termux-url-opener

To install boot-termux (for magisk users): wget -P /magisk/.core/service.d https://github.com/DaBoss5/Termux-boot/raw/master/boot-termux chmod +x /magisk/.core/service.d/boot-termux