OK, finally i managed to build it. But i find in the mmp the CAPABILITY mentioned in ALL -TCB. But, how do a third party vendor get this unless they have agreement with the OEM. I beilve i am missing...
Type: Posts; User: Priju Jacob Paul; Keyword(s):
OK, finally i managed to build it. But i find in the mmp the CAPABILITY mentioned in ALL -TCB. But, how do a third party vendor get this unless they have agreement with the OEM. I beilve i am missing...
Hi,
Did any one successfull build the MMF plugin that comes along with Qt Mobility 4.7? \plugins\multimedia\symbian\mmf
I think that plugin is missing. Any insights? When i try to build, so many...
OK, Thanks for the links and clarification!
Question: I wanted to build the multimedia plugin that comes with Qt Mobility. But sadly just cant build. Has anyone successfully managed to deploy it...
Hi
I tried to install "QtMobility_Express_Signed.sis" on N8. But it shows update error. I did a soft reset so tat the previous installations would be removed. But it still shows update error! Why is...
Hi,
Im working on streaming a youtube video. For this purpose i use QVideoWidget and QMediaPlayer.
After building the app for the phone, im able to hear but not see the video.
player =...
Nope, the timer is taken care by FEP. So there is no way to reset the timer value.
- Prj
Last year i had a chance to be there for the event. It was nice, informative and got a lot of exposure on whats happening next with Nokia and Symbian, about the Ovi, Symbian Foundation and so on....
What happens if you consume all the keyevents rather than not returning EKeyWasNotConsumed to the framework in your offerkeyeventL? Not sure, but still something worth trying. But im afraid, if your...
Hi,
How about trying out with User::After(), but this makes your application thread to wait. Just see whether the UI, fades off..If not, it should be fine if you are not doing any intensive...
Hello Mateen,
Thanks for the reply.
We have already tried. This API says, whether there is a QWERTY keyboard in the phone or not. But it doesnt say, which keyboard is active at a time. Say for...
Hey Krish,
Thank you for the reply. HAL doenst give this data which im looking for. It doesnt mention whether the keyboard is AZERTY or QWERTY or any other.
also came across a post in the Java...
Not sure whether i got your query right. to check the repeated keyevents you could rely on the iRepeats or TKeyEvent in offerkeyeventl function.
So based on that cant you do your operations?
-...
how about using the At function or the [] operator the retrieve the contents.
Priju
I suggest you to search for TTime in SDK help. or "Using TTime". That page has quite a many examples on how to use format. Please go through that you have a better idea on how TTime works.
- Priju
Source: SDK HELP for MicroSecondsFrom()
Check what value do you get in CurrentTime.
- Priju
Well, I would prefer to use RBuf rather than HBufC in those operations which changes the data very frequently. When using HBufC we need to convert it to a modifiable descriptor and then append...
Here is the Helpguide for hooklogger.
Check for the listbox panics
http://www.newlc.com/en/Eikon-Listbox-Panics.html
http://wiki.forum.nokia.com/index.php/Pop_up_list_example
Please search before you post a query directly.
-...
But why UIQ? UIQ has close down and is no more gonna ship any more phones to the market.
The RFile class has all the api's that you want. Read the text file, using RFile Read(). Get the IMSI value onto a 8 bit buffer. Compare the value using Compare of TDesC8.
If there is no match,...
Thislink should help you.
- Install the patch file.
Priju
you have the detailed description here
you could Append TPtr8 onto a RBuf8 since RBuf8 can also be reallocated/resized.
What happens if you write the chunk as a jpeg/bmp file? Wont it get you the image that you have read?
So why dont you move the code from HandleCommandL and place in a appropriate place.
Its just moving the working code from one code area to another proper one. :)
Like, if you want to retrieve...
CCoeEnv::SimulateKeyEventL() should do work to simulate the keyevent.
Give the TEventCode as EEventKey.
Search in the wiki for its usuage.
- Priju