flags = LocationManager.LM_POPSTACK;
flags = LocationManager.LM_ENABLE_GPS;
flags = LocationManager.LM_GPS_FIRST;
if (hostportname != null && hostportname != "" && portcolon != -1) {
serverName = hostportname.substring(0, portcolon).trim ;
}