Power/sleep issues after upgrading to 10.8.5

mac mini
2.6 GHz intel core i7
512 SSD
16 GB RAM
everything was working beautifully for quite a long time, in fact, i've never had any issues at all.  upgraded to 10.8.5 build 12F37 last night and now the computer won't wake from sleep.  it has to be forced off and then restarted in order to get it to "come back".
reset the PRAM and the SMC, i'm hoping that resolves the issue, but i'd love to hear if anyone else is having the same issue and how they solved it.
thanks!

Also it happens without the MBOX 2 connected, which is USB audio interface by the way, and with just a Seagate external USB 3 Drive connected, which I use for backing up and has worked fine without these sleep issues up to 10.8.4.
So it is like this...you put the computer to sleep, it goes to sleep, external drive spins off, after a few seconds external drive spins on again for no reason, display stays in sleep, but not rest of the system, as when you wake up a good indication to see whether it has woken up from deep sleep or just display sleep is that if you had wifi on and connected, when it wakes up now it is always connected to wifi, whereas when normally the imac wakes up from deep sleep the wifi connection(just the connection not the wifi interface) is off and is looking for it and connecting to it after you have woken it up. Something totally going wrong with the power management since 10.8.5, no doubt. Ι initially had installed 108.5 from the software update window, done the combo update on top now, and still no change in this behaviour. Strange that it let's me install the 10.8.5 combo, as before, if you had installed the update, it would not let you do it again...Not sure about what this is...
I had different but still sleep issues with an imac late 2009 i7 27inch, after a certain update in Snow Leopard, where again I had done the update through the software update window, instead of downloading the combo one...back then it was that it wouldn't actually go to deep sleep, just display sleep.
It is so frustrating that this happens. The biggest issue is that if you leave the computer supposedly at this sleep for a long time it does not wake up from the mouse or elsewhere...!!!!
And another update, removing the Seagate MyBackup(USB 3) or whatever it is called, putting the computer to sleep, and waking up, it does actually behave as it should, it wakes up and the wifi is looking for the connection and connects after a few seconds, it is not connected as when you have a USB device connected(the MBOX 2 or the Seagate external USB 3 drive in my case) which it seems wakes up the computer from deep sleep(which means it is on and the wifi connects in the background)immediately after a few moments you put it to sleep(observation is that MBOX keeps on going on and off sleep as led's go off and on at regular intervals and the same seems to happen with the external drive....).
The cure...in Snow Leopard with the sleep problems after an update, was to re-install leopard and do the combo update, meaning re-installing the whole system, which is quite a pain in the back side. I hope this is not the case in Mountain Lion otherwise we should be compensated for Apple ruining our system and organisation. The only cure I see for the minute and I am not sure if it will work is to revert to an earlier Time-Machine Backup which was made when the system was still in 10.8.4. And if this works, I will not do the 10.8.5 stnadalone or combo update until Apple start becoming serious with us, and not mess with our work and computers which they sold to us as the perfect machines...
On another note my 27" i7 2012 imac had also these backlight uniformity problems, where part of the screen is slightly darker(on the right hand side, nothing major but noticeable as the same colour has a different hue in the brighetr area of the screen) so I am quite fed up with this drop in QC at Apple, not only in hardware but in software...I am currently waiting for a replacement, but this is nothing to do with this update.
I seriously hope that they release 10.8.6 soon and that it will solve these issues which people who installed 10.8.5 already are experiencing. In fact even their suggestion, if it will be one, let's see, for people to consider going to an earlier backup where the system worked fine(what I am considering to do now), will be unreasonable and undermine their ability to create problem free updates and software which affect basic functions of the system such as sleep, and they will have no excuse, as it is not us who did something wrong to our system, it is their update which they fed to our systems through their software update, and let's say as the ordinary mac user thought it would be good to do...so there is an element of fooling people there as well...What if someone just bought their mac recently and did not have a backup but had already set up(customised) their system to a signinicant degree before the 10.8.5 update? I believe that we should be covered and compensated for such things, as I have lost time and money dealing with these issues in the past.
Don't they properly test these updates, with all their fleet of different mac models, testing them with general peripherals connected to them, that people normally use, such as USB DEVICES, Audio Interfaces, External USB Drives? Come on they make billions for god's sake. We're spending 2 grand on a system that is touted as heaven on earth and it does many things brilliantly, but does fail on some, and what I really get is all these ridiculous issues every now and then which make me lose time and money, as I just want to have a system that sleeps and wakes properly!!!!!!! I AM NOT HAPPY, and it is Apple's Programmers which messed it up for me again...No bonuses this month please.

Similar Messages

  • Computer does not sleep automatically after upgrading to Windows 8.1?

    I have Windows 8.1 and my laptop will not sleep even though its settings are set on a time frame to automatically - used to sleep perfectly fine without any issues before on Windows 8. I'm sure I don't have any applications such as, Windows Media Player
    running or etc. that prevents my computer from sleeping because I've tested it with no applications running and does the same thing. The only thing it does is dimming and turns of the display on time. This is frustrating and inconvenient that I always have
    to manually sleep through power settings, please help me fix this!
    **I've heard this isn't just my problem and many people also experience the same issue after upgrading to Windows 8.1**
    Please see attached photo below:

    Thank you for your suggestion, Carey Frisch! I've left homegroup but it doesn't seem to temporary band-aid the issue. I've tried the other solutions there but I'm left to no avail.
    "Hopefully Windows 8.2, which is slated to drop in the first half of January 2014, will address this sleeping pandemic, for now we all have to leave with Microsoft’s shenanigans."
    I hope Microsoft addresses this issue as I'm not the only user who has this problem and fixes it in a soon coming update! Do something about it Microsoft!
    I guess all we can do is play the waiting game and hope Microsoft listens...

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • Issue after upgrade the ASA5520 from 7.2.4 to 8.2.5,

    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between in one of the outside  interface
    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between the session at one of the  interface but working fine with another interface,
    i have outside  and backup interface which work on internet failover when internet  routed through backup interface the issue getting started but working  fine if traffic is going via outsid

    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between in one of the outside  interface
    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between the session at one of the  interface but working fine with another interface,
    i have outside  and backup interface which work on internet failover when internet  routed through backup interface the issue getting started but working  fine if traffic is going via outsid

  • I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. Please help, restoring setting even didn't helped.

    I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. The mobile carrier signal as well as WIFI suddenly drops zero and are then restored automatically. Sometimes i cannot conenct to WIFI even standing infront of WIFI router. Please help, restoring setting even didn't helped.

    Update: my phone's connecting to the WiFi again. I don't know what did the trick. I did nothing since reinstalling the software. It hadn't worked then, it is now. I tried connecting to my dad's phone's hotspot( he uses a Moto G), and it worked. I then tried connecting to the WiFi at a friend's house, and when I came back home, my phone was able to connect to my WiFi! Is it of any significance that my friend's router doesn't require a password? My issue has been resolved( for now; I hope I'm not counting my chickens before they've hatched). For anyone facing a similar issue, I suggest you try everything I did:
    1. Turn your router off for a minimum of 30 seconds, turn it back on and try connecting.
    2. Click on the WiFi network you are connected to, scroll to the bottom, tap "Renew Lease".
    3. Do a soft and hard reset.
    4. Reset network settings.
    5. Back your data up, erase all content from settings menu, restore from backup.
    6. Reinstall your software( put it in recovery mode).
    I am not sure which of the above worked for me. Make sure you try everything. If none of the above works, take it to a genius bar or an authorised service provider. Good luck! :)

  • Issues after Upgrade from Oracle 10.1.0.5 to 10.2.0.5 in Windows Server2003

    Good Morning Good People,
    I have run in to some issues after upgrading my 10.1.0.5 database to 10.2.0.5. Initially after the firtst upgrade from 10.1.0.5 to 10.2.0.0 one has to run Critical Patch set 4 to get to 10.2.0.5. Well after initial up grade everything worked fine. I could connect to the database from within the server as well as remotely through SQL*PLUS client. However, after completeing the patch I'm still able to connect to the database from within the server, but remotely i get the following error:
    ORA-12514 : TNS Listener does not currently know of service requested in connect descriptor.
    I also get Error ORA-12505: TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: (description=(address=(host=mcquery2)(protocol=tcp)(port=1521))(connect_data=(sid=mcquery)(server=dedicated)))
    I've tried serval different things to trouble shoot the issue but nothing seems to work.
    If anyone has run into s similar issue please help. This is ruining my weekend! LOL!
    Edited by: user10835577 on Aug 29, 2010 9:15 AM

    From the client or the server?
    SERVER:
    tnsnames.ora:
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    FROM REMOTE SQLPLUS Client:
    tnsnames.ora
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Client_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cotsdot370.cotsdot.dom)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    Thanks,
    Malcolm
    Edited by: user10835577 on Aug 29, 2010 12:01 PM

  • IPhone 4s issues after upgrading to IOS 8

    Have few issues after upgrading to iOS 8
    - Phone hangs every few hours, reboots automatically
    - Bluetooth does not work properly (call does not get disconnected or even if disconnected on phone, the car bluetooth shows call is on)
    - Searching for contacts is a problem
    - Apps hang (especially facebook)
    Any way to go back to iOS 7 ?
    Any other tips / tricks appreciated..
    Venkat

    No way to come back to iOS 7 ...
    But did you tried to reset all settings (general -> reset -> all settings) ?
    For me iOS 8 was a mess on a 5S, especially car Bluetooth, and all works now fine after resetting the settings (all settings, not only network settings).

  • Autoconfig issue after upgrading 12.1.1 to 12.1.3

    Hi all,
    I am getting below mention autoconfig issue after upgrading 12.1.1 to 12.1.3.
    jtfictx.sh started at Mon Mar 28 08:28:50 EDT 2011
    SQL*Plus: Release 10.1.0.5.0 - Production on Mon Mar 28 08:28:50 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    DECLARE
    ERROR at line 1:
    ORA-29858: error occurred in the execution of ODCIINDEXALTER routine
    ORA-20000: Oracle Text error:
    DRG-10561: index JTF_AMV_ITEMS_URL_CTX is not valid for requested operation
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 665
    ORA-06512: at "SYS.DBMS_SQL", line 1199
    ORA-06512: at line 96
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Product
    ion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    jtfictx.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    i got below mention some solution from metalink, but that does not working.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=743720.1
    according to note we need to create index but its giveing below metion error.
    SQL> @jtfiaibu.sql jtf jtf apps
    Connected.
    DECLARE
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10758: index owner does not have the privilege to use file or URL datastore
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366
    ORA-06512: at "SYS.DBMS_SQL", line 1199
    ORA-06512: at line 37
    Thanks in advance,
    Sandeep.

    Hi,
    DRG-10561: index JTF_AMV_ITEMS_URL_CTX is not valid for requested operationPlease make sure you have no invalid objects. And also please see of these helps. I know these are for older version, but please check
    Script jtfictx.sh Failed While Attempting To Run The Autoconfig On APPS Tier [ID 1271186.1]
    Autoconfig Returns ORA-29868 from jtfictx.sh [ID 386740.1]
    By the way did u iinstall companion/examples CD after installing OracleSoftware
    Thanks,
    Taher

  • Audio issues after upgrading to OS X 10.10 (Yosemite)

    Hello,
    I have been facing audio issues after upgrading to OS X 10.10
    - No sound in VLC
    - Re-booting with Option-Command-P-R did not work
    - System sounds are fine
    - Quicktime Player works just fine
    I tried:
    - Plugging in earphones while video was playing on VLC
    - F10/F11/F12 while video was playing on VLC
    - Re-boot with Option-Command-P-R keys (found on a thread elsewhere)
    - Played something in Garage Band (found on a thread elsewhere) and restarted VLC
    None of the above solved the issue
    Any one else facing similar issue with VLC on 10.10?
    How did you manage to fix this?
    I am running VLC 2.1.5 btw.
    Thanks in advance!

    Shockwave says at the present moment not to be compatible with OS X 10.9 Mavericks.
    Youtube, QuickTime, all play with no sound at all.

  • Performance issues after upgrading to 11g

    hello,
    We are facing a performance issue after upgrading from 10g to 11g.
    as you can see, the tables named APPLSYS.FND_ENV_CONTEXT has grown to 15544880 records,
    and oracle is using TABLE ACCESS FULL on it:
    DELETE FND_ENV_CONTEXT E
    WHERE NOT EXISTS
    (SELECT 'X'
    FROM FND_CONCURRENT_PROCESSES P
    WHERE P.CONCURRENT_PROCESS_ID = E.CONCURRENT_PROCESS_ID)
    AND ROWNUM < 10000;
    Plan:
    DELETE STATEMENT ALL_ROWSCost: 74,345                     
         5 DELETE APPLSYS.FND_ENV_CONTEXT                
              4 COUNT STOPKEY           
                   3 HASH JOIN RIGHT ANTI Cost: 74,345 Bytes: 3,108,980 Cardinality: 155,449      
                        1 INDEX FULL SCAN INDEX (UNIQUE) APPLSYS.FND_CONCURRENT_PROCESSES_U1 Cost: 166 Bytes: 315,450 Cardinality: 63,090
                        2 TABLE ACCESS FULL TABLE APPLSYS.FND_ENV_CONTEXT Cost: 69,124 Bytes: 233,173,200 Cardinality: 15,544,880
    select num_rows,last_analyzed from dba_tables where table_name='FND_ENV_CONTEXT'
    15544880 07/07/2011 12:08:55
    please advice.
    Ofer

    Please see these docs.
    Table Fnd_env_context Growing Very Fast [ID 419990.1]
    FND Related Tablespaces Growing at Rapid and Excessive Rate [ID 189800.1]
    FNDCPPUR Request Does Not Always Delete Files From The File System, Many Files Will Be Denoted As "deletion failed" [ID 1335304.1]
    Concurrent Processing - Best Practices for Performance for Concurrent Managers in E-Business Suite [ID 1057802.1]
    Concurrent Processing - Purge Concurrent Request and/or Manager Data Program (FNDCPPUR) [ID 104282.1]
    Thanks,
    Hussein

  • Another issue after upgrade to 9.0.2a beta

    another issue after upgrade from 8.1.7 to 9.0.2a beta.
    When I use "update-request", I need to specify a stylesheet. In that stylesheet, the following lines work before upgrade:
    <row>
    <fieldname1><![CDATA[<html><head></head><body>]]><xsl:value-of select="request/parameters/fieldname1/."/><![CDATA[</body></html>]]>
    </fieldname1>
    </row>
    After upgrade, it doesn't work properly. What I see in the database field value is storing only
    <html><head></head><body></body></html>
    instead of storing
    <html><head></head><body>fieldname1_value</body></html>
    How can I get my result back?
    Thanks in advance.

    Thanks Steve,
    I've upgraded to 9.0.2.0B but find the following error:
    Oracle XSQL Servlet Page Processor 9.0.2.0.0B (Beta)
    XSQL-017: Unexpected Error Occurred
    java.lang.NoClassDefFoundError: oracle/jdbc2/Clob
    at oracle.xml.xsql.actions.XSQLUpdateRequestHandler.handleAction(XSQLUpdateRequestHandler.java:103)
    at oracle.xml.xsql.XSQLDocHandler.getDocument(XSQLDocHandler.java:134)
    at oracle.xml.xsql.XSQLPageProcessor.process(XSQLPageProcessor.java:139)
    at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java:61)
    at oracle.xml.xsql.XSQLServlet.doPost(XSQLServlet.java:82)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:115)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:83)
    at com.caucho.server.http.Invocation.service(Invocation.java:237)
    at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:323)
    at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:263)
    at com.caucho.server.TcpConnection.run(TcpConnection.java:136)
    at java.lang.Thread.run(Thread.java:484)
    Does it relates to the changes of usage of the "update-request" syntax?
    Thanks in advance
    Felix

  • Stability issues after upgrade from 5 to 6.1?

    Dear all,
    my client plans to upgrade from WLS 5 to 6.1 soon. The application is
    an intranet portal with Epicentric and Vignette used as additional
    products.
    However, some voices say that 6.1 has stability issues. Well, these
    statements are rumours and lack any proof or even anecdotal evidence I
    have heard of, and therefore it is very difficult to respond
    appropriately.
    Having said this, my questions are:
    - Did any of you have stability issues after upgrading from 5 to 6.1
    on Solaris?
    - If yes, what were they and how did you solve them (e.g. upgrade to
    SP 5)?
    - In 1-2 sentences, what is the context of the application?
    My goal is to present a evidence that the romoured stability issues
    don't exist or/and a list of meastures to avoid/solve them, if any.
    Many thanks in advance
    Andreas

    "Andreas Raab" <[email protected]> wrote in message news:[email protected]..
    my client plans to upgrade from WLS 5 to 6.1 soon. The application is
    an intranet portal with Epicentric and Vignette used as additional
    products.
    However, some voices say that 6.1 has stability issues. Well, these
    statements are rumours and lack any proof or even anecdotal evidence I
    have heard of, and therefore it is very difficult to respond
    appropriately.
    Having said this, my questions are:
    - Did any of you have stability issues after upgrading from 5 to 6.1
    on Solaris?
    - If yes, what were they and how did you solve them (e.g. upgrade to
    SP 5)?
    - In 1-2 sentences, what is the context of the application?
    My goal is to present a evidence that the romoured stability issues
    don't exist or/and a list of meastures to avoid/solve them, if any.Hi Andreas,
    Normally proving that rumors are true is a responcibility of
    rumors suppliers. Reverse does sound to me like a joke.
    Regards,
    Slava Imeshev
    P.S. Current weblogic 6.1 is a stable product.

  • Issues after upgrading to 6.0

    Hi experts,
    After upgrading to 6.0 seems system overall is slow. Netflix app asks me for password everytime I open.
    Youtube buffering issues.
    I hope with software upgrade these issues might get resolved. But I could not able to install updates. I tried to update software many times, getting error " The update was not successful - The Apple TV update couldn't be downloaded at this time. Try again later"
    I tried updating software at different times and internet is not an issue. While trying for updates I am conected to wifi.
    Thanks
    Sekhar

    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
    Connect the micro USB cable to the Apple TV and to your computer.
    Reconnect the power cable (only for Apple TV 3)
    Open iTunes.
    Select your Apple TV in the Devices list, and then click Restore.
    (You may already have a micro USB cable if you have a camera or other digital device)

  • Does your Wifi drop when your iPad mini went into sleep mode after upgrading to iOS 7?

    Dear iPad mini users, to those who have upgraded to iOS 7 like I did, do you experienced WiFi drop when your iPad is in sleeping mode? I noticed this problem only few days after upgrading my iOS. Initially I don't think there is such issue. After your iPad mini recover fom sleep mode, then it will automatically connect to WiFi again. My point is it no longer connected to WiFi in sleeping mode and so could not keep me up-to-date with my mail if I am on WiFi.
    Do share your view and if there is a solution, do share with me please. I have tried almost all solutions available online but no no avail. At the moment, I am activating my 3G network so that when mail came in, my iPad will notify me even during its sleeping mode but this is getting expensive considering I am using the 3G 24 hours every day now.

    I found an solution. Go to Settings/Mail, Contact, Calendar/Fetch new data and than enable Push and choose to fetch hourly or every 30 minutes. In this case your iPad will stay connected to wifi even when smart cover is closed. If you select Manualy than wifi connection will be terminated when in sleep mode.
    (Not native english speaker, hope you'll understand)

  • Sync issues after upgrading to ios 7

    After upgrading to iOS 7 on my iPad 3 with no problem at all, I lost all my music. When I try and sync with iTunes 11.1 (on Windows 7) it hangs on the last step "waiting to apply changes", and the little sync icon on the iPad disappears. I can't even add or remove apps. Any solutions out there?
    Thanks in advance.

    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

Maybe you are looking for