I can confirm that autostart fails to work, if you install signed sis file from QtCreater. Install manually for Autostart to work.
Type: Posts; User: mghasan; Keyword(s):
I can confirm that autostart fails to work, if you install signed sis file from QtCreater. Install manually for Autostart to work.
Hi,
Why there is no UI designer in latest Carbide.C++ 3.2?
Regards,
mghasan
Hi,
Can you share the API?
Thanks.
Yes, its there on Symbian devices which is provided by 3rd party. Its not part of Symbian OS.
For modular design we want to keep the code in different plug-ins, so in future the controller can...
Hi,
We are developing our own MIDI Play Controller plug-in to support playing of MIDI files on Symbian platform.
Specifically we are developing
1. MIDI Play Controller plug-in
2. Format...
Hi,
Thanks for your reply.
I am trying to get thumbnail form the video clip. As a workaround, I was capturing screen to get the thumbnail.
I am able to get thumbnail of the first frame using...
Hi,
Is there any way to capture screen contents of video playback area in new SDKs or Plug-in APIs?
It is known issue reported in 2008....
Hi,
You can try this.
const TUid KMainLogsUid = {0x101f4cd5 };
const TUid KMainMissedCallView = { 6};
//Launch Log application with missed call view
CEikAppUi* appui =...
It is worth to publish applications to Ovi and don't expect like iStore application store. Nokia is improving Ovi store and hopefully it can compete with iStore.
We all know that Nokia is world...
Hi,
Create a seperate class, which is not derived form any base calss, and call
from class function by providing the Uid.
regards,
mghasan
hi,
After dialing the phone number, check for the call status and if its in ringing state then bring your application to forground from your application and show the note.
regards,
mghasan
Hi,
If it is difficult for you to delete SMS as suggested by other members, then read SMS message content from sent folder and delete it.
Regards,
mghasan
Thanks Symbian_Neil.
regards,
mghasan
Hi,
You don't have to delete instance variable. It will get deleted when you switch the view.
To switch view use
AppUi()->ActivateLocalViewL(TUid::Uid(ESecondViewId));
mghasan
Hi,
Is it open to both individual developers and companies?
Thanks,
mghasan
Hi Amit,
Get recent view - (CLogViewRecent* iRecentView)
const CLogEvent& event = iRecentView->Event();
and get the event details as below
if(aEvent.Data() == _L("VT"))
{
//video calls
Hi,
I was trying similar stuff with two mobile phones to connect and it stuck in the code below.
I have used BT point to multipoint example and set the SDP service class as DialupNetorking....
Hi,
Check for "mms sending complete" popup or inforamtion note in your code and I think the code is only valid for emulator as you can't send MMS through emulator.
Have you tried your code on...
Hi,
It is availbale in SDK folder (Ex: $(EPOCROOT)\S60Ex\OpenGLEx\Utils) by name gluLookAt in Gluitils.cpp.
regards,
mghasan
Yes you can record video in background.
I have tested it on N95.
Regards,
mghasan
Hi ltomuta,
This problem is specific to phone model (Nokia E72 and SW 22.007) not related to any applications.
I have tested my application on Nokia E72 SW 21.024 and I was able to uninstall...
I did restart few times and even I tried to uninstall other 3rd party applications like Skype, Googlemaps and qik just to check.
I don't know why my application and other applications like Skype,...
Hi,
I was able to installed application on Nokia E72 for the first time and when I tried to uninstall its complaining Unable to remove application.
And if I try to reinstall on top of that its...
HI,
Try this API Plug-in
http://wiki.forum.nokia.com/index.php/New_File_Service_Client_API
mghasan
Hi,
Please recheck installation file (INSTALL.txt) located under C:\Qt\4.5.2-tower or whatever your location is, and follow the steps.
I had the same problem and I thoght I can install QT...