Copy file (e.g. picture) from android device (e.g. cell phone, tablet...) to PC (1 Viewer)

MBMSOFT

Registered User.
Local time
Today, 09:00
Joined
Jan 29, 2010
Messages
90
I'm trying to Copy file (e.g. picture) from android device (e.g. cell phone, tablet...) to PC, but i did stack
I did get the path and read and execute shell command to the device folder like
Code:
device = "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\\?\usb#vid_12d1&pid_1082&mi_00#6&15652f25&0&0000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}"
Call CreateObject("Shell.Application").ShellExecute(device & "\Internal storage\DCIM\CAMERA\12.jpg")

but I can't copy the file from the folder to my PC
filesystemobject doesn't copy from namespace folders
so it should be some shell or some script command

I'll respect any help
thanks
 

Uncle Gizmo

Nifty Access Guy
Staff member
Local time
Today, 08:00
Joined
Jul 9, 2003
Messages
16,245
I note you have yet to receive a reply! In order to give your post a second shot, I have made a comment to bump it up the list! Hope you have better luck this time!
 

Micron

AWF VIP
Local time
Today, 04:00
Joined
Oct 20, 2018
Messages
3,476

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 03:00
Joined
Feb 28, 2001
Messages
27,001
Crazy me, I would have sent the pic as an attachment to an e-mail.

Now if you have a LOT of these, then maybe not. How many are we talking about and how often?
 

Users who are viewing this thread

Top Bottom