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?
Has anyone created macro for those apps that you can earn money playing games or surveys or watching ads? Specifically for watching ads?
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!
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?
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?
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!
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.
Added Gemma4 LLM engine to allow performing fully local analysis/inference
Here the download: https://github.com/SimoneAvogadro/HumanDetection4Tasker/releases
BTW: this plugin was born to analyze images but can be used to ask general purpose questions via MacroDroid, not just analyza images
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])
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.
Can anybody guide me how to make this macro working
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
I m doing Diploma in Digital Techniques Application ( DDTA).
IT geek.
Made a project in ,macrodroid.
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!
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.
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 !
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.