I currently create an app for android; user take photo and add information (GPS localisation, text, etc...) on it.
我目前正在为Android创建一个应用程序;用户拍照并在其上添加信息(GPS本地化,文本等)。
There is also a java desktop app, who will contain data take with the android app and lot of other things.
还有一个java桌面应用程序,它将包含Android应用程序和许多其他东西的数据。
So I need to transfer data from android tablet device Nexus 9 (5.0 and higher) to PC desktop app via USB simple cable, and without internet connection/WiFi/Bluetooth.
因此我需要通过USB简单线缆将Android平板设备Nexus 9(5.0及更高版本)的数据传输到PC桌面应用程序,无需互联网连接/ WiFi /蓝牙。
I have a button in desktop app who get data from the device and store it in a folder.
我在桌面应用程序中有一个按钮,它从设备获取数据并将其存储在一个文件夹中。
I found lot of things to make it with Bluetooth, web service and socket to transfer data, but without internet connection and only with USB cable restrein my possibility.
我发现很多东西可以通过蓝牙,网络服务和套接字来传输数据,但没有互联网连接,只有USB线才能恢复我的可能性。
So before I start I'd like to know if such thing is possible?
所以在我开始之前我想知道这样的事情是否可能?
Thanks in advance.
提前致谢。
1 个解决方案
#1
0
I success to transfer android data to desktop java app via simple USB cable with jMTP library.
我成功通过带有jMTP库的简单USB电缆将android数据传输到桌面java应用程序。
You can see how in my anwser here
你可以在这里看到我的回忆
Hope it help.
希望它有所帮助。
#1
0
I success to transfer android data to desktop java app via simple USB cable with jMTP library.
我成功通过带有jMTP库的简单USB电缆将android数据传输到桌面java应用程序。
You can see how in my anwser here
你可以在这里看到我的回忆
Hope it help.
希望它有所帮助。