"This acessory is not supported by this I phone"

Hello folks,
so I have a I phone 4 and I bought myself a dockingstation !
http://cmx.at/en/produkte/audio/ipod-iphone-docking-station/lsp-8300
It of course worked perfectly fine until I did the update for  IOS 7. Since Yesterday I can not use my I phone on the station anymore. It can charge there but it always says " This acessory is not supported by this I phone". Yes I cleaned the plug in and I can not reset this dockingstation so what am I supposed to do?
Any ideas?  No need to tell you how annoying this **** is !

Clean the dock connector with a soft, dry brush.

Similar Messages

  • I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "

    I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "
    THis is means they are not charging on a 30 pin cable and the touch won't work in my Apple iPod dock - no audio out or charge. Have re powered both devices to no avail am wondering if the iOS version is the problem
    Help!

    If it is a lightning to 30 pin adaptor, and you have a 7th Generation Nano it has to fit the Nano.
    This is lightning to 30 pin adapter: http://www.bestbuy.com/site/Apple%26%23174%3B---Lightning-to-30-Pin-Adapter/6651 936.p?id=1218803450821&skuId=6651936#tab=overview
    Is this what you bought?
    You need to contact Sony and see if they model you have is compatible with the docking adapter. It may not be.

  • I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.

    I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.
    I am using Windows 8.

    Hi,
    Which version of Photoshop Elements are you trying to install?
    Are you installing from DVD or a download?
    If DVD, make sure you are using the Windows one, not the MAC one.
    What device are you trying to install on?
    Does your system meet the required spec?
    Are you on Windows 8 or Windows 8.1?
    Brian

  • After iOS 8 update: "This accessory is not supported by this iPad" using Digital AV Adapter on iPad 2

    After the update to iOS 8 on an iPad 2 I receive the error: "This accessory is not supported by this iPad" using a digital AV adapter. It works for about 20 seconds before I get the error. Same adapter worked with iOS 7.1, same adapter still works on my iPhone 4s with iOS 7.1.
    Curious if anyone else has this issue. The adapter is not a genuine Apple adapter, so I think I'll just buy an official Apple adapter, but I'd love to hear if anyone else has upgraded to iOS 8 and can still use their digital AV adapter on iOS 8 with iPad 2, and what brand of adapter you have. Thanks!

    Still not working. My adapter shows as an apple A1422. I can successfully plug it in to an iPad 2 with an older IOS but mine which is on 8.1.2, gives the error "This accessory is not supported by this iPad." I tried turning off the iPad and connecting it to the tv before turning it on. When it is turned on, it displays on the tv for a moment, then the message pops up and no picture is on the tv any longer. Clicking ok does not change the lack of a picture On the tv, but I can use the iPad as normal.
    I've tried the adapter on a different iPad 2 that is not on IOS 8 and no message appears.
    Help, please!

  • I am new to apple hardware, and since upgrading software on my iphone 4S I receive this message.  "this accessory is not supported by this iphone" when using my clock radio docking station. Is there away around this?

    I am new to apple hardware, and since upgrading software on my iphone 4S I receive this message.  "this accessory is not supported by this iphone" when using my clock radio docking station. Is there away around this?

    Hello GuynStPete,
    Thanks for using Apple Support Communities.
    I found the following support article that has some troubleshooting steps for you to follow in order to resolve this issue you're experiencing:
    Resolve issues with iPhone, iPad, and iPod touch accessories
    http://support.apple.com/kb/TS2634
    Take care,
    Alex H.

  • Web Deploy error - "This method is not supported by this class"

    I have an MVC project which I am trying to deploy to one of our internally-hosted web front end servers via a TFS build process. Our server hosts the MS Deploy service, and other solutions deploy without problems to the same box. The parameters for the build
    process are as follows:
    /p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=WMSVC /p:MsDeployServiceUrl=https://<server>:8172/msdeploy.axd /p:DeployIISAppPath="<internal.site.com>" /p:username=<username> /p:password=<password>
    /p:IncludeIisSettingsOnPublish=false /p:AllowUntrustedCertificate=True /p:OutputPath=bin\ /p:SkipExtraFilesOnServer=True /p:VisualStudioVersion=11.0
    The error message I receive at the point the build reaches the deployment activity is:
    Web deployment task failed. (Could not complete the request to remote agent URL 'https://<server>:8172/msdeploy.axd?site=<internal.site.com>'.)
    Could not complete the request to remote agent URL 'https://<server>:8172/msdeploy.axd?site=<internal.site.com>'.
    The request was aborted: The request was canceled.
    This method is not supported by this class.
    We've found
    this StackOverflow post which describes the same error we're experiencing, however the suggested solution is something we already do in our server configuration, so this doesn't resolve the issue for us.
    Has anyone seen this error before, or is able to make any suggestions why it is happening?

    Hi Matt,
    You have to have a look in the build log then copy the command that is under Run MSBuild node and executed it on the build agent.
    You should find something like below:
    C:\Program Files (x86)\MSBuild\12.0\bin\amd64\MSBuild.exe /nologo /noconsolelogger "C:\Builds\....sln" /nr:False /fl /flp:"logfile=C:\Builds\...log;encoding=Unicode;verbosity=normal" /p:SkipInvalidConfigurations=true /p:CreatePackageOnPublish=true /p:DeployOnBuild=true /p:SkipExtraFilesOnServer=True /m /p:OutDir="C:\Builds\...\bin\\" /p:Configuration="DEV" /p:Platform="Any CPU" /p:VCBuildOverride="C:\Builds\....sln.Any CPU.DEV.vsprops" /dl:WorkflowCentralLogger,"C:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;BuildUri=vstfs:///Build/Build/31630;IgnoreDuplicateProjects=False;InformationNodeId=14;TargetsNotLogged=GetNativeManifest,GetCopyToOutputDirectoryItems,GetTargetPath;LogProjectNodes=True;LogWarnings=True;TFSUrl=http://...-tfs:8080/tfs/...;"*WorkflowForwardingLogger,"C:\Program Files\Microsoft Team Foundation Server 12.0\Tools\Microsoft.TeamFoundation.Build.Server.Logger.dll";"Verbosity=Normal;" /p:BuildId="aa2d3857-27e9-4854-b44f-4ca625ccd786,vstfs:///Build/Build/31630" /p:BuildLabel="..._2015.02.27.2" /p:BuildTimestamp="Fri, 27 Feb 2015 11:16:41 GMT" /p:BuildDefinition="..."
    Daniel

  • This accessory is not supported by this iPhone

    I have a Sony personal audio docking systyem RDP-XF100IP and all of a sudden when I place my iPhone 4s into the station to listen to music I get a popup saying that this accessory is not supported by this iPhone.  I have had the system for quite a few months and never had a problem before.  I have tried cleaning the connecttors on the system and phone but still get the message.  When I place the phone into the system it does start chargeing it though so it is getting a connection.  Any ideas?

    I only could imagine that:
    Your radio isn't licensed
    Your radio doesn't supports your iOS

  • My iPhone 4s was playing music now won't on my sony dream machine how do I fix. "This device is not supported by this I-phone".  I have turned  off phone unplugged sony and did the pin reset on bottom.     Help please I need my tunes

    My iPhone 4s was playing music now won't on my sony dream machine how do I fix. "This device is not supported by this I-phone".  I have turned  off phone unplugged sony and did the pin reset on bottom.     Help please I need my tunes

    Try plugging it up to your computer and launching iTunes and either resetting it to factory settings or resetting to last sync. Hopefully it just noticing it's plugged up to iTunes will fix it. This happened to my friend once and all she had to do was plug it into her computer and that fixed it.

  • This accessory may not supported by this phone

    i don't know what's happened to my phone, yesterday night when my phone was in the charge suddenly stop charging with this error" this accessory may not supported by this phone", i tired more than 10 other cable(the authorized one), it started charging but just until 4% and the same problem happening again " this accessory may ..." and stop charging, then today i took my phone to apple servis center and they said if doing pdate to latest IOS7 maybe it solve, but first they diagnosed my phone to see is there hardwere problem or not and see there is no hardwere problem and my phone and battery worked in fine state, then theyr tried to update that and my iphone5 charged to 17% and suddenly stop charging with same error, she said before this error appear, she got the error 3004, i dont know guys what can i do with this phone any more if someone can help me to solve this problem i'll too appreciated that. plz help me

    That message basically just means that Apple wishes you would only buy Apple products for your Apple products . I get that message all the time with my iPod dock. Just click OK and move on. As for the audio player - it may be broken.

  • Why doesn't my iPhone connect to tv? Keeps saying "this accessory is not supported by this iphone"

    Why doesn't my iPhone connect to tv? Keeps saying "this accessory is not supported by this iphone"

    I assume you are running ios 8.x.  It's a bug.
    Wait for a fix from apple.   ... OR ... You could buy a new Apple brand connector. The latest connectors will work, even the older apple brand connectors do not work.  OR try re-booting your ipad. OR wait until the video starts then attach the connector.
    more info here:
    Re: 30 pin to VGA adapter won't work since iOS 8
    unable to use HDMI adapter after iOS 8.0 upgrade

  • HT4101 Connecting my lightning to sd card reader accessoire THE iPad air Lets know' this accessory is not. supported by this iPad' could Someren help solving this issue?

    Connecting my lightning to sd card reader accessoire THE iPad air Lets know' this accessory is not. supported by this iPad' could Someren help solving this issue?

    Thanks for the advice. Unfortunately it didn't work. Have tried both kinds of restore. First restoring from backup and second as a new device (twice). Still get the same "Accessory not supported" message. Thank goodness I can use the old 30 pin SD reader with the lightning adaptor for my up-coming trip. I tried it again and it worked again. BUT I hate having a piece of Apple equipment that doesn't work.

  • I am using i5,updated to ios 7,problem is after updated to ios7 whenever i conncet my phone for charging, at first notification i am getting is "this accesorries is not supported in this device", but phone is charging, before switched to ios7 it was ok.

    i am using i5,updated to ios 7,problem is after updated to ios7 whenever i conncet my phone for charging, at first notification i am getting is "this accesorries is not supported on this device", but phone is charging, before switched to ios7 it was ok, i am getting this notification each time i am connect my phone for charging, or laptop, why i am getting this?

    I am not using extra cable for charging the phone or sync to pc, one cable which came with the phone.it was a full intact box.  Which i use for charging  my phone and also i am using that cable for sync to my pc, when i was using ios 6.1.4 at that time that notification didnt shown up in my phone,it was ok,  when i switched to ios7, i have started getting this notification, my friends are also using i4, i4s, and i5, they are also updated to ios7, but they are not getting the notification which i am getting in my phone after connecting my phone with the cable, so what is the solution? It will be very helpful for me if you give me any plz...

  • What adapter do I need for my ipod Nano 7th Generation to connect to a Sony home docking station (30 pin). I purchased the one recommended (Lightning to 30 pin adapter), but it says 'this accessory is not supported by this device)?

    Could someone please tell me the correct lead I need for an Applie Ipod 7th Generation 16GB for a Sony docking station. I bought a Lightning to 30 pin adaptor that fits the dock but not the ipod (this was recommended to me by someone from the Apple shop believe it or not). I need one that will fit the ipod and then slot into the 30 pin dock. The dock pulls out and my old ipod (5th Generation) just slotted straight in, but this slot obviously doesn't fit. It would really help if someone can recommend what I need to use or even if there is one that just slots in or whether I need some sort of cable and can't use the docking station. I've had a lock at the Apple store but just keep getting confused about what does what and can't seem to see anything unless I need an additional cable to slot into the 30 pin adapter I already have?
    HELP - CONFUSED.COM!

    If it is a lightning to 30 pin adaptor, and you have a 7th Generation Nano it has to fit the Nano.
    This is lightning to 30 pin adapter: http://www.bestbuy.com/site/Apple%26%23174%3B---Lightning-to-30-Pin-Adapter/6651 936.p?id=1218803450821&skuId=6651936#tab=overview
    Is this what you bought?
    You need to contact Sony and see if they model you have is compatible with the docking adapter. It may not be.

  • When connecting an HDMI adapter I get the message This device is not supported by this ipad

    WWhen I connect the adapter vis an HDMI cable to my TV, I see the image of my IPad then I get the error message about not supported and the TV displays No Signal. I have a multifunction adapter that works although the connection on it is fiddly. I Use an IPad 2 with the latest version of IOS .

    Howdy Gdad_Edw,
    Welcome to Apple Support Communities.
    Take a look at the article linked below, it provides information and troubleshooting tips that can help you resolve the no video issue with your Apple Digital AV Adapter and your iPad.
    About Apple Digital AV Adapters for iPhone, iPad, and iPod touch - Apple Support
    Troubleshooting
    If you encounter an issue using the Apple Digital AV Adapter or VGA Adapter:
    Disconnect and reconnect the adapter from the iOS device and display.
    Connect directly to the TV, projector, or external display using a known-good VGA or HDMI cable.
    Remove any VGA or HDMI extension cables or converters.
    Note that accessories that convert a VGA or HDMI signal to other video formats (DVI, Composite, Component) are not supported.
    Ensure that you are using the latest version of iOS. Some Apple Digital AV Adapters require iOS 5.1 or later.
    Ciao,
    -Jason

  • "This Accessory is not supported by this ipod"

    I read on previous posts that the First Generation Ipod touch is not compatible with the Nike Sports Kit. this was a year ago. Does anyone know of any software or applications I can download to make the kit work with my ipod?

    Hello, did you find any solution on that?
    I still have this problem, with Ipod touch first generation, but I didn't find anything in this direction.
    LEt me know if you know smtg, tks.
    Matteo

Maybe you are looking for