Urgernesogbag
New Member
I know it is possible to access and transfer files from a computer to an android device using \[code\]adb\[/code\], but is there a way of transferring a file from an android device to a computer through the usb cable without using the adb tool? The transfer should be made through the usb cable, I don't have the option of bluetooth or wireless.Using \[code\]adb\[/code\] is not an option because the computer to which the file would be transferred must have the Android SDK installed, or at least the \[code\]adb\[/code\] tool.At this moment I consider writing a daemon which will run on the computer, detect when a device has connected and transfer the file. Is is possible to accomplish this without running a daemon on the computer (i.e. directly from the phone) ?Thanks in advance.