Where can I find a replacement for this?

This adapter (I guess) broke/got bent so now I'm using the extension cord to charge my MacBook Pro.
Where can I buy a replacement for this?:
http://i41.tinypic.com/kced7k.jpg
http://i41.tinypic.com/2u90jsg.jpg
Also, what's it called?

What about the world travel adapter
http://store.apple.com/us/product/MB974ZM/B?fnode=MTY1NDEwMQ
The Kit is designed to work with iPod, iPhone, iPad, Apple MagSafe Power Adapters (for MacBook and MacBook Pro), Portable Power Adapters (for iBook and PowerBook), and AirPort Express.

Similar Messages

  • HP Photosmart 7550 driver for Windows 8.Where can I find a driver for this printer?

    I have attempted all the available features on the HP site for this printer but nothing works. It seem HP don't support this printer any more. Does this mean i have to dispose of it?

    The Deskjet 5550 or Deskjet 6540 drivers should be compatible with the Photosmart 7550.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Where can I find a replacement for the power adapter tip?

    I need to replace the small adapter that allows the power adapter to be inserted into a socket. Does apple sell this part separately?
    The adapter itself works fine. But the tip that gets inserted into the adapter, and then the wall, has started to make sparks. I'm afraid it's going to catch fire, or cause a fire. When plugged into the wall, I hear sparks and I see smoke coming out. If I adjust it's position by slightly withdrawing it from the wall socket, so that there is minimal contact, the sparks stop. But I am a little worried now that I can't leave my MacBook Pro retina plugged in without risk of fire. This started about a month ago after two years of use without any issues.
    To be clear, I'm not talking about the adapter itself, but the tip that gets inserted into the adapter, and in turn allows the adapter to be inserted into a socket.
    It seems wrong to shell out $80 for a whole new adapter when all I need to replace is the wall adapter.

    What about the world travel adapter
    http://store.apple.com/us/product/MB974ZM/B?fnode=MTY1NDEwMQ
    The Kit is designed to work with iPod, iPhone, iPad, Apple MagSafe Power Adapters (for MacBook and MacBook Pro), Portable Power Adapters (for iBook and PowerBook), and AirPort Express.

  • HT5007 There is a piano player on the iPad mini advert, can anyone please tell me where can I find the app for this?

    Hello everyone. Just using the iPad for the first few weeks. So still learning. I want to know which app is shown on the iPad mini advert? Looks like a nice tool to learn to annoy the girlfriend.

    Flash Player is free, and you might ask for help in Flash Player
    This forum is about the Cloud as a delivery process, not about using individual programs... and as far as I know, Flash Player is a different, free, download
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Character Direction: where can I find the settings for this feature?

    Hi there,
    I keep getting an override in my Paragraph Style-menu saying: "Character Direction: Left To Right". It might have to do with the fact that I'm using styles that were created in CS3 - I'm using old .indd-files.
    Is this feature even mentioned somewhere in a menu or panel? Cause I've been looking everywhere and I'm getting slightly frustrated by now - even more because the Character Direction is in fact Left To Right as far as my eyes can see.
    How can I clear the override without having to use Alt+click?
    Thnx.
    Gijs

    That's my main issue with scripts, it should be easy, but somehow they hardly ever work for me.
    Did what you said and I got this error.If I don't select the text frame it will give me another error. If I select the text it doesn't do anything.
    Alt+click will do fine, don't worry. Thanx for the help though.
    Greetz,
    G

  • What generation  is model MB565LL 120GB classic ipod? Where can I find a replacement battery?

    What generation  is model MB565LL 120GB classic ipod? I am afraid battery is going dead. Where can I find a replacement battery?

    I'm no expert on eBay, but I'd look for a vendor that has made plenty of transactions with positive feedback and isn't going to gouge on the postage and packing. This search comes up with a few to choose from, but I'm in the UK so you may need to tweak it if you're elsewhere.
    tt2

  • When I click "about this mac" to check on my storage, I get a number of different sections music, movies, etc. but also I get a section called backups, where can I find the files in this section?

    When I click "about this mac" to check on my storage, I get a number of different sections music, movies, etc. but also I get a section called backups, where can I find the files in this section?

    Welcome to Apple Support Communities
    All the storage in "Backups" is taken up by local snapshots, which are made automatically in all MacBooks, MacBooks Pro and MacBooks Air with OS X Lion or newer and Time Machine turned on.
    See > http://pondini.org/TM/30.html I recommend you to leave them there, because they will be removed automatically. However, if you want, you can disable or remove them manually if you want, even if there's no reason to do this. Have a look at the link above for more information

  • Where can I find iPhoto download for OS 10.9

    Where can I find iPhoto download for OS 10.9 on a Mac Book Air

    reinstall from the original source
    Could be
    1 - the restore disks that came with the computer - if it came with CDs and you do not know where they are then contact Apple to see if they can be replaced
    or
    2 - the iLife DVD that you purchased
    or
    3 - the app store - log in under the Apple id used to purchase the software or to set up the computer - look under purchases - you might have to unhide or accept the Application first
    LN

  • The InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and where can I find a description of this function?

    the InitCVIRTE function is not listed in the NIDAQ function reference online help? Why? and what does she do?and where can I find a description of this function? Can i use this function with visualc++ 6.0?

    The InitCVIRTE function is in the CVI run time engine (cvirte.dll)..not part of NI-DAQ.
    Applications written or using CVI may call this function..
    How are you running into this ?
    From the CVI help...
    This function performs initialization of the CVI Run-Time Engine. It is needed only in executables or DLLs that are linked using an external compiler. Otherwise, it is harmless.
    It should be called in your main, WinMain, or DllMain, function. The parameter values you should pass depend on which of these three functions you are calling InitCVIRTE from. The following examples show how to use InitCVIRTE in each case.
    If you are using main, your code should be as follows.
    int main (int argc, char *argv[])
    if (InitCVIRTE (0, argv, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are using WinMain, your code should be as follows.
    int __stdcall WinMain (HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpszCmdLine,
    int nCmdShow)
    if (InitCVIRTE (hInstance, 0, 0) == 0)
    return -1; /* out of memory */
    /* your other code */
    return 0;
    If you are creating a DLL, you must call InitCVIRTE and CloseCVIRTE in your DllMain function, as in the following.
    int __stdcall DllMain (void *hinstDLL, int fdwReason,
    void *lpvReserved)
    if (fdwReason == DLL_PROCESS_ATTACH)
    if (InitCVIRTE (hinstDLL, 0, 0) == 0)
    return 0; /* out of memory */
    /* your other ATTACH code */
    else if (fdwReason == DLL_PROCESS_DETACH)
    /* your other DETACH code */
    CloseCVIRTE ();
    return 1;
    NOTE: The prototype for InitCVIRTE is in cvirte.h, not
    utility.h.
    NOTE: In CVI 4.0.1, this function was expanded from one to
    three parameters. Executables and DLLs that were
    created using the one-parameter version of the function
    will continue to work properly.
    /*-------------------- Prototype ---------------------*/
    int InitCVIRTE (void *HInstance, char *Argv[], void *Reserved);
    Nandan Dharwadker
    Staff Software Engineer
    Measurement Studio Hardware Team

  • HT5361 IN OS 10 where can one find the folder for images that came with email?

    IN OS 10 where can one find the folder for images that came with email?
    I wish to delete the leftover image files to free up drive headroom.

    I checked in this place, no dice!
    Home/Library/Mail Downloads, or
    the system "Downloads" folder

  • Where can I find the manual for my Mac OS?

    ver. 10.7.3: 2.4 GHz core 2 Duo with 4 GB of DRAM.
    I have three questions:
    1. Where can I find the manual for my machine i.e. hardware manual and or consumer/connaisseur manual?
    2. Does it have a zip media drive? I'm looking at the left side of the machine and I see small square shaped slot for a disk of this sort. I know this is a common type of media storage for cameras and would like to confirm that it is zip.
    3. And while i'm at it, could you remind me of the uses of the two ports advancing towards the back of the computer next to the USB inputs.
    PS: I'm also interested in any technical information concerning Apple hardware and if you could direct me to the appropriate forums I would appreciate it.
    Thank you in advance.
    Sincerely
    Shawn

    I will dubb the theme of this thread: the mass storage data problem and by problem I mean how can we store data in the most cost-efficient and efficacious manor possible if we can classify data storage strategies into two groups respectively: 1) the individual stragegy and 2) the corporate stragegy. The individual, we will say, is rational and seeks to store as much data as possible in the megabyte range, the gigabyte range and the terabyte range. How will he or the corporation, of conglomerate, large, mid-size or start-up size i.e. 2 - 200 people procede. Please feel free to enhance the dialog of this post in the framework of the corporate schema vs. individual and change the estimations, exp: 2 -200, to fit a realistic scenario of what i'm trying to evoke here.
    I'll start of with
    MB range = 4 GB Lexar standard USB bought at Dwain Reed (note: this is just a starting point to provoke dialog and don't intend this as a suggestion)
    GB range = the portable hard drive at the suggestion of Michael Black of NC
    TB range = tape media, at my suggestion that older devices could be used to read the data where an external hard-drive could be used as an intermediary component to transfer data to newer devices, say the portable hard-drive of Mr. Black and an internal-hard drive which is standard in an older machine. We will say that the labor/work required to remove either is irrelevant as our time is assumed to be worthless within reasonable bounds.
    -Shawn

  • Where can i find .properties file for jco connection?

    For jco connection to SAP, we need .properties file. Is this file already contained in Exchange Profile or somewhere??
    If yes, where can i find .properties file for jco connection or what is the path to this file?
    OR, do we have to create manually??
    Any help is appreciated.
    Thanks.
    Karma

    Hi Karma,
    Please take a look at these..
    Where to set up the JCO connection?
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/42e13d82fcfb34e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/bc/42e13d82fcfb34e10000000a114084/content.htm
    cheers,
    Prashanth

  • Where can i find the theory for alv with function modules

    hi
    where can i find the theory for alv with function modules

    Hi,
    Please check this link
    http://sap.niraj.tripod.com/id66.html
    ALV function module
    http://wiki.ittoolbox.com/index.php/How_do_I_insert_a_logo_in_ALV_using_Function_Modules%3F
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/using-function-module-fm-reuse_alv_grid_display-to-display-a-report-in-alv-1472543
    reward if helpful
    raam

  • Where can i find the theory for session and call transaction method

    hi
    where can i find the theory for session and call transaction method
    bye

    check this link
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.planetsap.com/bdc_main_page.htm
    lsmw, bapi, bdc- session, bdc-calltransaction
    u can get it in help.sap.com also

  • Where can I find the javadocs for HTTPClient.jar

    Hi,
    Where can I find the javadocs for HTTPClient.jar shipped with the WLP4.0.
    Does this support https?
    Thanks
    Dalia

    In the API Reference we can get the Java Docs for the classes you looking for.
    As per previous post the reference link is http://download.oracle.com/docs/cd/E22630_01/Platform.1002/apidoc/index.html

Maybe you are looking for