Sleep not the same with SysPrefs as Apple menu

When I choose Apple Menu>Sleep, I can hear the computer going down, the whirring, etc. stops. This never happens with the System Preferences Computer Sleep timer.  It always keeps whirring/clucking, etc.  Is this normal behaviour? Why isn't the level of Sleep the same? I'm pretty sure it was the same way with my last OS (Tiger). 

poflynn wrote:
bump
Are there different levels of Sleep that aren't mentioned?
No there is not different levels of sleep. Sleep is sleep.
Make sure you are on the correct tab of the Energy Saver page. there is one for AC and one for battery. If this happens when on AC make sure it is set correctly on that tab.

Similar Messages

  • HT1349 why some iphone 4s has korean letters at the back and not the same with the most iphones..but the serial and software are all the same..so why there is phone with korean letters on the back it says.. kcc -cmm- apa -a1387

    why some iphone 4s has korean letters at the back and not the same with the most iphones..but the serial and software are all the same..so why there is phone with korean letters on the back it says.. kcc -cmm- apa -a1387..i purchased one and really worried about this..is this original or not..but all the software etc are all the same with other iphone..just that korean letter at the back

    I bought it in some mall here in our place..im from philippines.. im worried about this coz its different with other iphone at the back.. it says designed by apple in california..then its all korean letters at the bottom it says KCC-CMM-APA-A1387..i checked both serial number from the phone in the box and in the sim card slot and its all match, i checked it also in apple service and support coverage and it says : valid purchase, your product is eligible...and it shows i have 90 days technical support,and my repair and service coverage is active....pls help what model of iphone is this its working and i can sync to itunes,icloud and etc..thats what it says on the back on the image ia

  • GetClientID not the same with request map in a dataTable

    Hi,
    I have a dataTable with multiple rows of same input text box (which has a required="true" validation attribute), the generated id in request map is something like (because it's repeating in a dataTable)
    formname:_id0:0:firstname
    formname:_id0:0:lastname
    but the .getClientId() method of UIComponet is NOT the same! When I try to getClientID, for the same componet (recusively gong the tree), I get
    formname:_id0:firsntame
    formname:_id0:lastname
    how do I retreive the correct id? or why is it not getting the right client ID?
    The reason I'm manually going through the tree is because I need to do some custom logic of checking each componet in the page, see if it's required, if it is, I'm going to do add custom required messge for them (all this is implemented in a phaseListener)
    thanks.

    Hi,
    thanks for replying.
    Basically, I have need to customize error message for validation, so I adopted the code here by implmenting a phaseListener.
    http://www.jroller.com/comments/ksevindik/Weblog/customizing_jsf_required_field_messages
    which in turn derived from
    http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk7.html
    If take a look at the code above, in the validateValue() method, it's checking for component .submittedValue properties. This normally works for forms by itself.... but when the form field are repeated inside a dataTable, the
    inputComponent.getSubmittedValue() becomes null.
    I was confused, so I tried to output the clientID of the inputComponent by
    inputComponent.getClientID(),
    Only then, i noticed that the ID is not the same as the ID in requestMap, mabye that's why inputComponent.getSubmittedValue() is null.
    Let me rephrase the question, how do I access the text box value in any row of a dataTable? (Note, the value has NOT been updated into the model yet because I'm trying to get the value in validation phase)
    Thanks again. REALLY appreicate it.

  • Network Homes issue with printing presets not the same with each mac logged into

    Hi
    I have a SMB who use a ML Server with network homes, each user logs into any of the iMacs in the building and their home mounts.
    No issues their my problem is that printings wise each iMac has the same printers set up with the same name but if a user sets a preset on a printer this preset does not appear when they log onto another computer.
    If you look in their ~/Library/Preferences the preset is their.
    Help
    If you do not understand question say so i will try and re word this.

    Hi
    I have a SMB who use a ML Server with network homes, each user logs into any of the iMacs in the building and their home mounts.
    No issues their my problem is that printings wise each iMac has the same printers set up with the same name but if a user sets a preset on a printer this preset does not appear when they log onto another computer.
    If you look in their ~/Library/Preferences the preset is their.
    Help
    If you do not understand question say so i will try and re word this.

  • QT Pro 7 Export to web is not the same with Snow Leopard?

    Before updating to Snow Leopard, I would use the "Export to Web" feature in Quicktime Pro 7.  The desktop option would give me a small file size with a resolution of 853x496.  Why does it now give me a much larger file size at 1280x720?  This is slowing down my workflow, please advise.

    Hi b,
    Have you restarted yet?

  • Line item Ship-to Info is not the same in Header Ship-to Party During Sales Order Creation via IDOC

    We have observed that during creation of sales order using idoc, the line item ship-to party is not the same with header ship-to. The ship-to party info in line item is equivalent to the header's sold to party. To give you a quick background, Sold to party info is given in idoc and ship to party is being determined using table EDPAR. In this specific scenario, sold to customer is not the same with ship to customer.
    Initial checking on the code leads us in function module VIEW_KUAGV. This FM populates partner details of sales order header and line item in program LVEDAF1Z
    Below is the code for Sales order Header. Notice that WE_INPUT parameter which contains Ship to party is passed as exporting parameter in FM VIEW_KUAGV. This is the reason why Ship to Party is populated correctly in sales order header but not in sales order item.
    Initially, it first set to Sold-To Party. However, if WE_INPUT is given or provided, partner details is set to Ship-To Party.
    Please advise on how we can make the ship to party info in header and line item be consistent. This is SAP Standard program which why we are hesitant to make change on the program. If there is a configuration to make this happen, kindly advise.
    Regards,
    Rommel

    Hi Jayesh,
    If I understand you correctly, you want that when creating SO from Quoatation
    the Ship to Party also follow/copy Ship to Party from Quotation, right?
    Just to confirm with you, when you creating SO reference from Quotation, you
    use copy/follow-up function, am I right?
    You can do this by setting in configuration of Copy Control (like mentioned by Hui).
    Step as follow :
    1. Go to IMG->CRM->Transactions->Basic Settings->Copying Control for
        Business Transactions
    2. Create your BAdi (Business Add-In for Copying Control), such as get Ship to
        Party value from source document and use it in current document
    3. Use this Rule you have created in BAdi (no. 2), in copy control transaction type
        IMG->CRM->Transactions->Basic Settings->Copying Control for
        Business Transactions-> Define Copying Control for Transaction Types
    4. Here you set Copying Routine for your transaction types (put name of your Badi
        created in step no. 2)
    Or alternatively, you can set it on access sequence in Partner Function
    Ship to Party in configuration. You can define access sequence the Ship
    to Party is taken from Preceeding Document -> Ship To Party
    1. Go to Partner Function access sequence :
        IMG->CRM->Basic Functions->Partner Processing->Define Access Sequence
    2. Create new access sequence with following entry :
        - Source COM_PARTNER_A (PrecedingPartner)
        - Check Mapping for Partner Being search
        - Partner Function in Source  = Ship To Party
    3. Assign this Access Sequence in you Partner Function used in Sales Order Transaction
       Type.
    Tell me if this is what you looking for
    Gun.

  • HT204053 Although I have iCloud, my system preferences still show Mobile.me.  I have to sign in with my mobile.me ID which is not the same as my Apple ID. I want to change my iCloud ID and password.  How do I do it?

    Although I can access iCloud, my system preferences on my iMac still show Mobile.me.  I have to sign in with my mobile.me ID which is not the same as my Apple ID. I want to change my iCloud ID and password to be consistent with my Apple ID and password.  How do I do it?

    you need to be running OSX 10.7 or 10.8 to use iCloud i believe. It shows you are using 10.6.8 which doesn't support iCloud.

  • I'm trying to reinstall Mavericks on used Macbook Pro. When I log in to my Apple ID, it says it was not the same ID used to purchase Mountain Lion. I need to change user/admin as a lot of the folders and apps are in Chinese!

    I'm trying to reinstall Mavericks on used Macbook Pro. When I log in to my Apple ID, it says it was not the same ID used to purchase Mountain Lion. I need to change user/admin as a lot of the folders and apps are in Chinese!

    The first thing you should do with a second-hand computer is to erase the internal drive and install a clean copy of OS X. How you do that depends on the model. Look it up on this page to see what version was originally installed.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc, which you can get from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. I suggest you install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for some MacBook Air models. If you don't have the media, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc or a flash drive, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, you don't need media. It should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    Once booted from the disc or in Internet Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive, which is what you should do.
    After partitioning, quit Disk Utility and run the OS X Installer. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    You should then run Software Update and install all available system updates from Apple. If you want to upgrade to a major version of OS X newer than 10.6, buy it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Apple customer service has sometimes issued redemption codes for these apps to second owners who asked.
    If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able toauthorize it under your ID. In that case, contact iTunes Support.

  • HT5312 how do i reset my admin password, my apple iD password is NOT the same as my admin login password

    all ive been seeing is that i can reset my password with my apple iD, but its not the same. and it doesnt do the command R thing or the terminal/utilities thing. so what do i do??

    Phil,
    First of all, to log in as the HTML DB administrator, you want to use a different page, one that ends in /pls/htmldb/htmldb_admin Try logging in there. If that doesn't work, see this thread about creating a new admin account:
    stupid password tricks
    Sergio

  • My iPhone serial number and IMEI is not the same as Apple server

    Hello,
    My problem started when I want to unlock my iphone 3gs via Imei.
    My old iphone broke about a month after i bought it (it was 2 years ago), so i sent it to Movistar to change it (i think that they sent it to appleCare). Now Movistar told me that i have to send the old iphone imei in order to unlock the iphone i have now, i ask apple for the repair order receipt, then i received an email and i could see the information about the 2 iphones: the old broken one and the new one.
    Then I realized that the iphone they sent me as a replacement (the new one) is not the same iphone i have. The serial number and the Imei are different, so, should apple change this data in their server in order to unlock my iphone or what can i do to solve it?
    There is any formal way to perform this data change?
    Thank you in advance,
    Francisco Marzabal

    Here we work with repairs for devices that does not have waranty (expired or other issue). In this case, I did the screen replacement. No other ipad was on my station, the ipad arrives, i took it change the glass, put everithing back, give to customer. Thats it. The job was done by me, the customer test his ipad in front on me, works fine, everything ok. Few days pass and he came back saying that it wasn't his ipad, he brings the box that the ipad came and ask me why the serial number does not match the serial number in the box (sorry NOT in the back of the ipad).
    There were no other part changed only glass. After 7 years working on this, thats the first customer complaining about a work done here. After this I was curious and look for more information and some forums, also one port here is claiming that the serial number on the device is not the same as the box where it came.
    I just want to make sure that there are possibilities that there could be such mistake during the packaging process.
    Thanks for the replies

  • Apple ID is not the same as iCloud ID and I need to activate my phone.

    So my phone pooed itself and I had to reset it. That did not help and so I had to erase all of my settings. Upon getting to the activation page, it says that  my apple ID is not the same as my iCloud ID....although that is the only ID that I have ever used for my phone.
    Is there any way that I can remove my phone off of the iCloud and then proceed through activation a different way?
    Thank you very much for the help!

    No.  In order to reactivate your device have to provide the ID and password that were used to activate it originally.  If you are not the original owner, you will have to contact the original owner to either get the ID and password, or have him/her erase the device and remove it from their account as explained here: Find My iPhone Activation Lock: Removing a device from a previous owner’s account.  If you cannot contact the original owner you will not be able to activate and use your device.  No one else can help you with this and there is no way around it.

  • My wife and I share the same email address and Apple ID.  We are not able to send and receive Text Messages to one another.

    My wife and I share the same email address and Apple ID. We are not able to send and receive Text Messages to one another. Is the cause of this because we share the same Apple ID? Will we have to set up 2 separate primary email addresses to be able to  send and receive Tex Messages to one another? Like I said, we share the same email address and woul like to keep it that way to keep up with our email together. Is there a way to by-pass having to set up 2 primary emaill addresses if this is the problem?
    Thanks.

    go to the settings and turn off imessage
    but that don't change the issue that you will never be able to facetime eachtoher
    the appleID is really meant as the handle that identify you it was not meant to be shared
    but can see that people may want to do not buy apps more then once

  • Why my iPod (6th generation)not appearing in iTunes and all my songs are gone but the data is the same with last time when got songs.

    why my iPod (6th generation)not appearing in iTunes and all my songs are gone but the data is the same with last time when got songs.

    I understand that your iPod nano is not recognized in iTunes. The following troubleshooting assistant may provide a resolution:
    Apple - Support - iPod nano (6th generation) - iTunes Troubleshooting Assistant
    http://www.apple.com/support/ipodnano/6th_generation/assistant/itunes/
    If the above did not resolve your issue, choose an applicable article below that best describes your issue.
    Windows
    iPod appears in Windows but not in iTunes
    iPod not recognized in 'My Computer' and in iTunes for Windows
    iTunes reports that "iTunes cannot recognize this iPod at this time"
    Mac OS X
    iPod not recognized in iTunes and Mac Desktop
    MacBook and MacBook Air: iPod won't mount when connected via USB hub
    What to do if your computer won't recognize a USB or FireWire device
    Thanks,
    Matt M. 

  • My iphone4 when connected to any computer will not charge and is constantly connected and disconnected.  does the same with itunes.  Also i'm talking on the phone and all of a sudden the other person can not hear me.

    My iphone4 when connected to any computer will not charge and is constantly connecting and disconnecting.  It does the same with itunes so it doesnt really sync.  Also when talking to someone, all of a sudden they cant hear me.

    I'm having the same issue. I went to my local apple store and they could not work me into the genius bar so i made an appointment for tomorrow morning. The clerk did check the phone for the pink indicators at the top and bottom of the phone (where you plug in your USB or headphones) He said if you can see a pink indicator dot you may have gotten it wet, or had some sort of condensation in it, which could cause the plugs to not work.
    In regards to people not being able to hear you, i'm waiting for my appointment tomorrow for more news! I would recommend taking it into your local apple store for more answers.

  • I can send tv shows from my ipad to my apple tv without any issues.  Why cant i do the same with a movie rental?

    I can send tv shows from my ipad to my apple tv without any issues.  Why cant i do the same with a movie rental?  Or how do i do the same with a movie rental?

    Personally I think the iOS devices are poor at reconnecting  - Airplay establishes that a link is available but when the iPhone/iPad has been away from the house and rejoins the network i think AppleTV already thinks it's connected with a different IP address and fails to recognise it has joined the network again with new credentials.
    Something along those lines anyway.
    I find that a combination of restarting AppleTV, router and iOS device tends to fix it, but not for everyone.
    AC

Maybe you are looking for