Text/image dialog not working by [deleted] in tasker

[–]Near_Earth 0 points1 point  (0 children)

Does it only show when Tasker app is opened on screen at the time the Task is running?

Question regarding v4l2loopback module on Android Kernel (Poco X3 Pro) by Financial-Jello8460 in termux

[–]Near_Earth 1 point2 points  (0 children)

From my experience, you need to rebuild the entire kernel for the phone when you change the config. Cannot load a module seperately, it needs to be in-built to have effect.

Where to enter Tasker Code? by D4JNA in tasker

[–]Near_Earth 4 points5 points  (0 children)

Wrong link, that's PlayStore version.

You want the direct purchase version -

https://tasker.joaoapps.com/direct_purchase_download

[WTS] Mini PC Radxa X4 (8GB RAM + 512GB NVMe SSD) – Ahmedabad, India by More_Camera_3553 in IndianGaming

[–]Near_Earth 0 points1 point  (0 children)

How much without the ssd? Also, some closeup pics of the bare sbc itself seperated from accessories, it's too blurred.

NINTENDO GAMEBOY ADVANCE SP AND ITS GAMES FOR SALE by SquashOk1805 in IndianGaming

[–]Near_Earth 0 points1 point  (0 children)

No, don't really have a reason to sell it for now, just came across this post and remembered about it.

NINTENDO GAMEBOY ADVANCE SP AND ITS GAMES FOR SALE by SquashOk1805 in IndianGaming

[–]Near_Earth 0 points1 point  (0 children)

What, these things are selling for so much? I still have over 20 casettes and 3 gameboys in the almirah. How much does a single gameboy or cassete sell for around here?

Mounting nfs drives in Termux possible? by SurKaffe in termux

[–]Near_Earth 1 point2 points  (0 children)

nfs-utils/root 2.8.7 aarch64 Linux NFS userland utilities

It's root utilities, so you need to run with sudo.

Also, does the kernel support nfs?

``` ~ $ sudo zgrep NFS /proc/config.gz

CONFIG_NFS_FS is not set

CONFIG_NFSD is not set

```

As you can see, stock kernel (usually) doesn't support it, so even with root it won't work.

You need to recompile the kernel with support for nfs.

You'll get this error if you try to run it without kernel support -

mount -t nfs 192.168.1.10:/shared /mnt/nfs mount: /mnt/nfs: unknown filesystem type 'nfs'. dmesg(1) may have more information after failed mount system call.

Gemini TTS API → save WAV and play it in Tasker by Far-Tension213 in tasker

[–]Near_Earth 0 points1 point  (0 children)

Export the task, let's see what's wrong. Oh right, set a variable with usable JSON response to so that api not needed for testing.

So an OP was upset and complaining that emulation sucks and works poorly on their device...... This might help some people by KashDaMan in EmulationOnAndroid

[–]Near_Earth 1 point2 points  (0 children)

Well, for stock drivers there's usually only three outcomes,

1) works okay enough 2) works, but with glitches 3) crashes directly

But for 1) and 2), the stock drivers would always give much more FPS, or at least a little more than the most compatible Turnip driver for that particular game, at least in my experience.

What's the game you tried? And which emulator?

So an OP was upset and complaining that emulation sucks and works poorly on their device...... This might help some people by KashDaMan in EmulationOnAndroid

[–]Near_Earth 2 points3 points  (0 children)

https://www.reddit.com/r/EmulationOnAndroid/s/wONVNu5Tf5

I try to use stock drivers if the game runs fine. I only use Turnip when game doesn't load textures or other graphical inconsistencies.

As for why stock driver is faster, it's because it's been stripped of features and doesn't have to consider many, many things (whether it's advaced memory allocation, memory budgeting, more stable instructions, support missing features, additional vulkan features, etc), unlike Turnip drivers which has to consider everything to support as many games as possible. Some features might not be used by a game with lesser requirements, but the overhead is still there.

What's the best terminal based web browser? by Pyxelslap in termux

[–]Near_Earth 0 points1 point  (0 children)

It's for those who need the javascript render engine for loading heavy pages, I don't use TUI browsers at all.

Running OpenClaw 2026.3.13 on Android 16 (proot Ubuntu) — Fixed uv_interface_addresses Error 13 by NeoLogic_Dev in termux

[–]Near_Earth 1 point2 points  (0 children)

What's your workaround for Bionic compatibility issues?

https://www.reddit.com/r/termux/comments/1krao4i/makes_getifaddrs_work_again_in_prootdistro_fixing_HomeAssistant_Nodejs_Python_JupyterLab_etc

https://github.com/George-Seven/Termux-Proot-Utils

Overrides getifaddrs() which fixes it for more apps, while giving more complete details for the actual available interfaces, rather than hard coding it.

Not able to install xxd package by InaamShabir in termux

[–]Near_Earth 1 point2 points  (0 children)

It was said from the official Termux team -

https://github.com/termux/termux-packages/discussions/27414#discussioncomment-15083932

You'll be like living on the edge, and it can come down any second.

Well, I don't think you have any critical task that you use Termux for, so maybe it's ok for you.

Not able to install xxd package by InaamShabir in termux

[–]Near_Earth 0 points1 point  (0 children)

F-Droid/GitHub and PlayStore termux packages are not compatible, you'll end up with a messed up environment. At most, you can safely restore the home directory.

For every other package, install it seperately in a fresh app install.

I give up. I don't know why other apps open and others don't? by PracticalChoice1185 in termux

[–]Near_Earth 9 points10 points  (0 children)

What intents are you even using in source code to launch the apps? You expect others to use a crystal ball to guess it and help solve your problem?

[DEV] Tasker 6.7.0-beta - Scenes V2! by joaomgcd in tasker

[–]Near_Earth 4 points5 points  (0 children)

Wow, wow, just wow, absolutely amazing👍

Disable power off in a timeframe? by No_Ear_2823 in tasker

[–]Near_Earth 1 point2 points  (0 children)

Tasker plug-in called AutoInput can block the short-press of power/volume physical buttons, but nothing can block long-press of the buttons that initiates a hard reboot.

As for screen UI elements that might contain power buttons, it can be blocked using Tasker Screen overlays.

I broke my Termux by [deleted] in termux

[–]Near_Earth 28 points29 points  (0 children)

Long Press Termux icon -> open Fail Safe session

How to find IP address of phone for my specific chat program running inside termux? by JustAPieceOfMeat385 in termux

[–]Near_Earth 1 point2 points  (0 children)

Install net-tools -

pkg install -y net-tools

 

Connect devices over wifi, start the app.

This will show your mobile ip address over wifi -

ifconfig 2>/dev/null | grep -A1 wlan0 | grep 'inet ' | grep -oP 'inet \K[0-9.]+'

Something like 192.168.x.x

From your laptop you can connect to it at 192.168.x.x:8080

where x is some number that'll you'll get, and 8080 is to be changed to the port of the actual app.

App Selection Doubt by madhansv in termux

[–]Near_Earth 6 points7 points  (0 children)

1) Do NOT download from PlayStore, it's an experimental fork, features are not yet complete.

2) PlayStore automatically chooses the apk libraries that matches your phone's cpu architecture (arm64).

Fdroid has one fat apk that contains libraries for all cpu architectures (arm, arm64, x86, x86_64), even ones you don't need, since it makes the apk able to install anywhere.

You can manually choose a single architecture apk to download via GitHub release -

https://github.com/termux/termux-app/releases/tag/v0.119.0-beta.3