Device error: 407

My Curve 8520 had been working fine for quite some time and then suddenly  no signal from anywhere.  I rebooted the phone and I get Device Error: 407.  It's not recognized by the charger or the desktop via USB.  Any ideas on what to do?  Desktop software says I have latest OS.

mpavitt wrote:
My Curve 8520 had been working fine for quite some time and then suddenly  no signal from anywhere.  I rebooted the phone and I get Device Error: 407.  It's not recognized by the charger or the desktop via USB.  Any ideas on what to do?  Desktop software says I have latest OS.
Hi mpavitt,
Reload your OS.
How to perform a clean reload of the BlackBerry Device Software for Windows
Hope it helps.
Good luck!
Please thank those who help you by clicking the button.
If your issue has been solved, please resolve it by marking "Accept as Solution"

Similar Messages

  • DVD Burn problem. "Device error - the target device isn't suitable for use"

    Hello everyone,
    I initially had a lot of problems with PE8. However the nVidia driver update solved most of them.
    Just thought it was important to report success as well as failure!
    However one problem remains. I get the following error at the 96% mark while burning. "Device error - the target device isn't suitable for use". It is always at the 96% mark and the program is "compiling [something]" when this happens.
    Having searched this site I notice that user rgferg posted a similar problem 13 days ago but was redirected to repost in a different place, but never did.
    I have tried to burn a 1hr clip 4 times and every time I have selected the slower burn speed (8MB/s) as has been suggested. It seems that inferior media is a culprit, so I have bought some [quality] Verbatim DVD-R media to try in my Phillips SATA optical drive. I am sceptical this will work, but open minded nonetheless. I will give it a whirl when my computer has stopped capturing the VHS I am working on.
    Each time the burn failed the disk was automatically ejected and the burn process had actually started and progressed perhaps ~40% or so.
    This indicates to me that it is a drive sharing issue, rather than a media issue. Somewhere on this forum it suggests that I go through a 20+ step process and delete/disable every piece of software that can compete with Premiere among other things. IF I do this what do I burn with outside of Adobe? Do I have to get imgburn or whatever it was called? What if I like Nero? Nero 6 has worked great for me for 3 years.
    So given I am willing to uninstall my old optical drive burning software, who out there can recommened commercial software that for them creates a painless Adobe burning experience with no errors or conflicts? Perhaps there is another solution that I did not see on this forum?
    I am running Windows XP SP3. I have the latest nVidia drivers for my SLI GeForce 7600 GS cards. I have 3 monitors. RAID 0 SATA, 2GB RAM, Athlon X2 5400.
    Justin.

    OK been working through the list of 20 things Adobe recommends to fix DVD burn error. No luck yet:
    system meets minimum requirements
    Project size does not exceed disk capacity
    successfully burned project to DVD folder -thus skip to step 8.
      8.   Using new blank media for burning
      9.   Try different media and DVD burners. Bought Verbatim DVD-R. Don't have another DVD burner. Adobe's supported burner list is VERY short, so of course mine is not on it.
      10.  Uninstalled Nero 6. Did NOT uninstall Acronis True Image workstation or Lightscribe. These do not access the drive unless I say so!
      11.  Have not yet disabled startup items and services. This will take a lot of work and will leave to last. Deactivated Spybot thus far.....
      12.  Disabled IMAPI CD burning COM
      13.  DMA if available already set. Haven't set this in BIOS yet. I already think it is, but will check next boot.
      14.  Updated DVD firmware
      15.  Already updated nVidia drivers
      16.  Don't have any other DVD drives to disconnect.
      17.  MPEG workaround. Will resort to if required.
      18.  Disable Autoplay? XP only has "prompt me each time to choose an action". I have set this for ALL file types.
      19.  Have NOT refreshed the DVD drivers in the registry. This step involves uninstalling PE8. Will leave this as last resort.
      20.  Visit forums to see if other have the same problem. Hi guys
    So still working through some of the items above.
    Can anyone direct me to advice on how to write the encoded files sent to the hard drive, or the VOB files that PE8 failed to burn to a disk? Will the former work with DVD menus?
    What a process.
    Stay tuned.
    Justin.

  • HP LaserJet Pro 200 color MFP M276 - new - Device error and Cleaning cycle issues

    HP LaserJet Pro 200 color MFP M276 - this is a new printer a friend purchased at Staples. It connects WiFi okay and prints when prompted to but it then does a "Cleaning" cycle after every print job. It also displays "Device Error" at the same time. It has been powercycled as instructed and the error continues to reappear and the "Cleaning" cycle continues as well after each and every print job. My friend paid Staples to set up this printer to a new Acer Laptop and D-Link router he also purchased before he brought them home. He was told everything works fine .. they lied .. Laptop and router have no issues .. just the printer. The Laptop sees the printer okay and software is installed without issue. Any ideas why the "Device Error" and "Cleaning" cycle after every print job is happening? He is on the verge of taking the whole outfit back as Staples has not assisted him and instead directed him to download the manuals from HP. Any suggestions are appreciated

    Have you tried a hard reset on it? I know you said you power cycled it, but a hard reset is sometimes different than what some people consider a power cycle.
    Follow these steps to perform a hard reset on the printer.
    1. Press the Power button to turn on the product.
    2. With the product turned on, disconnect the power cord from the rear of the product.
    3. Unplug the power cord from the wall outlet.
    4. Wait at least 15 seconds.
    5. Plug the power cord back into the wall outlet.
    6. Reconnect the power cord to the rear of the product.
    7. If the product does not turn on by itself, press the power button to turn it on.
    Try that out and let me know if it helps.
    Best of luck,
    Kyle
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Powershell Error for SharePoint Online -"The remote server returned an error: (407) Proxy Authentication Required."

    I am trying to call sharepoint online from powershell. Below is the code. I get 
    Exception calling "ExecuteQuery" with "0" argument(s): "The remote server returned an error: (407) Proxy Authentication Required."
    $loadInfo1 = [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Client")
    $loadInfo2 = [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Client.Runtime")
    $webUrl = "ZZZZ"
    $username = "XXX"
    $password = "YYYY"
    $ctx = New-Object Microsoft.SharePoint.Client.ClientContext($webUrl) 
    $ctx.Credentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($username, $password)
    $web = $ctx.Web
    $lists = $web.Lists 
    $ctx.Load($lists)
    $ctx.ExecuteQuery()
    $lists| select -Property Title
    Raj-Shpt

    Hi,
    About how to access SharePoint online site using PowerShell, the blog below would be helpful:
    http://social.technet.microsoft.com/wiki/contents/articles/29518.csom-sharepoint-powershell-reference-and-example-codes.aspx
    Another two demos for your reference:
    http://www.hartsteve.com/2013/06/sharepoint-online-powershell/
    http://www.sharepointnutsandbolts.com/2013/12/Using-CSOM-in-PowerShell-scripts-with-Office365.html
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error while burning dvd in pre 8.0 "device error-the target device isn't suitable for use."

    I am trying to burn a dvd in premiere elements 8.0 but after 96%  iam getting this error :
    "device error-the target device isn't suitable for use."
    I have tried all of these steps according to this link :http://kb2.adobe.com/cps/515/cpsid_51553.html.
    System configration :
    win vista 32 bit .
    Processor :Amd athlon 64 dual core 2.60 ghz .
    Ram :3 gb
    Graphic card :nvidia geforce 6150 se .
    Camcoder model number  :JVC gz-hm320.
    Format :.mts
    Frame size :1920/1080
    Frame  rate :29.97.
    Please look into this problem .
    Regards
    Manoj Khati

    This is a user to user forum, not Adobe support... YOU look into things, based on advice other users are able to give
    Things and Software to AVOID when authoring/burning a DVD
    Read all links/sub-links to create a "best" burned disc
    Start --> http://forums.adobe.com/thread/608660?tstart=0
    #2 has WHY Explained http://forums.adobe.com/thread/607390
    Plus a Microsoft note http://support.microsoft.com/kb/314060
    And another note http://support.microsoft.com/kb/982116

  • NO OUTPUT DEVICE ERROR

    Hi Guys Yesterday i reinstalled os x and my audio was working properly.....
    But from today morning i got no output device error.....it also doesnot work in headphones.... someone do help...thank u....

    There are many possible causes for this issue. Take each of the following steps that you haven't already tried. Back up all data before making any changes.
    1. Start with the steps recommended in this support article. Don't skip any of the steps. It's the starting point for further efforts to solve the problem.
    2. Run Software Update and make sure you have a fully up-to-date installation of OS X.
    3. If you've installed an application called "Memory Clean" or any other third-party software that is supposed to "clean" or "purge" memory automatically, remove it according to the developer's instructions and restart. You should do that even if the software is not causing the problem, because it's useless.
    4. Other third-party software that has been reported to interfere with sound output includes "Boom" and "Samsung Kies." If applicable, uninstall according to the developer's instructions (not by dragging something to the Trash.)
    5. If an AirPlay device is selected for sound output from iTunes (or from other applications via third-party software such as "Airfoil"), deselect it.
    6. Launch the application "Audio MIDI Setup" by entering the first few letters of its name in a Spotlight search and selecting it in the results (it should be at the top.) Select Built-in Output from the list on the left. If the Mute boxes are checked, uncheck them.
    7. If a red light is coming from the audio-out port, the internal switch is stuck in the position for digital output. You may be able to free it by inserting and removing a mini-stereo jack of the proper size. Inserting any kind of tool in the port may cause damage that won't be covered by your warranty.
    If there's no red light, the switch may still be stuck in the headphone position. Try to free it the same way.
    8. Disconnect all wired peripherals except keyboard and mouse, if applicable. If more than one display is connected, disconnect all extra ones. Restart and test.
    9. If you have a MacBook Air, turn off Bluetooth and restart.
    10. Start up in safe mode. Don't log in; just restart as usual when the login screen appears. When you do, make sure the words "Safe Boot" do not appear in the login screen. If they do, the system is still in safe mode and sound won't work.
    11. Reset the NVRAM.
    12. Reset the SMC.
    13. Triple-click anywhere in the line below on this page to select it:
    /Library/Preferences/Audio
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator login password. Restart the computer and empty the Trash. Recreate your settings in the Sound preference pane.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    14. Reinstall OS X after backing up all data.
    15. Make a "Genius" appointment at an Apple Store.

  • I/O device error when trying to backup system image on my K330B running Windows 7 Home Premium

    I set up my Idea Centre K330B to schedule complete system backups to an external HDD once a week.  This worked fine for three months, then about a month ago a scheduled backup failed due to "device error encountered with either the source or the destination (0x8078012D)".  It also gave "Additional information: The request could not be performed because of an I/O device error.  (0x8007045D)"
    I ran chkdsk/r on both the backup drive ( E: ) and the system drive ( C: ) and no problems were found.  The backup drive has plenty of available space.  I tried the backup to a freshly NTFS-formated external drive.  I tried the backup with my BitDefender 2012 Anti-virus disabled. I tried the backup after booting in safe mode.  Nothing works.
    If I specify to backup only C: and not the reserved partition the backup completes with no problems.
    I get the same error condition whether I perform the backup with Windows or the Lenovo backup software.
    Is it possible I have a disk corruption on the reserve partition that is not found and repaired by the chkdsk/r C: operation?
    I'm thinking about saving all important user files and rebooting to the factory settings, but if the reserver partition is damaged I might end up with a dead 4-month-old PC.
    I would greatly appreciate any help or advice as to how to get these backups going again.

    I just tried running the Lenovo Hard Drive Quick Test both in normal mode and in safe mode.  Both times it indicated a failed read test on the HDD. The last two tests also failed.  I forget what those tests were called.
    I am really beginning to think I have a bad HDD and the problem just happens to be in the reserved partition where my factory system software resides.

  • I/o device error when trying to use windows 7 backup to an external hard drive

    I have a Windows 7 operating system.  The computer was running very slowly so I used the systems diagnostics at startup and received short DST failed with a failure id of 6C2NXD-53Q713-XD002J-60RL03 for the hard disk test,  the start up test, the
    run-in test.  Each test showed memory test passed and smart check passed.  In researching the error it states that my hard drive is failing or perhaps some program is causing the error.  I tried removing some programs I thought may be the issue.
     Didn't work.
    I have tried using the Windows 7 backup but the backup reached about 67% then states backup not completed i/o device error.  I am trying to back up my files to a brand new Toshiba USB 3.0 & 2.0 external hard drive with 1.0 TB/To.
    I have gone to start then computer and it shows the device.  It also shows some files on it.  The backup fails when it it trying to do a system image as far as I can tell by reading the progress details.  The Toshiba device says that it is
    working fine and is already formatted to NTFS.   
    What else should I check or do?  My computer is also now popping up with a window telling me a backup is needed before the hard drive fails.  It pops up with this message at the same time I am trying to do the backup (the backup is already processing).
    Thank  you

    Hi,
    Have you performed a disk check on your PC? More details, please check here:
    How to Run Disk Check in Windows 7
    Regarding the i/o device error, have you received any specific error IDs like
    0x8007045D?
    In addition, please also take a verify to see if the external disk is Advanced Format Disks(Some types may not compatible with Windows 7):
    For example Run fsutil fsinfo ntfsinfo f:
     to check the
    bytes per physical sector
    of the external disk drive.
    More information, please see:
    An update that improves the compatibility of Windows 7 and Windows Server 2008 R2 with Advanced Format Disks is available
    Hope this may help,
    Best regards
    Michael
    If you have any feedback on our support, please click
    here.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Ipod touch 5th gen internal device error

    Hi
    I purchased an ipod touch 5th gen today and have had no luck getting my music onto it from itunes. Everytime I attempt to sync it either reads "internal device error" or "could not sync with this ipod as it was unable to be read from". I have tried restoring it twice with no luck. Help!

    What happens when you try to restore?
    Have yu tried another cable
    Try on another computer to help determine if you have a computer or iPod problem
    Last, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • I have a HP Laserjet 4345MFP with Device Errors in the log

    I have an HP LaserJet 4345 MFP with Device Errors in my log, How do I resolve this issues.  It is obvoisly not a Windows 7 issue, or a connectivitiy Issue, it is a machine issue, if you would like me to continue using HP products for my company I think you would be wise and fix your website so it will let me ask the questions I have about it so I can get a decent answer to help me resolve my issues.  HP has the worst forums I've ever seen..
    50 Jan-17-2012 01:37 PM 136100 49 0665 09.170.8 5E90 2356 Device Error
    49 Jan-17-2012 01:42 PM 136103 49 0665 09.170.8 5E90 2356 Device Error
    48 Jan-09-2012 04:23 PM 134393 49 0665 09.170.8 5E90 2356 Device Error
    47 Dec-29-2011 01:36 PM 132772 41.03.00 09.170.8 GENERAL MISPRINT ERROR
    46 Dec-29-2011 11:31 AM 132748 30.01.03 09.170.8 ADF PICK ERROR
    45 Nov-04-2011 11:47 AM 125334 41.03.00 09.170.8 GENERAL MISPRINT ERROR
    44 Nov-04-2011 11:47 AM 125334 13.06.00 09.170.8 FUSER OUTPUT, PAPER STOPPED JAM
    43 Nov-04-2011 11:46 AM 125333 41.03.00 09.170.8 GENERAL MISPRINT ERROR
    42 Nov-04-2011 11:43 AM 125332 13.02.00 09.170.8 PAPER FEED 1, PAPER STOPPED JAM
    41 Oct-26-2011 05:21 PM 122984 30.01.02 09.170.8 ADF PAPER JAM

    Hi wonka001, 
    This is a commercial line product. For the best answer to your questions you will need to repost your question to the following links. 
    http://h30499.www3.hp.com/t5/Business-Support-Forums/ct-p/business-support 
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413 
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Compaq presario cq61-411wm no booting device error/"hard disk not exist" help!!

    screen is cracked so hooked up a external monitor. no bootable device error in white on black screen. did tests all passes except hard disk. this one gives " hard disk not exist" error..trying to save all my pix of my sons on computer.someone please help!! thanks in advance!! =D

    Did you drop the laptop? If the computer is not "seeing" the hard drive your only hope is that the hard drive got knocked loose and is still good, just not connected. Otherwise a drop that can crack a screen may well have also killed the hard drive.

  • Mass storage device and portable device ERROR code 31 41 HP PAVILION s5123w Desktop PC

    I am using windows vista home premium 32 bit First time I pluged nikon camera into computer. Says installing device driver software but it does not install. Device manger under portable device digital still camera yellow question mark error code 31 under mass storage device error code 41. The device driver loads and installs on my daughters Laptop so ther is some thing wrong with my PC Every time I reboot computer  windows need to intall driver software for your Microsoft WPD file system volume driver. Loacate and install driver software recomended says installing driver says successfully installed. I have to click Safely remove hardware usb mass stoage device multi flash reader usb device generic volume f  I click stop says safe to remove I do not have a reader plugged in my computer. this happens every time I reboot> If you don't understand what I am talking about Let me know.
    thanks Scott

    Hey poochokid,
    I'm sorry you're running into this issue. For the camera, if it's newer (made in the last 3 or 4 years) you may need to go to the Nikon website and find the camera software that is made for Vista. I could try to help you find that, if you could give me the model of camera you have. 
    For the Microsoft WPD file system volume driver issue take a look at this thread from another forum. 
    I hope this information helps! Let me know what the results are

  • Content Server Error: 407 Proxy Authorization Required

    Hi Experts,
    I am new to Content Server and have recently installed Content Server 6.40 with MaxDB 7.8 database on a Windows 2008 server.
    The installation completed successfully and IIS server was configured as per guide. The Content server is running when checked through URL on server.
    Next, we created a new repository with following details, but are facing "HTTP error: 407 Proxy Authorization Required" while testing the connection.
    Settings in OAC0
    Content Rep.    A1
    Document Area: ArchiveLink
    Storage type: HTTP Content Server
    Version no.: 0046
    HTTP server: <IP of Windows server where CS is intalled>
    Port Number     1090
    HTTP Script     ContentServer/ContentServer
    Transfer drctry C:\temp
    HTTP Port 1090 is open from SAP system(HP-UX) to Content Server(windows) and there is no firewall between the 2 servers, but we still see the error in OAC0 and CSADMIN. I also tried setting the security parameter to 0 in contentserver.ini file, but that didn't help either.
    The content server was installed using administrator user.
    Would appreciate your inputs on what am I missing?
    Thanks.
    Regards,
    Varun

    Hi Varun,
    Please change Document Area: ArchiveLink .
    Remove Archive link and change it to Document Management system ( DMS)
    Check the results and post the output.
    Regards,
    Deepak Kori

  • Seeburger AS2: Proxy Error 407

    Hi All,
    I am facing the following error while sending message to receiver through AS2 
    Could not deliver as2 message to partner: 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ) # null
    Kindly suggest the solution to resolve the error.
    Hoping for a good reply
    Regards
    Prakash

    May not be an authentication issue. Please go through this link:
    http://www.isaserver.org/tutorials/Troubleshooting_ISA_authentication_issues.html
    Confusing Authentication problems.
    In many instances most people have confused authentication with a service that is explicitly denying them access to the resource.  Please note that if you are denied access to a resource it has nothing to do with authentication but with permissions to the resource.  An authentication issue normally identifies itself with prompt for user credential or with an error message stating that authentication has failed with the server.
    A typical error that you will encounter is error 407 Proxy Authentication Required this means that the authentication has been denied because the user has no valid user account in the domain or that the password has been entered incorrectly.  The 401 error however displays an unauthorized error message this mean the user permissions to that resource are denied.  This error message tells you to look at the ISA server rules not at the way the authentication is handled
    Authenticate: username.passwords should be right
    Authorization: not allowed to access a resource
    "The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied." You might have to look at this authorization issue.

  • CS5 Photoshop - Adobe Save for Web & Devices Error

    Hi folks,
    I know similar threads exists, but this one is different. For some reason, out of the blue, I can't use 'Save for Web' anymore. When I choose 'save for web', it opens the preview dialog nicely, up until I save & get this error:
    "Adobe Save for Web & Devices Error
    Could not complete this operation. An unknown operating system error has occurred."
    Cleared all my settings, and the error remains.
    I uninstalled PS CS5, installed it again... still get this error.
    Hope someone knows how to fix it!
    Tx!
    MacBookPro3,1, running all the latest updates (OSX 10.6.4), CS5 Master Collection.
    Luckily still have CS4 Master Collection installed (and Flash CS3).
    (I've just got to get this off my chest, CS5 has so much issues that I stopped using it, I'm not getting paid for playing crashtestdummie. Please don't rush any future CS collections and try fixing bugs instead. )

    Hi Wade,
    Tx, but 99% of my time, I work on my local system (scratch disk also). Already had problems working with the company's network (files get locked or corrupted while trying to save), so we've learned the hard way not to use the network.
    I guess that's somewhat expected if you work with a Mac, in a professional Windows environment.
    Meanwhile, I'm a step closer in finding a solution myself. A colleague gave me a great tip, if you create an extra user account on the system, you start with a clean library. On my second account, PS CS5 is working just fine. So clearly, something went wrong in my library. Maybe permissions like you've said. At this point, I could try to fix it by copying files from the one user to the other. But I would like to wait for that connect session so they can see what's wrong.

Maybe you are looking for