Hello,
I install and test FileObserver.
https://www.b4x.com/android/forum/threads/fileobserver.16709/
I did a service running in background to register at internal SQLite database new files at ../DCIM/Camera
It fire events when i access, create, move.... files with file manager.
Problem:
If I take a photo with device camera (native Android app) no event is fired.
Camera let pictures at ../DCIM/Camera
But if I use filemanager to copy or move that photo inside same folder, then event is fired.
Project:
Register at SQLite new photos and send new photos by FTP when wireless avaible.
There is a way to get events from this action?
There is other way to get event when user take a photo with native Android camera app?
Thanks ,
Jose
I install and test FileObserver.
https://www.b4x.com/android/forum/threads/fileobserver.16709/
I did a service running in background to register at internal SQLite database new files at ../DCIM/Camera
It fire events when i access, create, move.... files with file manager.
Problem:
If I take a photo with device camera (native Android app) no event is fired.
Camera let pictures at ../DCIM/Camera
But if I use filemanager to copy or move that photo inside same folder, then event is fired.
Project:
Register at SQLite new photos and send new photos by FTP when wireless avaible.
There is a way to get events from this action?
There is other way to get event when user take a photo with native Android camera app?
Thanks ,
Jose
Last edited: