TheAkki / Synctool

Syncronize between Smartphone and Server
GNU Lesser General Public License v3.0
43 stars 13 forks source link

Allow file sync between local folders? - including ext SD card access. #29

Open bushrang3r opened 6 years ago

theScrabi commented 6 years ago

Accessing SD card only works by using the Android Storage Framework this however is not yet supported by the ReadRemoteFilesOperation.

TheAkki commented 6 years ago

Yes, it's possible to sync files between 2 local folders. It's not necessary to use ReadRemoteFilesOperations.

bushrang3r commented 6 years ago

Thanks for the quick response. So, do you mean that syncing between internal memory and ext SD card can't be done?

TheAkki commented 6 years ago

I think it can be done (Theoretically) and should be done at the end. But i must check which is my start folder for browse. Also i have to check whats happen when you select a folder as string in GUI. May be it works with Work-a-rounds. Also i have to check whats happen when using smartphone without root.