Is this normal or perhaps I do something wrong?
I have root, Secure Settings and any other needed stuff

Moderator: Martin
I using Lenovo K3 Note, official ROM, non root.Martin wrote: What device model are you using? Is /sdcard/ a real physical sd card? I think that Android does not support the file observer events on external sd cards.
Instant upload sometimes does not work on Android 6.0/7.0
There is a bug in Android 6.0/7.0 which breaks file change monitoring (technically speaking FileObserver class). Instant upload relies on this system function to work. It’s not that file change monitoring stops working completely. Sometimes it works, sometimes it does not. Changes on SD card definitely cannot be detected. We implemented a limited workaround which works quite well for photos but not for other file types.
This is a system level bug apps cannot do anything about. It must be fixed by Android team.
Are there any plans to add this functionality for rooted users? I would love to be able to monitor the file /sys/class/switch/tri-state-key as it will allow me to create flows to interact with the alert slider on my OnePlus 3TMartin wrote:Hi,
Some paths like /data are not accessible by regular apps like Automagic. Automagic does not support to access such files directly but you could copy the files to another location with an action Execute Root Command where regular apps have permission to read the files. Listening to file system events in such paths is also not supported.
Regards,
Martin
The tri-state-key is to check the interruptions mode right? If yes, there is trigger Interruptions Mode, which you can use to do something based on the mode. There is also action Set Interruptions mode.srichter wrote: Are there any plans to add this functionality for rooted users? I would love to be able to monitor the file /sys/class/switch/tri-state-key as it will allow me to create flows to interact with the alert slider on my OnePlus 3T
Thanks