Discussion Board

Search:

Type: Posts; User: Alekzandr; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds; generated 4 minute(s) ago.

  1. Thread: Listen MMS

    by Alekzandr
    Replies
    2
    Views
    1,139

    Re: Listen MMS

    Спасибо за разъяснение и полезную ссылку! Про EMsvEntriesChanged я подумал, что надо второй, так как это событие после EMsvEntriesCreated вызывается у меня 2 раза для MMS, и я решил брать последнее,...
  2. Thread: Listen MMS

    by Alekzandr
    Replies
    2
    Views
    1,139

    Listen MMS

    Добрый вечер!

    Подскажите пожалуйста есть ли возможность слушать и посылать MMS используя сокеты аналогично SMS_Utilities_API?

    Если слушать MMS используя сокеты нельзя, то если я правильно...
  3. Replies
    2
    Views
    1,926

    Re: Create Local SMS

    I managed to solve my problem. Now I can add Reply option when creating local SMS.
    Thanks for advices! :)
  4. Replies
    2
    Views
    1,926

    Create Local SMS

    Hello!
    The problem with Reply option when creating local sms was discussed many times on this forum, but I didn't find any solution.
    Tell me please if this problem has been solved already.
    Thanks...
  5. Replies
    4
    Views
    1,554

    Re: Sms via socket

    wizard_hu_, thanks for help! I'll try to check the source code.
  6. Replies
    4
    Views
    1,554

    Re: Sms via socket

    I want to know if there is a possibility to do this in more rational way.
    (And there is issue with Reply option in Inbox folder when "creating local SMS")

    Could I write something instead:...
  7. Replies
    4
    Views
    1,554

    Sms via socket

    Hello!
    Is there any way to put sms arrived via socket to Inbox folder like in this example, but without creating local sms like in this example. Thanks in advance!
  8. Replies
    7
    Views
    1,571

    Re: Finding word in text

    Thanks for help! I'll try to find some decision..
  9. Replies
    7
    Views
    1,571

    Re: Finding word in text

    symbianyucca, do you mean I nead to use regular expressions?
    and is there any standart function to split a string into an array of words?
  10. Replies
    7
    Views
    1,571

    Re: Finding word in text

    symbianyucca, the point is to find the whole word in string. I mean that in string "Hello world" word "Hello" would be found, but word "Hel" wouldn't.
    ltomuta, thanks, I'll check it out.
  11. Replies
    7
    Views
    1,571

    Finding word in text

    Hello!
    Help me please to solve a problem.

    Is there any kind of function to find word in string? For Example, if I'll use

    str.Find(_L("Sasha"));
    str.Find(_L("Masha"));
    ...
  12. Replies
    4
    Views
    3,183

    Re: MatchPhoneNumberL

    Спасибо, вы очень помогли разобраться!
  13. Replies
    4
    Views
    3,183

    Re: MatchPhoneNumberL

    Но ведь когда приходит смс с номера +79991112233, то в инбоксе будет имя контакта и если бы в нем был записан номер +79991112233 и если бы был 89991112233.

    Я рассчитывал, что найдутся оба...
  14. Replies
    4
    Views
    3,183

    MatchPhoneNumberL

    Доброго времени суток!
    Повторюсь новой веткой в форуме со своей проблемой поиска имени по номеру.
    Начало было здесь.



    #include <e32base.h>
    #include <e32cons.h>
    #include <cpbkcontactitem.h>...
  15. Replies
    7
    Views
    3,153

    Re: Поиск имени по номеру

    truf, спасибо за полезные ссылки в исходники.

    Да, это будет нелегкая задача.

    Проблема, как в первом моем сообщении, есть. С номерами менее 7 цифр я пока не тестировал. Но думаю проведу...
  16. Replies
    7
    Views
    3,153

    Re: Поиск имени по номеру

    И есть ещё проблема:
    Due to the way numbers are stored in the database, it is recommended that at least 7 match digits are specified even when matching a number containing fewer digits. Failure to...
  17. Replies
    7
    Views
    3,153

    Re: Поиск имени по номеру

    Сформировать сформировал, проблема с MatchPhoneNumberL. Например, такая:

    Как это можно исправить?
    Проблема эта возникла из-за того, что пользователь, например, может записать номер как...
  18. Replies
    7
    Views
    3,153

    Поиск имени по номеру

    Подскажите пожалуйста наиболее рациональный вариант.
    Когда на телефон приходит смс, то телефон находит для этого номера - имя в контактах.
    Если я правильно понял, то функция MatchPhoneNumberL...
  19. Replies
    3
    Views
    1,966

    Re: Event of unread to read

    symbianyucca, thanks a lot for help! i've solved my problem.
  20. Replies
    9
    Views
    2,975

    Re: Открытие смс в Inbox

    truf, спасибо! Вы очень помогли понять что к чему)
  21. Replies
    3
    Views
    1,966

    Re: Event of unread to read

    If when event for EMsvEntriesChanged occurs there will be only one sms id in the array (for sms that changed status to Read), then it will be possible to handle event for EMsvEntriesChanged that...
  22. Replies
    9
    Views
    2,975

    Re: Открытие смс в Inbox

    Если ограничиться тем, что пользователь будет делать смс прочитанными по одной, то получается можно ограничится только проверкой статуса при возникновении EMsvEntriesChanged, чтобы статус стал...
  23. Replies
    9
    Views
    2,975

    Re: Открытие смс в Inbox

    Когда открывается первый раз определенное сообщение, то ведь только у него меняется статус непрочитанного на прочитанное. Получается, что в массиве должна быть только одна запись? Вы написали, что...
  24. Replies
    3
    Views
    1,966

    Event of unread to read

    I need some help please,
    how could I get access to the message for what EMsvEntriesChanged event occurs? I need to access not last received sms as in most examples.
    The purpose is to catch the...
  25. Replies
    9
    Views
    2,975

    Re: Открытие смс в Inbox

    Во всех примерах, что я видел в EMsvEntriesChanged в HandleSessionEventL делается проверка:
    iNewMessageId == entries->At(0)
    то есть как я понял в EMsvEntriesChanged анализируют только последнюю...
Results 1 to 25 of 41
Page 1 of 2 1 2
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved