WhatsApp Scheduler

Post your questions and help other users.

Moderator: Martin

Post Reply
gilanxcheetz
Posts: 18
Joined: 08 Nov 2018 15:10
Contact:

WhatsApp Scheduler

Post by gilanxcheetz » 04 Aug 2020 09:09

is it possible to schedule Whatsapp Status/Story with automagic?
.
or maybe others 3rd parties apps?
From: Redmi 5 Plus (Vince)

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: WhatsApp Scheduler

Post by Desmanto » 05 Aug 2020 01:41

Yes, but there will be UI distraction, as the phone need to be turned on, unlocked, perform the task in Whatsapp using accessibility, then locked again (if needed). Whatsapp doesn't provide direct API to change it.

Use the same method as sending text to any contact, except, at there, change the part to select name to status. viewtopic.php?f=5&t=7211#p20298

You need to use Control UI to modify the script to your need : viewtopic.php?f=6&t=7320

For Story update, it is the same, except you need to change the Data MIME from text/plain to image/* , and the extra from text to Stream.

Code: Select all

putUri("android.intent.extra.STREAM", "file:///storage/emulated/0/Download/test.jpg")
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Post Reply