Xfood Expert Licensed User Oct 15, 2021 #1 Good morning lads, I need to be able to transfer a file from android via a B4A app to a PC via USB cable connected to the pc Do we have an example of how to do it? Thanks a lot to everyone
Good morning lads, I need to be able to transfer a file from android via a B4A app to a PC via USB cable connected to the pc Do we have an example of how to do it? Thanks a lot to everyone
Erel B4X founder Staff member Licensed User Longtime User Oct 17, 2021 #2 1. It will be simpler to transfer the file over the network. 2. The only way to do it is with ADB + USB debug mode + forward port: https://www.b4x.com/android/forum/t...mera-through-pc-application.62140/post-394946 Using ADB, you create a network connection which you can then use with FTP, MQTT, Socket or any other TCP based communication. Upvote 0
1. It will be simpler to transfer the file over the network. 2. The only way to do it is with ADB + USB debug mode + forward port: https://www.b4x.com/android/forum/t...mera-through-pc-application.62140/post-394946 Using ADB, you create a network connection which you can then use with FTP, MQTT, Socket or any other TCP based communication.
Xfood Expert Licensed User Oct 17, 2021 #3 thanks Erel, I try to follow the post you indicated Upvote 0