Quick question - importing VCards

This is a pretty simple one, I'm trying to export 400+ vcards from my address book on an iMac to my Nokia E61i. I've paired the two together via Bluetooth, but can't figure out the rest. Can anyone help?
Thanks,
K

Ok....
so I figured out how to change all the folders on my PC to the format I want, then re-burn the DVD with the folders. Not to difficult.
anything else I need to be concerned with since I am not restoring a iPhoto DVD/backup? These are just straight files in folders.
Thanks,
Jason

Similar Messages

  • Re-importing into iPhoto 06 Quick Question

    I hope.
    My photos are on an external hard drive. I jogged the wire the other day during an import and stopped the import. When I next loaded up iPhoto all the photos had changed to ! , so I reimported them, which all worked fine, but it's reimported everything including the thumbnails, so I now have every picture at least twice and want to get rid of all the small sized files.
    Can I do it a quick way like search for photos below a certain size or should I import from a different point? I imported from the iPhoto directory, but should I have been a bit more specific on a sub directory? I want to make sure I get the original photos and any photos I've edited.
    Finally, should I delete the existing thumbnails in one of the directories before I re-import?
    Thanks

    It’s not a quick question.
    so I reimported them, which all worked fine, but it's reimported everything including the thumbnails, so I now have every picture at least twice
    This was not the way to go about this. You’ve now imported to a damaged database and that is inherently unstable.
    There is no way to search on file size in iPhoto. You may have some luck with Duplicate Annihilator
    However, do you still have the original library? If so, here’s how to start over:
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Regards
    TD

  • IMovie - quick questions about video files when importing and optimizing

    Hi, have some quick questions. I think they are simple.
    1. When I import a video (from say iPhoto), where does it get "Move" or "Copy" to?
    2. Why would I want to do "Copy" instead of "Move", because isn't it then taking up more space?
    3. I'm wondering if after I optimize a video, I can stash away the original (non-optimized video that I either "Move"d or "Copy"d earlier) into an external hd.
    4. By the way, what is the new file name of the optimized video?
    Though things are working fine in iMovie and iPhoto, I'm trying to manage hard disk space, and hope answers to these questions will help.
    Do you guys have a guideline on how to manage hard disk space when it comes to iphoto and imovie?
    Thanks.

    As has been suggested you can encourage people to download QuickTime player by doing something like this...
    http://www.mirroroftheuniverse.com/Songs.html
    You can also present your songs like this...
    http://roddymckay.com/Satellite/JukeBox.html
    This is a SnoCap jukebox and you need an account to use it but you'll get the link to ESnips on the above page.
    A 3 minute song has a file size of about 30 Mb in AIFF format. Converting it to MP3 reduces it to about 3.5 Mb and M4A to about 5.5 Mb.
    iTunes will do these conversions for you and M4A is far superior to MP3 as far as sound quality is concerned.

  • Two quick questions about Library after moving beginning on a new computer

    Hi there,
    I just moved from Windows to Mac, meaning I had to move my iTunes library from the old PC to my new MBA.
    Just a couple of quick questions.
    1. When I started iTunes on my new Mac, in the preferences I directed the media folder to the folder with all my itunes music/podcasts etc, and then I imported the Library XML file.  Is this incorrect? Should I have imported a different file? Should I have used the itl file instead? 
    If so, should I delete the library and start again?  (if this is the case, please suggest the best way of doing this without affecting my media)
    - a kind of sub-question to this one:  some of the media files arent showing up in the iTunes library, but they are in the media folder on the ext HDD.  Is there a way I can find out which ones havent been recognized by iTunes?  Whats the best way of getting them in to my library?
    2. Pretty much half of my podcasts have not been loaded in the new iTunes.  The ones that havent were ones that I subscribed to on my iPhone, whereas the ones that show up in iTunes were ones I downloaded from iTunes.  When I connect my iPhone and sync it with iTunes, will those podcasts show up in iTunes?  Or is there a risk that they will be deleted from my iPhone?
    Cheers,

    The .xml is lacking some information such as ratings, date added, and play count.  Using the .itl includes this information but cannot be imported using the method you did.
    A complete library is everything in the iTunes folder.  By using the method you did you left the artwork behind in the artwork folder on the other machine.
    Selecting the media folder in preferences does not get iTunes to recognize the media.  All it does is tell iTunes to start storing new media in that location.
    Using the method I outlined nothing will be missed (with the exception of WMA) because you aren't rebuilding your library, you are using the one that already exists.
    You don't have to re-copy everything as long as you get the stuff you missed and re-assemble it all as it was before except not on the Mac.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

  • Quick Question: When to use ( ) and when to use [ ] and why the ( *)

    Hi all,
    A quick question that i'm sure is very simple but is slightly confusing me. I've just started trying to learn Objective-C and am a little confused by ( ) and [ ].
    I get that you use the [ ] brackets when you want something specific from an object, i.e.
    [ textField textColor ]
    and that you use ( ) brackets for things like:
    if ( x == y) {
    But I get confused when I see things like:
    NSLog(@"some text here");
    Why does that get ( ) brackets and why is it not [ ].
    Also another point of confusion, creating methods... Why are some methods done like:
    - (void)awakeFromNib
    And others done like (with the additional "*" added):
    - (NSString *)stringvalue
    As I said, I'm sure this is very simple and obvious, but it is confusing me slightly.
    Thanks in advance!

    Adam:
    As you already know, square brackets are used to send a message to an object, so if a object like myObject implements the method -doSomething, you can call it with:
    \[myObject doSomething\];
    The other use square for brackets have is to index C-style arrays, such as:
    aValue = anArray\[10\]; // Get the 10-element of an array
    However, because C-style arrays are rarely used in Cocoa applications (use NSArray instead) you will not see this situation often.
    Parenthesis in expressions are used to group and prioritize, such as:
    x = 10 * (3 + 5); // x = 80
    If () statements use it to delimit the test expression. Same with while (). for () uses it to enclose the limits and increment statements, etc.
    The other important use of parenthesis is in calling a C function:
    result = foo(3);
    means that you are calling the function named foo with the argument 3, and storing the the return value in the variable 'result'. This is different from a message because a C function is not a method of an object. They exist independently of any objects. NSLog() is a function defined within Cocoa but it is not a method. So, you call it with the traditional C function call syntax. Cocoa defines other functions like NSStringFromRect(), which takes an NSRect as argument and returns a pointer to an NSString.
    And that leads me to your last question. Some methods return simple types, like int, float, or void (i.e. returns no value). These methods will have prototypes like:
    \- \(void\)returnNothing;
    \- (int)returnInteger;
    Other methods return pointers to types, like:
    \- (int \*)returnPointerToInteger;
    \- (void \*)returnPointerToAnything; // In obj-C one typically uses id instead of void*
    Returning whole objects from methods has problems and it is better to just return a pointer (the address in memory) instead:
    \- (NSString *)makeAString;
    The method above returns a pointer to an NSString rather than the entire object.
    Good luck with your learning,
    Juan-Pablo
    Message was edited by: Juan Pablo Claude

  • Quick question regarding best practice and dedicating NIC's for traffic seperation.

    Hi all,
    I have a quick question regarding best practice and dedicating NIC's for traffic seperation for FT, NFS, ISCSI, VM traffic etc.  I get that its best practice to try and separate traffic where you can and especially for things like FT however I just wondered if there was a preferred method to achieving this.  What I mean is ...
    -     Is it OK to have everything on one switch but set each respective portgroup to having a primary and failover NIC i.e FT, ISCSI and all the others failover (this would sort of give you a backup in situations where you have limited physical NICs.
    -    Or should I always aim to separate things entirely with their own respective NICs and their own respective switches?
    During the VCAP exam for example (not knowing in advance how many physical NIC's will be available to me) how would I know which stuff I should segregate on its own separate switch?  Is there some sort of ranking order of priority /importance?  FT for example I would rather not stick on its own dedicated switch if I could only afford to give it a single NICs since this to me seems like a failover risk.

    I know the answer to this probably depends on however many physical NICs you have at your disposal however I wondered if there are any golden 100% rules for example FT must absolutely be on its own switch with its own NICs even at the expence of reduced resiliency should the absolute worst happen?  Obviously I know its also best practice to seperate NICs by vender and hosts by chassis and switch etc 

  • Currently have 10.4 but want to install snow leopard....quick question!!!

    hey guys, i just have a quick question about my itunes
    i have my music arranged by date added, which is very important
    this is how i have it:
    what i want to know is: is there a way to install the new OS, and somehow keep the music in the order that it is right now?
    thanks a lot!!!! ----arthur

    You'll probably get more help at the iTunes forum.
    http://discussions.apple.com/forum.jspa?forumID=789

  • Quick Question (re:exporting from iMovie into iDVD)

    Hello everyone!
    I just have a quick question for you all... (I want to see if this is normal - I'm on a deadline and this is kind of freaking me out)
    So, we have a 20 minute or so video in iDVD. It plays fine, etc etc. The goal is to burn it to a DVD.
    I used the "Export -> to iDVD" function in iMovie, which launched iDVD.
    But here is the weird thing: nothing comes up in iDVD. It doesn't make a new file, doesn't give me anything... it is just open, waiting for me to create a new project to work with.
    YET, if I look in the Activity Monitor, I do see that EncoderServer (using 123% CPU) and ThumbnailServer (both iDVD processes) are running.... but shouldn't iDVD have told me it is working or that it is dealing with data?
    This is very un-"apple". I totally would have expected a progress bar of some sort in iDVD telling me it is working or something.... or is something wrong and I should try to export it in a different way?
    (I guess the underlying question is: when you export from iMovie to iDVD, does iDVD normally give you any 'heads-up' that it is working? how long does it normally take to open the project in iDVD?)

    Hi Matt!
    when you export from iMovie to iDVD, does iDVD normally give you any 'heads-up' that it is working? how long does it normally take to open the project in iDVD?)
    Yes, and it's instant.
    What you should see is iDVD opening and asking you to create a new project, It will suggest naming it the same as the iMovie project.
    There are reports that exporting from Imovie to iDVD can produce problems. What I do is save the iMovie project and close iMovie. Open iDVD, create the new DVD project, then go the File menu in iDVD, scroll down to Import, and in the side menu select Video. This open your Movie Folder, wherein resides your iMovie project. Select it and it imports into iDVD in a flash.
    Remember: iMovie projects go in the Movies Folder, iDVD projects go in the Documents folder. Change that, and they get very confused and unhappy.

  • Quick question....What If I Delete Original Photos???

    Hi, quick question...
    I created a folder on my desktop and put some photos in it. I then imported these photos into iPhoto to make an album. Now, does this mean I can delete the original folder on my desktop? Or, if I do this will the photos in my iPhoto album not display?
    Hope this makes sense, thanks for any advice!
    Regards.

    I created a folder on my desktop and put some photos in it. I then imported these photos into iPhoto to make an album. Now, does this mean I can delete the original folder on my desktop? Or, if I do this will the photos in my iPhoto album not display?
    IF you are using the default and strongly recommended managed library (the iPhoto advanced preference to "copy imported items to the iPhoto library" is checked) then you can delete the photos form the source (disk or camera) after they are imported and you have verified that they are safely in iPhoto - It is also recommended that you never let iPhoto delete photos form the camera but after properly disconnecting the camera and verifying the import you use the camera format command to delete them
    If you have a referenced library (the above mentioned preference has been unchecked) then you can not delete the photos - in fact even moving them can be problematic
    LN

  • Can anyone tell me how to import vCard into iCloud??

    Whenever i try to import a vCard from my pc into iCloud, it always shows a message that, "1 contact couldn't be imported because there was a problem reading the vCard" Can anyone tell me how to import vCard into iCloud??

    Hey,
    Yes, a lot of people have this question actually. You need to import it like it's a video and then find iPhoto in the import window to do it. Check out this site. It shows you exactly how to do this.
    http://imovietutorialhelp.com/how-to-import-video-into-imovie-from-iphoto.html
    The iMovie Guy
    I may receive some form of compensation, financial or otherwise, from my video or link.

  • Which Is Quicker To Import - DV or AVCHD?

    Hi. I was wondering if someone knew the answer to this question:
    Which format is quicker to import from into iMovie '08: DV (stored on tape) or AVCHD (stored on SD cards)? Do both formats need converting before they can be edited in iMovie 08?
    Thanks

    Thanks for your reply.
    I guess it makes sense that DV imports in real-time. It certainly isn't going to import a 60 minute tape any quicker than the 60 minutes it takes to play in real-time. But is there no further conversion required after that?
    These SD based camcorders could potentially be faster to import from, since they don't have tapes that need to be played. But what's the answer? Can you import 60 minutes of AVHCD footage into iMovie 08 in under an hour?

  • Simple Quick Question

    wrong section, post was moved.
    Message was edited by:
    Rob17

    you titled "simple quick question"...
    .. complicated to answer..
    a) the TermsOfUse of the iTS don't allow any processing of purchased files, these are "copy protected"..
    b) iM has a voice-over function..
    c) iM is a video-edit app.. easy to use... just learn to handle it...
    d) iM allows to "extract" audio (=muting the original audio, adding your own..)
    e) to learn iM, spend some time here: http://www.apple.com/ilife/tutorials/imovie/index.html
    f) use pencil and paper first! WRITE and scribble, what shall happen when in your movie/parody... make a script, draw a storyboard .. THEN launch iM.. in other words: think first, then edit.. iM is just a tool, it does not "create"... Picasso needed a papertowel and half a stencil to create art....
    g) to get comfortable with iM, start with your own, small, short (3min!) project... import some stills, edit them, add a funny voice-over, add sounds, add music... good? make a bigger one...
    h) .. in our Lecture II, we teach you how to import shows from TV, youtube, wherever..
    standard disclaimer:
    be nice to ©opyrights ...

  • Importing vCards problem.

    I am trying to import vCards made with address book 3.1.2 (v321). On my computer I have version 4.1.1 (695).
    I export the vCards and send by mail the resulting .vcf file. When I try to import it I get the following error message: "No importable cards were found."
    Is there a way around this problem, which to me seems a version problem.
    "Thanks for helping"

    --kk-- emailed me the problem vcf file, I dropped it onto Address Book and got the same error. I opened the file with BBEdit and saw a couple of strange characters before the first BEGIN, but deleting them did not help. I displayed invisible characters, and found, between every valid character, 7 null characters, so I removed them all and emailed the result back to --kk-- who was able to import it (so it is not the email process that is adding all the nulls).
    The question is, what is adding them? --kk-- can you describe the process used to create the file? Was there some unusual character set on the source machine?
    AK

  • Report Generation Toolkit Error Quick Question

    Hi,
         I created the most awesome LabVIEW report ever at my desk using a trial version of the RGT and Office 2003.  I took this to my production machine and ")@#(&%(*#^%()^!!!"  The production machine has office 2007 and a fully licensed version of the RGT.  Both machines have LabVIEW 8.6.0.  I've read all the stuff about these errors and something about classes and dll's and whatnot's.  So my quick question, is:  Instead of matching the versions of Microsoft Office as recommended, can I just rewrite from scratch the VI that creates this world's most awesome LabVIEW report on the production machine to create the same effect? 
    Solved!
    Go to Solution.

    Hi 
    Quick Answer: Probably
    Slower answer: Microsoft changed a lot of things behind the scenes in Office 2007, but the Report Generation toolkit version 1.1.3 supports Office 2007 so you should be good to go. Depends on what functions are included in your VI. Liek the read me says "Several default settings in Microsoft Office 2007 differ slightly from previous versions. Reports you generate using Office 2007 might look different than reports you generate from other versions of Office because font sizes, cell sizes, and so on, differ."
    Best Regards
    David
    NISW

  • I have the answer to Importing VCards into Address book

    Ok after reading all the forums etc and banging my head against the wall for a couple of hour I have found a two stage solution to Importing VCards from Outlook into Address book.
    As I have 978 contacts in about 14 categories I had to find an efficient solution, firstly I downloaded a small program called "Outpod": Backup iPod to PC,copy songs from iPod to computer,iPod to iTunes whilst it is old and talks about iPod it works perfectly on my Outlook 2010 version.
    It doesn't actually "install", just run the .exe file from anywhere after you extract it. In Outpod select "Contacts" if you have multiple profiles it will then prompt for which profile to use, expand your Contacts list, and then select "categories" on the top bar.
    All contacts are now displayed in their correct category, select all of the contacts in the first category, right click, and select  you want to export from a Category using Outpod, insert a thumbdrive on the PC, right click and select "Save selected items in one file", Outpod will ask you where you wish to save the file and gives you the opportunity to name the file. Just name the file the same name as the category you are exporting to, and repeat for all categories until you have them all on the USB stick.
    Now to the Mac. Open Address Book on the Mac, create Groups (not "Smart Groups") to match all your categories. Now insert the thumb drive into the Mac, open it in the Finder until you can see all your files. with both windows open, highlight the Group in Address Book and then double click the corresponding file in the finder window. Shazam! all those contacts will appear in the correct group. repeat for all other Groups.
    I find it astonishing that Apple just ignore issues like this, and "Last Import" not clearing it's cache for instance. So now I just have to figure out how to get a movie to auto play on a Keynote slide, another great product dissapointment, anyone?
    Cheers
    Tex260Z

    Thank you thank you. UTF 16 did the trick. What I was trying to do was import/save addresses i found on whitepages.com directly to my address book. I can't seem to find an ideal way tht doesn't involve a few steps of cutting and pasting. anyone?

Maybe you are looking for