Moving files to new system

Dear all,
My question is pretty similar to the other questions on Time Machine except with one added twist.
I too am using Time Machine to automatically back up most of the files on my system. Note: I have told Time Machine not to back up the libraries or system files and applications.
I am about to move to another country. My dome iMac is now showing its age and although I really like the design, it is time to my a new desktop machine. Therefore, I will probably purchase a new iMac in the new country.
Ideally, I would like to unplug the time machine disk and take that to the new country and restore the files to the new iMac.
I presume the best procedure would be:
1. Set time machine to back up all files (not sure if there is enough disk space on the disk to do this though)
2. Action back up now'
3. On the new iMac (running Snow Leopard), after setting the languages on initial boot, choose restore from backup
If I run out of disk space attempting the full backup, is it possible to use Time Machine to selectively restore folders (and the files contained within)? e.g. user1:Documents or user2:movies
Thanks in advance for all advice,
Andrew

Andrewpratt2 wrote:
Migration Assistant sounds best since I will be moving from a PowerPC iMac to a Intel ?? iMac.
Be wary of any 3rd-party apps that may not run on your new Intel Mac.
Then again, there are applications that I have installed (e.g. iWork) and apps that I have downloaded or installed from magazine cover disks that will also need to be moved.. A full backup would seem the best way to move these?
No. Just remove the Applications folder exclusion. +Get Info+ will tell you how big it is.
For system-level apps, there might be some related files and preferences in the top-level Library folder's +Application Support+ and/or Preferences folders, for well-behaved apps (for others, there's no telling where they may put things). So you might want to include Library, then exclude it's other sub-folders. Tedious, but doable.
And if things are still too tight, you might gain a bit of space by excluding the hidden top-level folders, then delete all backups of them per item 12 of the Frequently Asked Questions post at the top of this forum.
If I try a full backup and it fails due to a lack of disc space, do I have access to the attempted full backup
It won't be a full backup unless you erase your TM disk first. It will just be a large (and time-consuming) incremental backup, containing the things previously excluded.
And it's doubtful it will fail, unless your TM drive isn't at least 20% larger than the data on your internal HD. If it does, un-check the +Warn when old backups are deleted+ box in TM Preferences > Options and try again. TM should recover the partial, and delete your oldest backups to make room for the new one. If it needs the space, it will delete all but the most recent.
No, a failed backup will leave a partial, "in.Progress" backup folder that will not appear via +Enter Time Machine+.
and the preceding time machine files?
Yes, unless it deleted them while trying to make room for the new backup. But it won't delete the most recent backup, so it's copy of everything that was on your internal HD, and not excluded, at that time will still be there.
Alternatively, is it possible to force TM to back-up just the Applications (and libraries?) folders?
Only by excluding everything else. Try the other approach above.

Similar Messages

  • Moving files into new folders (help needed)

    Hi it would be grate if some one could help me....
    in/with my program i need to move a file (mp3) from one folder into a new folder???

    ...i was and i also tried with out it...here is my code (for both classes!)
    it does not have the returnTo()...i took it out...this is working...but the mp3 files need to be moved into the files that have been created or already exist...
    import java.io.File;
    import cs1.Keyboard;
    public class DirectoryList  {
    /* This program lists the files in a directory specified by
        the user.  The user is asked to type in a directory name.
        If the name entered by the user is not a directory, a
        message is printed and the program ends.
    static String directoryName;  // Directory name entered by the user.
    static File directory;        // File object referring to the directory.
    static String[] files;        // Array of file names in the directory.
        String[] arguments;
    public static void main(String[] args) {
        System.out.print("Enter a directory name: ");
        directoryName = Keyboard.readString().trim();
        directory = new File(directoryName);
        if (directory.isDirectory() == false) {
            if (directory.exists() == false)
               System.out.print("There is no such directory!");
            else
               System.out.print("That file is not a directory.");
        else {
            files = directory.list();
            System.out.println("Files in directory \"" + directory + "\":");
            for (int i = 0; i < files.length; i++)
                System.out.println("   " + files);
    } // end main()
    import java.io.*;
    public class ReadID3
        static String artist;
        static int index = 0;
        public static void main(String[] arguments)
            DirectoryList.main(arguments);
            if (DirectoryList.directory.exists() == true)
            for(int index = 0; index < DirectoryList.files.length; index++)
                try
                    File song = new File(DirectoryList.directoryName + File.separator + DirectoryList.files[index]);
                    FileInputStream file = new FileInputStream(song);
                    int size = (int)song.length();
                    file.skip(size - 128);
                    byte[] last128 = new byte[128];
                    file.read(last128);
                    String id3 = new String(last128);
                    String tag = id3.substring(0, 3);
                        if (tag.equals("TAG"))
                            System.out.println("\nTitle: " + id3.substring(3, 32));
                            System.out.println("Artist: " + id3.substring(33, 62));
                            System.out.println("Album: " + id3.substring(63, 91));
                            System.out.println("Year: " + id3.substring(93, 97));
                            artist = id3.substring(33, 62);
                            createFiles();
                                File newLocation = new File( DirectoryList.directoryName + File.separator + artist);
                                System.out.println("'song' exists? "+song.exists());
                                System.out.println("'newLocation' already exists? "+newLocation.exists());
                                System.out.println("Renaming succeeded? "+song.renameTo(newLocation));
                        else
                            System.out.println(arguments[0] + " does not contain"
                            + " ID3 info."); 
                            file.close();
                catch (Exception e)
                    System.out.println("Error � " + e.toString());
        public static void createFiles()
                File f = new File(DirectoryList.directoryName + File.separator + artist);
                f.mkdir();

  • After moving files to new iMac, an iMovie project won't play audio music tracks

    I bought new imac. Transferred files using target disk method and firewire - drag and drop.  All files appear to have moved OK to new imac.  But when I try to resume working on an imovie project that I had started on the old imac, the itunes music clips I dragged into a series of clips does not play the music, even though the green bar appears under the clips and the audio adjustments appear to be the same as in the old imac, which I still have.  The audio that is "built in" to the original clips when the videos were made on the camera are still there and play.  Help, please ?  Thanks.

    Hi
    *Not knowing the origin to Your problem - General approach when in trouble is as follows.*
    • Delete iDVD pref file - *or rather start a new user/account* - log into this and re-try
    iDVD pref file resides.
    Mac Hard Disk (start-up HD)/Users/"Your account"/Library/Preferences
    and is named. com.apple.iDVD.plist
    While iDVD is NOT RUNNING - move this file out to desk-top.
    Now restart iDVD.
    • Free space on internal (start-up) hard disk if it is less than 10Gb should rather have 25Gb
    • Hard disk is untidy. Repair Permissions, Repair Hard disk (Apple Disc Util tool)
    • Program miss-match. iDVD 5.0.2, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK - DON’T work under Leopard
    • Program miss-match. iDVD 6.0.4, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK (might work under Leopard)
    • Program miss-match. iDVD’08 v. 7.0.1, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK (might work under Leopard)
    • iDVD (08) v7 Locate theme folder. Move out iDVD1, iDVD 2 and eventually iDVD4 folders to desktop - re-try
    • Try a Cleaning CD/DVD that cleans the laser lens on the DVD burner/player
    iDVD 6.0.4 and iDVD 7.0.1 are compatible with Mac OS X 10.5 Leopard
    Last resort. from Craig. Solved the problem!! Finally!!
    I deleted every iDVD application and folder from my boot drive,
    emptied the trash and then installed iDVD 08 using the customize option
    and I am up and running.
    If You do a re-install be sure to get rid of all iDVD old parts AND then EMPTY the Trash-basket !
    iDVD updated ?
    Apple Codec updated ?
    Start a New Clean project - or delete project assets
    No of Colors - must be set to millions
    Yours Bengt W

  • ITunes 9.0.2 moving files to new folder as they play

    I just upgraded to 10.6.1 (not sure if that has anything to do with this). I keep a very organized Music folder which is located at the default ~/Music/iTunes/iTunes Music. When ever I add new files I make sure they've filed themselves at the right spot. Last night I added three new albums and when I selected Reveal in Finder in iTunes I noticed they have moved to a new folder called "Music" within ~/Music/iTunes/iTunes Music. I have not made any changes to my iTunes prefs since the move to SL. Here's the real odd part, say I move the album back a level to /iTunes Music, and keep a Finder window open in the background so I can see this new .../iTunes Music/Music, as I double the song to play it, iTunes moves it back to this new folder! I can bring them back and back and back and iTunes will keep moving it. I can't find a setting anywhere for this.
    Anyone have this problem?

    Doublechecking something Emcee. I see you've got Windows 7 x64, so I'm assuming you've got at least 4 GB of RAM. Do you also have an NVIDIA USB EHCI chipset on that PC? If so, see the following Microsoft document:
    [You encounter problems when you move data over USB from a Windows 7 or Windows Server 2008 R2-based computer that has an NVIDIA USB EHCI chipset and at least 4GB of RAM|http://support.microsoft.com/kb/976972]

  • Elements 12 Question ....Moving files to new drive from old drive.

    I am using Elements 12...my external hard drive is almost full with photo files...a 1 TB WD....and I need to get my photo files to a new drive.....a G-Technologies 4 TB external.....What is the best way to do this?....  Restore from  a backup drive to the new drive ?...or move from the old drive to the new drive?.....or is there another way?........What are the pluses and minuses of the ways ?  Details would be Great.  Merry Christmas and Happy Holidays.   Thank You in advance.

    IceJim32 a écrit:
    I would  like to move my entire catalogue from one external drive (that is almost full) to a new external drive with more room.  I have several drives with back ups of all photos.....so are you saying Move it.........using the Move from the drop down menus and move it from the old to the new drive.....and not restore it from a back up drive to the new drive?
    The backup/restore process moves not only the picture files library, but also the catalog.
    That's good especially if you want to share catalog and librarty with another computer.
    If you prefer the default location for catalogs on your desktop, no problem. Simply use the catalog manager to move the catalog.
    The drag and drop solution works:
    Organizer: Moving folder trees or branches - Elements Village
    (Sorry, I gave a wrong link in my previous post ...)
    It's more flexible and reasonably safe. It looks faster, but if you want to be safe and do a backup first,  you'll gain nothing.
    The problem with moving folders is the same than when you move folder trees from the explorer: be sure to move in an empty master folder to avoid folder names collisions.
    If you want the catalog folder in the same external drive as the moved library, be sure to have the catalog folder outside of your library tree.

  • Best way to transfer custom EXS files to new system

    Hi Guys. I am setting up a shared system computer at another studio, and so it was not appropriate to bring my old system drive that has become very bloated over the years.
    Trouble is, starting from scratch with both Logic 9.1.8 and Logic 10.0.4 on ML 10.8.4, I no longer have the library and application support folders in User. That is where all the EXS instruments and samples that I have created over the years were kept.
    Has anyone succeeded in setting it up from scratch, but placed all the legacy user files somewhere that Logic (both versions) could find them? Or have I updated myself out of existence?
    Thank you in advance.

    hi
    would be good to identify the root cause of the performance degradation - if this is I/O subsystem, then moving to another physical volume may help.
    If you use Linux, you've got for free ;-) the tools like iostat, vmstat, sar, top.
    Storage throughput is most often the bottleneck.

  • Implications in Time Machine of moving files to new disk

    I am wondering about how TM handles movement of files.
    If I have say 10GB of photos on my boot drive, and move (not copy) them to a new external, does TM merely catalog the change, as it would do if the path simply changed as I moved them from place to place on the boot drive? or does it actually copy the photos?

    So, since they are now backed up in their new location (and I've verfied this), it seems I could safely enter TM, find the 10GB folder of photos in its OLD location, and delete all backups, thus gaining space and insuring that I still have backups.
    Note that these are photos, almost all RAWs. So I do NOT need any versions of these files, and in fact none exist. All my photo changes are preserved in Lightroom (the XMPs did change, but those changes are more easily managed in LR). But it does bring to mind the question of what to do if I did need versions. I move a lot of stuff off a smaller SSD to bigger externals, and I suppose I could just let TM delete the old versions in its normal housekeeping. But I'm curious as to whether I could move files to an external and have TM move the versions over as well. Even if I did no deletion, to find the versions I'd have to remember to go back to the old location and dive back in time in that folder. Seems rather cumbersome.
    Thanks,
    Rob

  • No iTunes folder on iPod when moving files to new computer

    I have a 30g classic iPod and a new computer. I've authorized the new computer and installed iTunes. The complicating factor is that my old computer is completely useless. The hard drive was damaged, I was unable to move any content from the iTunes library, so I am trying to move what is currently on my iPod to the new computer.
    I've followed the tutorial/guide on using the iPod as a hard drive to move files from an old computer to the new, but when I look at my iPod on the new computer there is no iTunes folder -- only the Calendar, Notes and Contacts folders. From within iTunes, I can see the content on the iPod, but it's grayed out/inaccessible.
    I am at a complete loss. Can anyone help? I REALLY don't want to have to create a library from scratch. Any advice is most appreciated!

    How to use your iPod to move your music to a new computer using iTunes7
    http://docs.info.apple.com/article.html?artnum=300173
    How to use your iPod to move your music to a new computer using iTunes6
    http://docs.info.apple.com/article.html?artnum=304304
    Copying from iPod to Computer threads...
    http://discussions.apple.com/thread.jspa?threadID=1300144
    http://discussions.apple.com/thread.jspa?messageID=797432&#797432
    http://discussions.apple.com/thread.jspa?threadID=809624&tstart=0
    Also these useful internet articles...
    http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/
    http://www.engadget.com/2004/11/02/how-to-get-music-off-your-ipod/
    http://playlistmag.com/help/2005/01/2waystreet/
    Cheers!
    Patrick

  • Moving files to new drives but keep same drive letter

    I need to fix a few things with the drives on my SQL server and was wondering if the following is a valid solution. The two main things are putting the files on drives formatted with 64k blocks (was the default of 4k before and I will be changing to 64k)
    and adjust the SCSI ids.
    I did a quick test and it seems to work but I’m not sure if there’s any hidden surprises waiting for me.
    In a nutshell, this is the procedure I was planning:
    - Stop all SQL services
    - Add new drives with temporary drive letters
    - Use the following command to copy the data over for each drive (folders are the default names created when SQL was installed): robocopy “S:\Program Files” “X:\Program Files” /COPYALL /DCOPY:T /E
    - offline old drives
    - Rename new drives to the old drive letters
    - Reboot the server
    Is there anything I’m missing or is that a valid option? Does SQL somehow mark drives in a special way or can my migration be that simple?
    Thanks

    What you described will work fine.  I have done it that way many times.

  • Trouble moving  keychain to new system (iMac G5 -- iMac Dual Core (Intel)

    Hi. I'm having trouble getting my old keychains on the new intel iMac. I renamed the old ones and put them in my new Dan/Library/Keychains folder. Then I opened the Keychain Access program, clicked edit -> keychain list, clicked the "+" and while I can see the old keychains, they are "greyed out", and cannot be selected. Any tips?
    Thanks,
    DAN

    Anyone???

  • PSE7 Reconnect moved files(a bunch of them)

    Hello,
    I had PSE4 installed on my box then I upgraded to Vista and PSE4 stopped working fine. So I stopped using PSE4. I do have 40k images and I did move some around, grouped by year they where shot.
    Past days I've upgraded (finally) to PSE7 and of course those files were reported as missing. Reconnecting them all would be a pain, I don't think PSE7 is up for the task. I have a feeling that they don't use a indexed approached when they search for files, why do I think that ? Because when I reconnect them one by one second time the same folders are being parsed.
    Another thing I tried was to import them again - sure they would be detected as duplicates but I hoped that Adobe developers would check if the duplicate file are connected and if they are not connect them.
    To me that seem to be the best approach to reconnect the files - well that what I thought as a software engineer... but it looks like the Adobe engineers are disagreeing with my logic since such thing is not implemented...
    So, now, at the end of this long message, what do I do to reconnect my files ?
    Anyone, any cool and good ides ? Can't wait to read your thoughts!
    Q
    Ps.
    Why this whole thing is so hard to be figured it out by Adobe ? Files are bound to be moved around, different drives, different folders, why not changing the approach like the guys at Google(Picasa) are doing... Picasa is just awesome dealing with moving files around, new files, and watching folders.

    Evan,
    If you have a thumbnail in the catalog that's not connected to its file (it shows a "?" icon on the thumbnail), and you don't wish to keep it in your catalog any longer, you can safely delete it using Edit > Delete.

  • Why does the new operating system not delete the moved files from their original location - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it

    Why does the new operating system not delete the moved files from their original locations - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it - also, when transferring large amounts of files it becomes a very large problem remembering which files were transferred and which not.

    You're going to need to be more specific, as I'm not quite sure I understand what you're talking about.
    If you're referring to copying from an external hard drive or flash drive, and you want to actually move files rather than copy them, you can hold down the option key to force it to do a "move" rather than a "copy." This is not new behavior, though... the Mac OS has worked this way as long as I can recall (and I've been using it since 1984).
    If you're having a problem with trying to move files from one place to another on a single drive causing them to be copied instead, that is likely because of some permissions issue preventing you from actually being able to move them.

  • New External Drive connected to Time Capsule moving files problem

    I have a late 2009 13" unibody MacBook Pro, that I primarily use for video editing/converting. I use my Time Capsule as a network through which I can connect to my external hard drives via USB for videos and such. I've used at least two other external hard drives along with my Time Capsule for a year and a half with very few problems, aside from the inevitable crash of one. Before yesterday, I had a 1TB Western Digital MyBook (http://www.wdc.com/en/products/products.aspx?id=210) and a 2TB Verbatim Desktop HD (http://www.verbatim.com/prod/hard-drives/desktop/usb-2.0/) connected through my 1TB Time Capsule and aside from the Verbatim drive being rather sluggish most of the time, everything was working fine.
    Yesterday, I got a new external drive, an iOmega MiniMax 2TB (http://go.iomega.com/en-us/products/external-hard-drive-desktop/ultramax-minimax /minimax800/?partner=4760). I spent yesterday and most of today moving files around and whatnot through a wired connection (iOmega via firewire 800, Verbatim via USB, MyBook via USB, and Time Capsule via Ethernet), and everything moved quickly and without any problems.
    I hooked my Time Capsule up to my modem, plugged in the iOmega and Verbatim drives via USB to the TC, and started my laptop. When I opened the drives, everything was working fine... And then I tried to move a file to the iOmega drive... I was moving an episode of The Killing. I dragged it into the folder and went to Safari to look something up and suddenly realized ten minutes later that I still hadn't heard the noise telling me that the file had finished. I looked at the move dialogue box and it said "156.8 MB of 323.8 MB - About 10 Seconds". I watched it for another ten minutes and it didn't move. So I clicked cancel move and the rainbow wheel of death came up and I had to force reboot my computer.
    When I restarted, I opened up finder to access the drives through my Time Capsule, and it "failed to connect" to my Time Capsule. So I went back into my office to flip the switch on the surge protector in order to restart the process. I turned on my computer and I had no problem accessing my hard drives... Until I tried to move an episode of United States of Tara into the iOmega hard drive. This time, it said, "192.5 MB of 202.6 MB - About 5 Seconds" and completely stopped moving again. And the same thing happened when I clicked the little grey "x" to cancel the move.
    I repeated the process several more times with no luck. Then I thought it might help to see if it does the same thing with documents. So I dragged just a random document to the iOmega and it took about 30 seconds, but it did it successfully. So I tried to move the episode of The Killing again and I let it go for, like, 25-30 minutes. After this time, I got a notification from finder saying, "Finder cannot complete the operation because some data in "[the file]" can't be read or written. (Error Code -36)". Then when I went back into the "Shared" part of the sidebar to go back into my Time Capsule folder, it said "Connection Failed"
    So what exactly does this mean? Are the Time Capsule and iOmega not compatible? Can I only move the files through a wired connection [which would be unfortunate]? Do I need to rejigger the USB configuration? Is the error code just for these two episodes and it's just a random coincidence that it happened the day after I got a new drive?
    Thanks for any help anyone can give me!
    - Alex

    I have attached the macbook to the tc via ethernet cable. Should I turn off my wireless connection or will itunes recognize to go with the faster connection on it's own?
    You MBP will try to connect based on the order of the list of network devices on the System Preferences > Network window. If Ethernet is not at the top of the list, then go ahead and temporarily disable AirPort.
    After all this is done will the wireless connection be fast enough for normal itunes operation?
    For audio streaming it should be, but just be aware that your iTunes host will have to get the audio source wirelessly from the TC, which in turn will have to get the data from the USB hard drive. Finally, the iTunes host will have to wirelessly stream the iTunes audio via AirTunes to the AirPort Express.

  • How to Organize LR files with New two HD System 7 machine?

    We are getting a new System 7 workstation with a 256GB SSD, and a 1 TB 7200 2nd drive.  We have some 40,000 pics in the current catalogue.  Photo files are approx 190 GB.  Previews are 12 GB, catalog is 430 MB and the backup is 420 MB.
    The current HD is 750GB, with some 60 GB in XP "overhead" and 250 GB of total files including all LR related files (some195 GB) as listed above.  Obviously I can't put everything on the 256GB SSD.  I assume the most logical solution is to put all original digital files on the 1 TB drive and leave all other files on the SSD drive.
    Any help is appreciated as I sure would like to get this right the first time.  Speed is becoming a problem with the old machine and I would like to optimize LR on the new setup.
    Thanks very much for any help . . . I looked over the Forum and did not find answers to this issue.
    Jack

    Not sure how to be clearer...
    SSD will work best with the OS and applications. You can put the catalog on it as well, but I would try to keep it as free as possible given the small size of the disk. Try the cache on both, you can change this in LR, to establish which location gets the best performance. Back ups of your original files should be on another separate disk, an external or on line, not on the same disk as your working files or where your OS is, otherwise there is little point in backing up LR back ups are also best on a separate disk altogether, but if you only have two just make sure they are on a disk other than where the catalog is located, in this case the boot drive is better than nothing..
    I, personally use a four disk system. Boot drive, with OS, applications and cache.
    Internal drive 1 with catalog
    Internal drive 2 files
    External drive backups of files and catalog.
    This also backed up on line.
    But as you will see from the link I posted there are differing ways of setting up LR, best to try different configurations for yourself. Moving the catalog and or caches is pretty simple, just leave the original files alone and you will be fine messing with different configurations.

  • Moved projects to new disc, get "Where is the File?"

    Hi,
    I moved from an XP system with PE 7 to Windows 7. That didn't work out well so I upgraded to PE 10 and got the 64 bit version.
    On the previous computer, I had my projects on the "E:" drive, a secondary hard disk, and I also had an "F:" disk. On the new one, the only hard disk is the "C:" drive and I put the folders from E and F on C.
    So where I had files called:
    "E:\Marketing\Video\Project A"
    I have:
    "C:\E\Marketing\Video\Project A"
    InDesign and Illustrator are smart enough to recognize the change and find the links. But not PE. I have to do a search on each file name when it asks where they are, and they are not all in the same folder.
    Is there a way to search/replace these links? Or another, easier way? I have lots of projects and don't look forward to fixing all the links one at a time.
    Thanks,
    Joe

    Well, there's a better way to do it than  you did it, Joe. If you'd have used the program's Project Archiver feature, you could have moved all your files over without losing the links betwen them.
    But oh well.
    When you open an old project file for the first time it will ask for help locating the media files. Once you browse to one, the program should see all of the others in that folder and add them automatically. If they're in a bunch of different folders, however, you'll have to track them down one at a time, unfortunately.
    BTW, you aren't opening projects created by earlier versions of the program in version 10, are you? That may possibly work if the projects were created in version 9. 9 and 10 are pretty close. But generally, if you open a project created in an older version of the program with a newer version of the program, you get buggy behavior and sometimes total corruption.
    So if you're doing that, make sure you keep a copy of the original project file some place so that you can go back to it with an older version of the program is things start going wacky.

Maybe you are looking for

  • Why can't I drag a photo from iPhoto to a folder?

    You guys - I used to be able to drag photos from iPhoto to pretty much wherever I wanted.  I'm currently trying to drag them to a folder, but it doesn't work. I tried to email them to myself, THEN drag them into said folder, still doesn't work. I had

  • My Faces can not output unescaped arabic chars?

    Hi All, We recently switched from the Reference Impl of JSF to the MyFaces impl and are disappointed to learn that it the response writer escapes all arabic characters when outputting in UTF-8, with no option of writing out unescaped arabic. We are u

  • I pod video/firewire

    I mistakenly bought the i-pod adaptor (allowing the i-pod to plug into the wall to be charged) but my adaptor has the firewire connection as opposed to usb...(and I can't return it); could you tell me if I can buy firewire that will fit the adaptor a

  • Xperia T2 ultra dual touch screen is not working

    Hello I am  using Xperia T2 ultra from 31st March 2014. From last two to three days the screen is starting behave adhoc. without even touching the screen it was taking commands. Today moring the screen is not at all acceptign any inputs. I have tried

  • Why is photo color intensity so flat compared to original photos?

    I have been working on a Keynote presentation for photos I took on a recent trip. I edited my photos and converted them into jpeg files before bringing them into Keynote. Once in Keynote, the color intensity of the photos is very different from those