Hi
we are just beginners in B4a and we develop our first app.
we program in VBA on the PC side and we have to transfer csv-files to tablet, where our app will offline change the csv-data.
So we are looking for a simple technical way for "moving" import and export files from/to tablet, using an usb cable connection.
We read a lot in this forum, but we are a little bit confused, what could be a simple way. Currently we push and pull files per adb via a shell statement in VBA. Here we have the problem, that we are not able to "move", we only can "copy" files and the customers have to install the adb tool on the PC, and every time before data transfer, the tablet is set to debug modus...
we want to ask the experienced users, what could be an easy simple way to get control over the file transfers. Please tell us a link or if someone has an example, that would be great...