How to disable automatic import

Each time I plug in my iPhone, iPhoto starts up and wants to import the pictures. How can I disable iPhoto from doing this?
Greg

You can change this behaviour in the Preferences to Image Capture. Set the 'When a camera is connected...' to 'No Application'.
If you're using a later version of iPhoto there is a similar preference in the iPhoto Peferences.
Regards
TD

Similar Messages

  • How can I (automatically) import new photos of the photostream on my local disc (Mac)? Don't want to use new icloud service. Simply import.

    New Photo app on Mac.
    How can I (automatically) import new photos of the photo stream on my local disc (Mac)? Don't want to use new icloud service. Simply import.
    With iPhoto every new photo was automatically imported and saved on my local disk (with "full resolution" that's what I only need). In the new photo app I have still my photo stream and when I move a photo (drag and drop from the photo stream) to a new album it indicates a (plus). My understanding is that the photo is now copied to my local disk. But when I deleted the photo in the photo stream it was also deleted in the album !?
    If that is the case I can use the photo stream only until I reach the max of 1.000 photos, then I have to delete photos and I will have no copy left.
    How can I "physically" copy a photo of the photo stream to my local disk? I just want to "transfer" all pictures taken with Ipads, Iphones to my central storage on the Mac. Please don't propose to connect it via iTunes (cable) to the Mac.
    Any other suggestions?
    thx
    -Tom

    The amazing device cannot do it because no amazing developer has written an app for it.  There is some interest, others have asked, but i have a hunch that the market is fairly limited, and no developer has jumped at the chance just yet.
    Any sort of tethered approach means try to feed the material to the pad thru the cck.  Which means the app would have to use the allowed/existing cck pathway in a manner that does not violate the sandbox rules.  That may be the problem.

  • How to disable automatic opening of previously viewed items in Preview or TextEdit in Max OSX Lion?

    How to disable automatic opening of previously viewed items in Preview or TextEdit in Max OSX Lion? It was no such issue on Snow Leopard OS.
    Please help

    This is a new behavior introduced in Lion.  You can disable it completely via System Preferences, General: uncheck the "Restore windows..." box toward the bottom. 
    You can disable this behavior on a case by case basis by either closing all windows before quitting, or holding the option key while quitting, or holding the shift key while launching from dock.
    charlie

  • How do i automatically import ics calendar invitations from email into apple calendar?

    how do i automatically import ics calendar invitations (sent from Windows computer - Outlook) from email into apple calendar?

    From Calendar Help. The only two ways listed are using the Import command or a drag and drop.
    Import events into a calendar
    If you want, create a new calendar for the events.Add or delete a calendar
    Choose File > Import > Import.
    Locate and select the calendar file that contains the events, and then click Import.
    Choose the calendar you created or another calendar to add the events to.
    You can also drag a .ics file to Calendar. The events in the file are added to the calendar that’s highlighted in the Calendar list.
    You might be able to set up and Automator action to do it for you.

  • TS3660 How To Disable Automatic Login

    How To Disable Automatic Login

    It is your only option if you want to get rid of that other user account. It seems the system is Hard Set to boot to that account. How and why I have not Idea but the first thing you should of done was Restoring it to the Original OS, if it was not Mt Lion to begin with, in doing so getting rid of all other accounts and files from that other account.
    Time to Bit the Bullet and Erase the drive completely and reinstall the original shipping version of OS X on that system.
    Anton Mironenko wrote:
    Reinstalling the OS would be too extreme. I already have many programs installed, and I tuned a lot of params. Data migration is another pain.
    I hope, it is possible to solve this issue in another way.

  • How to disable automatic delivery of Internet Explorer 10/11 in Windows 7, using "Internet Explorer 10/11 Blocker Toolkit"

    How
    to disable automatic delivery of Internet Explorer 10/11 in Windows 7, using "Internet Explorer 10/11 Blocker Toolkit"

    How to disable automatic delivery of Internet Explorer 10/11 in Windows 7, using "Internet Explorer 10/11 Blocker Toolkit"
    http://answers.microsoft.com/en-us/ie/wiki/ie11-windows_7/how-to-disable-automatic-delivery-of-internet/66116734-6698-4456-a5f1-5ff085eb0af9

  • How to disable automatic login and to see other accounts?

    I bought MacBook Pro Retina with Mac OS X 10.8.2 in a shop, where there already was account "kiosk".
    I created new account, gave him Administrator priviliges.
    In the Preferences / Users & Groups I see kiosk account as "Managed", and my new account as "Admin".
    I set:
    System Preferences / Security & Privacy / General / Disable automatic login = Checked.
    System Preferences / Users & Groups / Login Options / Automatic login = Off.
    But still I have two issues:
    1) After start the laptop automatically logins into kiosk account, while I explicitly switched off this option
    2) Apart from kiosk account, the OS doesn't see any other accounts, for example my new account.
    For example, when I changed login shell for kiosk account into /usr/bin/false, I couldn't login at all. The OS said something like, there are no active accounts. So I had to set login shell back to /bin/bash using single-user mode.
    The questions are:
    How to disable automatic login into kiosk account?
    How to see a choice between kiosk account and my new account in the login dialog?
    How to delete kiosk account? Currently the delete option is disabled for kiosk in System Preferences / Users & Groups.
    So far after laptop start I automatically login into kiosk, then switch into my new account with entering a password, which is weird.
    Thanks in advance.

    It is your only option if you want to get rid of that other user account. It seems the system is Hard Set to boot to that account. How and why I have not Idea but the first thing you should of done was Restoring it to the Original OS, if it was not Mt Lion to begin with, in doing so getting rid of all other accounts and files from that other account.
    Time to Bit the Bullet and Erase the drive completely and reinstall the original shipping version of OS X on that system.
    Anton Mironenko wrote:
    Reinstalling the OS would be too extreme. I already have many programs installed, and I tuned a lot of params. Data migration is another pain.
    I hope, it is possible to solve this issue in another way.

  • How to disable automatic statistics collections on tables

    Hi
    I am using Oracle 10g and we have few tables which are frequently truncated and news rows added to it. Oracle automatically analyzes the table by some means which collects statistics of the table but at the wrong time(when the table is empty). This makes my query to do a full table scan rather using indexes since the statistics was collected when the table was empty.Could any one please let me know how to disable the automatic statistics collection feature of Oracle?
    Cheers
    Anantha PV

    Hi
    I am using Oracle 10g and we have few tables which
    are frequently truncated and news rows added to it.
    Oracle automatically analyzes the table by some means
    which collects statistics of the table but at the
    wrong time(when the table is empty). This makes my
    query to do a full table scan rather using indexes
    since the statistics was collected when the table was
    empty.Could any one please let me know how to disable
    the automatic statistics collection feature of
    Oracle?
    First of all I think it's important that you understand why Oracle collects statistics on these tables: Because it considers the statistics of the object to be missing or stale. So if you just disable the statistics gathering on these tables then you won't have statistics at all or outdated statistics.
    So as said by the previous posts you should gather the statistics manually yourself anyway. If you do so right after loading the data into the truncated table, you don't need to disable the automatic statistics gathering as it only processes objects that are stale or don't have statistics at all.
    If you still think that you need to disable it there are several ways to accomplish it:
    As already mentioned, for particular objects you can lock the statistics using DBMS_STATS.LOCK_TABLE_STATS, or for a complete schema using DBMS_STATS.LOCK_SCHEMA_STATS. Then these statistics won't be touched by the automatic gathering job. You still can gather statistics using the FORCE=>true option of the GATHER__STATS procedures.
    If you want to change the automatic gathering job that it only gathers statistics on objects owned by Oracle (data dictionary, AWR etc.), then you can do so by calling DBMS_STATS.SET_PARAM('AUTOSTATS_TARGET', 'ORACLE'). This is the recommended method.
    If you disable the schedule job as mentioned in the documentation by calling DBMS_SCHEDULER.DISABLE('GATHER_STATS_JOB') then no statistics at all will be gathered automatically, causing your data dictionary statistics to be become stale over time, which could lead to suboptimal performance of queries on the data dictionary.
    All this applies to Oracle 10.2, some of the features mentioned might not be available in Oracle 10.1 (as you haven't mentioned your version of 10g).
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle:
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • How to disable automatic resume on Satellite P100-437

    Hello to all.
    I bought recently the P100-437. In general I am happy with my laptop but there is an issue that I am trying to solve and unfortunately I can't.
    When I put the laptop in Hibernation and close the lid then when I open the lid the laptop automatically resumes windows. This has put me into troubles when I had to pass from some security checks in the airports.
    So, I am looking for a way to stop this automatically resuming on lid opening.
    It is really important to do that. Do you have any suggestions or the way this can be done??
    Regards,
    G.

    Hello idet
    I think it is time to end this long discussion. First of all you can not expect any solution because solution exists just if there is some problem. But in your case there is no problem. With simply words: no problem no solution, just possibility to avoid notebook to switch ON after opening the lid.
    I also understand what you want but something like this is definitely not possible. You will not find any setting for that. When you close the lid one small hidden switch is activated and when you open the lid the same switch lose connection and give a signal to laptop to start OS because laptop knows the lid is open.
    I can just imagine you bring your notebook to the service and they can cutoff the cable between this switcher and main board.
    I have found similar question here when one forum user asked how to disable fingerprint reader on his new Portege 400. Something like this is definitely not possible. Just cutting off physical connection can help. Maybe!!!

  • How to stop Automatic import of photo stream photos?

    Photos app is automatically importing every picture from photo stream. Even after deleting the photos in photo stream they are still showing up in the photos library. How do I stop auto import? There does not seem to be a way to stop this. It is saving every pic I take with my iPhone. I have to manually delete hundreds of photos I do not want .

    On your Mac, how do you have the options in Photos > Preferences > iCloud set? Is either iCloud Photo Library or My Photo Stream checked?
    On your iPhone, how do you have the options in Settings > iCloud > Photos set? Is either iCloud Photo Library or Upload to My Photo Stream set?
    You will get the effect you mention if either both iCloud Photo Library options are set or both My Photo Stream options are set (or all four are set).

  • How to disable automatic start of SAP NetWeaver ABAP trial in Windows XP

    Hello experts,
    please, how is it possible to disable automatic start of SAP NetWeaver ABAP in Windows XP after windows startup?
    Thank you,
    Ondrej

    Right-click on "My Computer", and choose Manage.  Open the "Services and Applications" node on the tree structure on the left, double-click on "Services".  Find the service called  MAXDB:NSP  Right-click on this and change the startup type to "Manual".  Click "Apply", then "Ok".  Then go to the service labeled as SAPNSP_00 and do the same thing, setting it to manual.  That should be it.  These services will then be starting only when starting the system via the MMC
    Regards,
    Rich Heilman

  • How to disable automatic launch of WIE in startup configurat​ion with no options to do so?

    Thinkpad T400 2764CTO running Windows 7 Home Premium 64
    PC only 2 weeks old, very little on it, but getting slower and slower. Finally found the configuration for the startup menu and disabled several things I knew I didn't want at startup. One problem that I can't seem to figure out, is how to disable Windows Internet Explorer from being launched at startup? I have tried disabling every Microsoft option, and it still launches. Is there a specific Lenovo option [that does not obviously have anything to to with WIE] in the startup menu that, if disabled, will stop the WIE browser from being launched? How do I know which options are not safe to disable when attempting to slim down startup configuration for faster/more reliable performance?
    Thanks,
    Ann

    Either I *completely* misread your instructions; that fix is major overkill for what I was trying to do; that fix does not apply to my problem; that fix is only for XP or Vista and not W7; or my PC is already so messed up (despite clean hardware diagnostics, no viruses, no malware, and it is only 2 weeks old), that it performed unexpected and unwanted actions when trying to use the Windows features on/off program control panel options.
    Opened Control Panel, went to Programs, and finally found the option on the left for turning Windows features on and off. Unchecked the box for IE8, which required a restart. The restart time was 4-5 times longer than usual, even when launching superfluous programs from the startup menu, since it had to "reconfigure Windows." After restarting, WIE did not automatically launch, and its toolbar icon was gone too. Tried to turn it back on like you said, which also required a restart, which didn't make sense to me, since I expected the browser to launch again following another extra long restart once the box was re-selected. Although, surprisingly, it didn't, so for a moment thought it had somehow worked. Then I realized that my WIE icon was still missing from the toolbar, so there was no way to launch it even if I wanted to. Went back into the Control panel and checked every Windows feature box possible; another extra-long restart; still no toolbar icon for WIE. Had to go into the computer files to find WIE so that I could create a desktop shortcut icon so I could manually launch the browser from that. However, when I clicked on the shortcut, it went into a browser setup mode, as if it was being set up for the first time. Finished setup and tried to go to a webpage, but kept getting a connection error.
    Diagnosed it, and it said that the Local Area Connection had no valid IP address. Waited on hold with Mediacom for a hour before being disconnected, trying to find out what the IP address was and where to re-enter it, since unchecking the IE8 box in the Windows features part of the Control Panel, doesn't just temporarily disable the function, but apparently actually deletes the toolbar icon, as well as the IP address. Took several more attempts over several hours to get ahold of Mediacom reset the signal to get the IP address back and get back online. So that really does not seem like a viable solution for trying to save time and resources by removing something from the startup menu, if it just quadruples startup time, deletes WIE toolbar icon and IP address permanently, requires creating a desktop shortcut, and then requires several more hours on phone with ISP for signal reset to get the IP address back. Would have been much faster and done less apparent damage than just going ahead and letting it launch at startup and then just closing it. *sigh*
    I know that just having an icon in the toolbar does not mean that that particular program will launch at startup, as I have several others that have toolbar icons that I have been able to uncheck in the startup menu, so I can use the toolbar icons to launch each program manually. There just doesn't seem to be any program active in the startup menu that would be launching the browser, and still concerned about unchecking something necessary in startup that could screw it up even more.
    Is there any way to get my toolbar WIE icon back without a full system restore, so that I have less shortcut clutter on my desktop?

  • How can I automatically import my emails from AOL?

    Until I changed my AOL password last week (it got hacked) all of my email from AOL was automatically transferred to my Gmail account. My son set this up for me but he is overseas now in the military. How can I get Gmail to automatically "import" or harvest my AOL mail as it was doing until I had to change the AOL password?
    Thanks!
    John Lentz
    [email protected]

    Have you set up your iCloud email account (under Settings > Mail, Contacts, Calendars)?
    If so, have you turned on "Mail" under Settings > iCloud?
    Are you certain your Apple ID on your iPad is identical to the one used for your iCloud account elsewhere?

  • How to disable automatic sign in from Skype for ma...

    Hi, all, there is a way to disable automatic sign in from skype for mac
    1. Simply turn off internet connection of your computer.
    2. Launch skype 
    Skype cannot sign in and you will get error screen, there you can sign in from your different account.
    Peace

    Another option is to sign out of the current account (under File), then uptick the box that says "Sign me in when Skype starts" before signing in again from whichever account takes your fancy.
    Entia non sunt multiplicanda praeter necessitatem.

  • Disable automatic import when iPhone connected

    2 questions.
    1. When I plug in my iPhone the import screen automatically launches. How do I disable that?
    2. How do I exit out of the import screen without quitting LR entirely and restarting?

    #1 -- Edit > Preferences > General > Import Options > UNCHECK the first option, Show import dialog when a memory card is detected.
    #2 -- Click the Cancel button in the lower right corner OR press Esc.
    John

Maybe you are looking for

  • Invalid Pointer

    Post Author: remdev CA Forum: General Hey all, I am receiving the following error message when running a report: AN ERROR OCCURRED WHILE GENERATING THE CRYSTAL REPORT: 0X80004003 - INVALID POINTER (ARERR 1904). Crystal Reports is integrated with Reme

  • NSTextField - can it have a keyDown / keyUp or mouse events - If not what c

    I'm new to Apple Developement What specifically I am trying to do is have 4 NSTextField or other text boxs that can 1. store into 2. read out 3. key into 4 alert App that one of the boxes have changed. The fields would be decimal values and all of th

  • Subcontracting Account Assignment Errors

    I have created a subcontracting order. And carried out the goods issue to vendor via ME2O transaction. Now while performing GR I have to manually assign a cost centre for consumption of components in movement 543, else I get an error stating Account

  • Google account login issues

    I am recieving the error unknown error when trying to add my google account to the touchpad. I can login fine through the browser but am unable to add it to email, chat, etc... Troubleshooting I've done: 1) Waited a couple days and tried again, same

  • Recalling Process Order confirmations after selecting Last delivery indicator in error

    Hello, I was completing an order confirmation and hit the last delivery indicator. I submitted my confirmation but noticed I had not completed my amount. When I tried to pull the order back up,. I was not able to. Is there anyway to recall this order