Photos from android phone.

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
franco
Posts: 877
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Photos from android phone.

Post 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.
All The Best,
Franco
Canada
User avatar
serge_girard
Posts: 3308
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Photos from android phone.

Post by serge_girard »

Hmmm... interesting! Would be nice to have!
Serge
There's nothing you can do that can't be done...
martingz
Posts: 401
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: Photos from android phone.

Post 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.
franco
Posts: 877
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: Photos from android phone.

Post 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.
All The Best,
Franco
Canada
Post Reply