connect to SMSEditor using RAknAppServiceBase::ConnectToChainedAppL()
| Wed, 2007-10-17 09:38 | |
|
Hi all! void CTxtMtmEditorOperation::LaunchEditorL()I want to start Native SMS Editor app instead. I found that native app has UID 0x100058bc. But just replacing UIDs cause the E32User-CBase 46 panic at iService.ConnectChainedAppL(uid)Can anybody tell me, if it is possible to launch native SMSEditor in this situation? I need to implement standart sms functionality except one thing - i need not to send sms. |
|







Forum posts: 2
hi
Please, advice me how to get uid for standart programs like WEB browser
Windows Mobile, Symbian C++, developer
Forum posts: 2
use this function
IMPORT_C void ActivateViewL(const TVwsViewId &aViewId);
use AppUi()->ActivateViewL(TVwsViewId(TUid::Uid(Ud1), TUid::Uid(EPositionTracerSettingItemListViewId)));
unfortunatly I don't remember UId's
Windows Mobile, Symbian C++, developer
Forum posts: 2
Though, that's an offtopic mesages.. look at
http://wiki.forum.nokia.com/index.php/TSS000551_-_Different_browser_UIDs_in_S60_3rd_Edition_and_S60_3rd_Edition%2C_FP1