Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Termux #49

Open
sheeepdev opened this issue Feb 14, 2021 · 10 comments
Open

Termux #49

sheeepdev opened this issue Feb 14, 2021 · 10 comments

Comments

@sheeepdev
Copy link

There is no info nor support for termux. Could you please add support for termux?

@13-CF
Copy link
Owner

13-CF commented Feb 15, 2021

Is there a /etc/os-release file?

@sheeepdev
Copy link
Author

Is there a /etc/os-release file?

There isn't

@sheeepdev
Copy link
Author

but i have seen other fetches fetch info for termux.. so wouldn't it be possible?

@13-CF
Copy link
Owner

13-CF commented Feb 15, 2021

Yeah but I need a way to find the OS without an os-release, similarly to how I do it on BSD.

What's the output of uname -a?

@sheeepdev
Copy link
Author

Linux Localhost 4.14.117-19828683 #1 SMP PREEMPT FRI Nov 13 18:53:37 KST 2020 aarch64 Android

@13-CF
Copy link
Owner

13-CF commented Feb 15, 2021

Does uname -s output Linux or Android?

@sheeepdev
Copy link
Author

Does uname -s output Linux or Android?

Linux

@SirCipherz
Copy link
Contributor

according to neofetch code the presence of the directories "/system/app" and "/system/priv-app" can be used to indentify an android system

@13-CF
Copy link
Owner

13-CF commented Mar 10, 2021

Hi there, sorry for the delay. Is there any files in /system/app and /system/priv-app that are on all installations? I know how to implement it but I don't have an Android system to test it on.

@sheeepdev
Copy link
Author

Hi there, sorry for the delay. Is there any files in /system/app and /system/priv-app that are on all installations? I know how to implement it but I don't have an Android system to test it on.

Im sorry for the very late response, it looks like the folders in /system/app and /system/priv-app are just system applications and have nothing to do with termux and have no way getting the information about the installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants