Hot Z3c suddenly running, drain the battery

I had my compact Z3 a year and I have recommended it to friends because of the fantastic battery life. But these days, it's been terrible. Previously, it could be 70% and later in the evening, but now he struggles to go to the party at all. Today, I had to turn it off because it was getting hot in my pocket.

Apparently, the culprit is 'Android OS' as you can see in the screenshots:

I've seen reports of an issue of 'active mobile radio' lollipop. -What is it? If this is the case, why has it started to happen now? Clues would be great,

Thank you

Chris

fix the phone with Sony PC Companion
http://support.sonymobile.com/GB/tools/PC-companion/

Tags: Sony Phones

Similar Questions

  • Smartphones blackBerry CURVE 9220 SLEEVES to the TOP AND DRAINS the BATTERY LIFE

    My blackberry curve 9220 gets really hot and begins to drain the battery.

    the entire battery life is dained out in less than 3 hours

    I try to freshen it, but it does not really.

    and there is no runnig requests in the back except the example by default-, phone, browser, bbm, and messages.

    and the strange thing is that when I turn off the mobile network of the battery keeps draining

    can someone please help I really need my email, bbm and whatsapp return

    Hello and welcome to the community!

    Based on your description, I would deduct low or weak signal from your mobile service provider. Digital devices to modulate their energy consumption depending on the strength of the signal they receive from the Tower of the carrier. Low quality/signal strength, higher battery drain. For good check, you need to contact your mobile service provider, because it is the network, which is the cause. It is possible to have a few problems in the areas that you are in.

    You might also try to start in Safe Mode, to remove all applications 3rd automatic launch party (even if you do not see them in the AppSwitcher Ribbon, they can run):

    • KB17877 How to start a smartphone BlackBerry in Mode safe

    It will take several attempts to get the combination of keys ESC (press/release/hold) OK, so be patient. When properly in Safe Mode, see what happens.

    If the behavior continues, then well... think what happened just before this behavior started? A new application? An update? A theme? Something else? Think carefully that the slightest change can be causal... and try to undo all that was.

    But if the behavior continues mode without failure, you may need to consider more drastic measures - WIPE, OS Reload, BBSAK Wipe/Reload and the process of reloading OS 'skeleton '. To prepare, you should be sure that you have a full backup of your PC... Please see the Backup link in my sig auto on this post for instructions.

    You may also use these tips:

    Good luck and let us know!

  • I use my MacBook Air as a desktop computer. Should I leave the charger plugged all the time or should I drain the battery and then recharge? What is the best for the battery?

    I use my MacBook Air as a desktop computer. Should I leave the charger plugged all the time or should I drain the battery and then recharge? What is the best for the battery?

    Keep the computer plugged in whenever possible.

    If you keep the computer always connected, make sure that at least twice a month

    Run it on battery until battery charge level falls to about 40-50%.

    Please don't completely discharge the battery. Discharge the battery completely will reduce wear and tear on the battery.

    For more information:

    Section: To optimize the battery life

    http://support.Apple.com/en-us/HT204054

    Citing at the bottom of the linked article.

    "The question is often asked:" should I disconnect my laptop from the mains when not in service? Under normal circumstances it should not be necessary because as soon as the lithium-ion battery is full, a properly functioning charger will stop the load and load the pad will only engage when the battery voltage drops to a low level. Most of the users do not remove AC power, and this practice is safe. »

    http://BatteryUniversity.com/learn/article/bu_808c_what_the_user_can_do

  • (Redirected) Reference DELL 5547 Fan starts while that closed down and drains the battery at 0%, especially may not wake from sleep

    Hello

    When I turn off my laptop the fan starts to spin then and during a night, it drains the battery from 100% to 0. I also have some problems of marketing. If the computer is in sleep mode itself or by me, I can't wake up, need button for 10 seconds and then push again and it starts. When turned on, it works perfectly but has these problems. I read somewhere that the resolution of these problems has been to remove the software intel from my computer and I did. It helped but 2 days computer started having these problems again. My system is Windows 7 64 bit. This problem started after that I have somehow left fully charged computer asleep on the charger for about 2 hours. When I came back fan was spinning and the right side of the laptop was hot. Again, battery life is great and computer has no defects during the work (all tests by dell are passed). What can you suggest me to do?

    As you have a laptop, better make this laptop in the computer Forum post here:

    http://en.community.Dell.com/support-forums/laptop/default.aspx

    Bev.

  • BlackBerry Smartphones BBM drains the battery without the use of telephone (proof)

    (I have a PRIV BB running the latest update of Marshmallow).

    BBM drains the battery.

    I took my PRIV off lunch charger yesterday and weather scheduled 7: 00 the next day morning, that the battery has been completely drained by BBM.

    NOTE IMPORTANT: I did not receive all the BBM messages during this time - sent no BBM messages during this time - didn't even open BBM Meanwhile - didn't even use my phone during this time (I just left it autour sitting in the living room)

    Function checking the battery charge shows that in this period, BBM consumed 40% of my battery (the order of the day closer to you that consumed power was Android OS, but only 8%)

    Here are a few screenshots of the evidence (I've included the statistics pages for following little applications on the list for comparison):

    http://I66.Tinypic.com/2akx9h.jpg

    http://i68.Tinypic.com/29c6vk2.jpg

    http://I66.Tinypic.com/1z5m8g5.jpg

    http://i67.Tinypic.com/4l4xub.jpg

    http://i67.Tinypic.com/2eur1jo.jpg

    I called support for the PRIV BalckBerry and I share my information to troubleshoot with them.

  • Drain the battery... need some advice

    I have an application that runs in the background and runs at every 15,30,60 min based on what the user has configured for. I made a quick call to a Web site gets a little info and then farm the connection. I have a realtimeclocklistener to track the number of minutes configuration is passed since the last update.

    The problem is the same when it is updated every 60 minutes just, he sits there and drains the battery life. Also the connection arrows top right will go up randomly even after that he made the update. I don't know if it's just consciousness or if that is the question.

    Here is the code I am accounting for the data

        public void retrieveData(){
            //Vars
            HttpConnection httpConn = null;
            OutputStream os = null;
            DataInputStream is = null;
            StringBuffer sb = null;
            String separator = "|";
            int chr;
            int index;
            synchronized(this){
                try{
                    httpConn = (HttpConnection)Connector.open(myURL, Connector.READ);
                    httpConn.setRequestMethod(HttpConnection.GET);
                    httpConn.setRequestProperty("Content-Type", "text/plain");
                    if(httpConn.getResponseCode() == HttpConnection.HTTP_OK){
                        //Vars
                            os = httpConn.openOutputStream();
                            os.flush();
                            sb = new StringBuffer();
                            is = httpConn.openDataInputStream();
                            while ((chr = is.read()) != -1) { sb.append((char) chr); }
                            String response = new String(sb.toString().getBytes(),"UTF-8");
                            Vector nodes = new Vector();
                            index = response.indexOf(separator);
                        //Code
                        while(index>=0) {
                            nodes.addElement( response.substring(0, index) );
                            response = response.substring(index+separator.length());
                            index = response.indexOf(separator);
                        }
                        nodes.addElement( response );
                        String[] result = new String[ nodes.size() ];
                        if( nodes.size()>0 ) {
                            for(int loop=0; loop
    

    I watched a lot of samples and other code online, and I don't see anything wrong with my code.

    Any help will be much appreciated.

    That everything seems OK to me.  I would be very surprised if this empty code battery a lot, especially if he did invoke every 60 minutes.  Sure that it does not have anything in your RealtimeClockListener you treat?  Also makes the Thread performing the closing down?  It would seem that you could drive this treatment completely out of the RealtimeClockListener, just start the Thread when you want.  If you did that, then I think that your application would have a minimal impact on the battery.

  • iPhone drains the battery faster under 9.3.1 - possible?

    Is it just me or drain the battery faster under 9.3.1 on my iPhone 6?

    It feels as if 'normal' use I make of the phone takes less time... In particular, sit and do nothing as during night.  The only thing that I have changed a few months back, it's turning off BT, I lost my helmet, but it was before 9.3.1. Its not horrible, it just feels like it lasts less time...

    Everyone with an iPhone 6 (64 GB in my case) who suffers?

    iDM@iCloud wrote:

    Is it just me or drain the battery faster under 9.3.1 on my iPhone 6?

    It feels as if 'normal' use I make of the phone takes less time... In particular, sit and do nothing as during night.  The only thing that I have changed a few months back, it's turning off BT, I lost my helmet, but it was before 9.3.1. Its not horrible, it just feels like it lasts less time...

    Everyone with an iPhone 6 (64 GB in my case) who suffers?

    http://www.Apple.com/batteries/maximizing-performance/

  • Why will my iPad Pro seems to drain the battery so fast?

    Why will my iPad Pro seems to drain the battery so fast?

    The amount of time that lasts a charge depends on various factors, including what you do with the iPad. Start with the tips in this article. http://www.Apple.com/batteries/maximizing-performance/

    -AJ

  • Is it normal that my iPhone 6 sec to drain the battery overnight so that wifi and cellular data are turned off?

    My 6s iPhone drains the battery overnight

    WiFi and cellular data off

    Not normal.

  • Mail application drains the battery on the iphone 6 (iOS 9.2)

    Hello

    Since the 9.2 update my apple mail app drains the battery really fast. It has 3 accounts (outlook, apple, imap) and tried to extract emails not to push but did not help. When I check in the menu of the battery in the last mail 24 hours with 2 min on screen + 2 min backgroud used 17% (this is equivalent to Facebook 28 min 45 min phone used only 9% or + 22 min back). I tried other email applications, but for me, this one is pretty good and does not want to use another app for something I already have. Is there any solution for this or should I wait for an update of the software?

    Thank you

    Have you tried force reboot the phone by holding down the button sleep and home for 10 seconds, until the Apple logo comes back again?

    You won't lose data, but it can cure some problems after installing new software.

    For some users, deleting the mail account and adding back once the phone reboots worked, especially when you use an exchange account.

  • Fact ' slide to power on "drain the battery? / How to turn it off.

    Just, I got my W520 and noticed that the fingerprint sensor has failed in this setting (after I turn off the led is lit green). How fast did it drain the battery? It is an interesting possibility, but at least I can connect to the password of the bios is nothing more than a gimick I can say.

    -FDP

    No need to go into bios. Open "Thinkvantage fingerprint software"-> settings-> authentication (first tab), under the "safety walk", uncheck the "footprint user digital instead of the power button

  • Smartphones blackBerry 3G signal is originally from draining the battery on my bold 9700

    Hi all

    I don't know if anyone could say this already in the forum. I found nothing when I searched keywords.

    Drain the battery of my bold 9700 seems to be caused by the 3G signal. I know it sounds weird that a signal could cause such a thing.

    With the signal 3G on my battery lasts for 15 minutes at the most. I'm not a hardcore user, I just check my mail and tweet (not all day - some of us have a job to do and may not be on twitter every 2 seconds). The phone would just stop (I don't mean it restarts and I don't get the message informing me in that battery power has been drained).

    I've done the things suggested. I reinstalled the operating system and I went in the distant downgrade the OS OS5, but the question always remained. I've since upgraded to the version of OS6 2949 (latest OS for this phone). I also uninstalled all applications check the cause of the problem.

    My last resort was to disable 3G and don't stay in 2G and in doing so, my phone battery can now last a whole day.

    If I want to use 3G, and not have my phone die on me, I have to put it on a charger. Basically, the phone becomes a landline.

    This could be a possible solution for anyone experiencing the same problem.

    BTW, I've had this phone for almost two years now and I left still completely applications every time I have stop using them, that they are never active in the background.

    My phone details:

    Model: 9700 "Bold"

    Carrier: Vodafone

    OS: version 6 2949 (I think it's the latter)

    Hi Shlain66,

    Thank you for your Post...!

    Please start handheld in safe mode and then watch if battery save increases or not

    Laptop safe mode boot procedure you will find in below URL

    http://BTSC.webapps.BlackBerry.com/BTSC/ViewDocument.do?externalId=KB17877&sliceId=2&cmd=displayKC&d...

  • Why my iphone 6 becomes hot and drains the battery faster after updating ios 9.2?

    After upgrading my iphone 6 the new 9.2 IOS recently, I experienced some problems about heating problems and deplete the battery faster.

    Can someone please look at my post and help me?

    I have the same problem. Immediately after the update of this week my iPhone 6 has started to go crazy - overheating until it was rude to hold and the battery drains completely in the course of an hour or two. Problem continued for two days now. I tried a reset (holding down power and front button) and I thought that this had contributed, but as soon as I used any application the phone started its tumble again. Probably overheating is caused by the CPU to do something, but I can't say what. This doesn't seem to be a problem with a specific application - any activity seems to he left. It was working perfectly normally until the 9.2 update.

  • ios10 drain the battery so fast

    Hey guys,.

    Just want to ask, is it only me or someone else having the same problem as me? After release the new ios 10, somehow the battery drains so fast.

    Hi Syed Hafeez Syed Amran,

    I understand that after updating to iOS 10, iPhone problems with some battery life. Well thank you for the use of communities of Apple Support to post your question! To help you optimize your life of the stack during execution of your iOS new brilliant 10, try to check to see what apps may be using the battery and prevent them from running in the background. Go to settings > battery to check your battery use. To prevent the background refresh apps, go to settings > general > background App refresh and turn the switch to Off.   On the use of the battery on your iPhone, iPad and iPod touch

    You can also use this link for tips on maximizing your iPhone's battery life.  Maximize the life and the life of the battery

    I really hope you enjoy your new iOS! By using the tips in this Constitution will help you get the best of iOS 10 and all its features.
    Good day.

  • How to drain the battery is considered as normal?

    I bought a MBP 15 "(MacBook Pro with the Retina display, OS X Yosemite (10.10.5), Core i7 2.5 GHz, 16 GB of DDR3 memory) in January 2016." Although this particular model has 9 hours of wireless web browsing, I find his behaviour pretty weird lately.

    Right after the purchase of this piece which I could flaunt, I tried to measure his performance of the battery because it is one of their main selling point. As a test, I have that YouTube and the video stream with audio turned on at full volume in Safari (as he called to be optimized on Chrome/Firefox) for continuous 1 hour. To my delight, I found that 10%-11% of the battery charge has dropped. Twice I've tested, the result was invariably the same. Yesterday I repeated once more the same 'experience '. The battery got decreased by 13%-14% in two innings.

    Now-a-days, if I keep open Safari, do certain amount of browsing the web, use Google docs/sheets, Facebook, streaming video (no Flash, games, etc.), the battery drops about 20% in an hour. Point to note that I have installed a lot of software to exercise fully the potential of the machine, but only a handful of those, for example, Dropbox, Little Snitch run as a background service consuming little cycles CPU.

    As you can see, the battery drain went from 10% to 11% to 20% with a bit more of its use. This essentially translates to 5 hours of computing with a fully charged battery.

    If I followed the amperage, the full capacity of the battery (9 full cycles up to now) is approximately 8600 ~ mAh. Theoretically, to offer 9 hours of battery life, the amperage must be about 955 mAh, while, with the above mentioned usage profile, he gushed to-(1400-1500) mAh for no reason.

    I apologize for writing a long post. In the end, my question is if this drainage is normal? Earlier, I used a 13 "MBP (no graphics card) for a month, the battery life is impressive (about 7-8 hours at full load). That's what I expect from my new MBP that is twice as expensive. I'm sorry if I look like whining, but you understand very well how he feels a (so-called), a device does not promise and you've already spent your hard earned money.

    Battery run time as announced by Apple is measured with the help of non-intensive resource settings that simply do not represent its actual use.  I have never achieved the results announced and that I never thought I could.  I just use the MBP for my needs, is not to see if I can reproduce the hype of Apple.

    According to what you wrote, it seems that your results are normal for what you do.  I don't see that you have a problem.

    Ciao.

    Addendum: Mycroft what?

Maybe you are looking for

  • Graphics problem

    I have a hp Office dc 5100 mt. (EC955ET) I installed w7 but can not get a graphics driver please help.

  • Need help from the Japan

    Can anyone tell why I can not download Skype since the Japanese App store? Thanks in advance Antonio

  • HDMI Audio, Uncategorized - G50-108NR

    I'm not able to get HDMI audio work in my 108NR HP G50 notebook. Searched the forum and tried the suggested options. Have you tried the following. 1 check cleared option immersed in sound - reading section 2 update the Inter HDMI Audio Driver 3 updat

  • Sleek power book 6 HP ENVY on password

    Hello recently I have my HP ENVY 6a elegant book asked me the administrator password or power on password. I don't know how it happened. Can help you with this question?

  • Impossible to update the common Assembly of 8.1 to 8.6

    Hello I develop c# code to interface directly with my Renault NI.  There are some examples of excellent for .NET code with DAQmx drivers; for example, AcqOneVoltageSample.2005. Unfortunately, I have recently updated my DAQmx, which updated the Assemb