I need to know what the inside of the AC Power Adapter Jack looks like

So, basically, the pins inside the "AC Power Adapter Jack" on my Flex 10 got a bit tweaked, and now the plug won't stay plugged in.  If someone could just take a picture of there's, in nice and tight, I can bend them back into the position they need to be in.  Please help.
Thank you.

Your statement makes no sense.
Have you tried basic troubleshooting from the User's Guide to rule out some setting in the device preventing the speaker from working?
Is the mute switch on?
Do other sounds work?
Does it produce sound with headphones plugged in?

Similar Messages

  • I have an iPhone 5 and when i lightly tap on the back top part of my phone it sounds like something is rattling inside. Only on the top part of the phone, not on the bottom. I am wondering if anyone knows what this may be and should i have it looked at?

    I have an iPhone 5 and when i lightly tap on the back top part of my phone it sounds like something is rattling inside. Only on the top part of the phone, not on the bottom. I am wondering if anyone knows what this may be and should i have it looked at?

    Definitlely have it looked at. That could be a hardware deffect on the maker(apple) so there could be a definite replacement option.

  • HT203175 I tried to update my Itunes to the news version and now it will not open it says it was installed incorrectly I need to know what to do so I don't lose all my music

    I tried to update my Itunes to the news version and now it will not open it says it was installed incorrectly I need to know what to do so I don't lose all my music

    try with this one
    uninstall all the apple application S/w like Quicktime, Bonjour,
    apple Device Support, Apple Auto update, Itunes etc from your pc,
    Reboot it
    Now download a fresh itunes from apple and try installing
    Reboot it
    If you are having Problem in uninstalling any of the apple application
    try 'revo uninstaller' and uninstall all the apple applications
    mentioned above

  • IPod is using voice over and won't scroll. What setting did my child click? It will allow me to use voice control, but i need to know what's wrong first so I can give the correct command.

    My daughter's iPod is using voice over and won't scroll. What setting did my child click? It will allow me to use voice control, but i need to know what's wrong first so I can give the correct command.

    VoiceOver is an Accessibility feature while Voice Control allows you to control the Music app via voice.
    To turn off VoiceOver triple click the Home button and go to Settings>General>Accessibility and turn it off. Use three fingers to scroll if necessary.
    iPhone: Configuring accessibility features (including VoiceOver and Zoom)
    iOS: Getting started with VoiceOver for accessibility

  • When I want to create apple account in billing and card details page I am stuck and get the message contact itune store support to complete this transaction. Need to know what to do as I can't creat apple id

    When I want to create apple account for my new iphone5 with different apple id than this  in billing and card details page I am stuck and get the message contact itune store support to complete this transaction. Need to know what to do as I can't creat apple id

    The first step would probably be to contact iTunes support as you're being told to do.

  • I need to know what kind of photo paper to use on the HP Photosmart 375.

    What are the specifications for photo paper to be used on the Photosmart 375.  HP Advanced Photo Paper is too thick (66 lb) and won't feed through the printer.  HP Premium Photo Paper (64 lb) will feed through the printer but the ink takes at least 2 hours to dry.  HP sold paper in the past for injet printers which worked perfectly: it was the right thickness to feed through the printer and the ink dried instantly.  Canon also sold similar paper, but both HP and Canon have changed the specs on their photo paper so that they no longer are suitable.  So, I need to know what are the proper specs for a Photosmart 375 and where can I buy it.  Shouldn't HP provide a suitable paper for its Photosmart 375 printer, as it did in the past?

    I have had good results with HP Premium Plus Glossy photo paper.  The Office Depot Brilliant Gloss Professional Photo Paper also works well for me.
    In both the cases above I notice the packages have changed since I bought the paper, I do not know if this is still the same paper formulation I have.
    For instant drying the HP Advanced Photo paper should be a good choice.  You may need to clean the paper rollers if it does not feed properly.  You can do this by gently releasing the catch on the right side (looking from the front, but the catch is on the back panel).  This will allow the panel to lie flat exposing the rollers.  These can be cleaned with a damp q-tip, remove any buildup on the rollers.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I bought an iphone 5 unblocked in usa and i using it at Colombia, the speaker doesnt work so i need to know what to do

    I bought an iphone 5 unblocked in usa and i using it at Colombia, the speaker doesnt work so i need to know what to do

    If you want warranty service, you will need to bring it or sent it to someone in the US so it can be taken to an Apple store.

  • What's the wave's number of iPhone 4S speakers? I need to know what's the number because my phone doesn't play any sounds, and I kind of knew what's the problem and sulotion!

    What's the wave's number of iPhone 4S speakers? I need to know what's the number because my phone doesn't play any sounds, and I kind of knew what's the problem and solution!
    What I mean by wave is like radio channels' waves! Ex. 104.1

    Your statement makes no sense.
    Have you tried basic troubleshooting from the User's Guide to rule out some setting in the device preventing the speaker from working?
    Is the mute switch on?
    Do other sounds work?
    Does it produce sound with headphones plugged in?

  • Need to know what form is attached to a responsibility

    Hi,
    There is a need to know what responsibility in Oracle has access to a given form. All seeded Oracle Reports that I am aware of (Function Security Function Report, Function Security Menu Report, Function Security Navigator Report) require a responsibility be inputted into a parameter in order to run. This is not a feasible option as we have hundreds of responsibilities and we would need to manually review each output for a specific function or form. Does a report or other SQL exist where I do not have to specify a responsibility?
    I have attempted different ways for a custom sql but the difficulty always lies in the exclusions because you need to look in every single menu that has been excluded whether or not a function is attached (need to look at all the submenus). This is difficult because you need to go down the entire menu tree of each excluded menu and I haven't been able to do this.
    Below is the closest I have got for an sql however I am getting 207 results which I know is not correct. I'm wondering if the query when looking at the menu exclusions is not looping at all the menus that are excluded for a given responsbility? Any ideas or suggestions would be greatly appreciated.
    Thanks,
    PJ
    SELECT b.responsibility_name FROM fnd_responsibility_vl b
    /*Get all menus assigned to a responsbility that has a
    specfic function_id based on a form and takes into account function exclusions*/
    WHERE EXISTS (SELECT 1 FROM
    apps.fnd_menu_entries_vl c WHERE c.function_id IN (SELECT DISTINCT FUNCTION_id FROM
    FND_FORM_FUNCTIONS_VL WHERE
    form_id = 10397)
    AND c.function_id NOT IN (SELECT action_id from
    fnd_resp_functions frf where frf.application_id = b.application_id
    AND frf.action_id IN (SELECT DISTINCT
    FUNCTION_id FROM FND_FORM_FUNCTIONS_VL WHERE form_id = 10397)
    and frf.rule_type='F' AND
    frf.responsibility_id = b.responsibility_id)
    START WITH c.menu_id = b.menu_id CONNECT BY PRIOR c.sub_menu_id = c.menu_id)
    /*Do not show any responsibiliy that has a menu in the
    excluded list against the responsbility that has the specified form/function*/
    AND b.end_date IS NULL
    AND NOT EXISTS ( SELECT 1 FROM
    apps.fnd_menu_entries_vl c,
    fnd_resp_functions frf
    WHERE frf.responsibility_id = b.responsibility_id
    and frf.application_id = b.application_id
    and c.menu_id = frf.action_id
    AND frf.rule_type ='M'
    AND c.function_id IN (SELECT DISTINCT FUNCTION_id FROM FND_FORM_FUNCTIONS_VL
    WHERE form_id = 10397)
    START WITH c.menu_id = frf.action_id
    CONNECT BY PRIOR c.sub_menu_id = c.menu_id)

    Hi Hussein,
    Thank you for the reply.
    For note "How to get information related to forms functions, menus and responsibilities for both 11i and R12 (Doc ID 953934.1)":
    The script for "How to retrieve list of responsibilities and associated menus" (SELECT RESPONSIBILITY_NAME, MENU_ID FROM FND_RESPONSIBILITY_VL;) isn't really giving that as it's just the one menu that is associated with that responsibility (and doesn't look at the menu exclusions).
    For note, "How To get List Of Functions Which Are Setup For A Responsibility? (Doc ID 549100.1)":
    I can already get a list of functions on a particular responsbility and even more so I know what menus use a particular function using the following sql:
    SELECT * FROM apps.fnd_menu_entries_vl c WHERE c.function_id IN (SELECT DISTINCT FUNCTION_id FROM FND_FORM_FUNCTIONS_VL WHERE form_id = <form_id>)
    This note does not help because you would need to do it by responsibility and I have hundreds of responsbilities I would need to search which is why the seeded reports I reference above do not work (you need to specify a responsibility at a time).
    I believe these are two links I need to look at to find what menus are associated and unassociated with a responsbility. In fnd_responsibility_vl, there is the main menu_id that says where this repsonsbility gets all of it's menus. This is where I look first in the first part of my query (b.menu_id is this link to the fnd_responsibility_vl table) :
    --Get all menus assigned to a responsbility that has a specfic function_id based on a form and takes into account function exclusions
    WHERE EXISTS (
    SELECT 1 FROM apps.fnd_menu_entries_vl c WHERE c.function_id IN (SELECT DISTINCT FUNCTION_id FROM
    FND_FORM_FUNCTIONS_VL WHERE form_id = 10397)
    AND c.function_id NOT IN (SELECT action_id from fnd_resp_functions frf where frf.application_id = b.application_id
    AND frf.action_id IN (SELECT DISTINCT FUNCTION_id FROM FND_FORM_FUNCTIONS_VL WHERE form_id = 10397)
    and frf.rule_type='F' AND frf.responsibility_id = b.responsibility_id)
    START WITH c.menu_id = b.menu_id
    CONNECT BY PRIOR c.sub_menu_id = c.menu_id)
    The next link is the "unassociated" link which is the menu exclusions. I'm looking at these exclusions similar to the part above however I don't think it's looking at all of the menus defined in the menu exlusions as my list of responsbilities is more then it should be:
    --Do not show any responsibiliy that has a menu in the excluded list against the responsbility that has the specified form/function
    AND NOT EXISTS (SELECT 1
    FROM apps.fnd_menu_entries_vl c,
    fnd_resp_functions frf
    WHERE frf.responsibility_id = b.responsibility_id
    and frf.application_id = b.application_id
    and c.menu_id = frf.action_id
    AND frf.rule_type = 'M'
    AND c.function_id IN (SELECT DISTINCT FUNCTION_id
    FROM FND_FORM_FUNCTIONS_VL
    WHERE form_id = 10397)
    START WITH c.menu_id = frf.action_id
    CONNECT BY PRIOR c.sub_menu_id = c.menu_id)
    It needs to be able to look at the menu trees of all of the defined menus that are excluded and find any menu that has that function as defined in the first sql of this post (if it is found in the exclusions then do not show it). However I do not think it is looping through all of the menus defined in the exclusions. Any guidance is greatly appreciated.
    Thanks,
    PJ

  • Can I set up a 2 (or 3) room audio system? I have iphone 3, iphone 4 and ipad 2 and need to know what hardware, if any, I need for this (airport express?, apple TV?) Also, would I use icloud or home sharing?

    I need to know what hardware, if any, I need to do this (airport express?, apple TV?)
    I simply want to send music from my itunes to 2 different rooms at the same time. Is it possible? I have iphone3, iphone4 and ipad2 if that helps.
    Also, would I use icloud or home sharing? Sorry for the noob question, any help is appreciated.
    Thanks!

    The answer is not if you use iTunes.
    The TC is NOT an iTunes server.. it is not a media device at all. It is a backup location for Time Machine.
    You need a computer in the network which stores the iTunes library and you can then play it via the ipad.
    A mini with a large USB drive plugged in will work fine.. it doesn't need to be new.. a couple of years old mini will work just as well.
    As an extention to this, can we use multiple Airport expresses plugged into mutiple sound systems to simultaneously access different music from the same time capsule?
    I am not sure.. there will be network limitations to this.
    Look up how to use itunes in a network.
    http://support.apple.com/kb/ht4620
    You would do better perhaps posting the question in iTunes section.. if as I guess you are actually using iTunes.

  • Hi. im ipad and ipohe user. now i want to buy my first macbook. i need to know what is better for me: macbook pro 13´´ or macbook air 13´´?? or another??

    hi. im ipad and ipohe user. now i want to buy my first macbook. i need to know what is better for me: macbook pro 13´´ or macbook air 13´´?? or another??
    i will not move it frecuently from home because i always have with me the iphone and sometimes the ipad.
    im looking apple store online because im trying to buy it refubrished (im from argentina and travel to NYC next month)...
    please i hear you...!

    Light weight basic needs, power miser - MacBook Air (glossy screens)
    Semi-light weight basic needs, more storage, DVD drive, hot machine (no 3D gaming) - 13" MacBook Pro (glossy screens)
    Bit heavier, pro needs, 3D gaming, cool machine, power hungry, - 15" MacBook Pro  (anti-glare screen option, recommended)
    Same as above, larger screen for HD video, cool machine,  power hungry, 17" MacBook Pro (anti-glare screen option, recommended)

  • I need to know what was this B-8GD564814752 2433R  Transaction bill to me ba pay pall yestrday?

    I need to know what was this B-8GD564814752 2433R  Transaction bill to me ba pay pall yestrday?

    that is why Iam questioning because I don't know you bill me throught pay pall? you don't put eny description of the objet! any way I did not make any transaction yesterday!!!!!

  • I want to point my pre-existing GoDaddy domain to my BC site, but I just don't know what to put in the GoDaddy DNS Manager.

    I want to point my GODADDY Domain to my Muse site. I don't know what to put in the DNS information. I go on vacation tomorrow and I really need to fix this before hand. Thanks

    If you have already added the domain to your site then please point the domain to BC name servers ;
    ns1.worldsecuresystems.com
    ns2.worldsecuresystems.com
    ns3.worldsecuresystems.com
    This document include the steps :
    http://helpx.adobe.com/business-catalyst/using/change-site-domain.html
    Thanks,
    Sanjit

  • I need to update my macbook but I need to know what software program to buy to update it. I am operating on Mac OSX 10.5.8

    I need to update my macbook but I need to know what software program to buy to update it. I am operating on Mac OSX 10.5.8. I want to be up to date on all software updates at the end.

    Choose About this Mac from the Apple menu and check the processor.
    If it's a Core Duo Mac, click here, install the DVD, and run Software Update.
    If it's a Core 2 Duo or better Mac, upgrade it as if it was a Core Duo Mac, and once done, if desired, open the Mac App Store, and try downloading Yosemite. If you get told it's incompatible, go to the online Apple Store and order a download code for Lion 10.7.
    Mac OS X 10.7 and newer don't support PowerPC software such as Microsoft Office 2004. If you upgrade the OS, back up the computer first.
    (115509)

  • ICloud I do not want to share some documents in the cloud.  I f I turn off iCloud it says I will delete everything already there. How do I know what is already in the cloud

    iCloud I do not want to share some documents in the cloud.  I f I turn off iCloud it says I will delete everything already there. How do I know what is already in the cloud

    Thank you.  When I go into system preferences, then iCloud, then manage, it does not let me view what is there only says:  ex: The documents stored inside Pages take up 623.3KB and gives me the option to: Delete Documents and Data.  It does not let me see what files are there.   I think it is time for me to go back to my apple store and get more acquainted with iCloud and storage and how to manage it.  I had some issues with my mac about a month ago after downloading an updated version.  The issue was related to syncing, iCloud, iTunes, calendar and storage.  I am nervous about loosing more documents, photos, etc..from my Mac.  Thank you for the information.  

Maybe you are looking for

  • Can't print using Epson Stylus Photo R300

    I am new to Mac ownership and have been having issues since updating to OS10.4.9. I have an Epson Stylus Photo R300 and have been using CUPS and Gimprint to print w/o a problem (OK, I had to call tech support and spent 10 hours getting it figured out

  • Touch screen not working with internet link in safari

    Anyone has the same problem? After 1.1.1 update, my touch screen occassionally fails to respond any tap on internet links in safari. no matter which web site you go to, no link will work on tap. I tried to clean catch, cookies, etc. The only way to o

  • Display and filter custom columns in a presentation

    I haven't found anything in the documentation, so I post this question and hope to get an answer: In ALBPM 6 is it possible A) to display custom columns in a presentation, and B) to filter using these custom columns in a view? I am thinking of having

  • Problems with Web Services in Visual Studio

    (Cross-posted from WAS forums) I'm using VB.NET to access SAP BAPI's via web services from a 4.7 system. This works really well (and in my view is simpler than the .Net connector) until I try and add a Web reference to a SAP web service that returns

  • Changes in holiday and factory calender ?

    Hi Gurus, i have to delete a holiday from my holiday calendar ? i  have some doubts about transporting the changes to quality and prd can anybody explain how we have to trans Port CALENDER