Is there a cable that works to hook up iPad  to an older Bose sound dock without audio jack?

I want to be able to watch videos on my iPad while hooked up to my Bose sound dock, and from what I've read on various forums it seems that simply buying an extension cable is not the answer, unless the cable has all of the correct pins wired end-to-end.  And I'm trying to find a store or site in Canada where I can get one.
Thanks for your help on this!

I'm not aware of one. it doesn't appear Bose has jumped on making products specifically for the iPad at this point.

Similar Messages

  • Is there any way that I can restore my iPad using an older software file?

    I am wondering if anyone knows a way to restore the iPad without updating the software.
    Can you restore from an older software.
    Thanks.

    Look at this post https://discussions.apple.com/thread/4755448?tstart=0
     Cheers, Tom

  • Are there any headphones that work from the 30 pin connector?

    Are there any headphones that work from the 30 pin connector? Neither of my kids auxilary ports on their iPhone/iPods work.  Need another way to use with headphones.

    http://www.sonicelectronix.com/item_14260_1PR2-Universal-iPod-Adapter-to-RCA-Aud io-Connection-Cable-w-Charging-Capabilities.html

  • Is there a way to get idvd on a new macbook? or is there an alternative that works?

    I note that my new macbook pro (purchased with a dvd burner specifically) no longer comes with iDVD preloaded. Is there a way to get this, or is there an alternative that works. have checked the app store only to see a number of 'alternatives' that are crucified by the feedback, largely not compatible with mountain lion, etc. This was really dissapointing, to get a new apple computer, still with imovie (great), but without the ability to create a dvd to  share movies with friends and family...any ideas?

    There is no good replacement app for iDVD when it comes to ease of use, flexibilithy and professional looking results.
    You'll have to purchase an iLife disc and should be aware that the iLife 11 disc only provides iDVD 5-7 themes.  The Software Update no longer installs the earlier themes nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them. 
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.
    OT

  • Is there anyone here that works for itunes support?

    is there anyone here that works for itunes support?
    I have waited for 39 hours for a response from support team with no reply.  I can get any of my credit cards to be accepted with itunes.  Somthing is wrong on apples side of things..been to apple store and they could not help either.  this is crappy.  I am one of the biggest apple fans but this is one side of apple that really *****.  CAN'T TALK TO A LIVE HUMAN FROM ITUNES?  Give me a break.  

    I agree completely endive!  I've been fighting for days trying to get some help with a technical problem and apparently, you can't get help from Apple without paying out the nose.  The problem I'm having is due to an update they recommended which I installed and now have no sound in itunes!
    I too love Apple products.  I hate, hate, hate, hate, hate, their customer service after the sale!  The are just as bad as Microsoft.

  • Is there a cable that will go from my hp psc 500 printer to a usb port on my computer.

    Is there a cable that will go from my hp psc 500 printer to a usb port on my computer.
    This question was solved.
    View Solution.

    Hi there dcjoe,
    A lot of places carry the cables you are looking for. Though your area may vary I have found them in places like radioshack and wal-mart. Here is a google shopping link to get you started. Let us know if this helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Is there a program that works like the old iPhoto?

    Is there a program that works like the old iPhoto?
    The old iPhoto is my ideal program. Unfortunately, it does not work on my new operating system. I like having the ability to look over my images with a slide show. However, the new package folder does not give me complete access to my pictures. Is there a program that will have both slide show with music options, and the general folder for the files? I heard that Picasa was supposed to have a general folder, but it is using the iPhoto package.
    I have looked over the solutions to getting access to images from the iPhoto package mentioned in the discussion forum. I would like a simpler system that works like the old iPhoto. Is this a possibility? I do not feel comfortable putting my original photo files into a system that does not let me look at the file information, and I would like to have the original benefits of iPhoto tools.
    Thank you for your time.

    Welcome to the Apple Discussions.
    The current iPhoto is laid out specifically the way it is because of folks like you
    Since iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    Even in the old iPhoto it was never correct to access the iPhoto Library Folder.
    However, the new package folder does not give me complete access to my pictures.
    This is untrue. Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    There they all are.
    Standard Warning which applies to every version of iPhoto: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    I do not feel comfortable putting my original photo files into a system that does not let me look at the file information
    What information are you missing? If you can tell us we may be able to help you more.
    Regards
    TD

  • Is there an app that works like the Mac OS X "finder" for iPhone?

    Is there an app that works like the Mac OS X "finder" but to see files on the iPhone???

    Apps on the iPhone are sandboxed. That means they only have access to their own files. They cannot see the files of other apps or of the system. This is for security reasons.
    There are some apps that present a list of files, like Air Sharing, for you to manage, but there is nothing like the Finder.

  • Is there any form that works like Jtable that can be written into the html

    Is there any form that works like Jtable that can be written into the html or jsp format?
    <INPUT TYPE="SUBMIT" NAME="command" VALUE=""> refer to a Sumbit Button.
    There no such thing below "I think"but just dreaming
    Is there something like
    <INPUT TYPE="TABLESUBMIT" NAME="customer" VALUE={rowcolumn(1,3,"peter"),rowcolumn(last,"name","jane")}> ......

    Keep dreaming. As long as you are using HTML you are stuck with
    all of its limitations. Among these is the lack of a JTable.
    You have several options:
    1) Use an HTML <TABLE>. For plain text you just put the
    text between <td></td> tags. For input you put the input
    as <td><input...></td>.
    2) Extend #1 by creating your own object to draw the table.
    You can do this in either Java or JavaScript. There are several
    examples on the internet of how to do this. Some even include
    sorting by clicking the column headings.
    3) If you really want to use a JTable then you can write a JApplet
    and put it on your JSP page.

  • Is it all gone or is there somewhere all that work can be recovered?

    my wife spent all day yesterday placing text into a book and formatting, etc. When she finished for the night she clicked on - File - save - instead of the save book button. Is it all gone or is there somewhere all that work can be recovered?

    Open InDesign and then use the recent files list to see if it’s there.

  • HT5019 Why can I not find a miniport to external monitor cable that works? I have bought for different types, two from Apple, cost me $300+ and still have no external monitor. Help, please.

    Why can I not find a miniport to external monitor cable that works? I have bought for different types, two from Apple, cost me $300+ and still have no external monitor. Help, please.

    What have you bought?
    What model Mac are you running?
    What input sources are available on the display you are connecting it to?

  • I have the portable BOSE sound dock and after updating my ipod to ios7 the remote control of the dock only works for the volume but doesnt work for skipping songs....Is there a solution to this?

    I have the portable BOSE sound dock and after updating my ipod to ios7 the remote control of the dock only works for the volume but doesnt work for skipping songs....Is there a solution to this?

    Have you went to Bose"s support site?
    Sometimes this works
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    However, sometimes an iOS update breaks compatibility and you will have to wait for an firmware update for the Bose or an iOS update.

  • Is there any viruses that can get into my iPad

    Is there any viruses that can get into my iPad

    As of now, there are no known viruses written for the iOS.

  • IPhone 5 doesn't work with Bose sound dock using the 30-pin adapter.

    I just upgraded to iPhone 5.  To my huge disappointment, I can not use it with my Bose sound dock using the 30-pin adapter. That is just ridiculous, after spending so much money!!! I tried using another cable and it works but sound is of poor quality

    I have the SoundDock 10 and generally use the Bluetooth connection.
    I have just reinserted the 30 pin normal socket ( as in normal SoundDock)
    the Apple 30 pin to lightning adapter and with iPhone 5 have perfect
    sound
    It works so something in your set up is faulty possibly the adapter
    some have posted issues

  • We have a new iPod  Classic and would like some help in choosing "Import Settings" (under Peferences) when loading the iPod from the Mac.  We want to be sure that we can maintain a constant sound level.  Used with Bose sound dock. OS 10.6.8 iTunes 10.6.1.

    Using an iPod Classic on a Bose sound dock....when loading the iPod from the Mac, what  "Import Settings" (under iTune "Preferences"),  should be used to maintain a constant sound level when playing music?  Mac OS 10.6.8, iTunes 10.6.1.
    There are many Import Settings available and it is somewhat confusing.  Any suggestions?

    Go to iTunes>Preferences>Playback. Tick "Sound Check."
    iTunes: About Sound Check

Maybe you are looking for

  • Is it possible to pass array of strings as input parameters for stored proc

    Dear All, I wrote a Stored Procedure for my crystal report. now i got a modification. one of the parameters 'profit_center' should be modified so that it is capable to take multiple values. now when i run report crystal report collects more than one

  • Trading Partner logic

    Dear Friends, I am facing problem regarding trading partner, which I want to use to process the IC Matching and IC Elimination task. Firstoff all company codes are not update the trading partner in the document whichwas got posted. Clients are using

  • Create computed field in cube query

    I have a cube query in Hyperion 9.3.1 from an Essbase database and I want to add a computed field, but the option does not appear to be available. Can I add a computed field to this type of query?

  • Dynamics AX Model Store Import Incompatibility with SQL Server Replication

    We are using SQL Server Transactional Replication (SQL Server 2008 R2) to replicate a subset of Dynamics AX tables to a separate instance for reporting.  During monthly releases, we're encountering an error during Model Store Import that says a table

  • Live Cache activation

    Hi, In my PC..every time i am manually activating Live Cache in LC10.is it possible for automatic actvation during server restart. where i have to make settings for automatic live cache activation. Regards Arasu