Unable to detect device on windows 7 32bit

hi , I am using itunes version 11.1.5.5 on windows 7 32bit. I am unable to view device when i connect my iphone. Can someone suggest to overcome this problem.
Thanks.

Try Andrei Cerbu's post here or see TS1538: iOS: Device not recognized in iTunes for Windows, in particular section 5, forcing a driver update.
tt2

Similar Messages

  • Bluetooth: Unable to detect devices on Nokia Phones

    Hi
    The following piece of code for bluetooth detection and connection works(able to detect and connect to other bluetooth devices) on my Sony Ericsson K750i Phone but not on a Nokia N81(unable to detect any bluetooth devices).
    Can someone please help, i need this thing urgently.
    Many thanks
    Mark
    package ECG;
    import javax.bluetooth.*;
    import javax.microedition.io.Connector;
    import java.io.DataInputStream;
    import java.io.DataOutputStream;
    import java.io.IOException;
    import javax.microedition.io.*;
    import java.util.Vector;
    * Class for handle and establish Bluetooth connection
    public class BluetoothConnection extends Thread implements DiscoveryListener
    private StreamConnection sc;
    private DataInputStream input;
    private DataOutputStream output;
    private BluetoothScreen screen;
    private UUID SERIAL = new UUID(0x1101);
    private UUID RFCOMM = new UUID(0x0003);
    private Vector devices, targetDevices;
    private boolean connected;
    private StreamConnection con;
    private ECGDisplay display;
    private int[] transIds;
    private boolean inited, inquiry, search;
    private int count = 0;
    public BluetoothConnection(BluetoothScreen screen, ECGDisplay display)
    this.screen = screen;
    this.display = display;
    devices = new Vector();
    targetDevices = new Vector();
    inited = false;
    * Method for searching and connect to blutooth device with serial port profile
    public boolean searchSerialBT()
    try
    DiscoveryAgent agent = LocalDevice.getLocalDevice().getDiscoveryAgent();
    String url = agent.selectService(SERIAL, ServiceRecord.NOAUTHENTICATE_NOENCRYPT,false);
    if(url!=null)
    con = (StreamConnection)Connector.open(url);
    input = con.openDataInputStream();
    output = con.openDataOutputStream();
    output.writeChars("connected");
    connected = true;
    else
    connected = false;
    catch(Exception e)
    System.out.println(e);
    return connected;
    * Method for establish connection with the connection url which identifies the
    * address of the bluetooth device
    public boolean connect(String conURL)
    try
    con = (StreamConnection)Connector.open(conURL);
    input = con.openDataInputStream();
    output = con.openDataOutputStream();
    output.writeChars("connected");
    connected = true;
    catch(Exception e)
    System.out.println(e);
    return connected;
    * Thread method for handle receiving and displaying of ECG data
    public void run()
    while(true)
    try
    if(input!=null)
    byte[] b = new byte[input.available()];
    input.read(b);
    display.addValues(b);
    Thread.sleep(1);
    catch(IOException e)
    System.out.println(e);
    catch(InterruptedException e)
    System.out.println(e);
    * Method for disconnecting the Bluetooth connection
    public void disconnect()
    try{
    connected = false;
    if(input!=null)
    input.close();
    if(output!=null)
    output.close();
    if(con!=null)
    con.close();
    input = null;
    output = null;
    con = null;
    }catch(IOException e)
    System.out.println(e);
    * Method getting the input stream from the Bluetooth device
    public DataInputStream getInput()
    return input;
    * Method getting the output stream for writing to the Bluetooth device
    public DataOutputStream getOutput()
    return output;
    * Event Handler method for logging the neighbouring bluetooth device
    public void deviceDiscovered(RemoteDevice btDevice, DeviceClass cod)
    devices.addElement(btDevice);
    * method for cancelling the searching of bluetooth devices
    public void cancelSearch()
    try{
    DiscoveryAgent agent = LocalDevice.getLocalDevice().getDiscoveryAgent();
    if(inquiry)
    agent.cancelInquiry(this);
    if(search)
    for(int i=0;i<transIds.length;i++)
    agent.cancelServiceSearch(transIds);
    targetDevices.removeAllElements();
    devices.removeAllElements();
    }catch(BluetoothStateException e)
    System.out.println(e);
    * Method for searching the neighbouring bluetooth devices
    public void searchDevices()
    try
    cancelSearch();
    inquiry = true;
    DiscoveryAgent agent = LocalDevice.getLocalDevice().getDiscoveryAgent();
    agent.startInquiry(DiscoveryAgent.GIAC,this);
    catch(BluetoothStateException e)
    System.out.println(e);
    * Method that indicates the searching of bluetooth devices is completed
    * thus it will proceed to find the device with support of serial port profile from the list
    public void inquiryCompleted(int discType)
    if(discType==INQUIRY_COMPLETED)
    try
    DiscoveryAgent agent = LocalDevice.getLocalDevice().getDiscoveryAgent();
    transIds = new int[devices.size()];
    for (int i=0;i<devices.size();i++)
    RemoteDevice device = (RemoteDevice)devices.elementAt(i);
    transIds[i] = agent.searchServices(new int[]{0x0003}, new UUID[]{SERIAL}, device, this);
    catch(BluetoothStateException e)
    System.out.println(e);
    inquiry = false;
    * Method that indicates the bluetooth devices have the required bluetooth services
    public void servicesDiscovered(int transID, ServiceRecord[] servRecord)
    for(int i=0;i<servRecord.length;i++)
    try
    String[] s = new String[2];
    s[0] = servRecord[i].getHostDevice().getFriendlyName(true);
    s[1] = servRecord[i].getConnectionURL(ServiceRecord.NOAUTHENTICATE_NOENCRYPT,false);
    targetDevices.addElement(s);
    catch(IOException e)
    System.out.println(e);
    * Method to call the screen to display the list of bluetooth devices discovered
    public void serviceSearchCompleted(int transID, int respCode)
    screen.showDevices(targetDevices);

    I have K610i with satellite pro a300-1nt, after it came from service, i can connect to my desktop via bluetooth, but if i try to connect to k610i it says unable to detect remote device. ideas? it says that just on those devices which were registered before (ie, my, sisters phone)
    (EDIT: i cant use cellphone as remote controll, i can only send files to computer.)
    i've tried diagnostics, first passed 2nd failed. i use toshiba's bt stack v7.10.12(T).
    thanx in andvance
    KnE
    Message was edited by: knezan94

  • Unable to detect touch4g in windows only. Am able to detect it using itunes

    I got my new touch 4g yesterday. when I first plugged it in, the PC detected it as a camera. After installing iTunes, my device was detected by iTunes but was not detected by PC. I went through several message boards on the net and did the reinstallation, etc. When I completely removed iTunes, my PC again detected the device as a camera. But after the reinstallation of itunes, my PC (again) stopped showing the device. I am still able to use the device with iTunes, but I would like to be able to use another software with it, which requires that the device be recognized by the PC. Please help!
    PS - I upgraded to iOS5 after the whole thing, but it didn't help.

    OK, there is still not much to go there.
    I assume you are using 32 bit XP Pro, iTunes will not install on 64 bit XP but you should get a different error.
    Lets try installing the components of iTunes separately.
    Download the iTunes installer and save it in your downloads folder.
    The files will be either itunessetup.exe or itunes64setup.exe for a 64 bit system.
    Open notepad and copy the following 3 lines into it.
    md temp
    itunes64setup /extract temp
    pause
    Remove 64 for 32 bit itunes.
    Save the file as extract.bat into the same folder that contains the itunes installer.
    Open the downloads folder and you should find the extract file that you saved. Double click on it and a black window will open telling you what it is doing. When its finished, press any key to continue.
    You should find that a folder called temp has been created containing all the itunes msi files.
    Install by double clicking on them  in this order:
    Apple Application Support
    Bonjour
    Apple Mobile Device Support
    Apple Software Update
    iTunes
    Make a note of any error messages and which component it relates to.
    Also use the Windows Event viewer to see if there are error messages at the time you attempted the installs.
    The following article gives information about using the Event Viewer:
    http://support.microsoft.com/kb/308427

  • Unable to detect device with Bluetooth

    I've paired my laptop and Bold 9650 on Bluetooth and can communicate fine.  However, when I go to detect Bluetooth device in Desktop Manager, it never shows up.  
    In Bluetooth Options on teh phone,  I see Serial Port Profile checked with Data Transfer checked underneath and Desktop Connectivity and Wireless Bypass unchecked.  They are both greyed out and I cannot check them here. I've read some things that talk about setting these to True in IT policy when running Enterprise Server, but I cannot find how to get to this in version 6.0 bundle 2647.  How do I find these settings to sert them to true?

    What kind of bluetooth system do you have in your car? is it factory installed or part of an aftermarket system?
    I am trying to figure this out for myself as well. Please join the thread here:
    http://supportforums.blackberry.com/t5/BlackBerry-Tour-9630/Transferring-Phonebook-to-Car-Radio-Fail...

  • Snow Leopard and BlackBerry - recently unable to detect device

    I installed Snow Leopard last week.  Immediately after it installed, I was able to use PocketMac to sync my BlackBerry 7130e and my Mac.
    I later installed update 10.6.1 and shortly after, I realized that it wasn't syncing anymore, and the plug symbol that indicates the BlackBerry is plugged in was no longer present.  However, the BlackBerry would charge using the USB/AC adapter, so I know it's not a faulty cord.
    I did a restore back to when I was running 10.6 and it didn't make a difference, so I restored it again to 10.6.1 and I can't yet get it to sync.
    I checked the System Profiler and this is what I got:
      Product ID: 0x0001
      Vendor ID: 0x0fca
      Version: 1.04
      Speed: Up to 12 Mb/sec
      Manufacturer: Research In Motion
      Location ID: 0x1a200000
      Current Available (mA): 500
      Current Required (mA): Unknown (Device has not been configured)
    Any ideas on what might help?
    David. 

    I found a partial solution in another thread - downloading the drivers for pocketmac and deleting the .kext files for BlackBerry.
    I can now get the "plugged in" symbol so I know it's connected, but still no syncing.
    System Profiler shows:
    USB Bus:
      Host Controller Location: Built-in USB
      Host Controller Driver: AppleUSBUHCI
      PCI Device ID: 0x2830 
      PCI Revision ID: 0x0003 
      PCI Vendor ID: 0x8086 
      Bus Number: 0x1d 
    Vendor-Specific Device:
      Product ID: 0x0001
      Vendor ID: 0x0fca
      Version: 1.04
      Speed: Up to 12 Mb/sec
      Manufacturer: Research In Motion
      Location ID: 0x1d100000
      Current Available (mA): 500
                   Current Required (mA): 500 

  • "Upgraded" to 10.7.4. from 10.7.3. Now I get "Firewire unable to detect devices". I'm using a microtek 9800 xl scanner using vuescan with firewire only connection. Please help!

    i've been writing back and forth with Ed Hamrick, the guy who created vuescan for my scanner, since microtek stopped making drivers. he can't figure out the problem either. i can't find answers anywhere online, and i need this scanner working yesterday. i got it to work on my laptop since that's still running 10.7.3, but that's no practical. *** did .4 do that screwed this all up??

    ok, unexpected. i used a firewrire to usb cable instead just to see. that worked! guess that's how i'll go moving forward. hopefully this helps the one other person on this planet that bought this scanner! ;P

  • Unable to download 10G for windows 32bit

    sent to login screen, enter username and password (got confirmation from website for password) - enter and screen refreshes with blanks, but nothing else happens.

    sent to login screen, enter username and password (got confirmation from website for password) - enter and screen refreshes with blanks, but nothing else happens.

  • HT1481 Unable to detect the shuffle ipod second generation in windows 8

    Hi , I have been trying the connect apple shuffle ipod with windows 8 However I'm unable to connect .
    I tried following troubleshooting steps.
    Action :- Tried to reset the shuffle ipod
    Result- Successfully able to reset the ipod But still unable to connect to windows 8
    Action :- Tried to connect on other computer with same cable ( Windows7 )
    Result :- It is working fine.
    Action :-Tried to install the drivers from C:\Program files \Common files \ Drivers
    Result  :- Getting Yellow sign mark in device manager with error code Code 10 device cannot start .
    Action :- Tried to delete the microsoft upper filter and lower filter
    Result :- Successfully able to do that But unable to detect the ipod
    Action :- Tried to install the latest version of i-tunes 11.1.5
    Result :- Successfully able to do that .However there is no luck.
    Action :- Tried to reboot the system . Perform the power cycle of the ipod and laptop
    Result :-Unable to detect the ipod
    Action :- Tried to change the different USB ports
    Result :- Still unable to detect
    Can you please suggest me few steps or how can i restore the apple ipod without i-tunes ?

    Hello JimmyS,
    The article linked below details a number of steps that can help get iTunes to recognize your iPod.
    iPod not appearing in iTunes
    http://support.apple.com/en-us/HT203449
    Regards,
    Allen

  • ERROR: Unable to detect fingerprint device

    Pavilion dm4 laptop worked fine yesterday. Booted up this morning and the option to sign in with a finger swipe was missing.
    PC has ""HP SimplePass Identity Protection" with a "Validity Sensors, Inc" fingerprint scanning device.
    Clicking SimplePass icon and then clicking Control Center gives error message: "Unable to detect fingerprint device".
    Device Manager for Biometric Devices says that Validity Sensor is "working properly".
    Trying to update device driver indicates that the latest driver is already installed.
    Tried a "Hard Reset" to see if static electricity buildup was the culprit, but nothing seemed to change.
    Ran "Troubleshooter" to detect new hardware or changed hardware, but nothing was detected.
    Made sure BIOS was set to Default Configuration.
    No programs were installed yesterday, no updates from Windows or HP.
    Stumped as what to try next. Any suggestions would be greatly appreciated.
    Thanks,
    Marty
    dm4t  i5-430M  4GB-RAM  IntelGraphics

    Hi Bryan,
    Thanks for the suggestion, but I’ve already uninstalled and reinstalled the Validity Sensor drivers and the SimplePass software (in both Normal and Safe modes). SimplePass is still unable to detect the Validity Sensor.
    I can open and run SimplePass and make a few changes to some general settings, and it seems to work fine. Also, Device Manager is still saying that Validity Sensor is “running properly”.
    Had a detailed telephone conversation with Tech Support to make sure that I wasn’t overlooking anything.  We ran through a checklist, but the problem is still there. Tech Support and I think that the problem is a hardware failure of the sensor. Unfortunately, I was informed that I had to do a “lobotomy”, a full System Recovery, before they could authorize returning the PC. Right now the PC works absolutely fine except for the Validity Sensor, and I really can’t be without my PC for a week or longer. So … Tech Support has me scheduled for a callback in January.  Will do the recovery then.  99% sure that the recovery will not fix the problem, but now is definitely the wrong time of the year to be without my dm4t.
    In fact, even thought the PC is only 4 months old and under warranty, I’d prefer it if HP could mail me a new sensor, and I’d install it myself, but don’t think HP would approve this option.
    Regards,
    Marty
    dm4t  i5-430M  4GB-RAM  IntelGraphics

  • TS1363 I have a new iPhone 4S, I`m using windows vista but iTunes is unable to detect it at all...

    I have a new iPhone 4S, I`m using windows vista, although my computer detects an "apple iphone", iTunes is unable to detect it at all. I`m unable to sync any media..

    Welcome to the Apple Community.
    Once you have enabled find my phone in your iCloud settings on your phone and find my mac in iCloud settings on your Mac, you can log in at iCloud.com and see both devices on the Find my Phone feature there.

  • Unable to Detect SDHC Card on Windows 7

    Hi guys, recently I received a 4 gb sdhc card but when insert the card into the card reader & plug to the usb port, win 7 was unable to detect it. 1st thought was this sdhc card is bad but i when plug it to another win 7 pc it detects
    straight away, so the card is not faulty. I tried uninstalling the usb driver & HID driver still can't detect. Notice that under the disk drives it does show 'Mass Storage Device USB Device' which means it actually did detect but won't show up
    in 'My Computer' ..... Why? Hope someone can help to resolve this issue. Thanks

    Here is the answer from Scandisk
    STEP 1 - Backup the registry
    1. Unplug the device from the USB port.
    2. Run regedit.
    Windows XP: Go to Start > Run, type in regedit and then click OK.
    Windows 7, 8 and Vista: Click the Start button, type regedit in the search box, and then press Enter.
    3. From the registry menu, choose File > Export.
    4. Name the file SNDK.reg and save it to your desktop.
    STEP 2 - Remove SanDisk info from the registry
    WARNING: DO NOT delete any registry key other than keys that include VID_0781. Deleting registry keys other than keys that include VID_0781 MAY cause your computer to not boot properly.
    1. From the registry menu, click Edit and choose Find.
    2. Type in VID_0781 and click Find Next.
    3. Once the search finishes, right-click the highlighted registry key and select delete.
    4. Press the F3 key to find the next registry key that includes VID_0781.
    5. Right-click the highlighted registry key and select delete.
    6. Repeat this process until the search returns with No results Found.
    NOTE: Under Windows 7, 8 and Vista, some registry keys may be protected and cannot be deleted. Simply skip over these keys if you receive a message that the key cannot be deleted.
    7. Once all registry keys containing VID_0781 have been deleted, reboot your computer.
    8. Plug the device into the computer after it's finished rebooting.

  • IPhone device unable to start (code 10) Windows XP

    I just reformatted my hard drive and installed a clean copy of the most recent iTunes. I also updated XP through Windows update and have my USB 2.0 drivers installed. Everything else is running fine, including my other USB devices. My phone is recognized without issue on another computer too, so it's not the phone hardware.
    I've disabled the windows firewall and apple services are started and running. I have not yet installed virus protection. USBAAPL.SYS is installed and being used as the phone driver, but there is still an exclamation point when it appears in device manager as an apple device, under USB. It makes three beeps, shows the exclamation point, and disappears within a minute or so.
    I uninstalled the device using device manager and reinstalled it and it didn't help. I also reinstalled the driver using the windows driver utility, and chose the imaging device instead of the phone. It was able to view and copy images from the phone but the phone still did not appear in iTunes. I'm using iPhone software version 2.2.1, and the phone does not charge when connected although it's connected to a 2.0 USB port.
    Any help would be appreciated, and I have already tried all of the basic troubleshooting recognition steps as listed in the iPhone windows recognition article, here: http://support.apple.com/kb/TS1495
    It's using the proper driver and recognized by the computer, but it gives me an error when I plug it in and under the driver details in device manager, it says unable to start device, error code 10. I'm also using the cord that came with the phone and there is no damage to it. It charges without issue from a wall outlet.

    Hope this helps someone.
    Steps to Resolve:
    1. Removing all usb drives and re installing them did not work for me, though it did for a lot of others over the internet. So, first step try that. If it does not work, follow rest of the steps.
    2. Remove all external devices. Remove all usb drivers - Device Manager, under USB tree, uninstall all nodes.
    3. Reboot system. New devices will be detected. Don't plug-in anything external.
    4. Upgrade intel chipset by downloading the right version from this link http://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=816&DwnldID=8178&lang =eng (if the link stops working, google for infinst_auto.exe)
    5. Reboot (even if it seems not required)
    6. Plug-in the external device
    Summary of my machine state: Ubuntu host, XP guest on VirtualBox with iTunes 8, problem manifested after I upgraded to Jaunty.
    --- Pooja.

  • Unable to detect or sync my devices after itunes update

    unable to detect my iphone 4, running on ios 6.1.2, and my ipad after updating to the latest version of itunes. tried all the troubleshooting available but nothing seems to be working. please help

    Hi brentfrommi,
    Thanks for visiting Apple Support Communities.
    It sounds like your iPod touch may not be recognized by iTunes. The troubleshooting steps in this article can help:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    All the best,
    Jeremy

  • My iPod Classic is not detected by my Windows 8 computer when I connect it via USB port.  How can I get windows to detect this device?

    My iPod Classic is not detected by my Windows 8 computer when I connect it via USB port.  How can I get windows to detect this device?  A message from windows says: the device has malfunctioned.

    Try TS1363: iPod: Appears in Windows but not in iTunes.
    See also Corrupt iPod classic.
    tt2

  • Unable to install Device CALs on Windows Server 2012 after OS Reinstall

    Due to a hardware fault we had to reinstall Windows Server 2012. I have activated the Terminal Services licensing Server but I am unable to install Device CALs that we have purchased.
    The error is as follows:
    "Remote Desktop Services Licensing is unable to process your request. Make sure you provided correct information. If the problem persists, try other methods of activation. Error code is 800"
    I tried contacting technical support over phone - they are also unable to resolve the issue.

    Hi, thanks for response.
    I contacted Clearing House over phone and provided them with all the details regarding authorization
    number(s), license number(s) et al. However they also mentioned that there is some technical error from their "tool" and directed me to Technet Forum.
    I shall try the Hotfix

Maybe you are looking for

  • How do I set new tabs to start with my home page?

    new tabs open with a blank - I want to have them automatically use my home page.

  • Still Can't Get BT Sport!!

    I activated my viewing card online, but only get a black picture on Sport 1 + 2.  When I ring tech support they admit there is a problem and then  transfer me, where are I held in a queue forever and eventurally hang up!!  Thought I would try my luck

  • MSVCR

    beim Itunes starten kommt eine Meldung: ITunes was not installed correctly, pleas reinstall Itunes. Error 7 (Windows error 126) MSVCR80.dll fehlt. Was soll ich tun? Danke für Hilfe

  • Events entered in my calendar on my iPhone are not copying over to my iPad

    Events created on my iphone 5 calendar are not copying over to my ipad. I believe I have checked all possible settings to no avail.

  • Content Viewer to projector

    Just wondering if anyone has tried... is the iPad app able to utilse video out? I need to present some publications next week but can't test until the weekend... really hoping it can! ;-) Thanks.