Implementation_uid-help s60 3rd

Login to reply to this topic.
Tue, 2008-07-15 15:02
Joined: 2008-04-29
Forum posts: 6

Hi, I wrote plug-in for data recognizer. it works fine(it lunches the data handler application ) if i try to open the file through file-manager. In case, i beam the same file via blue-tooth, it sits on massage inbox. If try to open the file form there it self it throws following error "Message:messaging:feature not supported". Can any one suggest how to resolve the issue.
Data recognize rss file
// E8000002.rss
//
// Copyright (c) 2005 Symbian Software Ltd. All rights reserved.

#include

RESOURCE REGISTRY_INFO r_registry
{
dll_uid = 0xE8000002; // should match name of this file
interfaces =
{
INTERFACE_INFO
{
interface_uid = 0x101F7D87; // need to create this uid in the uid database0x10009D90
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F7DA1;//0x101F7DA1;
version_no = 1;
display_name = "ExampleRecognizer";
default_data = "";
opaque_data = "";
}
};
}
};
}
Data handler *_reg.rss file
#include "AWGS60.hrh"
#include "AWGS60.rls"
#include
#include

UID2 KUidAppRegistrationResourceFile
UID3 _UID3

RESOURCE APP_REGISTRATION_INFO
{
app_file="AWGS60_0xEA681F76";
localisable_resource_file = qtn_loc_resource_file_1;
localisable_resource_id = R_LOCALISABLE_APP_INFO;

embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
datatype_list =
{
DATATYPE
{
priority=EDataTypePriorityHigh;
type="application/something-totally-new";
}
};
}

Let me know if any information is missing!!!!

  • Login to reply to this topic.