new FlashMsg(ZoeosFrame.getInstance(), 2500, 500, FlashMsg.colorWarning, "NO DEVICES FOUND DURING HUNT");
else {
List unlicensed = new ArrayList();
for (Iterator i = replies.iterator(); i.hasNext();) {
final SysexTransactionRecord str = (SysexTransactionRecord) i.next();
ZExternalDevice d = m.tryIdentify(str);
if (d != null) {
ZExternalDevice dup = getDuplicate(d.getDeviceIdentityMessage());
if (dup == null) {
if (!isDemo() && d instanceof LicensedEntity && !checkLicensed((LicensedEntity) d)) {
unlicensed.add(d);