Attaching a picture to a caller

Hi,
I have a N73 and i was wondering if it is possible to attach a picture to a contact so that when they call i can see who it is instead or in addition to just having the name appear. Any ideas?
Thanks

I don't know for definite with N73 but additional detail like this is normally only possible if the contact is on the phone memory rather than the sim (I can do this with 6230i)
BRs Phil DeForce (Nokia RAN guru)
"Accept that some days you are the pigeon, and some days you are the statue...."

Similar Messages

  • Show attached material picture in ABAP screen object

    Hello,
    I'm attaching material pictures with the GOS create attachment option. Here I could attach all kind of documents including the files "*.gif, *.tif, etc." These pictures are stored on our document server. Another possibility I use is to create a url to the direct link of the picture on the vendors site.
    The materials are our own stock materials. These stock materials could be ordered by the reservation system. For that we have created our own reservation screen. In one of the fields they could enter a part of a material description to search for a particular material. If more material is valid these materials are shown in a selection list. To make is easier to pick the right material I want to show the material picture in a ABAP object on the selection screen.
    I'm already able to show, in the list, if there is a material picture available with the function "BAPI_REL_GETRELATIONS"
    If this function returns a table I know there is a (picture) document attached.
    If the clicks on the hotspot in the list I want to show the picture in the ABAP object on the screen.
    Here is a part to see if there is a material picture?
    CLEAR OBJECTID.
    OBJECTID-OBJKEY = makt-matnr. " Long number incl. zero's
    OBJECTID-OBJTYPE = 'BUS1001006'.
    N_lines = 0.
    clear LISTOFRELATIONS.
    CALL FUNCTION 'BAPI_REL_GETRELATIONS'
    EXPORTING
    OBJECTID = OBJECTID
    ROLE =
    RELATION =
    RECURSIONLEVEL = 1
    IMPORTING
    RETURN = B_RETURN2
    TABLES
    LISTOFRELATIONS = LISTOFRELATIONS
    describe table LISTOFRELATIONS lines N_lines.
    IF N_lines > 0.
    WRITE ICON_TIF AS ICON to artikelen-pic.
    ELSE.
    artikelen-pic = ' '.
    ENDIF.
    I'm able to show a picture in the ABAP object with the following code:
    IF P_CONTAINER IS INITIAL.
    CREATE OBJECT: P_CONTAINER EXPORTING container_name = 'MAT_PIC',
    MM_PIC1 EXPORTING parent = P_CONTAINER.
    l_alignment = cl_gui_control=>align_at_left +
    cl_gui_control=>align_at_right +
    cl_gui_control=>align_at_top +
    cl_gui_control=>align_at_bottom.
    CALL METHOD mm_pic1->set_alignment
    EXPORTING
    alignment = l_alignment.
    CALL METHOD mm_pic1->set_3d_border
    EXPORTING
    border = 1.
    CALL METHOD mm_pic1->set_display_mode
    EXPORTING
    display_mode = mm_pic1->display_mode_stretch
    EXCEPTIONS
    error = 1.
    ENDIF.
    IMPORT pict_tab = pict_tab FROM DATABASE abtree(pi) ID 'ENJOY'.
    CALL FUNCTION 'DP_CREATE_URL'
    EXPORTING
    TYPE = 'IMAGE'
    SUBTYPE = 'GIF'
    SIZE =
    DATE =
    TIME =
    DESCRIPTION =
    LIFETIME =
    CACHEABLE =
    SEND_DATA_AS_STRING =
    TABLES
    DATA = pict_tab
    FIELDS =
    PROPERTIES =
    CHANGING
    URL = url
    EXCEPTIONS
    DP_INVALID_PARAMETER = 1
    DP_ERROR_PUT_TABLE = 2
    DP_ERROR_GENERAL = 3
    OTHERS = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL METHOD mm_pic1->load_picture_from_url
    EXPORTING
    url = url
    EXCEPTIONS
    others = 4.
    Could any one help me further to show the picture in the ABAP object 'MAT_PIC'?
    I'm using SAP release 4.7 on a Oracle database.
    The document server is the SAP DMS server on a SAP-DB database.
    Kind regards,
    Richard Meijn

    Refer the following:
    REPORT  ZTEST12.
    * Type declarations.....................
    TYPES pict_line(256) TYPE c.
    * data declarations......................
    DATA :init,
          container TYPE REF TO cl_gui_custom_container,
          editor    TYPE REF TO cl_gui_textedit,
          picture   TYPE REF TO cl_gui_picture,
          pict_tab TYPE TABLE OF pict_line,
          url(255) TYPE c.
    CALL SCREEN 100.
    * Dialog modules......................................
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN100'.
      IF init is initial.
        init = 'X'.
        CREATE OBJECT:
               container  EXPORTING container_name = 'PICTURE_CONTAINER',
               picture    EXPORTING parent = container.
      ENDIF.
      IMPORT pict_tab = pict_tab FROM DATABASE abtree(pi) ID 'ENJOY'.
      CALL FUNCTION 'DP_CREATE_URL'
           EXPORTING
                type    = 'IMAGE'
                subtype = 'GIF'
           TABLES
                data    = pict_tab
           CHANGING
                url     = url.
      CALL METHOD picture->load_picture_from_url EXPORTING url = url.
      CALL METHOD picture->set_display_mode
           EXPORTING display_mode = picture->display_mode_fit_center.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE TO SCREEN 0.
    ENDMODULE.

  • I AM UNABLE TO ATTACH A PICTURE WHEN I HAV EMY YAHOO MAIL UP AND RUNNING ON FIREFOX, THE "ATTACH" WORKS IF I HAVE AOL OR GOOGLE???

    WHEN I HAVE MY YAHOO MAIL OPEN ON FIREFOX, AND I AM REPLYING TO AN EMAIL [YAHOO], I WANT TO ATTACH A PICTURE, I AM UNABLE TO COMPLETE THIS TASK. IF I AM USING: AOL, GOOGLE OR EXPLOYER I HAVE NO PROBLEM COMPLETING THIS TASK

    Step 1
    Remove "MacKeeper" as follows. First, back up all data.
    "MacKeeper" has only one useful feature: it deletes itself.
    Note: These instructions apply to the version of the product that I downloaded and tested in early 2012. I can't be sure that they apply to other versions.
    IMPORTANT: "MacKeeper" has what the developer calls an “encryption” feature. In my tests, I didn't try to verify what this feature really does. If you used it to “encrypt” any of your files, “decrypt” them before you uninstall, or (preferably) restore the files from backups made before they were “encrypted.” As the developer is not trustworthy, you should assume that the "decrypted" files are corrupt unless proven otherwise.
    In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A. The "MacKeeper" application is in the folder that opens. Quit it if it's running, then drag it to the Trash. You'll be prompted for your login password. Click the Uninstall MacKeeper button in the dialog that appears. All the functional components of the software will be deleted. Reboot.
    ☞ Quit MacKeeper before dragging it to the Trash.
    ☞ Don't empty the Trash. Let MacKeeper delete itself.
    ☞ Don't try to drag the MacKeeper Dock icon to the Trash.
    Step 2
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • I've attached some pictures taken in Ireland, can you take a look

    thank  you to all who helped me with my lens issues. I have gotten the Peterson book, and reading it intently. I'm attaching a  picture taken in Ireland last year. Can you all take a look?. Used my 5DM3 with the EF 24-105mm 1.5.  

    Ok, now I understand you're looking for critique... To my way of thinking, there are two or three parts to how I do critique.  Also, when asking for critique on public forum, expect honesty (nobody would do you any favories if they were dishonest in hopes of not hurting feelings).  So promise not to melt. If an image were entered into a competition, the judges wouldn't necessarily have time to carefully evaluate each image.  They're looking for "stopping value".  Here's what that means:  Imagine you are thumbing your way through a magazine... looking at photo after after.  They're all "nice"... but then you come across something with impact.  It causes you to stop and linger for a while on that image instead of just continuing to turn the page.  That "pause" is what I mean by "stopping value".  You could shoot a photo fo a sunset, but we've all seen thousands of sunsets so a sunset is unlikely to get anybody's attention (it'd really have to be some incredible sunset). I'm normally looking for basics... Is the focus accurate?   Is the exposure technically correct (not over-exposed or under-exposed)?- And then there's a variation on this... is the exposure also artistically appealing?  Did you use a narrow depth of field to help some single element in the image stand out and blur the background & foreground?  Did you use a slow shutter speed to create motion blur and imply a sense of motion into a still photo?  This are examples of ways to not just be "technically" correct, but artistically and creatively appealing. How is the composition?  Are you drawing me to looking at something?  Does it seem balanced?   Is the cropping awkward? I could go on with more examples, but the point is, I'd look for a technically good image and also an artistically appealing image that draws me in. While your image is nicefly focused and nicely exposed, what I'm lacking is a focal point of interest.    I suppose we could say that those rocks are a focal point, but the framing looks random and nothing especially draws me to that subject.   The shutter speed was fast enough to "freeze" the motion of the water, and the water is dramatic (it's not a storm, or massive waves crashing, etc.)  This means there's nothing of particular interest in the water.   if you wanted to evoke a feeling or emotion of tranquility or peace, you could use a very strong neutral density filter (e.g. 10 stop filter) and take a long exposure photo (on a tripod) near evening, and also down near water level and this would blur the water to an almost glass-like look (sometimes if the water is a bit more active you get a foggy look.)  Use of a circular polarizer (CPL) can help tune out the reflection of the water and make it easier to see the bottom through the water.  You mentioned you have the Peterson book (I assume you are referring to Bryan Peterson's "Understand Exposure").  In that book you'll learn how to shoot in "manual" mode.  I think everyone should learn how to shoot in manual mode and then learn how to to decide when to use fast shutter speeds vs. slow shutter speeds or narrow apertures vs. wide apertures for creative impact.  Once you know "how" to control your cmaera for impact, you don't have to use just "manual" -- I use almost all the modes on my camera.   There's a book I like on composition by Michael Freeman called "The Photographer's Eye:  Compositon and Design for Better Digital Photos".   Take some time to read... then take a LOT of time to go shoot and practice.  Some people are strong advocates of "just get out and shoot".  I prefer to shoot with a purpose... read something, then go try to apply that one thing (rather than justing out with no specific goal).   That helps because you can come home, review your shots, and decide how well you achieved your goal (make the goals things that you can realistically achieve.)

  • For some reason I cannot find where to attach a picture to an imessage on my MacBook Pro.  Can anyone tell me?

    For some reason I cannot find where to attach a picture to an imessage on my MacBook Pro.  Can anyone tell me?

    I figured it out.  Copy the picture from where you have it stored on your computer, and paste into the text line of the iMessage.  Simple!

  • How can I attach a picture to an email in file format not as a picture

    how can I attach a picture to an email in file format,

    Please pardon the intrusion…
    Hi, Leroy! 
    Congratulations on advancing to Level 6!
    At the Water Cooler in the Level 6+ Lounge, we are throwing virtual confetti in celebration of your attainment of Level 6-dom. Would you care to join us at the Water Cooler?
    Towards the bottom of the index on the Apple Support Communities Home Page you soon will find the Lounge link available to you. It should work for you within the next 24 hours if all goes as it should.
    Hope to see you there soon!

  • Is there an easy way to attach a picture to email?

    I know I can easily share pictures when I'm in iPhoto, but how do I attach a picture to an email already open?
    I click the paperclip icon, then photos, and I'm shown my iPhoto libraries icons.  If I select one of those, it attaches the entire library to the email.  How can I simply browse and then select photos from within those libraries?
    I've also tried dragging an image from iPhoto into the open message, but all I get is the file name with no content.
    I'm used to Windows, where I simply open a folder and select one or several images to attach.  This apparently doesn't work the same way.
    Thanks for any help.
    Stan

    Right click (or control-click) on the file icon and click View as Image.
    Whether you personally view it as an image or icon, though, the recipient will still get it. Their own email program may display it in different ways, but you have no control over that.
    Matt

  • How do I attach a picture in iPhoto to an email?  I can't find it anywhere else.

    How can I attach a picture in iPhototo a gmail?  I can't find the picture anywhere else on my computer.

    Are you accessing the account through a client (like the Mail app on your Mac) or via a web browser (signed into gmail.com website)?
    If via a client, you should be able to email from within iPhoto or drag the photo into the new messge window.
    If you need to upload it to webmail then export the photo from iPhoto to a convenient location so you can upload it to Gmail.

  • Attaching a picture to a text message

    Is it true that you cannot attach a picture to a text message?

    there you go guy ez way of doing it
    Alltel = [email protected]
    AT&T (Formerly Cingular) = [email protected]
    Boost Mobile = [email protected]
    Einstein PCS = [email protected]
    Sprint = [email protected]
    T-Mobile = [email protected]
    US Cellular = [email protected]
    Verizon Wireless = [email protected]
    Virgin Mobile = [email protected]
    Send away!

  • Incident/Accident Log CBIH82 - How to attach a picture?

    Hello,
    How can I attach a picture to a Incident/Accident Log (CBIH82). I know we can use DMS but this is long and fastidious.
    I use ECC 6 and I know there are update from EHP3+ but I'm not planning to migrate soon.
    I also see an option in CBIH82, in the menu Environment > Document Management -> Create Document but this menu is greyed out.
    What do you suggest me?
    Thanks,
    François

    Sorry François,
    why don't you want to use SAP DMS to attach a pic to incident/accident log? It takes a little configuration and works pretty fine.
    Does your resistance with the SAP DMS is something technical? I could provide you with some help regarding that subject.
    Regards,
    Gil

  • How to attach a picture to a reply post

    Hi,
    How do i attach a picture to a post i reply., i.e. within the posts text area directly so it will be visible always and not through the 'add attachments' option.
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
    Solved!
    Go to Solution.

    Hi,
    Here is a little How-To:
    Upload the image with the 'Add Attachment function'
    Save the message
    Return to the message
    Right click on the image URL, select 'Copy URL' (or similar function)
    Click on the 'Options' function on the right hand upper side of the message window
    Click on 'Edit message
    Place the cursor on the place you want to import the image
    Click the  'Insert Image' function
    Paste the URL you copied to the clipboard
    Et voilá the image is 'inline'
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Attach a picture to a form

    Hi,
    I'm creating a form people need to fill in (adobe pro X), but they can also attach a picture we can use later on for a certificate.
    I used the "button" option and used a javascript "event.target.buttonImportIcon();" this imports the picture but does not make a clickable picture so i can save the picture as a JPG after i received the form.
    Is there anyway to attach a picture and make i editable or usable afterwards. People need to be able to have this option so they can fill in the form in reader and send it to me without a seperate picture.

    What I've done is add a button that when clicked causes an instructional message to be displayed, something like:
    // Mouse Up JavaScript for a button
    app.alert("To attach an image file to this form, select \"Comment > Annotations > Attach file (paperclip icon)\".\r\rClick on the page with the tool selected and you will be prompted to select a file to attach.", 3);
    You can set it up so that the message is tailored to the specific version of Acrobat/Reader that's being used, since the details of accessing this tool vary depending on version.

  • Bring back full screen pictures for incoming calls

    Bring back full screen pictures for incoming calls in the new update !!!!

    Feedback to Apple does not go here, it goes here: www.apple.com/feedback and click on the appropriate link.
    This is a user to user forum.

  • How do I attach a picture to e-mail message

    I am trying to attach a picture to send with my e-mail message. How do I accomplish this?

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access web mail, you need to seek support from your service provider or a forum for that service.
    If your problem is with Thunderbird, see this forum for support.
    http://www.mozillamessaging.com/en-US/support/https://addons.mozilla.org/en-US/firefox/browse/type:3https://addons.mozilla.org/en-US/firefox/browse/type:3
    or this one
    http://forums.mozillazine.org/viewforum.php?f=39

  • How do I attach a picture to an email on my ipad?

    How do I, if I can, attach a picture from my gallery to an email?

    Tap and hold down in the body of the email - and a black options bar will pop up from which you can select - Insert Photo or Video. Tap that and a window will appear with the photos from the photos app. Find the photo that you want to attach, tap it to select it and then tap Use in the upper right corner of that window.
    You can repeat the process of you want to attach multiple photos.

Maybe you are looking for