Does my macbook pro charge with the cover closed?

I just noticed that the battery does not charge to full when the cover is closed..  I always thought that it did. 

It does, perhaps you need to do a #1 SMC reset and a Hardware check
Step by Step to fix your Mac
If it continues, take the machine to Apple for service, a sensor or button isn't working properly.

Similar Messages

  • Why does my macbook pro stop loading the webpage every time i try to access netflix or youtube?

    Why does my macbook pro stop loading the webpage (in safari) every time I try to access netflix or youtube?

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • Does my macbook pro come with anti virus protection?

    Does my Macbook Pro come with anti-virus protection, or do i need to supply it myself?

    Mac users often ask whether they should install "anti-virus" software. The answer usually given on ASC is "no." The answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There  is a threat, and you need to educate yourself about it.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to take control of it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, not machine behavior, and no technological fix alone is going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and Internet criminals. If you're better informed than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software. A genuine alert that Flash is outdated and blocked is shown on this support page. Follow the instructions on the support page in that case. Otherwise, assume that the alert is fake and someone is trying to scam you into installing malware. If you see such alerts on more than one website, ask for instructions.
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Rogue websites such as Softonic, Soft32, and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission. All "YouTube downloaders" are in this category, though not all are necessarily malicious.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a padlock icon in the address bar when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in every email attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It can be as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Can't have sound on my TV when I connect it on my MacBook Pro 2011, with the HDMI adaptor

    Can't have sound on my TV when I connect it on my MacBook Pro 2011, with the HDMI adaptor.
    On SOUND preferences, I don't have the option for chosing HDMI on the OUTPUT sound.

    Do you have another HDMI port that you can switch to on the TV? Is the tv source on the matching HDMI port with the volume up? After checking those try the following:
    PRAM Reset: http://docs.info.apple.com/article.html?artnum=2238
    SMC Reset: http://support.apple.com/kb/HT3964

  • HT4818 why doesnt the new macbook pro come with the windows installation disc?

    why doesnt the new macbook pro come with the windows installation disc?

    Because it is a Microsoft product. it must be purchased separately.

  • Can I use a PowerBook with the cover closed?

    Can I use my G4 PowerBook with the cover closed using an external display. keyboard, and mouse?

    The simplest anwser is no. Please refer to this article published by Apple:
    http://support.apple.com/kb/HT3131?viewlocale=en_US&locale=en_US
    Regards,
    Windowssonic

  • Using the iBook with the cover closed

    Can you hook up external monitor, keyboard, mouse, etc and use the iBook with the cover closed? I know that usually closing the cover puts it to sleep.

    The keyboard is an important component of the cooling of the CPU. Excess heat dissipates through the keyboard. Closing the cover would cause damage to other components from the heat. You can run iTunes with the screen off if that helps. Do that in systems prefs>energy saver and set the screen to go off in three minutes (or one) and the CPU to stay on indefinetly.

  • Does a Macbook pro bought in the US works with Australian voltage???

    Hi, I just bought a Macbook Pro 13" in the US and I'm moving soon to Australia, wonder if I don't have any problem with the input AC there. The power cord says it works from 100-240V.
    Thanks in advanced for any help!!

    Yes, it works there. You use the same power brick and charger. All you need is a different plug (they pop off the current charger you have and you replace it with a different one) Apple sells an international travel plug set for about 39.00.

  • Can I install IWorks 9 on my new MacBook Pro along with the free version now included ?

    I have IWorks 09 for my Mac desktop. I'm purchasing a MacBook Pro shortly and would like to have the same version of IWorks on both PCs. Can I install IWorks 09 on the MacBook which comes with the new version of IWorks pre-installed ? Or, can I delete the free version and install the 09 version ? I'm relatively new to Macs so this is probably a beginner question.

    Welcome to Apple Support Communities
    New Macs don't come with iWork preinstalled. You have to download it from the Mac App Store.
    What you can do is to use Migration Assistant to transfer the files you want, and include Applications, so your iWork apps will be transferred. You will be asked to transfer files from another PC or Mac during the setup of the MacBook Pro.
    Then, open the Mac App Store, go to Purchases and download the new iWork applications versions free of charge. By doing this, you will have the old and the new version

  • Can I use 85w Macbook pro charger with Macbook?

    Hi,
    I have a Macbook with a 60w charger (standard) but I also have a 85w charger going spare from a Macbook Pro, can i use the 85w Macbook Pro charger on my 13" Macbook as a spare or will it damage it?

    Works fine - no damage. The 85 watt rating is the MAX load it can handle, the Macbook uses less, and will just take what it needs.

  • Why does my Macbook pro said "unplug the device using too much power to re-enable USB devices" when i plug in my iphone's charger to connect my phone with the mac?

    my iphone 5's charger is not working anymore with the mac or the normal plug in neither, i dont know why. whenever i plug in my mac, i have to twist the charger a little and my mac said "USB Devices Disabled: Unplug the device using too much power to re-enable USB devices". of course it cant connect with the itunes in my mac, but somehow it still syncs the music to my iphone... i don't understand why. please help me thanks!

    try resetting the ipad,or change the cable ,it woould work 

  • HT6114 why does macbook pro restart with the latest software?

    Why does macbook pro block and restart with the latest software update?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    In the Console window, look under the heading DIAGNOSTIC AND USAGE INFORMATION on the left for crash or panic reports. If you don't see that heading, select
    View ▹ Show Log List
    from the menu bar.
    A crash report has a name that begins with the name of the crashed process and ends in ".crash". It may be under either of the two subcategories, "System" and "User." A panic report has a name that begins with "Kernel" and ends in ".panic".
    Select the most recent of each and post the entire contents — the text, please, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post any other kind of diagnostic report, such as a hang log — they're very long and not helpful.

  • I know that there has been a big problem with logic boards on the MacBook Pro - shouldn't there be a recall? When I searched online about this problem was surprised to see so many MacBook Pro users with the same problem.

    My computer was on one minute and off the next and will not restart. I took it to the apple store and
    They said it is the logic board. I have been researching it and see that many MacBook Pro users have
    Had the same issue. Doesn't seem fair to have to pay for something faulty on Apple's end. The computer
    Is less than 3 years old. I expected it to work for a lot longer than this. Is there anything I can do that won't
    Cost me? Also, how do I retrieve my files. I know they are on the hard drive but how do I get to them without
    Having apple do it and probably charge me?
    <Subject Edited by Host>

    Did you buy AppleCare?
    I guess not or you wouldn't be complaining.
    how do I retrieve my files. I know they are on the hard drive but how do I get to them without
    Having apple do it and probably charge me?
    Easy, open it up, remove the drive and use a SATA to USB adapter to another Mac (or Windows PC with MacDrive)
    My computer is dead, is my personal data lost?
    For iPhoto Library, that's really a folder (it looks like a package) it can be right clicked on by OS x and "show package contents" to get the Origianls out.
    However I don't know right off hand how that would appear on a Windows PC, perhaps as a iPhoto Library folder, perhaps not.
    But the files are on the drive, and Data Rescue (Windows) can always be used to grab them directly.
    iTunes Library can be transfered to a PC, as long as the account name is the same, it should work fine and maintain your playlists hopefully, but the music is easily accessible.

  • Using Macbook Pro charger with European sockets

    I am studying abroad for a year in Denmark, and I currently live in US with a Macbook Pro. I have an adapter plug to fit the European socket, but do I need a special converter or anything for using the charger in Europe?

    No — just the plug adapter.

  • Why doesn't the track pad zoom feature on my Macbook Pro work with the newest version of Firefoz?

    The track pad zoom feature doesn't work with the latest version of Firefox. It did on the previous version. I used to use Firefox as my default browser, but no longer use it very much due to the incompatibility of this version on my Macbook Pro.

    Some gestures have been removed in Firefox 4.
    You can restore the zoom feature by changing the values of the related prefs on the <b>about:config</b> page.
    browser.gesture.pinch.in -> <b>cmd_fullZoomReduce</b>
    browser.gesture.pinch.in.shift -> <b>cmd_fullZoomReset</b>
    browser.gesture.pinch.out -> <b>cmd_fullZoomEnlarge</b>
    browser.gesture.pinch.out.shift -> <b>cmd_fullZoomReset</b>
    browser.gesture.pinch.latched -> <b>false</b>
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    You can use the Filter bar at to top of the about:config page to locate a pref more easily.
    * [/questions/777886]

Maybe you are looking for

  • HP laserjet 8100 not working - I tried everything! HELP!!!!

    HELP!!! I updated to OS 10.6.3 and my HP laserjet 8100 does not even show up anymore. I tried 1. add new printer 2. click IP tab, choose HP Jetdirect - socket 3. entered printer's IP address 4. Print suing: automatically went to generic post script p

  • How to call codec in java code

    i want to call a jmf codec for video compression form direct capture device, i dont know how to call codecs of Jmf i am using jffmpeg how to implement it can any one please let meknow

  • SUN ONE Studio : How do I develop CMP2.0 from scratch

    I am trying to develop a CMP 2.0 bean from scratch i.e I do not want EJB Builder to construct CMP bean based on an existing table. Can somebody tell me, once I have specified the persistent fields etc, where and how do I define the mappings in Forte

  • How to go back if you make a mistake?

    I have a new N8.  I've googled and searched help but can't find the answer.  How do you go back or cancel out of something if you've opened it by mistake or have changed your mind (like in messages)? Solved! Go to Solution.

  • Acrobat Pro form getting MAPI spooler error

    I have a form created in Acrobat Pro. The users are using Reader 9.3.1. When the user clicks the Submit button, they get a MAPI Spooler error. For some Windows Services closes Reader. Any thoughts on what is causing this and how to fix? Thanks, MDawn