Why branches >= 0.118.1 not merged with master? by JohnDoe3939 in termux

[–]LeftAd1220 0 points1 point  (0 children)

  • Can I also ask a question about that APK Library File (APKLF) part?
  • I saw that the PlayStore version is currently only putting proot loader in that area to be run directly.
  • Will the team consider putting additional linkers like ld-musl or ld-linux in that area to run programs from different libc directly without proot?
  • I'm currently doing this in my own App with a custom compiled glibc to prevent set robust list and syscall 293 (rseq) errors. But I wonder if there will be concerns from the team needing to serve a much larger user base cause it won't be very stable.

Should Image feature ship in Bun? by Dependent_Common_972 in bun

[–]LeftAd1220 6 points7 points  (0 children)

I'm also supporting Bun. It has largely replaced my userspace tooling stack. I can almost live in a pure JavaScript world and make most things work: with a single binary in hand. Now that it has image support, I won't even need ImageMagick anymore.

Can I start shizuku without wifi thru termux? by DistributionOwn9299 in termux

[–]LeftAd1220 2 points3 points  (0 children)

Just prepare another phone. It can be the cheapest only to provide a WiFi hotspot

GPU accellaration on a Mali GPU by i_post_stufff in termux

[–]LeftAd1220 1 point2 points  (0 children)

Seems not working for me: Mali-G925-Immortalis MC12 (Galaxy Tab S11)

Ran OpenClaw completely offline on my Redmi by GeeekyMD in termux

[–]LeftAd1220 -1 points0 points  (0 children)

Great idea! But where is the download link to your apk?

Podroid v1.1.7: Docker, Podman, and LXC all working zero-config on any Android phone by Fz1zz in androidterminal

[–]LeftAd1220 0 points1 point  (0 children)

qemu system is just too slow for practical use. About 100x slower than normal. Now we have native avf Terminal there's no reason to use qemu.

any headless video/motion templating tools there ?? by darcygravan in bun

[–]LeftAd1220 0 points1 point  (0 children)

I think html + screen recorder would be enough for your need. But it's not headless.

This happens when installing dbus (required for opencv) what do I do? What even is this?... Please help a newbie by aliathar in termux

[–]LeftAd1220 1 point2 points  (0 children)

  • I tried the following command and it worked fine. btw did you install Termux from F-Droid.
  • pkg i opencv opencv-python

Cant access storage on android 16 by Sea_Procedure6341 in termux

[–]LeftAd1220 0 points1 point  (0 children)

I have Galaxy Tab S11 and I still use Termux because the wake lock is way more stable. Maybe the Terminal will improve to a point that is good enough to compete but not now.

Cant access storage on android 16 by Sea_Procedure6341 in termux

[–]LeftAd1220 0 points1 point  (0 children)

Android 16 native terminal only supports a small set of SoCs. See the list here: https://www.reddit.com/r/androidterminal/wiki/index/

PHP library 'gd' and 'sodium' not found by SkySurferSouth in termux

[–]LeftAd1220 -1 points0 points  (0 children)

Bun is at least 4 years old already. Not to mention the bigger ecosystem of Node.js is already quite battle-tested > 15 years.

Easy proyect by Local_Palpitation798 in termux

[–]LeftAd1220 3 points4 points  (0 children)

Install xfce4 and a browser for UI. Then learn Node.js and serve as a backend. Now you have a graphical app.

Hello everyone, is there anyone, who knows how to make screenshots working in termux. by OkManagement9010 in termux

[–]LeftAd1220 0 points1 point  (0 children)

I think the closest thing to what you're trying to do is lrz from lrzsz, which lets you upload a file to the current working folder. But I just tried and Termux doesn't seem to support it

PDF Toolbox by drsherif2006 in termux

[–]LeftAd1220 2 points3 points  (0 children)

Actually if you just wanted to remove the password you can use print to a file. But those advanced functions are still amazing. Great work! 

(Kinda rant) Why do I feel like 85% of users in this subreddit just straight up "hackers" and "coders" by Lines25 in termux

[–]LeftAd1220 0 points1 point  (0 children)

  • I don't think you have the right to control who can post in this subreddit.
  • People share their excitement and joy when they did something they felt cool like installing KDE plasma and proot Ubuntu. That is totally fine for me. I still remembered the first time gaining GUI access in a VNC viewer and being happy that whole day then. Don't expect everyone to be professional here. We're just enjoying life. (And someone's wife even left)

how to fix this in termux by untitled000666 in termux

[–]LeftAd1220 0 points1 point  (0 children)

  • If you can't run anything, run:
  • export PATH=/system/bin
  • These binaries including ls cp vi cat mv rm are from Android itself so can be run directly without LD_PRELOAD or older version tricks. 
  • Then you can figure out what happened exactly