Can't end a call.

Why my screen goes black and I can't stop a phone?

There is an app on the market called «Screebl lite»  It is supposed to solve this problem.  I've heard a few people here on the forum rave about it.  Give it a try.  It's free so it won't cost you a bit of time.  How your proximity sensor, this is how mine works.  I don't think it's your problem.  I hope this helps.

Tags: Motorola Phones

Similar Questions

  • How can I end a call?

    Hi all!

    I tried to use the following code to complete a call:

    import bb.cascades 1.0
    import bb.system 1.0
    
    Page {
        Container {
            layout: DockLayout {
            }
            verticalAlignment: VerticalAlignment.Center
            horizontalAlignment: HorizontalAlignment.Center
    
            Button {
                id: callButton
                text: "End Call"
    
                onClicked: {
                    phone.endCall("5555555555")
                }
    
            }
    
        }
        attachedObjects: [
            Phone {
                id: phone
            }
        ]
    }
    

    But it does not work.

    What is missing?

    I don't know if I need it to put the number of the incoming call.

    Thanks for your help!

    Kind regards!

    Here is a complete application to work for you to play with :-)

    hand. QML:

    import bb.cascades 1.2
    
    Page {
        Container {
            Label {
                // Localized text with the dynamic translation and locale updates support
                text: qsTr("Phone Test") + Retranslate.onLocaleOrLanguageChanged
                textStyle.base: SystemDefaults.TextStyles.BigText
            }
            Container {
                layout: StackLayout {
                    orientation: LayoutOrientation.LeftToRight
                }
                TextField {
                    id: txf_phone_number
                    inputMode: TextFieldInputMode.PhoneNumber
                    input.flags: TextInputFlag.AutoCapitalizationOff | TextInputFlag.AutoCorrectionOff | TextInputFlag.AutoPeriodOff | TextInputFlag.PredictionOff | TextInputFlag.SpellCheckOff
                }
                Button {
                    text: "Make Call"
                    onClicked: {
                        app.makeCall(txf_phone_number.text);
                    }
                }
            }
            Button {
                text: "End Call"
                onClicked: {
                    app.endCall();
                }
            }
        }
    }
    

    applicationui. HPP:

    #ifndef ApplicationUI_HPP_
    #define ApplicationUI_HPP_
    
    #include 
    #include 
    #include 
    
    namespace bb
    {
        namespace cascades
        {
            class Application;
            class LocaleHandler;
        }
    }
    
    class QTranslator;
    
    /*!
     * @brief Application object
     *
     *
     */
    
    class ApplicationUI : public QObject
    {
        Q_OBJECT
    public:
        ApplicationUI(bb::cascades::Application *app);
        virtual ~ApplicationUI() { }
    
        Q_INVOKABLE void makeCall(QString msisdn);
        Q_INVOKABLE void endCall();
    
        bb::system::phone::Phone* _phone;
        int _call_id;
    
    private slots:
        void onSystemLanguageChanged();
        void onCallUpdated (const bb::system::phone::Call& call );
    
    private:
        QTranslator* m_pTranslator;
        bb::cascades::LocaleHandler* m_pLocaleHandler;
    };
    
    #endif /* ApplicationUI_HPP_ */
    

    applicationui.cpp:

    #include "applicationui.hpp"
    
    #include 
    #include 
    #include 
    #include 
    
    using namespace bb::cascades;
    using namespace bb::system::phone;
    
    ApplicationUI::ApplicationUI(bb::cascades::Application *app) :
            QObject(app)
    , _phone(new bb::system::phone::Phone())
    {
        // prepare the localization
        m_pTranslator = new QTranslator(this);
        m_pLocaleHandler = new LocaleHandler(this);
        if(!QObject::connect(m_pLocaleHandler, SIGNAL(systemLanguageChanged()), this, SLOT(onSystemLanguageChanged()))) {
            // This is an abnormal situation! Something went wrong!
            // Add own code to recover here
            qWarning() << "Recovering from a failed connect()";
        }
        // initial load
        onSystemLanguageChanged();
    
        // Create scene document from main.qml asset, the parent is set
        // to ensure the document gets destroyed properly at shut down.
        QmlDocument *qml = QmlDocument::create("asset:///main.qml").parent(this);
    
        qml->setContextProperty("app", this);
        QObject::connect(_phone, SIGNAL(callUpdated(const bb::system::phone::Call&)),
                this, SLOT(onCallUpdated(const bb::system::phone::Call&)));
        // Create root object for the UI
        AbstractPane *root = qml->createRootObject();
    
        // Set created root object as the application scene
        app->setScene(root);
    }
    
    void ApplicationUI::onSystemLanguageChanged()
    {
        QCoreApplication::instance()->removeTranslator(m_pTranslator);
        // Initiate, load and install the application translation files.
        QString locale_string = QLocale().name();
        QString file_name = QString("PhoneTest_%1").arg(locale_string);
        if (m_pTranslator->load(file_name, "app/native/qm")) {
            QCoreApplication::instance()->installTranslator(m_pTranslator);
        }
    }
    
    void ApplicationUI::makeCall(QString msisdn) {
        qDebug() << "XXXX makeCall: " << msisdn;
    
        // reset call_id
        _call_id = -1;
        _phone->initiateCellularCall(msisdn);
    
    }
    
    void ApplicationUI::endCall() {
        qDebug() << "XXXX endCall";
        if (_call_id != -1) {
            _phone->endCall(_call_id);
        }
    }
    
    void ApplicationUI::onCallUpdated(const bb::system::phone::Call& call ) {
        qDebug() << "XXXX onCallUpdated";
        _call_id = call.callId();
        qDebug() << "XXXX onCallUpdated - call_id=" << _call_id;
    }
    

    Permissions in bar - descriptor.xml:

        control_phone
        access_phone
    

    PhoneTest.pro:

    APP_NAME = PhoneTest
    
    CONFIG += qt warn_on cascades10
    
    LIBS += -lbbsystem
    
    include(config.pri)
    
  • After update to ios 9.3 I can't hear people call me or I call people. The sound is piracy at both ends.

    After updating my iPhone to ios 9.3 6 I can't hear people call me or I call people. The sound is piracy at both ends.

    Have you tried a forced reboot? Hold down the home and Sleep/Wake buttons simultaneously for about 15-20 seconds , until the Apple logo appears. Ignore the "Slide to power off" text if it rises. You won't lose anything.

  • Xperia m: How can I configure my telephone to end the call by using the power button / stop

    the question is related to the Xperia mobile m. I want to configure my phone to end the call by using the power on button. How to make this configuration in android phones. many other android phones are capable of it.

    Greetings! At your convenience, please join our colleagues in Sony Mobile for assistance with your question. You can attach them to this site: http://www.sonymobile.com/global-en/support/contact-us/contact-info/. Thank you for your message today!

  • After choosing the contact in windows live Messenger, video selection live, select cam icon to call, can not unlock mic icon to end the call. ????

    try all my settings, unable to unlock the mic icon to end my call on windows live Messenger.

    Hi LARRYMAY,

    Since you are facing the problem with Windows Live Messenger, you can post your query to Windows Live Solution Center.

    Portal Messenger - Windows Live Solution Center

  • Cannot put an end to calls on Skype for WP 8.1

    Hi all

    I can't put an end to calls to fixed/mobile phones on Skype for WP 8.1.

    I have the touch screen and it just goes black (as it is in standby mode) while my finger is on it. Screen appears again when I remove my finger. Appeal does not end. The only way is the other person to end the call or me to turn off my phone.

    All solutions? Looks like a pretty major bug.

    Thank you

    Hey,.

    and thank you for your additional info/effort.

    After some research, we have learned that it is a problem experienced with the Lumia 630/635 and she's been fixed to WP8.1 update 1. Wp8.1 update 1 deployment was launched and it will come to the Lumia 630/635 so.

    You can check if it is available by going to settings-> check updates to phone for updates.

    BR

    Jake Kunnari

  • How can I transfer a call facetime for my macbook

    If I answer an incoming call on my Macbook Pro with FaceTme iPhone I can retrieve the call on my iPhone by selecting the speaker on my phone icon.

    My question is once I have done this how can I send the call to my Macbook Pro?

    OS X El Capitan: use your Mac to make and receive phone calls

  • I have a 6 s with Verizon iPhone. Can I send/receive calls (using this service and calls on other devices functionality) on my iPhone 5s, who was with AT &amp; T service, but has no service now since I switched to Verizon?

    I have a 6 s with Verizon iPhone. Can I send/receive calls (using this service and calls on other devices functionality) on my iPhone 5s, who was with AT & T service, but has no service now since I switched to Verizon?

    Note: I'm able to get two phones to ring with an incoming call, but the 5s consist not out. Whenever I dial a number, it says call failed.

    Do not dial a number. Try to choose a contact in the contacts App and tapping on telephone button.

    That said, I don't think that outgoing calls work on continuity since another iPhone. given that the iphone is designed to make calls through its own service.

    Document to support that you just did not mention calls from a secondary iPhone at all, it points to Mac, iPad and iPod touch, which leads me to believe that it won't work.

    It runs from devices such as iPads and Macs, who have no other way to place a cell call.

  • don't use not webcam. can I use video calls with the status of "invisible"?

    If I use no webcam, can I make a video call with Invisible"like status?

    In Invisible mode, you can do exactly the same thing as in online mode.

    Without a webcam, you can not start video calls, but you will be able to receive another person's video.

  • can not make phone calls

    I use Skype for phone calls to phone numbers in the United States. After downloading a new version of Skype I can't make phone calls more. The call button is not active. The account is closed to date. Help, please.

    Is your login on Skype online status? The status icon next to your name should be green with a white check mark inside. Try to change the status by using the drop-down arrow next to this icon.

  • can anyone help? I was told the other day one can route your incoming calls by those iMac is a reality?

    You can route your calls through your iMac please.

    If you have an iPhone and the phone and iMac are on the same WiFi network, audio incoming calls ring also via Facetime. You can also make outgoing calls using Facetime audio, which are then sent through your phone.

    That's all assuming that your operating system software is up to date on both devices.

  • I can't make phone calls. Calls cut.

    Hello

    I can do Skype Skype calls but cannot call some phone numbers in Turkey. I tried on my mobile phone Android and Windows client. I have a Skype credit, and there is no problem on the network connection, when I call another Skype account.

    Versions: Android: 5.2.0.61097 Windows 7.0.0.102

    I reached the support team and figured out that the ISP I use United Arab Emirates does not support Skype calls to phones. My payment is refunded.

  • BBM needs your help! Can't make video call on BBM!

    Hey, maybe someone had a problem, or someone knows how to solve. I can't make video calls to BBM. I know that the green icon appears when you have 3G and superior or wi - fi, but the green icon does not appear even when I use a wi - fi connection. Only a green icon for voice call is displayed and I can do voice calls only. I contacted blackberry support on tweeter and been disappointed, cause they did not help me. What can cause these problems? Know someone? Thanks in advance

    Yes, BBM Video Chat is so far only available for BlackBerry 10 users.

  • BlackBerry Curve 8330 Smartphone: I can't make outgoing calls to some phone numbers. Help!

    I recently bought the Curve 8330 from Sprint (about 3 months ago).  It worked fine for a few months, but now I can't make outgoing calls to some phone numbers.  It is almost constant.  I have signal strength strong (1XEV bars full).  Then when I make an outgoing call from the phone book or just manually enter the number, the call disconnects after a ring or a few rings.  Most of the time it just says: "disconnected" even though I didn't touch any button.  I tried to remove the battery for a few minutes, as well as the SD card, but it does not solve the problem.  I am very frustrated.  I'm technologically challenged and would like if someone could help me.

    Hello

    I just re-read this thread again, how many numbers is affected?

    You can call the carrier first, make sure your line is an option correctly.

    Let us know how many numbers, OK?

    Thank you

    Bifocals

  • Can not uninstall program called tv.addons.ag, and I get an error-NSIS error message?

    Separated from this thread.

    Can not uninstall program called tv.addons.ag, and I get an error-NSIS error message?

    (Moved to install, upgrade, and activate)

    Hi Tom,

    Thanks for posting your query in Microsoft Community.

    The NSIS error message box (Null soft Scriptable Install System) basically means that the executable user or a Setup installer tries to run is damaged or incomplete.

    NSIS error can occur for the following reasons:
    (1) software files downloaded from the Internet are not complete.
    (2) downloaded the software, the files have been changed since the original version.
    (3) your PC is infected with a virus.
    (4) physical media used to install the program is damaged.
    (5) materials required (for example, CD/DVD player) is defective.

    I suggest the following tasks and check to see if it helps:

    Note: Try to install your software, after the execution of each task.

    (1) clear the cache and cookies in your Web browser.

    I suggest you follow the link on how to remove the cache of Internet Explorer below.

    http://Windows.Microsoft.com/en-us/Internet-Explorer/delete-manage-cookies#IE=ie-11

    (2) if the name of the downloaded installer files composed of several words, rename it to have only one word. (Example: SoftwareNameInstaller.exe)

    (3) if it is available, download the file for installing software from another source approved.

    4) update your antivirus/security software.

    (5) disable your antivirus and any tool on your computer download accelerator, before to perform the download.

    (6) I suggest you try to download and run the Microsoft Security Scanner that allows to remove viruses, spyware and other malicious software. Check out the link below to download Microsoft safety scanner http://www.microsoft.com/security/scanner/en-us/default.aspx

    I hope that the information above to fix the problem. Please let us know if you need additional assistance. We are happy to help you.

    Thank you.

Maybe you are looking for

  • Change/Remove Apple Email address

    I know that you can change your apple ID and have the apple ads and other related things sent to this e-mail ID apple address. However, I can't find a way to modify or even delete my mails from Apple (@me & @iCloud). I want to be able to change my Ap

  • Qosmio F20-110: where the horizontal and vertical screen settings?

    When I try to configure the screen in the settings option in Windows Media Center, I can't find where the buttons horizontal or vertical, all I'm left with is a border of black around the screen when you watch the TV, ive tried the zoom option that d

  • The CAB ARCHIVES and the BZIP2 ARCHIVE in the C folder are corrupt

    original title: archive BZIP2 I ran scans to start and I am told that the CAB ARCHIVE and the ARCHIVE BZIP2 in the C folder are corrupt and I need to now how to fix. I think that is what slows down my lap top. If someone can appreciate it. Denise

  • MyNetwork disappered of icon in the taskbar

    Why my internet icon went away in my taskbar

  • Error registerting long-term key

    Anyone know what this message means?  I can't find a good explanation for it, even if I'm confused by the .apk any conversion .bar right now. Record of long-term key errorError: Error: unable to register the client '2024152' because there is no more