Quantcast
Channel: 2BrightSparks
Viewing all articles
Browse latest Browse all 9303

Re: Support for Media Transfer Protocol (MTP) devices

$
0
0
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
adb.exe AdbWinUsbApi.dll AdbWinApi.dll which you can get in this package: http://www.2shared.com/file/3-hu5U3T/adb.html
, then a batch file to automatically enable port forwarding:

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!

Viewing all articles
Browse latest Browse all 9303

Trending Articles