Re: Moving Files from internal card to external card.

265 views
Skip to first unread message

Pent

unread,
Jul 27, 2012, 4:43:46 AM7/27/12
to Tasker

Are there write permissions for everyone in the directory and on the
files you want to copy move to ?

Pent

keeper

unread,
Jul 31, 2012, 10:09:28 AM7/31/12
to tas...@googlegroups.com
I believe all the permissions are set because I can move the files if I am moving them around on the same card. The problem olny occurs when I try to move from one sd card to the other.

keeper

unread,
Jul 31, 2012, 10:28:05 AM7/31/12
to tas...@googlegroups.com
I am making some progress. I have got the action to work as "Copy" instead of "Move". Now I am just trying to delete the the files in the directory after I copy them.

On Monday, July 30, 2012 5:25:08 PM UTC-7, jwbess wrote:
Same problem, s2, ICS.... moving internal to internal fine but internal to external doesn't work, permissions are writable. Not rooted ?! Goal is using Pano, can not pick output folder but would like to auto move those to the external sd card upon exiting the app. Help? :/

Jesper Poulsen

unread,
Jul 31, 2012, 11:12:40 AM7/31/12
to tas...@googlegroups.com
On 2012-07-31 16:09, keeper wrote:
> I believe all the permissions are set because I can move the files if I
> am moving them around on the same card. The problem olny occurs when I
> try to move from one sd card to the other.

Does the problem persist when trying to move files the other way?

Regards

Pete S

unread,
Dec 19, 2012, 3:36:20 PM12/19/12
to tas...@googlegroups.com
I was working on the same problem. This is what I came up with. Copy then delete.


Move And Delete Wallpaper (25)
A1: List Files [ Dir:PicSpeed Wallpapers/PicSpeed Wallpapers/My PicSpeed Wallpapers Match: Include Hidden Files:Off Variable:%wpmove ]
A2: For [ Variable:%wpmove Items:%wpmove() ]
A3: Copy File [ From:%wpmove To:/storage/extSdCard/wallpaper Use Root:Off ]
A4: End For
A5: List Files [ Dir:PicSpeed Wallpapers/PicSpeed Wallpapers/My PicSpeed Wallpapers Match: Include Hidden Files:Off Variable:%wpdelete ]
A6: For [ Variable:%wpdelete Items:%wpdelete() ]
A7: Delete File [ File:%wpdelete Shred Level:0 Use Root:Off ]
A8: End For

GermainZ

unread,
Dec 19, 2012, 4:26:13 PM12/19/12
to tas...@googlegroups.com
Try doing that using shell commands. It'll give you a more meaningful error, or it will work (which is great since you can run shell commands from tasker).
Reply all
Reply to author
Forward
0 new messages