
Some updates might be restricted to certain architectures, Android versions &c. Some could be beta versions. Or your repositories simply need to be synchronised.
If it isn’t the latter, check the following settings: “Include incompatible versions”, “Include anti-feature apps” and “Unstable updates”.
Should be doable with Termux:
termux-sms-listandtermux-sms-sendcommands);termux-sms-listreturns messages in JSON, which is easy enough to handle with, say,jqin bash orjsonin python. The script itself can be a simple loop that fetches the latest messages every few minutes, filters for unprocessed ones from whitelisted numbers and callstermux-sms-send.Maybe it’d make sense to daemonise the script and launch it via
sv.But the Termux app weighs quite a bit itself.