i coded a native android executable in FPC that connects to my server and download weather information using sockets (connect/send/recv calls), works ok on my pc, and to run on android, i sent it to both my phone and emulator, then i went to terminal and ran it, it didnt work, just froze.
but after i executed "su" command (not allowed in emulator) and then my application again, it worked !
i got no experience in java, but what do i need to make it a valid application? like the user installs it using .apk file and it works? without terminal or super user?
is this possible?
thanks.