We are using J2ME JSR75 inorder to to export contact from address book,
Translate data to Vcard format, add an image, remove contact, and import back Vcard format with image attached.
This is...
Type: Posts; User: popeye_luck; Keyword(s):
We are using J2ME JSR75 inorder to to export contact from address book,
Translate data to Vcard format, add an image, remove contact, and import back Vcard format with image attached.
This is...
Hi
when replacing .jad file on same folder in FTP server , although pressing 'Clear Cache' and 'Reload' previous .jad is downloaded when downloading it
using web browser.
how can I resolve...
Hi Everyone
I've managed to export and import using vcard API on Nokia
series40 3rd edition with contacts which have images (contact.photoUrl), however,on 2nd edition there is an exception when...
message stays in Drafts folder in Waiting state
Hi Pawel
do you know what is wrong with this code (SMS is not sent)?
void CSmsSender::RunL()
{
TInt state;
User::LeaveIfError(iStatus != KErrNone);
Hi Pawel
can you post code which sends sms using Mtm in 3rd edition?
Amir
Thanks
My application got rejected by Symbian signed, and according to the report it is because the UIDs are not in range,
but I used UIDs which I got from Symbian Signed site, any idea what the problem...
Hi Everyone
when uninstalling my application, I run an exe which closes it so it can be removed. This works on N70, but not on N6680. I've attached the .pkg (f.y.i. application runs in the...
I'm using Nokia N70, but the .exe which is used in this example does not exist,
any ideas?
Hi
I'm trying to get a call mute state using following code:
Ret = m_currentCall.OpenExistingCall(m_line, m_strCallName);
RMobileCall::TCallParams callParams;
...
Hi
Do N1110 & N1600 support JSR75-FC & JSR75-PIM?
Thanks
Hi
is it possible to switch between earpiece and loudspeaker using Symbian v7.0 Series60_v20 or Series60_v21 or v8.0 api S60_2nd_FP2?
thanks
Hi Everyone
I've managed to send mail using this code (after using iSendAs to save a message in the outbox):
void SendL()
{
iClientMtm = &( iSendAs->ClientMtm() );
// Establish...
Hi
I'm trying to send mms to multiple recipients using TMsvEntry::SetMultipleRecipinets(ETrue);, but I'm not sure which value should I give to TMsvEntry::iDetails (I've tried "number;number" but...
Hi Everyone
How can I get the phone own phone number using Symbian 8.0?
Thanks
I think you need to access its ItemDrawer and set its font.
I think you can use RNotifier.The are ids for idlemkey lock,etc...
You can see these ids in "aknNotifyStd.h"
Hi Everyone
Give a WindoGroup id ,and a matching Application UID how can I get the
active view ID?
Thanks
Hi Everyone
I'm using RNotifier::StartNotifierAndGetResponse with
KAknSoftNotificationUid parameter to get ESetIdleState notification ,but I don't know which classes to use for the
second and...
thanks,But my original problem was failing to create an
additional RWindow,and afterwards I just used the one created in the view(like CAppView).
I used the existing window group of the application.
drawing to the idle screen is possible using setting ordinal
position to 0.
capturing key events using window group solves this problem.
I think you can draw on the idle screen if you set the window
group ordinal position to 0.
Hi Everyone
does anyone know if there is an event of switching to
or from "Idle" state,in which idle screen is displayed?
Thanks