For some reason the request is not completed. Are you checking it on a real device with a valid internet connection?
Erel,
I am compiling and loading the Device program to my Nexus 7 tablet, using a USB connection, which does have a valid internet connection.
The only changes I've made to the Device program are providing a unique ServerName to be consistent with the ServerName I replaced in the Config.properties file, and changed the Sub Service_Start to Sub ServiceStart in the B4AServerService module (because of the error I got initially - described in post# 69 and your answer in post# 70).
Now, during the course of writing this post reply I happened to change Sub ServiceStart back to Sub Service_Start, recompiled (no error this time) - and now everything is working as advertised. Did I misunderstand the post# 69/70 discussions?
Also, after starting the server using Run.bat, how does one stop the server?