I am tying to transfer a file from Android device to PC via USB from my App. For this, can any one help me how to transfer the files and communicate with the PC from my Android App.
Asked
Active
Viewed 269 times
2
-
Can you to use the adb?! Open terminal and execute the command: adb push /path/to/local/file – Tiago Barreto Oct 25 '14 at 03:57
-
can we run the adb commands from Android App @TiagoBarreto – Mr. N.V.Rao Oct 25 '14 at 04:46
-
Nope, it is as always controlled by the pc, though you can tunnel requests from the phone through a tunnel initiated by the PC. – Chris Stratton Oct 25 '14 at 04:52
-
But, I want to transfer a file from Device PC..over USB...How can I do..can u help me...@ChrisStratton – Mr. N.V.Rao Oct 25 '14 at 04:59