Actually i have an android app that send some data via FTP, now i should add the possibility of passing that data even via USB if there is no available network.
I was trying to use the solution from the following question but it has no effect the externa device is just device sdcard and not windows desktop.
Is there any way to make something like a "synchronisation" when a device is connected and like by pressing a button to pass a file to a Windows folder?
I thought of making a Windows programm that was going to launch adb commands like pull when the device is connected but is there a way to do it only from Android Application?
from Writing data from Android device to Windows folder
No comments:
Post a Comment