is it possible to schedule Whatsapp Status/Story with automagic?
.
or maybe others 3rd parties apps?
WhatsApp Scheduler
Moderator: Martin
-
- Posts: 18
- Joined: 08 Nov 2018 15:10
- Contact:
WhatsApp Scheduler
From: Redmi 5 Plus (Vince)
Re: WhatsApp Scheduler
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.
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.