My wait() thread never wakes up with notify()

In the code below, I'm trying to wake up the DispatchThread whenever the add method is called in the PriorityQueue. For some reason the notify() method is not unblocking the thread. All I can figure is that the reference to the thread in notify() is incorrect. Can anyone find the problem with the code?
import java.util.TreeSet;
public class PriorityQueue{
  private TreeSet queue;
  private DispatchThread d_Thread;
  private Thread d_thread;
  //default constructor
     PriorityQueue()
       queue = new TreeSet();
     d_Thread = new DispatchThread(this);
     public  void add(Object anobject)
    synchronized (this.d_Thread)
        queue.add(anobject);
      this.d_Thread.notify();
      System.out.println(anobject+" added to queue now");
      try
        Thread.sleep(500);
      catch (InterruptedException e){}
     static void main(String args[])
          PriorityQueue intTest = new PriorityQueue();
          intTest.add(new Integer(25));
          intTest.add(new Integer(35));
          intTest.add(new Integer(6));
class DispatchThread implements Runnable{
  private PriorityQueue queue;
  private Thread d_Thread;
  public DispatchThread(PriorityQueue queue)
    this.queue = queue;
    d_Thread = new Thread(this);
    d_Thread.start();
  public void run()
    while(true)
      synchronized (this.d_Thread)
        try
          System.out.println("about to wait - dispatch thread");
          this.d_Thread.wait();
          System.out.println("just woke up dispatch thread"); //never makes it this far
//do some dispatching operations here
        catch(InterruptedException ie){}
}

When you call the wait method, you use the thread you create in the constructor of DispatchThread.
When you call the notify method, you use another lock, the Dispatch object itself.
And notify and wait are methods defined in Object. It's rarely you would use a thread object as a lock.
You can make you code work if you do this in DispatchThread:
synchronized (this) {
  try {
    System.out.println("about to wait - dispatch thread");
    wait();
}because now you use the same lock both places.

Similar Messages

  • Thread sends notify() before waiting thread says wait()

    In the code below the ref book I'm using "Sun certified Programmer for Java 2" had the calculator thread starting before the Reader thread was even created and hence the calculator thread was finished it's task and sending a notify() before the Reader even had it's socks on and saying wait()
    ( And this cost me a lot of time tryin to figure this problem out as the code must have being written for a Z80 processor and not a 2.4GHz P4)
    To fix this I put the calculator starting after the reader thread, but .......
    I would have thought that java would have some protection against this happening, ie, like a notify flag which a thread can set if it has done it's job BEFORE the waiting thread even starts waiting, ie a preemptive mechanism to help speed things up ?
    package MyPackage;
    public class Reader extends Thread {
    Calculator MyCalculator;
    public Reader(Calculator calc){
    MyCalculator = calc;
    public void run(){
    synchronized(MyCalculator){
    try{
    System.out.println("Waiting for calculation ... ");
    MyCalculator.wait();
    }catch (InterruptedException e){}
    System.out.println("Total is: " + MyCalculator.total);
    public static void main(String args []){
    Calculator calculator = new Calculator();
    //calculator.start();
    new Reader( calculator ).start();
    calculator.start();
    package MyPackage;
    public class Calculator extends Thread{
    int total;
    public void run(){
    synchronized(this) {
    for(int i=0; i<100; i++){
    total += i;
    System.out.println("Calculation complete, notifying waiting thread..");
    notify();

    It's up to the 'umble programmer to code it right. The code you quoted was crap.
    The most common way to wait is on a condition:
    while (hotAndBotherd())
        obj.wait();And then the notifying thread will take steps to change that:
    //code that cools off the hot and bothered
    obj.notify[all]();If the initial state of things is hot and bothered then there is no race condition: the first thread will wait.

  • I have to restore my iphone 4s becasue it is saying "disabled connect to itunes" and it's never been synced with itunes. However the sleep/wake button is broken on the phone is there still away to restore without using it?

    I have to restore my iphone 4s becasue it is saying "disabled connect to itunes" and it's never been synced with itunes. However the sleep/wake button is broken on the phone is there still away to restore without using it?

    You can try, but the problem with that is you need battery power in order to restore. Once your phone has enough power to restore, it will still show the same message. To get the phone into either recovery mode or DFU mode requires the ability to first turn the phone off. But, you've got nothing to lose, so you might as well give it a shot.

  • My MacPro goes to sleep and never wakes up

    Pretty much every time I leave my computer alone for the night, I have to do a hard reset in order to get back in... it never wakes back up when I press keys or click the mouse.  While I'm using it, it runs amazingly well.
    This is a 2006 Mac Pro, in which I have stuffed a lot of solid componentry.  Recently I made two changes:
    1.  I plugged a third monitor into one of my two video cards.
    2.  I threw in 16gb of RAM that I grabbed from Ebay.
    TechTools pro runs tests and tells me that everything is fine... obviously it's wrong. 
    I bought the computer off of craigslist, and it boots to a black screen with a bunch of white text... I don't know why.  I can't boot into Apple Hardware Test... I really can't boot into any of the recovery modes actually.  I'm stuck going directly into the operating system after the black screen does it's thing. 
    I would try to reset the PRAM and such, but holding things down during startup just doesn't work for me. 
    Here's the error report... it also includes a lot of the information about the hardware in the computer (thanks in advance for all of your help):
    Interval Since Last Panic Report:  4932030 sec
    Panics Since Last Report:          5
    Anonymous UUID:                    8A8EC18A-6F61-45EC-8FFC-86A830859C01
    Tue Dec 10 13:28:16 2013
    Machine-check capabilities (cpu 7) 0x0000000000000806:
    family: 6 model: 15 stepping: 11 microcode: 0
    Intel(R) Xeon(R) CPU           X5365  @ 3.00GHz
    6 error-reporting banks
    threshold-based error status present
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000020000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0020000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200000080200e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x8020
      Other information:         0x00000000
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    panic(cpu 7 caller 0x2cf3cc): "Machine Check at 0x01d83f68, trapno:0x12, err:0x0," "registers:\n" "CR0: 0x80010033, CR2: 0x8711a000, CR3: 0x00100000, CR4: 0x00000660\n" "EAX: 0x00000000, EBX: 0x14d31800, ECX: 0x00000001, EDX: 0x00000000\n" "ESP: 0x833f3c10, EBP: 0x833f3c48, ESI: 0x00000000, EDI: 0x00000108\n" "EFL: 0x00000046, EIP: 0x01d83f68\n"@/SourceCache/xnu/xnu-1699.32.7/osfmk/i386/trap_native.c:258
    Backtrace (CPU 7), Frame : Return Address (4 potential args on stack)
    0x83502f38 : 0x2203de (0x6b08cc 0x83502f58 0x229fb0 0x0)
    0x83502f68 : 0x2cf3cc (0x6bde94 0x6bdfc8 0x1d83f68 0x12)
    0x835030d8 : 0x2cf409 (0x83503110 0xde 0x6bdfc8 0x1)
    0x835030f8 : 0x2e6182 (0x83503110 0x0 0x0 0x0)
    0x833f3c48 : 0x1d7b9df (0x834fc100 0x1 0x14d31800 0x0)
    0x833f3ce8 : 0x1d7dc73 (0xffffffff 0x7fffffff 0x0 0x0)
    0x833f3d78 : 0x2d0cde (0xffffffff 0x7fffffff 0x833f3d98 0x2cd4ca)
    0x833f3d98 : 0x22d3e5 (0x8352a000 0x858b1232 0x4988 0x8352ade0)
    0x833f3dd8 : 0x22e1c0 (0x189603f8 0x8352a000 0x0 0x0)
    0x833f3e28 : 0x22f6c2 (0x18960414 0x2 0x12 0x18a76300)
    0x833f3e88 : 0x22f821 (0x2150f0 0x0 0x0 0x189603f8)
    0x833f3ea8 : 0x21505d (0x2150f0 0x7000006 0xc00 0xffffffff)
    0x833f3ed8 : 0x21b385 (0x1860e240 0x7000006 0xc00 0xffffffff)
    0x833f3f28 : 0x2b7e16 (0x833f3f50 0x0 0x833f3f9c 0x1c)
    0x833f3fc8 : 0x2e5bb7 (0x18358cd0 0x0 0x10 0x16fa5f50)
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelCPUPowerManagement(195.0)[D1550426-D346-4805-A777-06 63C69080DA]@0x1d79000->0x1da2fff
    BSD process name corresponding to current thread: Final Cut Pro
    Boot args: -v
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386
    Kernel UUID: 859B45FB-14BB-35ED-B823-08393C63E13B
    System model name: MacPro1,1 (Mac-F4208DC8)
    System uptime in nanoseconds: 80851182634766
    last loaded kext at 2359082118391: com.apple.driver.AppleFireWireStorage    3.0.6 (addr 0x10b9000, size 16384)
    last unloaded kext at 2474279225436: com.apple.driver.StorageLynx    3.0.6 (addr 0xdbe000, size 12288)
    loaded kexts:
    com.techsmith.TACC    1.0.2
    at.obdev.nke.LittleSnitch    4050
    com.apple.filesystems.exfat    1.1
    com.apple.driver.AppleBluetoothMultitouch    70.12
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AppleHDA    2.2.5a5
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.driver.AudioAUUC    1.59
    com.apple.kext.ATIFramebuffer    7.3.2
    com.apple.ATIRadeonX1000    7.0.4
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.0.8f17
    com.apple.driver.AppleMCEDriver    1.1.9
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.3
    com.apple.driver.ApplePolicyControl    3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d8
    com.apple.driver.AppleLPC    1.6.0
    com.apple.ATIRadeonX3000    7.3.2
    com.apple.driver.CSRUSBBluetoothHCIController    4.0.8f17
    com.apple.driver.Oxford_Semi    3.0.6
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.XsanFilter    404
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.IOAHCIBlockStorage    2.1.0
    com.apple.driver.AppleFWOHCI    4.9.0
    com.apple.driver.AppleAHCIPort    2.3.1
    com.apple.driver.AppleIntelPIIXATA    2.5.1
    com.apple.driver.AppleUSBHub    5.1.0
    com.apple.driver.AppleIntel8254XEthernet    2.1.3b1
    com.apple.driver.AppleUSBEHCI    5.1.0
    com.apple.driver.AppleUSBUHCI    5.1.0
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.4
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.AppleMultitouchDriver    231.4
    com.apple.driver.IOBluetoothHIDDriver    4.0.8f17
    com.apple.kext.triggers    1.0
    com.apple.driver.DspFuncLib    2.2.5a5
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.kext.ATI1900Controller    7.3.2
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.driver.AppleUSBAudio    2.9.0f5
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.driver.AppleHDAController    2.2.5a5
    com.apple.iokit.IOHDAFamily    2.2.5a5
    com.apple.iokit.IOAudioFamily    1.8.6fc18
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleGraphicsControl    3.1.33
    com.apple.driver.AppleSMC    3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d8
    com.apple.driver.IOPlatformPluginFamily    5.1.1d6
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.kext.ATI5000Controller    7.3.2
    com.apple.kext.ATISupport    7.3.2
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.IOBluetoothFamily    4.0.8f17
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.iokit.IOUSBMassStorageClass    3.0.3
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.2.1
    com.apple.iokit.IOFireWireSerialBusProtocolTransport    2.1.0
    com.apple.iokit.IOFireWireSBP2    4.2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOATAPIProtocolTransport    3.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.iokit.IOFireWireFamily    4.4.8
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOATAFamily    2.5.1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOUSBFamily    5.1.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.11
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    Model: MacPro1,1, BootROM MP11.005C.B08, 8 processors, 3 GHz, 16 GB, SMC 1.7f10
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
    Graphics: ATI Radeon X1900 XT, ATY,RadeonX1900, PCIe, 512 MB
    Memory Module: DIMM Riser A/DIMM 1, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Memory Module: DIMM Riser A/DIMM 2, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Memory Module: DIMM Riser B/DIMM 1, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Memory Module: DIMM Riser B/DIMM 2, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Memory Module: DIMM Riser A/DIMM 3, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Memory Module: DIMM Riser A/DIMM 4, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Memory Module: DIMM Riser B/DIMM 3, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Memory Module: DIMM Riser B/DIMM 4, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x8551, 0x463036313031302020202020202020202020
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-1
    PCI Card: ATI Radeon HD 5770, ATY,VervetParent, Slot-1
    PCI Card: ATY,RadeonX1900, sppci_displaycontroller, Slot-3
    Serial ATA Device: WDC WD3200AAKS-00L9A0, 320.07 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: Cardette 3 USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0612, 0xfd100000 / 2
    USB Device: Cardette 3 USB3.0 Card Reader, 0x0bda  (Realtek Semiconductor Corp.), 0x0301, 0xfd130000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 2
    USB Device: iMic USB audio system, 0x077d, 0x07af, 0x1d200000 / 2
    USB Device: Back-UPS RS 1000G FW:869.L3 .D USB FW:L3, 0x051d  (American Power Conversion), 0x0002, 0x3d200000 / 3
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0x3d100000 / 2
    FireWire Device: built-in_hub, 800mbit_speed
    FireWire Device: G-SPEED Q RAID5, 0x1B8C, 800mbit_speed
    FireWire Device: unknown_device, unknown_speed

    Just junk the X1900 for now. At least take it out, take it outside and give it the full treatment.
    X1900
    http://www.xlr8yourmac.com/Graphics/X1900XT_Overheating/ATI_X1900_artifacts.html
    http://www.xlr8yourmac.com/Graphics/radeon_X1900XT/X1900XT_dust_buildup.html#sto rytop
    Try with half the RAM at a time.
    Monitor the temps - Temperature Monitor - especially those FBDIMMs to be running below 70*C.
    Amazon has those for $25 (2 x 2GB for Mac Pro 1,1 667)
    Your 5770 will support three displays.
    Use SMCFanControl 2.4+ and set the default fan speed to 900 rpm, and set a couple more profiles for higher rpm just to see if that helps air flow and cooling and if your temps are normal.
    I would also look at running w/o external devices. Like your RAID5. Until your system is stable.

  • Why does it take so long to reboot and never wakes up? PMG4

    After our last storm (the electricity went out without shutting down), It now takes more than 10min for my Power Mac G4 OSX 10.5.7 to boot up on turn on. Reboot is the same. When i put her to sleep, she never wakes up. I have to shut down and WAIT. Is there a know fix for this?
    Thank you

    Hi H-Town_McFly, and a warm welcome to the forums!
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • Wait activity never wakeup

    Recently, I have problem with wait activity in some of my BPEL process. It sleep but then i never wake up again.
    I don't know if anybody has the same problem.

    Check the domain.log to see what's happening to that process. You can also try to do a Manual Recovery in the BPEL Console (BPEL Processes Tab).
    I've had the same trouble, but those were caused by WSDL mismatches. The engine doesnt show any info in tthe console, but logs it in the domain.log.

  • Macbook Air 2012 now wakes up with delay

    I got a new Macbook Air 13" in July. 2 weeks later I upgraded to Mountain Lion. Since then the login screen wakes up with a delay of a few seconds from sleep. Even though the login screen displays promptly, the keyboard does not respond ... then there is a screen flicker and then only I can type the password.
    This is defintely a bug - any idea how to resolve this?

    It is either your CD or your Superdrive (you never said explicitly, but sounds like you are using an external USB superdrive).
    Have your tried installing CD/DVD sharing on another computer (if that is an option) and trying the install DVD from that computer (and using remote install)? This may rule out the DVDs themselves. If you do this remember:
    1) You will have to connect to wireless or wired network when holding down the option key during MBA boot,
    2) You will need to run the "remote install MacOS X" application that you have installed on computer with remote DVD drive,
    3) The entire process will take a VERY LONG TIME (including the startup on the installer).

  • How can I unlock ipod touch 5th gen currently disabled and never sync'd with itunes

    Basic situation. Ipod touch 5th gen. Passcode forgotten and tried too many times such that ipod is disabled and requested to connect to iTunes.  Problem is that the ipod was never sync'd with iTunes so the connection fails.  I've only owned it for 9 months or so.  I know I can recover all my music through iTunes and my applications through the app store since all of my content was legally purchased.  The problem is that I need to also recover my contacts and pictures since this is the only place they exist.
    I have read about methods up to 4th generation where you can access a particular file on the device via computer and rename it to unlock the device. That would most likely allow me to then sync/backup via iTunes and recover my data.  Problem is that I can only access the DCIM folder via windows manager and it contains no data. Perhaps there is a way to access the device a different way?
    Is there a way with the 5th generation to either reset the lock (from disabled to locked with a 1 min wait for retry as an example) to allow me more opportunities to try other passcodes that I may have set (including mistypes etc) or to remove the passcode completely and let me set it to something I will write down this time?
    Please do not reply with the standard apple responses of 'sync with itunes' or 'factory reset' and no, I did not sync with the icloud either (I tried but it was unsuccessful for some reason).
    The answer doesn't even have to be a free one as I would be willing to pay for the solution if it were guaranteed to work.  Since apple seems to want to charge for any type of support, even to ask a question, I am relying on the community for help.  Thanks much.

    You have to place the iPod in Recovery mode as Apple says and erase the device. It is a security feature.
    or
    If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone and use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.
    You can also wipe the iOS device by installing the FindMyiPhone app on another iOS device and using that app to wipe the device.
    There is not other way

  • Can't remember password for new ipad air. have never synced it with another computer never had the chance to use icloud. How do i get in?

    Air MD792E/A, iPAD WIFI CELL 32G Space Grey 
    Can't remember password for new ipad air. have never synced it with another computer never had the chance to use icloud. How do i get in?       Tried to sync with itunes but iTunes can't sync without a password.  I cannot see summary on the side bar.  How do I restore so I can restart my  iPAD Air since it has relatively no history. I have not had the chance to use it yet.  Finished set up to as far as the start menu.
    <Personal Information Edited by Host>

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • My Ipad is deaktivated but I never synchronisised it with Itunes. How do I get it activated again?

    My dad got an Ipad for his birthday and however he managed to enter the code a couple of times and now it is deactivated.
    He never synchronizised it with his computer or Itunes

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • I forgot my password of ipad mini and i never synchronized it with my computer

    I forgot my password of ipad mini and I never synchronized it with my computer.

    If the iPad was running iOS 7,  iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Apps gets stuck when downloading from iCloud, shows as "waiting" but never downloaded

    When I download an app already purchase from iCloud it gets stuck as waiting. It only happens with apps downloaded from iCloud as new apps download well.

    Hi there Tincho27,
    It sounds like new apps are downloading without issue, but apps that are already on your account seem to never get done Waiting. I would start by deleting any apps you have that are currently stuck:
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    Tap and hold the app you want to delete.
    The apps will begin to jiggle.
    Tap the X on the app.
    Then sign out of the account in your Settings:
    iOS: Sign in with a different Apple ID in the iTunes Store, App Store, and iBooks Store
    Tap Settings > iTunes & App Stores.
    Tap your Apple ID.
    If you see the option to Sign In, you can change your Apple ID now.
     Tap Sign Out.
    Then restart your iPhone and try downloading an purchased app again to test the issue:
    Restart or reset your iPhone, iPad, or iPod touch
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • I am having trouble getting my My Mac Book Pro 15" Retina to wake up with an Apple Bluetooth Keyboard and Mouse while Docked in a Hengedock vertical docking station.

    I am having trouble getting my My Mac Book Pro 15" Retina to wake up with an Apple Bluetooth Keyboard and Mouse while Docked in a Hengedock vertical docking station. The Keyboard and mouse work great with the laptop lid open but when closed in the docking station the bluetooth signal does not seem to transmit.  Is there a setting that can be changed to allow an Bluetooth keyboard and mouse to wake the computer while docked?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Firefox becomes really slow then eventually unresponsive when loading a page with many hires images. Unsual high memory usage up to 2gigs just for firefox. Was never a problem with v3.6.

    When loading a page with many hires images, Firefox becomes really slow and scrolling becomes jumpy then eventually becomes completely unresponsive. Unusual high memory usage of up to 2gigs just for firefox when loading these pages. This was never a problem with v3.6.

    I encountered the same type of problem. Firefox running terribly slowly and slowing down my entire machine (Core i5 with 256GB SSD). Searching the forums, I found a couple of things about troubleshooting performance issues, one of which was to use '''hardware acceleration''', that is on by default. It was turned on on my PC, '''so I tried deactivating it, and it worked!'''
    So doing the exact opposite as Mozilla support said solved the problem. It is really a pain now to work with Firefox. I'm using it because I have no choice, but I'd recommend IE and Chrome over Firefox... Whatever, the market will decide once Firefox has become to crappy...

  • Hello,  my ipad has never been paired with any computer.  My PC is ready to die and iTunes will not upload on it.  My iPad is insisting that I connect to iTunes and I can't get out of that screen.  How can I use my iPad without syncing it to iTunes?  Than

    Hello,
    My iPad 2 has never been "paired" with any PC.  My one and only PC is corrupted and will not, after many many attempts, download iTunes.  When I turn on my iPad it insists that I connect to my iTunes.  How can I avoid this and just get the iPad to work like normal?  Any help is much appreciated

    You cannot do anything with the iPad until you do as instructed by the iPad and connect to iTunes on a computer.
    You probably need to restore the iPad and the only way to do that is via iTunes on a computer.
    Take it to an Apple Store and ask for help at a Genius bar or take it to a friend's house that is running iTunes on their computer and try to restore it.
    You will lose all of your data and settings now because you never backed the iPad up in the past.

Maybe you are looking for

  • Small caps - is there a way to change size ratio of lower to upper case?

    I am using Adobe InDesign CS4 and one problem I've had is that when I select Small Caps on the character styles panel, lower case characters are about 60% the size of upper case characters. I'd like this to be more around 80% in my document. I don't

  • How to access Task details using BPM API for substituting user

    Hi Expert, I need one help, we have a requirement, in which I wanted to access the BPM task details of a user which is substituting user using BPM API. Substituting user's name is not exist in Potential owner of Task. That's why Using method "getMyTa

  • Hotspot not working...

    This is truly as basic as it gets; yet I cannot figure out for the life of me why the hotspots I have assigned are not functioning. Additionally, the alt text shows the name of the file instead of what I entered ("home"). The images are contained in

  • HT4993 how do i chat with a tech online?

    how do i speak/chat with a tech online

  • Change namespace of DCs

    Hello gurus, I have a question for you I have created into my JDI a SC with a set of DCs. Now I would like to change the value of the namespace prefix of my DCs. Do you know a way of doing that ? To try something, I have created a new product / SC /