Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 11:32, 17 December 2007.

TSS000793 - Adding 3rd party MTM to the Options-New Message Menu on Eseries devices

From Forum Nokia Wiki


ID TSS000793 Creation date December 17, 2007
Platform S60 3rd Edition
S60 3rd Edition, FP1
Devices Eseries devices
Category Symbian C++ Subcategory Messaging, MTM


Description

In Eseries devices an e-mail MTM appears in the Options > New Message > E-mail menu of the messaging application, whereas in other devices, such as Nseries devices and the Nokia 3250, it appears in Options > New Message.

This issue can be avoided by giving an arbitrary UID in the "technology_type_uid" in the RESOURCE MTM_INFO_FILE structure in the MTM's RSS file. See the following code snippet:

RESOURCE MTM_INFO_FILE
   {
   mtm_type_uid = 0x10005247;
   // Technology type
   technology_type_uid =0xA00001F0;
   //(0xA00001F0 is an arbitrary UID)
   ...
   ...
   }
Related Discussions
Thread Thread Starter Forum Replies Last Post
infrared,bluetooth or both? ManOfSteel General Symbian C++ 2 2004-09-28 11:28
How to add our menu on default sms UI on Series60 jend_rommel General Symbian C++ 3 2006-03-22 02:58
New message notification API lenclud General Symbian C++ 3 2007-06-26 14:39
Nokia 6600:Joystick pressed in Canvas invokes options menu, how to disable ? kakoskin Mobile Java Media (Graphics & Sounds) 1 2004-03-10 16:10
Help! mikeyboi86 Mobile Java General 8 2006-03-16 18:53
 
Powered by MediaWiki