Camera.names.length returns 0, doesn't detect iSight webcam

My Air app can no longer get the names of camera devices installed on my Mac.
This was working for months and until a day or so ago I am not sure what happened.
I'm not sure if AIR 2.5.1 update or viewing a website (http://www.2much.net/miricam/freemiricam.php)
with a flash page that showed my webcam messed up some internal flash/air setting.
Running my air app, Camera.names.length now returns 0, when previously it would return 3. Camera.getCamera() doesn't work either (returns null), so I can't view my webcam (iSight).
When I run my air app in the Flex Builder debugger, Camera.names.length returns 3 and I can view my webcam. I am at a loss at how to fix this.
I have tried uninstalling FP, AIR, Manycam (a webcam splitter software), fixing my Mac's permissions using Disk Utility, rebooted, reinstalled FP, AIR, Manycam. Trashed the /User/Library/Application Support/Adobe/AIR folder. Nothing fixes it. Tried it without Manycam running but the problem is still there.
Does anyone know what is going on and how can I fix this?
Air 2.5.1.17730 17730
Mac OS X 10.6.5
FP 10,1,102,64

I am Running:
     - MAC OS X 10.6.6 (Snow Leopoard).
     - Flash Player 10.1.102.64 (debugger)
     - Adobe AIR 2.5.1.1 (MAC)
     - Adobe Flex 4.1.0
I have compiled a simple test 1 Flex app & 1 AIR app with the following code:
     trace(Camera.names.length);
The Flex app returns 3 camers (my iSight, and 2 usb connected Logitech Cameras).
The AIR app returns 1 camera(USB Device).I am building an app that requires the use
of the 2 USB connected Logitech Cameras. It works in Flex but not in AIR.
I have tried to roll back to AIR 2.5 and to the newest AIR 2.5.1.1 and no luck.

Similar Messages

  • Skype doesn't detect the webcam

    I know this problem has been posted out many times, but unfortunately after trying each solution, it's resolves nothing on my problem.
    I'm using ASUS X44C series, skype doesn't detect the webcam itself. And using Windows 7 64bit.
    I've been trying to reinstal the lifeframe for webcam. Doesn't work
    Tried to using many cam. doesn't work
    Tried to making default the windows itself. Doesn't work
    Reinstall and update skype. Still doesn't work
    I even calling an IT to fix this, but he still unable to find the problems.
    Any ideas?

    Please,  run the DirectX diagnostics tool (32-bit version).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • Camera.names not correct on mac

    Hello,
    I developed an AIR app that should use an external camera.
    Everything works all well on my development PC, but on the Mac's
    that are used for the project, the built in isight-camera, causes
    me a lot of troubles. The external Logitech Vision Pro is not
    shown. Only one camera is available with Camera.names.
    So the built in camera is the only one that seems to be
    available in AIR. I wrote some code which can be used in an AIR app
    and a web app to test the list with available cameras and connect
    to one of them.
    <mx:Script>
    <![CDATA[
    private function connectCamera():void {
    var cam:Camera =
    Camera.getCamera(cbCameras.selectedIndex.toString());
    videodisplayer.attachCamera(cam);
    ]]>
    </mx:Script>
    <mx:ComboBox id="cbCameras" x="10" y="10"
    dataProvider="{Camera.names}" width="260" change="connectCamera();"
    />
    <mx:Button x="275" y="10" label="Start"
    click="connectCamera();"/>
    <mx:TextArea x="10" y="40" text="Camera names:
    {Camera.names.toString()}" width="320"/>
    <mx:TextInput x="10" y="92" text="Number of cameras:
    {Camera.names.length.toString()}" width="320"/>
    <mx:VideoDisplay id="videodisplayer" x="10" y="122"
    width="320" height="240"/>
    To make it even more frustrating you should try the following
    with Flex:
    * use this code in an AIR app and run it
    * select "USB Video Class Video", which will show up the
    built in camera
    * leave this screen open
    * use this code in a web app and run it too
    * this will show up two extra cameras: "DV Video" and "IIDC
    FireWire Video"
    * select the same USB camera, and in my case this showed the
    external connected camera !
    Any ideas what's going wrong ?
    Tried this with different apple computers, different versions
    of OS X.
    Problem could be solved if the internal webcam would be
    disabled, but this doesn't seem to be possible.
    Thanks a lot,
    Frank

    You're right, there seems to be no way to disable the built-in iSight cam on the MacBook/MacBook Pro - BIG mistake on Apple's part!  Here's a link to a discussion about this from the Apple forum:
    http://discussions.apple.com/thread.jspa?threadID=1374761
    This quote, from the page linked above, MIGHT be helpful to you:
    My Logictech 9000 doesn't show up in the Flash video source dropdown for me either. Selecting USB camera just selects the iSight.
    However, I did find a workaround: it seems to choose the first available usb webcam, which is typically the built-in iSight. If you have a mac mini with no built-in iSight, it uses the external camera by default. For my MacBook, I found the trick was to make the iSight busy by opening Photo Booth first, then opening the flash chat page.  That causes the flash player to find and use the external USB webcam. 
    Note: your webcam probably has to support the new standard USB Video plug-and-play protocol for this to work, and perhaps only on Leopard.
    Of course, have fun trying to explain this to other users of your program... but maybe there is somehow a way that you could code for this, by adding some script that runs the iSight just for the sake of distracting it, before the script runs that is supposed to detect and launch a USB cam as part of your program.  Good luck!

  • Camera.names() crashes in PC

    Hi,
    I'm developing an app for ipad using its camera and my app crashes when I launch it in my laptop. It works fine in iPad2.
    My code is pretty simple... and copied.
    private function getCamera(position:String):Camera
    var d:Boolean = Camera.isSupported; // returns true
                                  for (var i:uint = 0; i < Camera.names.length; ++i) //CRASH!!!!!!!!!!!
                                            var cam:Camera = Camera.getCamera(String(i));
                                            if (cam.position == position) return cam;
                                  return Camera.getCamera();
    Windows7, air 3.5.
    I haven't found sny sort of information about this issue in this version, is it not compatible with some laptop cameras? any already known issue?
    thanks!!
    edit: adl crashes somewhere reading vdpsrc.dll

    Thanks.
    Since PhotoStream is not an open source application, don't you think it a bit odd that Apple has not fixed the problem?  I do!
    Why should we be figuring out 'workarounds' for [what sounds like] their problem?
    Again, thank you for the reply...I'll try it.

  • Change my camera name according to combox selection

    I filled a combobox with Camers names like this:
    for(var i:Number=0; i<=Camera.names.length; i++)
        cboCam.addItem( { label: Camera.names[i], data:i } );        
    I want to change my camera name according to combox selection like this:
    Camera.getCamera(String(cboCam.selectedItem));
    but it gives me null.Can u help me?
    thanks

    You can also use index as String, which may be safer option in some cases
    Camera.getCamera(String(cboCam.selectedIndex));

  • Skype doesn't detect webcam on new windows 8 lapto...

    I have a new laptop pre-shipped with windows 8. I installed skype via the skype download page, and after the install I see that it does not detect my webcam.
    I go to Tools->Options and skype doesn't detect that any webcam exists on the system.
    I've changed the windows 8 webcam privacy settings to allow skype to use my webcam, though I'm not clear if this affects the normal old desktop skype or that new metro skype (I'm not even quite clear if those are two separate applications, that whole metro thing is still just weird and unuseable to me, not sure why I'd ever want skype to take over the whole desktop as it does if you go into it from the metro interface).
    There are tons of results for webcams not woring in skype, but after going through many of them they don't seem to cover this case of "skype just doesn't detect the webcam in windows 8".

    -Leon- wrote:
    the F1/2/3/4/5/6/7/8/9 dont work for me to turn on my webcam please help!
    Please,  run the DirectX diagnostics tool.
    Go to Windows Start  and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • Skype not detecting my webcam, please reply..

    Hi, I am currently using the built-in HD Webcam 101 on my laptop for Skype. This is my exact laptop: http://h10025.www1.hp.com/ewfrf/wc/product?product=4229965&lc=en&cc=us&dlc=en&lang=en&cc=us 
    I've been able to use the video call perfectly fine up until this past week. Skype is not able to detect my webcam at all and on my Device Manager, my HD Webcam 101 says that it is working properly.
    I've tried disabling and then enabling it. It works! But, the same issue re-occurs whenever I restart my laptop. Obviously, I don't want to keep doing that procedure just to get it working. Is there anyway you guys can help me fix this issue? It is becoming a big problem because I make a lot of business video calls over Skype. Thanks...hope I get a response asap.

    Are you starting Skype automatically when you start Windows, or do you start Skype manually after Windows is already running?   If you're starting Skype with Windows, try changing to letting Windows start before starting Skype to see if that makes any difference.
    When Skype doesn't detect your webcam, if you click on Tools > Options > Video settings, what does it say in the "Select webcam" box?    If you click on the pull down arrow next to that box, are there choices that can be selected there?
    If there is nothing that can be selected in Video settings, and since you weren't having this problem up until recently, you can try recetting your Skype configuration files with this procedure:
    Quit Skype.  Hold the Windows key and type r.  In the box that comes up type %appdata% <enter>.  Scroll down to find the \Skype folder and rename it something like \Skype_old.  Restart Skype.
    Note:  Renaming the Skype folder will move IM and call history to the renamed folder.  They can be recovered with a few extra steps.
    Please note: I do not respond to requests for help via Private Message.

  • My Computer Doesn't Detect My Camera

    My computer doesn't detect my camera! Can someone help? (If you haven't noticed, I created this account just to ask this question! Help is greatly appreciated!) 
    I recently had to do a system restore on my computer. After I restored, I tried to upload photos from my Powershot A4000 IS camera to my computer (I had done it before successfully) only to find that the Autoplay window didn't pop up (like it usually did) and the Hardware Fail sound played. I then tried to start my CameraWindow software manually, but it said my camera wasn't connected. I have several Usb ports on my computer, and I tried all of them. Nothing happened! I'm sure that I'm not missing any essential Canon software and my camera isn't damaged; I barely use it, and the Powershot A4000 support page claimed that I didn't need any extra drivers for my edition of Windows! Help! 
    P.S. My OS is Windows Vista SP2.

    Stupid_Computer,
    There are some additional questions I would like to ask that will help me determine what is wrong.
      1.  Have you tried connecting your camera to a different computer? 
      2.  Do other computers fail to recognize the camera?
      3.  Do you have any other devices connected to the computer, like a printer, scanner, webcam, external hard drive, etc?
    If this is a time sensitive-matter, additional support options are available at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Empty camera names in Flash Player with Google Chrome

    So, it seems we got another problem with devices (cameras and microphones) in Flash Player integrated with Google Chrome (PPAPI). Many Flash developers can remember clickjacking problem and ugly fix for this issue implemented in Google Chrome. For now, if you have some application that uses camera or microphone, Google Chrome users must allow access to their devices twice: for Flash Player (small window centered in Flash-object) and for Google Chrome (gray panel with buttons under address bar).
    Until recently the whole process of granting camera access looked like this:
    Application want to attach camera to Video object or NetStream.
    Even without permission you can get camera names and populate some UI components with them.
    Flash Player show security panel with "Allow" and "Deny" buttons.
    Google Chrome show it's own security panel, so both security panels are visible at the same time.
    Users press "Allow" button in Flash Player security panel.
    Now you have false for camera.muted property, but camera show zero FPS, because access is still denied in browser.
    Users press "Allow" button in browser security panel.
    Win! You have access granted everywhere.
    Of course, that second security panel of Google Chrome is a real pain. Users just don't notice it. Flash developers handled this issue with hints inside application and FAQ pages. But now we have another big problem.
    Recently the process of granting camera access changed to this:
    Application want to attach camera to Video object or NetStream.
    You can't get camera names until access granted in browser. There will be just spaces (" ", symbol with code 32) in camera.name property.
    Flash Player show security panel with "Allow" and "Deny" buttons.
    Google Chrome will not show it's security panel until access granted in Flash Player.
    Users press "Allow" button in Flash Player security panel.
    Now you have false for camera.muted property, but camera show zero FPS and have no name, because access is still denied in browser.
    Google Chrome show it's own security panel.
    Users press "Allow" button in browser security panel (this panel shown twice for some reason).
    Now you have access granted everywhere, but devices still have just spaces instead of real names.
    Unfortunately, AS3 will not update camera names after access granted in browser. Camera names are empty event in Flash Player settings window before browser access granting. So it's impossible now to get camera names in Flash application running in Google Chrome without reloading. User need to grant access in browser first, than reload application and only after that we can get camera names in AS3. I have tried to use flash.media.scanHardware() to refresh camera names, but it seems it's not working.
    Also I have created a small example and posted it online. You can test it by yourself in Google Chrome. Just don't forget to clear your choice each time. You need to remove "http://wonderfl.net:80" entry from list on chrome://settings/contentExceptions#media-stream to clear your prevoius choice.
    Also I got similar complaints from Opera users.
    Here is my code:
    package
        import flash.display.Sprite;
        import flash.display.StageAlign;
        import flash.display.StageScaleMode;
        import flash.events.Event;
        import flash.events.TimerEvent;
        import flash.media.Camera;
        import flash.media.Microphone;
        import flash.media.Video;
        import flash.media.scanHardware;
        import flash.text.TextField;
        import flash.utils.Timer;
        public class BrowserPermissionTest extends Sprite
            private var output:TextField;
            private var timer:Timer;
            public function BrowserPermissionTest()
                super();
                addEventListener(Event.ADDED_TO_STAGE, addedToStageHandler);
            private function addedToStageHandler(event:Event):void
                removeEventListener(Event.ADDED_TO_STAGE, addedToStageHandler);
                stage.scaleMode = StageScaleMode.NO_SCALE;
                stage.align = StageAlign.TOP_LEFT;
                output = new TextField();
                output.border = true;
                output.multiline = true;
                output.wordWrap = true;
                output.x = output.y = 10;
                addChild(output);
                updateView();
                stage.addEventListener(Event.RESIZE, stage_resizeHandler);
                var i:int;
                var numCameras:int = 0;
                var numMicrophones:int = 0;
                if (Camera.isSupported)
                    var cameraNames:Array = Camera.names;
                    numCameras = cameraNames ? cameraNames.length : 0;
                    if (numCameras > 0)
                        log("Cameras:");
                        for (i = 0; i < numCameras; i++)
                            var cameraName:String = cameraNames[i];
                            log((i + 1) + ". \"" + cameraName + "\"");
                    else
                        log("Camera not found.");
                else
                    log("Camera is not supported.");
                log("");
                if (Microphone.isSupported)
                    var microphoneNames:Array = Microphone.names;
                    numMicrophones = microphoneNames ? microphoneNames.length : 0;
                    if (numMicrophones > 0)
                        log("Microphones:");
                        for (i = 0; i < numMicrophones; i++)
                            var microphoneName:String = microphoneNames[i];
                            log((i + 1) + ". \"" + microphoneName + "\"");
                    else
                        log("Microphone not found.");
                else
                    log("Microphone is not supported.");
                log("");
                if (numCameras > 0 || numMicrophones > 0)
                    if (numCameras > 0)
                        var defaultCamera:Camera = Camera.getCamera();
                        var video:Video = new Video(1, 1);
                        addChild(video);
                        video.attachCamera(defaultCamera);
                        defaultCamera.muted ? devicesMutedInFlashPlayer() : devicesUnmutedInFlashPlayer();
                    else if (numMicrophones > 0)
                        var defaultMicrophone:Microphone = Microphone.getMicrophone();
                        defaultMicrophone.setLoopBack(true);
                        defaultMicrophone.muted ? devicesMutedInFlashPlayer() : devicesUnmutedInFlashPlayer();
                    else
                        log("No devices found for test.");
            private function devicesMutedInFlashPlayer():void
                log("Devices are muted in Flash Player.");
                log("Starting permission check timer...");
                timer = new Timer(100);
                timer.addEventListener(TimerEvent.TIMER, flashPlayerPermissionTimer_timerHandler);
                timer.start();
            private function flashPlayerPermissionTimer_timerHandler(event:TimerEvent):void
                var defaultCamera:Camera = Camera.getCamera();
                if (!isDevicesMutedInFlashPlayer())
                    timer.stop();
                    timer.removeEventListener(TimerEvent.TIMER, flashPlayerPermissionTimer_timerHandler);
                    timer = null;
                    devicesUnmutedInFlashPlayer();
            private function devicesUnmutedInFlashPlayer():void
                log("Devices are unmuted in Flash Player.");
                isDevicesMutedInBrowser() ? devicesMutedInBrowser() : devicesUnmutedInBrowser();
            private function devicesMutedInBrowser():void
                log("Devices are muted in browser.");
                log("Starting permission check timer...");
                timer = new Timer(100);
                timer.addEventListener(TimerEvent.TIMER, browserPermissionTimer_timerHandler);
                timer.start();
            private function browserPermissionTimer_timerHandler(event:TimerEvent):void
                scanHardware();
                if (!isDevicesMutedInBrowser())
                    timer.stop();
                    timer.removeEventListener(TimerEvent.TIMER, browserPermissionTimer_timerHandler);
                    timer = null;
                    devicesUnmutedInBrowser();
            private function devicesUnmutedInBrowser():void
                log("Devices are unmuted in browser.");
            private function isDevicesMutedInFlashPlayer():Boolean
                var cameraNames:Array = Camera.names;
                var numCameras:int = cameraNames ? cameraNames.length : 0;
                if (numCameras > 0)
                    var defaultCamera:Camera = Camera.getCamera();
                    return defaultCamera.muted;
                else
                    var microphoneNames:Array = Camera.names;
                    var numMicrophones:int = microphoneNames ? microphoneNames.length : 0;
                    if (numMicrophones > 0)
                        var defaultMicrophone:Microphone = Microphone.getMicrophone();
                        return defaultMicrophone.muted;
                return true;
            private function isDevicesMutedInBrowser():Boolean
                var cameraNames:Array = Camera.names;
                var numCameras:int = cameraNames.length;
                for (var i:int = 0; i < numCameras; i++)
                    var cameraName:String = cameraNames[i];
                    if (cameraName != " ")
                        return false;
                var microphoneNames:Array = Microphone.names;
                var numMicrophones:int = microphoneNames.length;
                for (i = 0; i < numMicrophones; i++)
                    var microphoneName:String = microphoneNames[i];
                    if (microphoneName != " ")
                        return false;
                return true;
            private function log(text:String):void
                output.appendText(text + "\n");
            private function updateView():void
                output.width = stage.stageWidth - 2 * output.x;
                output.height = stage.stageHeight - 2 * output.y;
            private function stage_resizeHandler(event:Event):void
                updateView();
    So, I wonder if it's a bug or some kind of new security feature implemented by Google Chrome team? Maybe someone already faced this problem and can share more info about it.
    For now it looks like modern browsers killing Flash with all that features and ugly solutions.
    PS: You can find some silly mistakes in my message. Sorry for my English.
    Updated code to check microphones also.

    After couple of tests I have found strange behavior of PPAPI Flash.
    The test was made with two SWFs working simultaneously on the same page. The first one was asking for device access like some regular application (by calling video.attachCamera). The second SWF was created/removed in cycle by JavaScript to avoid this thing:
    Scanning the hardware for cameras takes time. When the runtime finds at least one camera, the hardware is not scanned again for the lifetime of the player instance.
    I have made both SWFs to get all devices names and post them to screen. So I was able to see all changes regarding devices in first SWF (before and after permission granted) and in refreshable second SWF (each second). Also I have used scanHardware in both SWfs.
    I have found that second (refreshable) SWF got correct list of devices, but first one got only microphones. Camera names was empty.
    So it looks like we have another bug of PPAPI Flash here. I don't have another explanation for this. I mean, why do they need to update only microphones, but not cameras?

  • In Bridge CS3, Camera Raw 4.4.1. doesn't open

    I try to open ARW-files (RAW-SONY) by clicking thumbnails in Bridge CS3,
    but Camera Raw 4.4.1. doesn't open. I have all the necessary plugins installed.
    Camera Raw 4.4.1. only starts up by directly using Photoshop.
    what can be the problem?

    >Is too much asked if you send me the upgrate for Bridge
    To be honest, yes it is :-(
    The Bridge update is 58,9 MB and the PSCS3 upgrade is 170 MB
    E-mail can only send attachments from max 10 MB. If you have an ftp-account you can sent me the log in using my e-mail adress that is under my profile (double click on my name). I can use the ftp route to sent them to you.
    Since we are in the same country and I can reach the updates without problems I give you the direct links so you can try once more:
    PSCS3 10.0.1:
    International version main page:
    http://www.adobe.com/support/downloads/product.jsp?product=39&platform=Macintosh
    If you have so, the NL version Update:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3778
    Bridge 2.1.1.9:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3813
    You must have an Adobe Account but since you can answer in this forum you already should have one that you can use for it. otherwise create a (free) account :-)
    Let us know how it went

  • How do I change No Name camera to the actual camera name?

    How do I change No Name camera to the actual camera name when importiing pictures from my camera?

    (1) Connect your camera.
    (2) If necessary, quit apps until you can see your camera's "No Name" iCon on your desktop.
    (3) Click to highlight "No Name".  Then key in the name you want to substitute.
    (4) Press return to finish.
    (5) Use the Finder > File > Eject menu command to eject your camera before unplugging.
    (6) If you did it right, next time you connect your camera, the name you like will show.
    Message was edited by: EZ Jim
    Mac OSX 10.8.2

  • HT1941 trying to connect time  apsule to macbook air with the ethernet cable in the WAN port the airport utility doesn't detect it

    trying to connect time  capsule to macbook air with the ethernet cable in the WAN port but the airport utility doesn't detect it but when i put it in the LAN one it does but it doesn't let me configure
    any ideas?

    Isn't it fun trying to do things without an ethernet cable direct to the computer.. Apple sell a usb to ethernet adapter cable fairly cheap.. makes life a lot easier having something to do hard connections.. or as hard as usb can manage.
    Since you have to access the TC by wireless .. press and hold the reset button on the TC for about 10sec until front led flashes rapidly.. don't worry about the ethernet cable.. leave it disconnected.
    Now click on the airport symbol and join another network. The TC should revert to its home name.. which will be a combo of Time Capsule and its MAC address. There is no wireless security and you can do the setup.

  • Problem with table name lengths.

    Has anyone experienced with table name length problem?
    When tables are created with schema registration, and the name is longer than 14 characters, the table is created. But when I "select * from xxxx_xxxx_xxxx_xxxx" it says that the table doesn't exist.
    What's the max length of a table name? Or is this a problem with XDB?
    Thanks,
    Benjamin

    Found the problem.
    All table names must be all capitalized and seperated with underscore.
    Is there something I need to set in oracle? or is this a bug? The tables are created but can't be accessed because of the case of table name... that doesn't make sense.

  • Lightroom 4 doesn't detect Photoshop Elements 9/10 for external editing

    Hi,
    I own Photoshop Elements 9 and recently decided to install trials of Lightroom 4 and Photoshop Elements 10.  For whatever reason, Lightroom doesn't detect Photoshop Elements 9 or 10 for external editing.  I need to make sure this functionality works before proceeding with purchasing Lightroom and possibly Photoshop Elements 10.  Does anyone know how to resolve this issue?
    Thanks,
    Matt

    List of supported Nikon cameras. I think you're out of luck for tether-shooting.
      Nikon   
    D3
    D3s
    D3x
    D90
    D300
    D300s
    D700
    D5000
    D7000
      Notes on Nikon cameras   
    If you trigger the shutter with the tether bar capture button, the image must finish downloading before another photo can be captured. Triggering a capture with the shutter release button on the camera does not have this limitation.
    Images do not save to the compact flash card. They are only downloaded to the computer.
    Only one Nikon camera can be attached at a time.
    Windows 7, Windows Vista, and Mac OS X 10.6 are not officially supported for the D3x, D90, and D5000, but they can still work.

  • Ovi Suite doesn't detect Phone

    Well I have N97
    Used to have problem 'USB phone parent' driver couldnt be instaled - Just done PC suite cleaner and fixed that problem.
    Now its installed driver wise, so 'My computer' sees N97, and phone says its in PC suite mode BUT
    Ovi suite doesn't detect it. I tried 'add new device' it still didnt find it.
    I can browse it fine through my computer.
    And before you say - yes phone is in PC suite mode.
    I also just did hard reset of phone

    Please follow the steps provided below and check.
    Uninstall the following from add/remove
    - Nokia Ovi Suite
    - Nokia Connecting cable driver
    - PC Connectivity Solution
    Then go to device manager ( Right Click My Computer-Manage) then ports- Uninstall all the ports which is by name nokia (
    there might be multiple entries, but remove them), but please dont remove any other from there which might lead to
    malfunction.
    - go to C:\Documents and Settings\All Users\Application Data\OviInstallerCache and remove all the sub folders inside that.
    For windows vista and windows 7 it will be C:/Program Data/OviInstallerCache
    - Restart Computer
    - Download and install ovi suite
    - Restart computer
    - Then connnect the device and wait till all the drivers are downloaded.
    - Then launch Ovi Suite connect the device.
    This has solved the issue in many cases.
    Hopefully this works.
    Helpful information, then dont forget to hit the kudos star :-) Or say it accepted solution and thanks

Maybe you are looking for

  • Can't connect to iTunes Store since I downloaded iTunes 8

    Hello! I've been here before. Same problem, different version. I was here a few months ago when I couldn't connect to the iTunes store version 7. Everyone was so helpful (I believe it was Katrina S.) and after fixing the firewall issue I was able to

  • Aperture 3 workflow with raw files edited in Capture NX2

    I purchased Aperture as a data management tool. I used to use Expression Media for this purpose but it is not supported with snow leopard. I have many raw files which were edited in Capture NX2. The adjustments to these raw files are not reflected up

  • Bridge CS6 constantly re-caching?

    In Bridge CS6 (64bit on Windows 7) I noticed that each time I visit a folder I see "activity" in the lower left corner of the window. I see the spinning circle, and reports that tumbnails and previews are being extracted. This happens on folders that

  • TAB and JTable 2

    I have a JTable and I want to use the TAB botton of the key to move inside the table's cells... I use this code: table.addKeyListener(new KeyAdapter()                public void keyReleased(KeyEvent e)                if(e.getKeyCode() == KeyEvent.VK_

  • Is there any example for a software transceiver in labview / labview modulation toolkit ?

    hi everyone i am sure you have heard of this a lot ..... but i am new (like 20 minutes old) to labview. i am quite fimiliar with matlab and other programming languages. i am doing a project based on software defined radio. for that i understood an ex