Discussion Board

Search:

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

Search: Search took 0.00 seconds; generated 5 minute(s) ago.

  1. Replies
    5
    Views
    7,024

    Re: 2 call related issues

    You can't, since the designers of S60 deemed that the removing entries from the call log, and making it look like you are dialiing another number than you really are as not in the best interests of...
  2. Replies
    8
    Views
    5,184

    Think about the problem differently

    I would suggest that you create a thread that listens for an incoming connection... When the connection happens that thread runs, doing the work... but It also spawns another thread that creates a...
  3. Replies
    2
    Views
    5,476

    IrDA != Infra-red

    The Symbian Stack is IrDA (Infra-red Data Assciation) V1.1 compliant and will communicate with other compatible devices which include devices like Palm, Pocket PC, Windows 98,2000 etc...

    The...
  4. Replies
    44
    Views
    43,516

    should remove User::WaitForRequets()

    The problem with send() as user::waitforrequest... this will cause a error (panic). you need to create your string in a descriptor as your are doing then and pass in to the write function with the...
  5. you need to dereference the TInt

    If you delcare a function

    RArray<Tint> myArray

    The following will fail...

    If ( myArray[count] )
    {
    // Do somthing
    }
  6. Replies
    2
    Views
    6,392

    Use socket::Read()

    ::RecvOneOrMore is for streamed data, when you don't know what size the frame is. If you know that you always want a frame of X bytes use Socket::Read(). This call will then only retrun when you have...
  7. Replies
    44
    Views
    43,516

    See example HTTP Server

    This example written by a developer at symbian is an example HTTP server.

    see http://www.symbian.com/developer/techlib/staffapps.html

    The above example misunderstands active object concepts.
    ...
  8. Replies
    5
    Views
    6,845

    Legal requirement.

    I believe it's a legal requiremnt for the other party to know that you are recording a voice call. The beeps satisfy that legal requiremnt so I expect that they cannot be removed.
  9. Replies
    2
    Views
    1,978

    legal requirement

    I believe its a legal requirement to have the other party know that you are recording a voice call. So removing the beeps will not be possible.
  10. Replies
    7
    Views
    7,177

    Dereference of a pointer to unintialised data

    When you de-reference an unintialised object you will get a PANIC.

    The reason that an object become uninitialised is that it is probably declared as an auto variable inside a function and then...
Results 1 to 10 of 11
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