Please add fields for IMs in Ovi Contacts!

I know the user can add whatever in notes. still, fields for different IMs will be so helpful!!  Now the contacts in ovi looks like a temp incompleted backup...
Please! 

yes!
especially considering the fields DO exist on the handset (N97) they are just not synced or not displayed in Ovi-Suite.
Pathetic. But, alas, no less pathetic than the rest of OVi-Suite.
Ever seen a black lemon? They turn black when they rot. My N97 is black. 'nuff said

Similar Messages

  • Mandatory field for TIN No, or  Contact Person

    HI Expert,
                     Can anyone please tell me code for Mandatory field for TIN number or Contact person  at the time of adding Purchase Order.its possible by SP i tried for it but its variable so pls anyone have any idea.
    Sudhir

    Hi Sudhir,
    Try This.
    FOR Contact Person-----
    IF EXISTS (SELECT DocEntry FROM [dbo].[OPOR]
    WHERE
    ((CntctCode IS NULL OR CntctCode = '')
    AND DocEntry = @list_of_cols_val_tab_del))
    BEGIN
    SELECT @error =1, @error_message = 'Your Error Msg1'
    END
    END
    For TIN No.-------
    IF (@object_type = '22' AND @transaction_type= 'A')
    BEGIN
    IF EXISTS (SELECT DocEntry FROM [dbo].[POR12]
    WHERE
    ((TaxID11 IS NULL OR TaxID11 = '')
    AND DocEntry = @list_of_cols_val_tab_del))
    BEGIN
    SELECT @error =1, @error_message = 'Your Error Msg 2'
    END
    END
    Regards
    Ashutosh T

  • Please add options for file names on camera or PlayMemories import (ie: 00001 DateTaken DSC)

    Please add options for file names on camera or PlayMemories import (ie: 00001 DateTaken DSC=   00001 2014_10_21 DSC )

    if(!getNewContactsName())
                   createNew();
                   return;
              if(!getNewContactsSurname())
                   createNew();
                   return;
              String checkName = newName;
              String checkSurname = newSurname;
              if(!checkIfDuplicate(checkName,checkSurname))
                   createNew();
                   return;
              if(!getNewContactsHomeNum())
                   createNew();
                   return;
              if(!getNewContactsWorkNum())
                   createNew();
                   return;
              if(!getNewContactsCellNum())
                   createNew();
                   return;
              if(!checkAtLeastOneNumEntered(newHome, newWork, newCell))
                   createNew();
                   return;
              }This can all be done in 1 if statement just use the or operator (||) will save some room
    private void deleteFromList(String nameOfContact, String surnameOfContact)
         {//Start of deleteFromList()
              int confirm = JOptionPane.showConfirmDialog(null,"Are you sure you wish to delete the contact from the phonebook?","Please confirm",JOptionPane.YES_NO_OPTION);
              if(confirm == JOptionPane.NO_OPTION)
                   return;
              elseWhy do you have a return statement in a void method? there's no need for this you can cut out the no part and just keep the yes

  • HT201071 Please add support for Camera RAW Canon PowerShot G2

    Please add support for Camera RAW Canon PowerShot G2,
    it may be ancient, but there are still a lot of G2s out there, and it's annoying to have a different workflow for pictures from them...
    best,
    case

    You are not writing to Apple here.  This is a user to user help forum.
    Instead, send your comments or suggestions directly to Apple via Mac OS X Feedback.
    You are unlikely to get a direct response from your "Fedback", but you can be certain that the responsible Apple people will see your input for consideration in future product development.

  • Can you please add support for Gmail's archive feature?

    Can you please add support for Gmail's archive feature? I would like to be able to "archive" emails using the menu when I'm accessing my gmail account, reading and browsing emails. I would also like "archived" emails to be removed from the email listing once I tap the refresh option on the menu. Could you tell Blackberry to implement these features on the next update?

    hello, you can do this in current versions already :))
    for detail please see [[How to clear the Firefox cache]]

  • HT201071 Please add support for Hasselblad CFV-50

    I just replaced my Hasselblad CFV-16 with the CFV-50, and now I have bad redish view only of my files both in Preview and Aperture.
    Please add support for the file format from CFV-50, it's not a all new Digital Back (it's out since severals years now).
    We can still convert files into DNG using Hasseblad tools and made the DNG file reconized by Preview and Aperture, but would like to be able to manage my original RAW files from Hasselblad in Aperture like I was used to do

    This is a user-to-user forum and is not monitored by Apple for feedback purposes. You can give feedback to Apple here: Apple - Mac OS X - Feedback

  • Mail for Exchange and Ovi contacts update help for...

    How do I remove these update requests I don't use MFE (and have removed from phone) and don't even have or want Ovi Contacts but Nokia App Update keeps requesting I update them.
    thanks

    If you cannot remove an app from the phone, the app updater will always ask to update. There is no way around that.
    It looks like you may be able to remove Mail for Exchange, though I do not recommend it. To do so, open the MfE folder, highlight it and choose options/organize/remove.
    For Ovi Contacts, go to settings/application manager/installed files.... highlight Contacts on Ovi, then options/uninstall.
    I don't use these either, but am reluctant to remove them when I don't know what the consequences might be. Proceed at your own risk.
    If I have helped you with your problem in some way, please take a little time and hit the kudos button in my post. Without your feedback, I don't know if I am being helpful or should just be put out to pasture.

  • Please add support for MXF files created by Blackmagic Hyperdeck Studio

    We have a Hyperdeck Studio that records DNxHD220 files in a MXF wrapper. Right now it is not possible to import them into Premiere CS5.5.
    It would be great if Adobe would add support for those files.
    Regards
    NFact

    It's mostly users here in the forums.  Here's how to get Adobe to listen.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • SAP  infoset  SQ02  - Add field  for LDB

    Hi all,
       I have to modify a sap query,   which uses infoset ZDES.  I have to add table ANLH  so that i can get field ANLHTXT.   The infoset uses the LDB "ADA" which has many other tables  and structures.
    Now  if i have to add the  table ANLH  ,  how should  i go about , I cannot change the LDB  as it asks  for DEV key,  the only way is to modify the Infoset ZDES.
    Can  anyone please tell me  how  to go about this .
    Thx in adv.
    Dan

    If you can modify the infoset, its well. You can do it.
    Open the infoset ZDES, add additional field ANLH-ANLHTXT and add them to the group. Write code in the field you created. generate and add the corresponding field as output field. For this you need not add a whole table, instead you can add the field as extra field and write code under it to get it.
    But performance wise, it will not be 100 % efficient becuause for every row fetched your abap code is run. But to me, its the only way you can handle it without disturbing the SAP code.
    regards,
    Sandeep Josyula
    *Mark helpful answers

  • Cover.jpg - *PLEASE* add support for it!

    I know importation of album art has been covered many times so please accept my apologies for starting yet another thread however there seems to be little discussion of the "cover.jpg" method for associating album tracks with the associated cover art imagery.
    Placing a file called "cover.jpg" in each album directory is fairly common practice with many (most?) media servers and works perfectly well, consequently I have no intention of adding embedded cover art jpg's to every track in my library (10,000+ tracks) just so that my N85 can show me an album cover.
    It would be so much easier for us users (you know, Nokia customers) if the S60 media player could identify the cover.jpg file that sits in every album directory I have so far synced over to my N85, and then import those cover.jpg files as the album art for each album. Also, the cover.jpg files should then NOT appear in my photo gallery.
    Is this really so difficult to make happen??? Not supporting this feature seems to be the cause of so much aggravation for Nokia customers when transferring files to Nokia devices.
    BTW, I'm not suggesting that embedded cover art should be ignored - if it's there then use it but when it's not present then also look for the cover.jpg file as an alternative source...

    05-Jan-2009 11:47 AM
    shayesta wrote:
    nokia are not going to bother with cover.jpg that can be loaded from each folder depending on what track you play. only SE do support that. i think embedded album art is waybetter than seperate jpgs in each folder.
    The trouble is some people already have music collections with thousands of songs, and don't want to add a 30KB image to each song just because Nokia are too stupid/too lazy/too arrogant to implement a simple solution to what is very obviously a common problem. SE implemented the solution because it's not difficult and it's what their users want - why can't Nokia give users what they want for goodness sake?
    I can put over 1500 tracks or ~150 albums on my N85, and if I add a 30-35KB jpg image to each and every track that's 52MB wasted rather than the 5MB it would take to store one album cover image with every album directory. It's not rocket science.
    I don't disagree that supporting embedded album art is a handy feature, but it's embedded album art is certainly not common with those who have music collections dating back more than a few years, nor is it desirable for many people. Adding album art retrospectively to an entire music collection in order to view a picture on a Nokia ain't going to happen either - I'd rather buy a consumer-friendly SE phone next time.

  • Want to add Field for movement type 501

    Dear Expert,
    Hi..
    i am working on Goods Receipt without PO ( Mvt 501 ). here for this business wants to add the value of the material at the time of Good Receipt. business also wants to make this field required field. so pl. guide me on this.
    Thanks a lot
    H Shah

    Hi,
    if i understood your question correctly
    There is one setting of creating purchase order at the time of GR, for this you have to maintain info records and activate setting in SPRO of create PO at the GR, Then your problem will get solved, Gr becomes valuated and PO will be created in background.
    Putting value at GR does not make any. sence
    Thanks
    Kedar

  • Please add support for Lumix DMC-LX1

    I've had this excellent camera for a few months and am frustrated I can't use its RAW files with Aperture.
    At least I can use it with Lightroom and Photoshop CS2, but I want to use Aperture. I sincerely hope cameras are added to Aperture at least as quickly as Adobe can add them.

    I doubt you will have much luck here. I wish support for my Konica Minolta A200 would be added but there is little hope now Konica Minolta have left the market.
    One of Apple's main shortcomings in this area is their lack of RAW support. This will probally lead Adobe to have the upper hand with RAW processing as they support 100s more cameras than Apple do!

  • Please add support for Tiles

    I have been looking on other lists and sites and this seems to be a big missing piece of both JSC and JSF -> the ability to template the layout of pages.
    As a Struts developer, I find creating page templates in Tiles, them being able to reuse, inhertit from and tweak with only a few lines of XML in the tiles-def.xml and incredibly powerful and time saving tool. Yet apart form some clever us of prelude and coda in a few demo apps (Bookstore6 from the J2EE14 Tutorial), ther seems to be little support for this in either the IDE or the spec.
    I realize that JSF is about components, but layout is just as important.
    Any kind of page layout templating support would be appreciated - it doesn't have to be Tiles but it would be nice.
    In the mean time, has anyone come up with workarounds for this?
    M

    JSF does support the use of Struts-Tiles, but Sun Java Studio Creator does not. I've tried using Tiles within Creator, but it will not allow me to modify the included JSP pages properly. For example, when I remove the html, body, and f:view tags from the page to be included, Creator automatically re-adds them, resulting in broken functionality.
    The lack of templating support is rather distressing and is one reason I am holding off on using Creator to create production code. For now, it's more of a play thing.
    Templating support is a must!

  • Please add support for JPEG Exchangeable Image File Format (EXIF)

    It seems that now Adobe® Illustrator® can export only to the JPEG File Interchange Format (JFIF). We should have an option to produce the JPEG Exchangeable image file format (EXIF) as well (just like Photoshop does!). Why this is so important to me? I generally work under Illustrator and I often post my work on Behence. I work with 'sRGB IEC61966-2.1' color profile. When publishing I use *.jpg with embedded ICC Color Profile. But it looks like Behence doesn’t fully support the JPEG JFIF – for example it cannot read its icc data correctly. The effect is that my work looses its quality! The only option to produce the JPEG EXIF I have now is to: Export *.ai file to JPEG (under Adobe Illustrator) > go to Photoshop > Create new project > Paste the *.jpg > and Sava As JPEG with icc embedded. This guarantees my files are being processed correctly.
    (JPEG) Formally, the EXIF and JFIF standards are incompatible. This is because both specify that their particular application segment (APP0 for JFIF, APP1 for Exif) must be the first in the image file. In practice, many programs and digital cameras produce files with both application segments included. This will not affect the image decoding for most decoders, but poorly designed JFIF or Exif parsers may not recognize the file properly. ( http://en.wikipedia.org/wiki/JPEG_File_Interchange_Format#Exif_comparison )
    I’ve analyzed my files using JPEGsnoop 1.6.1 (an app by Calvin Hass, http://www.impulseadventure.com/photo/) and here is the result:
    A) an *.jpg file produced with Adobe Illustrator > File > Export > JPEG > ICC profile embedded:
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP0 (xFFE0) ***
    OFFSET: 0x00000002
    length     = 16
    identifier = [JFIF]
    version    = [1.2]
    density    = 72 x 72 DPI (dots per inch)
    thumbnail  = 0 x 0
    B) an *.jpg file produced with Adobe Illustrator > File > Save For Web > JPEG > ICC profile embedded:
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP0 (xFFE0) ***
    OFFSET: 0x00000002
    length     = 16
    identifier = [JFIF]
    version    = [1.2]
    density    = 100 x 100 (aspect ratio)
    thumbnail  = 0 x 0
    C) an *.jpg file produced with Adobe Photoshop > File > Save As > JPEG > ICC Profile embedded
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP1 (xFFE1) ***
    OFFSET: 0x00000002
    length          = 1320
    Identifier      = [Exif]
    Identifier TIFF = 0x[4D4D002A 00000008]
    Endian          = Motorola (big)
    TAG Mark x002A  = 0x002A
    EXIF IFD0 @ Absolute 0x00000014
    Dir Length = 0x0007
    [Orientation ] = Row 0: top, Col 0: left
    [XResolution ] = 720000/10000
    [YResolution ] = 720000/10000
    [ResolutionUnit ] = Inch
    [Software ] = "Adobe Photoshop CC 2014 (Windows)"
    [DateTime ] = "2014:08:02 17:21:15"
    [ExifOffset ] = @ 0x00A8
    Offset to Next IFD = 0x000000D4
    EXIF IFD1 @ Absolute 0x000000E0
    Dir Length = 0x0006
    [Compression ] = JPEG
    [XResolution ] = 72/1
    [YResolution ] = 72/1
    [ResolutionUnit ] = Inch
    [JpegIFOffset ] = @ +0x0132 = @ 0x013E
    [JpegIFByteCount ] = 1006
    Offset to Next IFD = 0x00000000
    EXIF SubIFD @ Absolute 0x000000B4
    Dir Length = 0x0003
    [ColorSpace ] = sRGB
    [ExifImageWidth ] = 200
    [ExifImageHeight ] = 200
    Regards,
    Pawel Kuc

    This is a user-to-user forum and is not monitored by Apple for feedback purposes. You can give feedback to Apple here: Apple - Mac OS X - Feedback

  • Please add support for using Slim Server with ITunes

    I just purchased a SqueezeBox and it awesome! However, it uses Slim Server to stream music to it, and all the cool songs I purchased on Itunes are not available due to the DRM (I hate DRM!). I purchased these songs, they live on the Mac, and all I want to do is stream them to this slim device and listen to them. This should be allowed.
    Thank you.
      Mac OS X (10.4.6)  

    Apple has not to date licensed their DRM to anyone other than Morotola (for inclusion in a couple of phones), so it's not likely to happen anytime soon, if ever.
    BTW, we're just your fellow users here. Feedback to Apple is best submitted through the feedback pages. For feedback on iTunes itself, use the Mac OS X feedback; the iTunes feedback is just at this point for suggesting new content to the iTunes Music Store.

Maybe you are looking for

  • The songs I bought are not in the file of the songs I bought.

    I bought more or less 80 songs but now in the file where are the songs I bought there are only 18 songs (the latest I bought) and the songs I bought before these I can't download them. The first problem I had was that there were all the songs in the

  • Report with below details

    Hi All,      My Client is asking a report which should include all these below fields 1)Material 2)UOM 3)Current month requirement 4)Vendor names(All vendors to get one material in to factory) 5)Vendor supply capacity  6)landed cost of the material 7

  • CAD 7.5.8 Unresponsive

    Hi all, hope all doing well !! I am running a duplexed UCCE 7.5.8 with CAD 7.5.8. I am experiencing an issue with CAD where CAD supervisor is trying to pull up agent ACD state logs (see picture) and it takes longer than normal to populate the data an

  • PS_TXN table - what is it?

    I created a JSP page connected to a database, but when I change the login and password (of course authenticated to the database) I get the following errors: JBO-30003: The application pool (OPTEN_MP.OPTEN_MPModule.OPTEN_MPModuleLocal) failed to check

  • Building EAR for WebLogic 8.1 with Eclipse plugin

    I am developing an EJB app for deployment in WebLogic, JBoss and Sun ONE. I use plugins for JBoss and Sun ONE, with the help of XDoclet, and have no problem creating the required XML and JAR files. However, the WebLogic Workshop creates many files, l