[9.1]Issues with T9 and WriteDeviceData

Login to reply to this topic.
Thu, 2006-01-19 20:42
Joined: 2004-06-17
Forum posts: 47
Hi,

I have currently two issues with Platform security:

- with just this code:

iEdwin1 = new (ELeave) CEikEdwin();
iEdwin1->SetContainerWindowL(*this);
iEdwin1->ConstructL(0,10,0,1);
iEdwin1->SetExtent(TPoint(1,150), TSize(120,50));
iEdwin1->SetFocus(ETrue);

I get the PlatSec warning that WriteDeviceData is missing:

18.950 *PlatSec* ERROR - Capability check failed - Process MobileSearch[102046bb]0001 attempted an operation and was found to be missing the capability WriteDeviceData Additional diagnostic message: Checked whilst trying to Define a Publish and Subscribe Property

It is doing something with configuring T9. If I turn on Enforcement, I can only enter digits into my edit field.
How to do this correctly so I do not need WriteDeviceData?

- even before my application starts, I have PlatSec warnings, but nothing seems to happen when I turn Enforcement on.
So is it save to ignore those warnings?


Kind regards
lkz633
  • Login to reply to this topic.