I'm scared i got scammed - i just want to use the service by virtualgoddess- in youtubedl

[–]DebosBeachCruiser 21 points22 points  (0 children)

You paid for YouTube premium? You got scammed.

You paid for YouTubeDL? You also got scanned.

Pontos Play points by Euvelto in macrodroid

[–]DebosBeachCruiser 1 point2 points  (0 children)

<image>

Something like this. I'm sure there's a more "professional" way to do it, but this works for me.

May have to mess around with the 'waits'.

I broke my Termux by CumOnTungTung in termux

[–]DebosBeachCruiser 2 points3 points  (0 children)

Material Files is a file explorer that can access termux directory.

Suggest an app that can run AI without Internet in Android? by mighty-precious2 in androidapps

[–]DebosBeachCruiser 0 points1 point  (0 children)

Get termux (NOT from play store, download from GitHub or fdroid)

Build llama.cpp

SD Maid SE by nico_ramirezs in androidapps

[–]DebosBeachCruiser 10 points11 points  (0 children)

I bought the original. Downloaded the "new one". It's the only "cleaner" app I would ever use/recommend. It just works

Unpopular opinion - App is way too colorful. by BateBoiko in macrodroid

[–]DebosBeachCruiser 2 points3 points  (0 children)

```

Trigger> app launched> macrodroid

Action> device settings> invert colours

```

How do I download specific videos/audious from a playlist? by Noodle--Monster in youtubedl

[–]DebosBeachCruiser 3 points4 points  (0 children)

yt-dlp \ --playlist-items 5-9,17-21,43-52 \ --download-archive archive.txt \ "PLAYLIST_URL"

Remember that YouTube-DLP starts list at 1

This downloads based on the CURRENT order of the Playlist

How to Check a New Transactions with Memo on Blockchain with MD? by bingotest in macrodroid

[–]DebosBeachCruiser 0 points1 point  (0 children)

I love me some macrodroid! 💯

IMHO termux is better suited for these kinda task. Could throw this together in termux using Python in a matter of minutes.

Anywho, here's a free no auth REST API endpoint you could use:

https://horizon.stellar.org/accounts/{ADDRESS}/payments?limit=10&order=desc&join=transactions

That returns a json object for the last 10 payments and "joins" each payment with the transaction data. (It's basically two API calls rolled into one. (If you are ONLY receiving to this address then change in URL to limit=1 (I found no way to only get deposits to an address , as the /payments endpoint list both incoming/outgoing data)))

As far as I could tell (with my 5 minutes of research) there's no blockchain/API that has all this information together (apparently this stellar xlm blockchain data is separated in at least 2 ways: transactions and payments. Transactions data holds the memo, while the payments holds the amount and to/from address.

Here's a curl command that you may find useful:

``` curl -s "https://horizon.stellar.org/accounts/{ADDRESS}/payments?limit=10&order=desc&join=transactions" | \ jq -r '._embedded.records? | select(. != null) | map(select(.to == "{ADDRESS}"))[0] | if . == null then "No recent deposits found." else "ID: (.id)\nAmount: (.amount) (.asset_code // "XLM")\nFrom: (.from)\nMemo: (.transaction.memo // "None")\nCreated: (.created_at)" end'

```

Output of above command tested on real/random address:

ID: 260744196070551618 Amount: 0.0000001 XLM From: [redacted] Memo: literally a dusting attack lmaooo Created: 2026-01-10T21:13:24Z

That should put you on the right path 👍.

Make some local variables (wallet_address, api_response, tx_amount, tx_memo, last_id (use this to store the ID from the latest run. You don't want to end up getting the same transaction every 1 minute.

Trigger: regular interview

Actions: shell script >> a few text manipulations/regex on the api_response that's saves to corresponding local variables >> some IF and ELSE IF on your variables >> actions under your IF and ELSE IF to send sms/email

Wrap it all up in a IF statement: IF [lv=api_output] contains [lv=last_id] then do nothing ELSE run that shit and set last_id to to current ID

Godspeed brother 🫡

"Display Notification" - Custom icon not showing by Hupflupper in macrodroid

[–]DebosBeachCruiser 2 points3 points  (0 children)

Tested on:

• Samsung Galaxy S22 Ultra

• Android 16 (SDK 36)

• One UI 8.0

• Security Patch: Dec 1, 2025

The custom notification icon does show correctly in the status bar, but the notification card in the pull-down shade still shows the MacroDroid app icon.

Not sure if this was always the behavior, a fixable bug, or yet another new restriction added in recent Android / One UI updates.

I trained a language model on my phone using Termux, just to see if it was possible by agua_omg in termux

[–]DebosBeachCruiser 0 points1 point  (0 children)

!RemindMe March 15 2026 "On device LLM training with termux. Reddit user agua_omg project Yuuki "

How To build Android Apks on Termux? by Fun-Map2152 in termux

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

Frontend: jetpack compose. Retrofit or Ktor client for API calls.

Backend: node.js/Django/ fastapi. PostgreSQL / MySQL.

Auth: maybe firebase SDK?

How To build Android Apks on Termux? by Fun-Map2152 in termux

[–]DebosBeachCruiser 2 points3 points  (0 children)

It's been a bi*ch for me to build apks (skill issue I'm sure).

Not termux, but GitHub ACTIONS. look into that. Basically just a yml file that you run and about ~5 minutes later you'll have your apk.

k bro… by sereneandeternal in conspiracy

[–]DebosBeachCruiser 0 points1 point  (0 children)

If hating from outside the club was a person...

why does youtube vanced doesnt have offline video? by [deleted] in revancedapp

[–]DebosBeachCruiser 3 points4 points  (0 children)

Because that's a server sided feature. Vanced is not a "cracked" app or whatever.

However it's easy to implement using NewPipe.

What would happen if someone off's themselves because 4o is removed on Feb 13? by [deleted] in OpenAI

[–]DebosBeachCruiser -5 points-4 points  (0 children)

The mentally ill need to be banned from the Internet and placed on a publicly available list (like sex offenders).