# File lib/mobileesp_converted/user_agent_info.rb, line 756
    def detect_palm_o_s()

      if (user_agent.include?(DEVICE_PALM) || user_agent.include?(ENGINE_BLAZER) || user_agent.include?(ENGINE_XIINO))

        if (detect_palm_web_o_s())
          return false
        else
          return true
        end
      end
      return false
    end