Page 1 of 1

Photos from android phone.

Posted: Mon Jun 16, 2025 4:04 pm
by franco
Does anyone know how to make a procedure to automatically send a photo I am taking on my android phone
to my computer that my phone is on the same network. I have pictures I take from the computer automatically save to a
certain folder and getting renamed. But I would like to use the phone. I could have the computer waiting for the picture to arrive
in the folder.

Re: Photos from android phone.

Posted: Tue Jun 17, 2025 6:29 am
by serge_girard
Hmmm... interesting! Would be nice to have!
Serge

Re: Photos from android phone.

Posted: Tue Jun 17, 2025 3:11 pm
by martingz
Franco
The problem is that switching between Android versions always comes with more restrictions. For example, I can't send an email or message with the latest Android updates; they have to be sent from the default app.
Seeing this problem, I had to create a MariaDB database, which I used to insert the images directly into their respective tables with a program written in B4A, and retrieve them from there.
I could do this directly before, but the latest update broke my app.

Re: Photos from android phone.

Posted: Tue Jun 17, 2025 3:36 pm
by franco
I think i can do it by saving the photo into my onedrive from the phone then watch my onedrinve in my program for incoming photo, like I do with
the windows camera . The problem with this is I have to keep watching two folders for incoming pictures.