0
I will start developing a software in Lazarus and an application for android. I wonder if there is any library or any reference to make communication via usb between the software and the application. I will need to transfer file (.sql) from the application to update the database of the software installed on the pc.
I will implement a button in the software for when it is triggered recognize the application and thus transfer the data.
I am researching this on the Internet but I could not find any reference to guide in this direction. Does anyone know where I can find a reference to do this?
It could do via bluetooth or via HTTP only that local communication via local network. Easier than implementing an entire USB functionality that would probably need to root on android to be able to get the file from inside the device.
– Guilherme Nascimento
@Guilhermenascimento, would be complicated even with a public folder inside the mobile device?
– Henqsan
not believe, but I can not say, the complicated part would be to configure the USB port (numbering) and some kind of auto-detection.
– Guilherme Nascimento
This might help: https://answall.com/a/217986/64969
– Jefferson Quesado