Skip to content

Releases: rompelhd/TermuxRootMods

TermuxRootMods v1.0.7

11 Jan 02:47
c632dfc
Compare
Choose a tag to compare
  • Added an FSU (Fake SU) feature that enables running binaries as root or obtaining a root shell without requiring root privileges. This is achieved using proot, providing a secure and flexible solution for simulating root access.

Usage Examples:

  • fsu fastfetch
    Runs the fastfetch command with root privileges without needing to be root.

  • fsu
    Starts a root shell, allowing you to execute commands as if you were the root user without direct root access.

TermuxRootMods v1.0.6

23 Oct 23:55
eaf876e
Compare
Choose a tag to compare
  • Simple and small script that allows the deletion of the cache.
    Just type from termux or a terminal emulator with root: cleaner

TermuxRootMods v1.0.5

12 Sep 06:26
167c226
Compare
Choose a tag to compare
  • The code for the arm64 and armhf architectures of the temps and servistatus utilities was moved from bash to c++ which provides a much more efficient and faster execution.

Up bash and down c++:
github
The same applies to servistatus

  • The x86_64 architecture has not been ported yet.

TermuxRootMods v1.0.4

17 Aug 23:43
c999e49
Compare
Choose a tag to compare
  • Removed termux checking, this caused the exit when doing sudo su, now it is working again.

TermuxRootMods v1.0.3

17 Aug 05:27
8804937
Compare
Choose a tag to compare
  • Now you can from the .aliases file in /sdcard/ change the PS1 and hostname
  • Fixed the possibility of some statement duplication in the temp bashrc.
    - Now check if we are in termux this is done to try to mitigate the incompatibility with the other terminals, many are still not working. I hope to find a solution soon.

TermuxRootMods v1.0.2

05 Aug 23:15
ae9d91e
Compare
Choose a tag to compare
  • Added a function to check that the shell exists if it does not load /bin/sh
  • Removed the redirection of temperatures to .temps

TermuxRootMods v1.0.1

29 May 05:28
86fdc5b
Compare
Choose a tag to compare
  • Added colors in the terminal
  • Fixed a bug when doing sudo su

Before:
image

After:
image

TermuxRootMods v1.0.0

27 May 02:38
8483932
Compare
Choose a tag to compare

First release for this module

Improvements:

  • Root Shell Replacement
  • Custom Aliases
  • Service Monitoring Script (beta)