Is it possible to tell which side of a phone conversation drops the call?

Just curious, in helping me decide my iphone issues... I've had 3 or 4 dropped calls. Is there a way to distinguish if it's my iphone or someone else's phone dropping calls by the type of notification you get?
Sometimes it says "CALL FAILED" in big letters on the phone dialing screen (where the name of the caller is)
Other times it says "call failed" as a tiny alert -- like one you would get notifying of a text message.
Does one kind of notification mean my phone is dropping the call and the other kind mean the other person's phone is dropping the call?
And if so, which means which?
Anyone who can answer this, thank you in advance.

Hi dg299,
Welcome to Apple Support Communities.
Yes, if the iPhone was dropped or if it has liquid damage, it have a hardware issue. Try the troubleshooting suggestions in the article linked below and setup service if those don’t resolve the issue.
iPhone: Hardware troubleshooting
Multi-Touch display not responding to touch
See this document for troubleshooting Multi-Touch display issues.
My issue is still not resolved. What do I do next?
Contact Apple Support.
I hope this helps.
-Jason

Similar Messages

  • When creating a custom SearchPlugin, is it possible to add more code such as uppercase conversion of the SearchText and IF statements that change the URL depending on what is typed?

    When creating a custom SearchPlugin, is it possible to add more code such as uppercase conversion of the searchTerms and IF statements that change the URL depending on the searchTerms? Every time I try to add something firefox doesn't want to add it as a search plugin. I need to create a more powerful search tool for personal use.

    I've found some external software applications that will do it, so that leads me to believe its not possible within ID CC.

  • Possible to tell which programs are accessing the internet?  Bandwidth?

    I seem to have intermittent, severely limited access to the internet at times.
    Is it possible to tell if a particular program running in the background is either downloading or scanning or "online" in some manner...?
    Is it possible on a Mac to see how much bandwidth, memory, cpu cycles, etc. particular programs are taking...in a window similar to that which opens on a PC after pressing CTRLALTDEL ?
    thank you

    Check out Activity Monitor in your Applications/Accessories folder.

  • Is it possible to see which TV episodes I have purchased within the iTunes store (not in the "purchased" section)?

    I know I can go to the "purchased" section in iTunes, but I'd like to know if it's possible to see which I already have when looking at episodes to purchase. Hope that makes sense.

    Thanks Rudegar.
    I thought that if the movie had already been downloaded from the internet to my ipad then it would only be using my own home network to stream to the tv and it wouldnt be using up all my allowance just to watch on a big screen. If i had known this i would not have bought an appletv....... thanks.

  • Is it possible to Silent Push a Managed Windows Phone App from the Store?

    Is it possible to silent push a Windows Phone app from the Store? We have a requirement to install a couple of apps after enrollment. Some of those apps are in the Store some are Enterprise apps.
    Thanks,
    Mark Monster
    Mark Monster Silverlight MVP

    Hi,
    No it is not currently possible, In Windows 10 a new business portal will be introduced that should solve this.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • How to tell which JButton is clicked?

    I have a layout with 3 panels. Each panel has an 'Add' button inside it. However, I can't work out how to tell which 'Add' button has been clicked by the user. Normally I would put code to select from the text on the button, but this time they are all the same. Any ideas how I can do it?
    Thanks

    DrLaszloJamf: Do you have a simple example that you
    could post? I thought all
    ActionListeners/MouseListeners in the same class had
    to be dealt with in the same place.I'll give you an example in a mo', but here's another solution if you really
    want one ActionListener to listen to multiple sources: explicitly set the
    button's actionCommand strings. This string defaults to the button's text,
    but can be explicitly set to anything you want. This is useful, for obvious
    reasons, if you are writing a multilingual app (I'm Canadian, so that's
    part of the furniture).
    import java.awt.event.*;
    import javax.swing.*;
    public class Example implements ActionListener {
        private static final String MUG_COMMAND = "mug";
        private static final String WUMP_COMMAND = "wump";
        public void actionPerformed(ActionEvent event) {
            String actionCommand = event.getActionCommand();
            if (MUG_COMMAND.equals(actionCommand))
                System.out.println("doing mug action");
            else if (WUMP_COMMAND.equals(actionCommand))
                System.out.println("doing wump action");
            else
                System.out.println("neither mug nor wump: " + actionCommand);
        public static void main(String[] args) {
            ActionListener app = new Example();
            JPanel contentPane = new JPanel();
            JButton button1 = new JButton("add");
            button1.setActionCommand(MUG_COMMAND);
            button1.addActionListener(app);
            contentPane.add(button1);
            JButton button2 = new JButton("add");
            button2.setActionCommand(WUMP_COMMAND);
            button2.addActionListener(app);
            contentPane.add(button2);
            JButton button3 = new JButton("add");
            button3.addActionListener(app);
            contentPane.add(button3);
            JFrame.setDefaultLookAndFeelDecorated(true);
            final JFrame f = new JFrame("Mugwump");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setContentPane(contentPane);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • I'm new to itunes and need some help. Can anyone tell me if it is possible to download an album which has explicit content without actually downloading the explicit songs?

    I'm new to itunes and need some help.  Can anyone tell me if it is possible to download an album which has explicit songs without actually downloading the songs that are explicit?

    See if there's a non-explicit version and download that?  Just download the individual songs you want, and not the others?
    Honestly, your phrasing doesn't make sense.  You're asking how to download an album without downloading its tracks? 

  • How do I tell which hard drive an application is launching from?

    Hello.  I am first time user of the support communities here.  I have searched the forums prior to posting, but haven't been able to find an answer.
    I have a 2011 model Mac Mini (purchased 12/2011) running OSX Lion.  A couple weeks ago, I started getting a pop-up error telling me that I was running out of startup disk space.  I did a check through "about this Mac"  / disc utility and found that I was indeed very low on space on my stock 500GB HDD.  This machine see light use, but serves as primary storage (wirelessly backed-up through Time Machine to a NAS (1TB WD MyBook World Edition) attached to my AirPort Extreme, for photos (iPhoto) and music and digital copies of movies associated to iTunes, along with back-ups (through iTunes) for 4 iPhones and an iPad for our family.
    Anyway, I searched online and found that since this model had eliminated the optical drive, I could add a second hard drive.  For this application, I valued space over blazing performance, so I opted for a Seagate 1TB SSHD (hybrid drive) to add to my existing 500GB drive.  I was able to install the second drive just fine following these instructions and the following YouTube video as a guide.  I erased / initialized the second drive through disk utility so it was mounted / usable.  I needed to set the drive with available space as my startup disk, so I then installed OSX Lion (recovery USB key) on the second drive (volume "untitled") and followed the migration steps to copy all of my settings, applications, documents, etc from the stock drive (volume Macintosh HD) to the new one.  That all went fine.
    I seem to have the same data on both drives according to the usage shown on About this Mac > Storage.  The drives are in OSX Extended (Journaled) mode.  My question is that I want to free up appx 498GB of space, if possible, by removing the duplicate data from the original 500GB stock (no longer "startup" drive).  Is there a downside to doing that?  Is there a way to determine which drive my applications are launching from to make sure I don't have applications reading from one drive and writing to the other, or something.  When I clicked "about" in a couple of sample applications to check, I can't tell... It starts the location context with /users/Matt.........iTunes.app  for example.   I can't tell which drive it's actually launching from  / accessing right now when I open it.
    Appreciate any insight.
    Thanks,
    Matt

    Some applications absolutely must be in the main Applications folder.  Others can be put pretty much anywhere but they will use preferences stored in the user's directory on whatever drive that is, and use Application Support on the boot drive.  I think it would be wise to keep applications on the main drive and store only data on your other drive.  However, I do occasionally end up with applications on two drives, or multiple copies of a few applications so I can process two files at the same time.  Some applications tolerate being renamed and if you need/want two copies then you can perhaps label them as to the drive on which they are located.

  • How to tell which Indexes are not being used?

    We are a large development shop and have many customers. Our database design is very generic so that it works for all of our customers. Each night we use an SSIS ETL process to bring down large amounts of data from the iSeries into SQL. One
    particularily large customer takes a very long time and we are looking for ways to speed up thier data import and transformation. I would like to see which indexes he does not use and possibly remove them. Each night we fully repopulate hundreds of staging
    and ods tables and incrementally delete and repopulate the days work for a handful of history type tables. Removing some indexes off of the large tables could make a big impact. 
    How can i tell which indexes the customer does not use?

    > IDENTIFYING UNUSED INDEXES IN A SQL SERVER DATABASE 
       Just because an index is not being used does not necessarily mean it should be removed.
    > Index This: All About SQL Server Indexes
    sp_BlitzIndex
    José Diz     Belo Horizonte, MG - Brasil

  • How can I tell which apps are using data

    Perhaps this is a suggestion, just in case someone who is in a position to note this at Apple (not likely?) might read it.
    How about an app included in the OS that allows users to track which apps are transmitting and receiving data through cellular data and/or wireless.
    I keep getting charged by AT&T (it took restraint to not type a bunch of explatives before AT&T) for escessive data usage, even though I'm in wifi 90%+ of each day, and purposely restrict using it when not in wifi. Seriously, I don't now how I could use it less barring not using it at all, and I still get charged for data. I have no idea how to control this since I cannot tell which, if any, apps are transmitting data in the background, or if that's even possible.
    Seriously annoyed at getting charged extra when the 'service' they provide barely works for me the miniscule amount of times I try to use it.

    This is a user to user forum.
    You can leave feedback here
    www.apple.com/feedback/
    You could also try searching for an app that tracks data usage

  • OEM 12c SLB - Easy way to tell which OMS

    Hello,
    We are using OEM 12c and followed the HA guidelines to setup an SLB. The SLB is working as desired for logins and agent uploads. However, it is trivial to tell which OMS you are logged into (in a multi OMS environment) when using the SLB. In 10g, we were able to solve this by manually editing a banner gif file to include the OMS server name so it was always trivial to tell - very useful for troubleshooting. In 12c, this does not seem to be possible as the UI is very flash oriented. Is there any file I can change / has any one found a trivial way to accomplish the same in 12c?
    I'll try and post a picture of what our 10g banner looked like if it helps.
    thanks,
    danny

    Hi Danny,
    An EM Administrator can see which OMS they are connected to by navigating to the Management Services and Repository homepage (Setup | Management Services and Repository).
    The OMS they are connected to will be shown as the 'Management Service in Use'.
    Does this help?
    Thanks, Mark.

  • Is it possible to tell the system asking the CI entry for particular account only?

    hi experts,
    through OBD4 (G/L Account Group - change field status) i have suppressed the Commitment item field status as well as in OBC4 (Field status variants) suppressed the commitment item field status.
    but when i tried to post accounting doc to other expense account which has the suppressed commitment item settings, system still asking for commitment item.
    the error message is "No commitment item entered in item 00001 xxxx xxxxxxxx"
    using FMDERIVE and maintain the account accordingly, no more error comes.
    question:
    - does it mean the commitment item (CI) check control designed at Company / Controlling area level?
    - is it possible to tell the system asking the CI entry for particular account only?
    kindly advise
    regards,
    robiton

    hi Eli,
    thanks for the input.
    with PSM-FM is activated along with its relevant settings, the posting to accounting transaction requires commitment item.
    hence, for non-budget relevant account i created separate commitment item (non budget purpose) with suitable Comm. Item Category & Finance Trans. and maintain the derivation.
    it gave me the expected result for checking budget in particular account.
    regards,
    robiton

  • How to tell which model?

    I am trying to identify exactly which model MacBook my friend has. I emailed a copy of her System Profile to my laptop, figuring that's all I needed. Her machine is no longer available to me to look at.
    Well, she has a white MacBook that fits two closely related models and I can't tell which one hers is just using the Profile. It is either the Apple MacBook "Core 2 Duo" 2.0 13" (White/06) Specs (MA700LL/A) or the Apple MacBook "Core 2 Duo" 2.0 13" (White/07) Specs (MB061LL/A). I can't find a part number in the Profile. The main difference seems to be that the standard optical drive for the 06 was a 6x Superdrive and for the 07 was an 8x Combo drive. The Disc Burning subsection of the Profile is:
    Firmware Revision: BE38
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipping Drive)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +R DL, +RW
    Write Strategies: CD-TAO, CD-SAO, CD-Raw, DVD-DAO
    Media: To show the available burn speeds, insert a disc and choose View > Refresh
    I'm not really clear on what this stuff means. It looks to me as though it must be a Superdrive, which would make her MacBook the 06 model. Can anyone tell me definitively?

    Possibly a quicker solution: plug her serial number into the online service assistant and it should tell you the resulting model.
    Matt

  • How to tell which node a session connects to in 9i RAC

    I have a 6 nodes 9i RAC database. While running a process, how to tell which node it is connecting to?

    Hi,
    SQL> select inst_id, sid, username from gv$session ;
    inst_id is the instance number a session is running on.
    select from the v$instance view to know to instance number you are actually connect to
    SQL> select instance_number from v$instance ;
    INSTANCE_NUMBER
    1
    note the the "g" before the view "v$session", that's for GLOBAL (all instances of the cluster) : check the views gv$parameter, etc...
    Fred

  • How to tell which database is most resouce consuming?

    Hi,
    I have a server (Sun9) with 10 Oracle database running on it, today load average is very high.
    I can use 'TOP' to get information that user ORACLE eat 80% CPU.
    but how can I tell which database (instance name) is the worst resource consumer?
    then I can pick out which user is worst (this I know)
    Regards,
    Jerry

    A 'quick and dirty way' (since nobody seems to know what to do?):
    The process id/PID in your TOP overview would match a PROCESS in V$SESSION.
    That way you have a SID and SERIAL# = the USER.
    But however...scanning V$SESSION in 10 databases...hope that process takes long enough...and you don't find too many identical SID's/SERIAL#'s
    Like I said: it would be quick and dirty, but maybe you have some luck....
    Just my $
           ,02

Maybe you are looking for

  • Oracle 8.1.7 and Red Hat 7.1

    I didn't find Oracle 8.1.7 as certified for RedHat 7.1. Is it possible to install and run it anyway? Kernel is 2.4.2-2.

  • Iris blur shows black picture

    Hi everbody, I have been looking around the forums and other webpages but haven't found a soluten yet - maybe you can help me. In Photoshops CS6 when applying an Iris blur the picture turns black. When I move the pins around I see the picture but thi

  • Ranking and Date dimensions

    Hello everyone, I am trying to sort some values descending in order with addtional time dimensions so i can prompt them on my dashboard. I can get it to rank correctly when I omit the Date fields (Year,Qtr,Month) however, if these are present then i

  • Calling a C program as an RFC from SAP : VERY URGENT

    Hi All, I have got a SAP program which is trying to call a C program on the UNIX server of the SAP system. I have created the RFC destination in SM59 and have tested the connection to be working fine. inside the C program , a code has been written to

  • Can't install newest Skype: 1603 error

    1603 error while installing the newest Skype version. Yeah, I tried this https://support.skype.com/faq/FA12399/ but it didn't work.  'Fix It' also. Please help. And I use windows 8, not 8.1. I put 8.1 in label 'cause i can't put 8. Solved! Go to Solu