r/macrodroid

Macro for Earn Apps?

Has anyone created macro for those apps that you can earn money playing games or surveys or watching ads? Specifically for watching ads?

reddit.com
u/Annamariesilk — 2 days ago

I need help with the app to establish notifications for sunrise, noon, sunset and midnight

I tried to use AI to do this but it's talking nonsense. I found the sunrise and sunset triggers but I have no idea how to keep configuring the macro. I'm very new to this, sorry and thanks for any help!

reddit.com
u/SailorSaturnidae — 3 days ago

How can I permanently disable this button?

I dont want to be able to disable macrodroid, and i want the button permanently gone. (Please dont say remove it from your quick setting buttons, as I can add it back at a moments notice). If there is no way to remove it, is there a droid option to stop myself from clicking it?

u/Aquaxe05 — 4 days ago

App list problem

Im making a macro that needs a dictionary with the app list. The problem is that i need appList[name]=package instead of appList[package]=name

Any tips?

reddit.com
u/Felixgamer27 — 5 days ago

Macrodroid Arrays

Merhaba arkadaşlar,

MacroDroid kapalı devre bir uygulamada stok takibi yapmak istiyorum. Menülere girme kısımlarını UI View ID'ler ile stabil şekilde çözdüm ancak bir Array (Dizi) içindeki barkodları sırayla aratıp, ürün ekranda belirirse bildirim gönderme konusunda döngüyü tam oturtamadım.

Makronun Amacı:

Elimde takip ettiğim barkodlardan oluşan bir liste var. Makronun sipariş ekranına girdikten sonra bu barkodları sırayla arama çubuğuna yapıştırmasını, eğer ürün ekranda belirirse (stoktaysa) bana bildirim atmasını ve ardından arama çubuğunu temizleyip listedeki diğer barkoda geçmesini istiyorum.

Mevcut Akışım (Çalışan kısım):

Uygulamayı başlat.

Müşteri menüsüne gir: Click UI -> View ID: com.sirketadi.android:id/menu_main_activity_customer

Müşteriyi seç (Metin: MÜŞTERİ ADI).

Arama kutusuna tıkla: Click UI -> View ID: android:id/search_src_text

Takıldığım ve Kurmak İstediğim Döngü (Iterate Array) Kısmı:

Buradan sonra BarkodListesi isimli Array'i döngüye sokup her eleman için şu adımları yaptırmak istiyorum:

Sıradaki barkodu arama çubuğuna (android:id/search_src_text) yapıştır.

2 saniye bekle (Arama sonucunun yüklenmesi için).

Stok Kontrolü (IF Condition): Eğer aranan ürün ekranda çıkmışsa (Örneğin "Sepete Ekle" butonu veya barkodun kendisi ekranda görünüyorsa):

"Stok Geldi: [İlgili Barkod]" şeklinde bildirim at.

Alarm çal.

Temizle ve Devam Et: Eğer ürün yoksa veya bildirim atıldıysa, arama çubuğunu temizle (Enter veya Geri tuşu ile) ve dizideki bir sonraki barkodu aramaya geç.

Sorularım:

"Iterate Array" döngüsü içinde, sıradaki barkodu arama çubuğuna "Paste Text" ile yapıştırırken değişkeni tam olarak nasıl tanımlamalıyım?

Arama yaptıktan sonra ürünün ekrana gelip gelmediğini (stokta olup olmadığını) denetlemek için döngü içine koyacağım "IF (Ekran İçeriği)" bloğu nasıl yapılandırılmalı?

Bir barkodu arattıktan sonra arama kutusunu sıfırlayıp (temizleyip) sıradaki barkoda geçişi en pürüzsüz nasıl sağlarım? (Koordinata tıklayarak silme mi, Enter basma mı?)

Bu tarz bir stok tarama/bildirim döngüsü kurmuş olan veya şablon paylaşabilecek biri varsa çok sevinirim. Şimdiden teşekkürler!

reddit.com
u/Glad-Designer-8824 — 4 days ago

Made a simple CAPTCHA in MacroDroid (planning to release a version you can embed into your own macros)

It works by dragging the slider to a randomly generated number. I might experiment with adding new verification methods that are harder to fool without being painful or privacy invasive.

u/MootEndymion752 — 5 days ago

[help] Can I force-OK this and why not?

I need to substitute the 2 with {iterator_value}

It would be a junky piece of a macro, but I know for a fact it'd work. It's honestly my best try at filtering an array (txts) with an array of indexes (eg. contacts[0][txtNO])

u/ImLooking4Someone — 7 days ago

Is this possible - cycling between multiple apps

Hey All - I go biking nearly every day, and there are three apps that I keep running (Libre - that monitors my blood glucose, Pacer that tracks my ride and SuperCycle that also tracks my ride but give me more information that is easy to see as I'm riding).

Can MacroDroid switch between these apps, waiting one minute between each cycle?

I would just need some way to start the process, and end once I am back home.

From what I have read, I should be able to do this but am unsure.

reddit.com
u/throwawayaccount931A — 9 days ago

Whatsapp message scheduler

Can anybody guide me how to make this macro working

u/Prophec20 — 10 days ago

I'm trying to make it so my calls don't go to the van, but stay in my hearing aids. When I'm in the van, nothing happens. Am I doing something wrong? Android 16

u/bubsysdolphin — 14 days ago

YouTube Ad Blocker Macro.

I m doing Diploma in Digital Techniques Application ( DDTA).

IT geek.

Made a project in ,macrodroid.

Effortless YouTube Ad Skipper , Enjoy uninterrupted viewing .

​Features:

​Instant Detection: Scans on-screen text in real-time to dismiss ads the moment they appear.

​Smart Activation: Runs efficiently only when a YouTube video is actively playing.

​Universal Design: Fully functional in both portrait and landscape modes..

https://buymeachai.ezee.li/T1000 : buy me Chai!

u/ConstructionTricky20 — 12 days ago

Image logging?

I made a simple sms logger, including messages from all parties with date and time. Any way to also log images via mms? I dont need to log the actual image, i just need a placeholder that shows if someone sent an image.

reddit.com
u/AandA510 — 12 days ago

Relaunching a killed app ?

For some reason the (Xiaomi) MiHome keeps getting killed on the old Moto G4 phone I use to send emails on some notifications with Macrodroid so I'm trying to use Macrodroid to relaunch the app if it gets killed and I did find a Trigger for "Application Closed" but that seems to mean "no longer in the foreground" not actually killed so I can't have anything in the foreground apart from the app.

Is there any way to do what I'm trying to do ? Thanks !

reddit.com
u/webvan213 — 12 days ago

Not sure why this isn't working. Help needed.

Trying to write a macro to read my clipboard for a twitter link, replace it with a fixupx link and then paste it, then send the message in discord

But when running this it always just pastes nothing. The button press still comes out.

u/MarieMooo — 13 days ago