set_emulator_condition(BOOT_COMPLETED);
return true;
} else if (!strcmp(cat, MSG_TYPE_GUEST)) {
- char* prof = get_emul_profile();
- INFO("emuld connection is %d, with sender %d, profile %s\n", action, group, prof);
- if (prof != NULL && !strncmp(prof, "wearable", 8) && group != 0) {
- INFO("ignored emuld connection message from kernel in wearable: %s.\n", prof);
- return true; // FIXME: WA - wearable profile
- }
+ INFO("emuld connection is %d, with sender %d\n", action, group);
set_emuld_connection(action);
} else if (!strcmp(cat, MSG_TYPE_HDS)) {
do_hds(cat, action);