Hi,
as said above I need of a name-string that dependent on the device. I want to send data-files from my app to other devices, using the same name for all devices sending a files (even with a time-code) would result in loosing the information who did send it.
I read that it isn't possible to get the device name (the one that is used for WiFi- or BlueTooth-Connections). Does anybody have an idea for such a situation?
As of now I use:
However this "solution" does [edit]NOT[/edit] "look" that good.
Ideas?
as said above I need of a name-string that dependent on the device. I want to send data-files from my app to other devices, using the same name for all devices sending a files (even with a time-code) would result in loosing the information who did send it.
I read that it isn't possible to get the device name (the one that is used for WiFi- or BlueTooth-Connections). Does anybody have an idea for such a situation?
As of now I use:
B4X:
mPhone.Manufacturer & "_" & mPhone.model & "_" & mPhone.Product &
Ideas?
Last edited: