GitXplorerGitXplorer
A

Termux-boot

public
8 stars
3 forks
0 issues

Commits

List of commits on branch master.
Verified
5ee0e21247583f1c36a082fad551cbfde6b423fe

Update README.md

AAbdullahM0hamed committed 6 years ago
Verified
525b60a8ac0c65d134399280bf15016b1809eb14

Update boot-termux

AAbdullahM0hamed committed 6 years ago
Verified
93b4ce98d4d164a8c7906a6d2571596328ba4469

Add files via upload

AAbdullahM0hamed committed 6 years ago
Verified
3f6b280d7613c8e87586f5e4d036c393e3a8a335

Update README.md

AAbdullahM0hamed committed 6 years ago
Verified
f381ce039aa96896666e50101b1951a48e28b42e

Initial commit

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