update: I am now using SSHDroid, which is a much more reliable sftp server.
There is no configuration required on the android device, except to enable usb debugging and set a port number in SSHDroid settings (I randomly chose 2222)
On the pc, I created a folder with
The syncback profile executes the batch file before running, so there is no configuration required when I want to run the profile.. I just click and sync!
There is no configuration required on the android device, except to enable usb debugging and set a port number in SSHDroid settings (I randomly chose 2222)
On the pc, I created a folder with
- adb.exe AdbWinUsbApi.dll AdbWinApi.dll which you can get in this package: http://www.2shared.com/file/3-hu5U3T/adb.html
- cd "C:\android\" (folder where you place the adb files)
adb start-server
adb forward tcp:2222 tcp:2222
adb devices
@echo off
PAUSE
The syncback profile executes the batch file before running, so there is no configuration required when I want to run the profile.. I just click and sync!