Fixed
Status Update
Comments
sy...@gmail.com <sy...@gmail.com> #2
Disabling all extensions does not fix the problem.
sy...@gmail.com <sy...@gmail.com> #3
Enabled log-level=0 and got the following:
$ google-chrome --enable-logging --log-level=0
[20397:20397:1383124398002:ERROR:chrome/app/chrome_dll_main.cc(247)] GLib-GObject: instance of invalid non-instantiatable type `(null)'
Segmentation fault
$ google-chrome --enable-logging --log-level=0
[20397:20397:1383124398002:ERROR:chrome/app/chrome_dll_main.cc(247)] GLib-GObject: instance of invalid non-instantiatable type `(null)'
Segmentation fault
sy...@gmail.com <sy...@gmail.com> #4
Adding debug log.
sy...@gmail.com <sy...@gmail.com> #5
Do you have crash reporting enabled? If so, a crash id should be dumped, and if you give that to us, then we can look up what caused the crash.
ph...@gmail.com <ph...@gmail.com> #6
My client_id appears to be B7776A6E-F752-1E5B-E46B-ACD5F961EE30.
I see crash_count: 0, but since I've enabled it I've gotten it to crash twice.
Seems to happen immediately after geolocation is finished.
I see crash_count: 0, but since I've enabled it I've gotten it to crash twice.
Seems to happen immediately after geolocation is finished.
ph...@gmail.com <ph...@gmail.com> #7
I only see 2 browser crashes from your client id:
Stack trace:
Thread 0 *CRASHED* ( SIGSEGV @ 0x00000020 )
0xb6c306ca [libdbus-glib-1.so.2.1.0 + 0x0000d6ca]
0xb6c30be4 [libdbus-glib-1.so.2.1.0 + 0x0000dbe4]
0xb6c324f9 [libdbus-glib-1.so.2.1.0 + 0x0000f4f9]
0xb6c2f17e [libdbus-glib-1.so.2.1.0 + 0x0000c17e]
0xb6c07790 [libdbus-1.so.3.4.0 + 0x0001d790]
0xb6bf73c5 [libdbus-1.so.3.4.0 + 0x0000d3c5]
0xb6bf9991 [libdbus-1.so.3.4.0 + 0x0000f991]
0xb6c2a92c [libdbus-glib-1.so.2.1.0 + 0x0000792c]
0xb705b5e4 [libglib-2.0.so.0.2400.1 + 0x0003b5e4]
0xb705f2d7 [libglib-2.0.so.0.2400.1 + 0x0003f2d7]
0xb705f4b7 [libglib-2.0.so.0.2400.1 + 0x0003f4b7]
0x08707d34 [chrome - base/message_pump_glib.cc:195] base::MessagePumpForUI::RunWithDispatcher(base::MessagePump::Delegate*, base::MessagePumpForUI::Dispatcher*)
0x0870796f [chrome - ./base/message_pump_glib.h:59] base::MessagePumpForUI::Run(base::MessagePump::Delegate*)
0x086e00f3 [chrome - base/message_loop.cc:214] MessageLoop::RunInternal()
0x086e0161 [chrome - base/message_loop.cc:617] MessageLoopForUI::Run(base::MessagePumpForUI::Dispatcher*)
0x08073625 [chrome - chrome/browser/browser_main.cc:198] BrowserMain(MainFunctionParams const&)
0x0806cb4a [chrome - chrome/app/chrome_dll_main.cc:861] ChromeMain
0x0806cf5f [chrome - chrome/app/chrome_exe_main_gtk.cc:50]
Stack trace:
Thread 0 *CRASHED* ( SIGSEGV @ 0x00000020 )
0xb6c306ca [libdbus-glib-1.so.2.1.0 + 0x0000d6ca]
0xb6c30be4 [libdbus-glib-1.so.2.1.0 + 0x0000dbe4]
0xb6c324f9 [libdbus-glib-1.so.2.1.0 + 0x0000f4f9]
0xb6c2f17e [libdbus-glib-1.so.2.1.0 + 0x0000c17e]
0xb6c07790 [libdbus-1.so.3.4.0 + 0x0001d790]
0xb6bf73c5 [libdbus-1.so.3.4.0 + 0x0000d3c5]
0xb6bf9991 [libdbus-1.so.3.4.0 + 0x0000f991]
0xb6c2a92c [libdbus-glib-1.so.2.1.0 + 0x0000792c]
0xb705b5e4 [libglib-2.0.so.0.2400.1 + 0x0003b5e4]
0xb705f2d7 [libglib-2.0.so.0.2400.1 + 0x0003f2d7]
0xb705f4b7 [libglib-2.0.so.0.2400.1 + 0x0003f4b7]
0x08707d34 [chrome - base/message_pump_glib.cc:195] base::MessagePumpForUI::RunWithDispatcher(base::MessagePump::Delegate*, base::MessagePumpForUI::Dispatcher*)
0x0870796f [chrome - ./base/message_pump_glib.h:59] base::MessagePumpForUI::Run(base::MessagePump::Delegate*)
0x086e00f3 [chrome - base/message_loop.cc:214] MessageLoop::RunInternal()
0x086e0161 [chrome - base/message_loop.cc:617] MessageLoopForUI::Run(base::MessagePumpForUI::Dispatcher*)
0x08073625 [chrome - chrome/browser/browser_main.cc:198] BrowserMain(MainFunctionParams const&)
0x0806cb4a [chrome - chrome/app/chrome_dll_main.cc:861] ChromeMain
0x0806cf5f [chrome - chrome/app/chrome_exe_main_gtk.cc:50]
mu...@gmail.com <mu...@gmail.com> #8
Are they the same? I can reproduce it a few more times if you'd like.
p....@gmail.com <p....@gmail.com> #9
I'm guessing geolocation tries to initialize glib-dbus, which is crashing, possibly due to a race condition. Perhaps r50652 fixes this, or cause the crash to happen sooner?
sy...@gmail.com <sy...@gmail.com> #10
[Empty comment from Monorail migration]
sy...@gmail.com <sy...@gmail.com> #11
I've tried on some other websites (e.g.
(This is on the same chrome version)
Btw I'm out for a week now, so if this is urgent we may need someone else to look into it.
ry...@gmail.com <ry...@gmail.com> #12
One more question, Ian.
You mention: "Seems to happen immediately after geolocation is finished."
However, from the log file attached, I don't see any evidence of geolocation working (but this maybe because you already had another tab open that was also using geolocation and so pre-cached the location?)
Could you clarify how you know geolocation is finished? What is the visible indicator on the website?
Cheers
You mention: "Seems to happen immediately after geolocation is finished."
However, from the log file attached, I don't see any evidence of geolocation working (but this maybe because you already had another tab open that was also using geolocation and so pre-cached the location?)
Could you clarify how you know geolocation is finished? What is the visible indicator on the website?
Cheers
jo...@gmail.com <jo...@gmail.com> #13
I seem to have been chosen for A/B geolocation testing on twitter as others have mentioned not getting the geo feature on their twitter pages, too.
The way geolocation on twitter (at least for me) is:
1. after logging in and hittinghttp://twitter.com , a small link with the text "Add your location" and a crosshairs next to it appears directly underneath the "What's Happening" text box.
2. clicking the link requests geolocation from Chrome (Chrome asks for permission and shows the crosshairs in the URL bar). Thetwitter.com UI switches to a "Getting your location..."
3. when Chrome comes back with a location, the UI element changes to a "in X" link (where X is the best guessed location). If you click on the "in X", a dropdown list of nearby cities and businesses shows up. Clicking on one specifies that location for your tweet.
I said that it seems to happen immediately after geolocation because both crashes that I had yesterday occurred at step 3 when the UI element changed to the link. I did not have to click on anything on the page to get it to crash.
The way geolocation on twitter (at least for me) is:
1. after logging in and hitting
2. clicking the link requests geolocation from Chrome (Chrome asks for permission and shows the crosshairs in the URL bar). The
3. when Chrome comes back with a location, the UI element changes to a "in X" link (where X is the best guessed location). If you click on the "in X", a dropdown list of nearby cities and businesses shows up. Clicking on one specifies that location for your tweet.
I said that it seems to happen immediately after geolocation because both crashes that I had yesterday occurred at step 3 when the UI element changed to the link. I did not have to click on anything on the page to get it to crash.
cd...@cdavidanderson.com <cd...@cdavidanderson.com> #14
Great, many thanks for the clarification.
Could you try another site or two using geolocation and see if it happens
there?
maps.google.com/maps/m
http://www.google.com/search?q=geolocation+demo
Could you try another site or two using geolocation and see if it happens
there?
a4...@gmail.com <a4...@gmail.com> #15
So it looks like the twitter geotagging feature is only available in the US right now
http://twitter.zendesk.com/forums/26810/entries/122236
> Please note that this feature is currently only available for US users - Twitter's @support account will let you know when it's available in other countries.
> Please note that this feature is currently only available for US users - Twitter's @support account will let you know when it's available in other countries.
cd...@cdavidanderson.com <cd...@cdavidanderson.com> #16
I connected to twitter via US based proxy, was presented with the geotagging UI, and sucessfully posted some tweets. No crash.
This is on Ubuntu 10.4, and Chrome 6.0.437.3 (Official Build 50164) dev
I've got some passwords in the password manger (just in case this is kwallet interaction)
Ideas?
This is on Ubuntu 10.4, and Chrome 6.0.437.3 (Official Build 50164) dev
I've got some passwords in the password manger (just in case this is kwallet interaction)
Ideas?
ry...@gmail.com <ry...@gmail.com> #17
I tried the demos and it looks like geolocation works fine.
je...@gmail.com <je...@gmail.com> #18
Vague idea:
- does this dev version have the kwallet D-Bus code enabled?
- if so, is this a repeat ofhttp://crbug.com/40803 which we had on geolocation? i.e. kwallet is sometimes causing code to run on the main loop? Perhaps it needs the same work-around as was applied to geolocation.
(but hard to explain whytwitter.com would be exposing this, when using the geolocation feature).
- does this dev version have the kwallet D-Bus code enabled?
- if so, is this a repeat of
(but hard to explain why
sy...@gmail.com <sy...@gmail.com> #19
I just had it crash a couple more times. It's definitely not timed the same for every crash: sometimes geolocation works and I can click around other parts of twitter.com with no problem. It seems to happen more frequently when I sit on twitter for a few minutes doing stuff in other windows and then come back to the page.
jo...@gmail.com <jo...@gmail.com> #20
I'm in the US, just updated to a recent version of Chromium (50687), and am on Mint 9 (Ubuntu 10.4). I still have twitter crash all chromium tabs and windows about half the time when I go to my home page.
ve...@gmail.com <ve...@gmail.com> #21
Evan, look at Joth's https://crbug.com/chromium/47319#c17 . It does seem like quite a coincidence that the password manager stuff recently went out and we're now seeing this crash.
gr...@gmail.com <gr...@gmail.com> #22
If 50687 is crashing (as per https://crbug.com/chromium/47319#c19 ), then moving the dbus initialization to one place in startup in r50652 hasn't helped :(
HenrySchreinerIII: can you get a backtrace of the crash at all? (just to see if it's also dbus in there).
jorlow, joth: the password manager stuff is disabled normally isn't it without an explicit password-store command line option? (well maybe there's some initialization stuff that still runs ... I haven't looked)
HenrySchreinerIII: can you get a backtrace of the crash at all? (just to see if it's also dbus in there).
jorlow, joth: the password manager stuff is disabled normally isn't it without an explicit password-store command line option? (well maybe there's some initialization stuff that still runs ... I haven't looked)
gr...@gmail.com <gr...@gmail.com> #23
For what it's worth, I have "Never save passwords" and "Enable AutoFill to make it easier to fill in forms" (but with no profiles created) checked.
pe...@gmail.com <pe...@gmail.com> #24
[Empty comment from Monorail migration]
jo...@gmail.com <jo...@gmail.com> #25
(whoops, it's already on dev channel, we should at elast prevent it from getting to beta)
jj...@gmail.com <jj...@gmail.com> #26
[Empty comment from Monorail migration]
ke...@gmail.com <ke...@gmail.com> #27
I'm having a similar issue on OSX 10.6.4 with Chrome 6.0.447.0.
Chrome does not crash but it will take 30-45 seconds from the load of the page until a location is loaded. The entire length of that time Chrome is almost completely frozen.
If I have Twitter configured to not automatically find my location the delay never happens. If I manually click "Add your location" the delay and freeze happens.
Chrome does not crash but it will take 30-45 seconds from the load of the page until a location is loaded. The entire length of that time Chrome is almost completely frozen.
If I have Twitter configured to not automatically find my location the delay never happens. If I manually click "Add your location" the delay and freeze happens.
al...@gmail.com <al...@gmail.com> #28
This bug is about Linux. Can you open a separate one about the Mac issue? It is plausible it has a different cause.
ju...@gmail.com <ju...@gmail.com> #29
[Empty comment from Monorail migration]
sh...@gmail.com <sh...@gmail.com> #30
Any updates on this?
si...@gmail.com <si...@gmail.com> #31
I've been reticent to check twitter.com lately because I'm doing actual work... I just checked now and couldn't get it to crash. Same version, no changes on the system (haven't done any package upgrades). Twitter must have changed something on their side?
bl...@gmail.com <bl...@gmail.com> #32
Not sure how to proceed with this one: this is the only report, and it's no longer happing.
I now notice the OP says using incognito windows stops the problem; there's very little reason that geolocation would stop crashing when in incognito, which leads me to think it is (was) something the javascript code was doing in response to receiving the geolocaiton result, rather than the result itself, that was causing this crash.
I now notice the OP says using incognito windows stops the problem; there's very little reason that geolocation would stop crashing when in incognito, which leads me to think it is (was) something the javascript code was doing in response to receiving the geolocaiton result, rather than the result itself, that was causing this crash.
as...@gmail.com <as...@gmail.com> #33
I can't get Twitter to crash anymore with 6.0.458.1 (Official Build 51742) dev. I would vote for marking this closed with the explanation that it was some external-to-Chrome interaction.
On my home laptop (which has been running dev builds too -- previously I thought I had it on beta) twitter never crashed.
On my home laptop (which has been running dev builds too -- previously I thought I had it on beta) twitter never crashed.
ja...@googlemail.com <ja...@googlemail.com> #34
As per the comments, Cannot reproduce.
Was only ever seen on one machine, and now can no longer be seen there either.
Was only ever seen on one machine, and now can no longer be seen there either.
gr...@gmail.com <gr...@gmail.com> #35
I came across this bug report and thought I should chime in.
I get this error in chromium on both a Windows machine and Ubuntu Lucid. It doesn't take down Chromium, but does crash the twitter tab - I load thetwitter.com page and within 10 seconds or so, I get the window popping up saying the tab has crashed and I can either wait or kill the tab. Waiting just leads the page loading constantly, you can read the page, but it can't be scrolled. I use the Chromium updater tool on Windows and the daily build PPA on Linux, so both builds are pretty up-to-date.
I've been seeing this occur ever since I started using Chromium about a month ago. It does seem rather random though, it doesn't always happen...
I get this error in chromium on both a Windows machine and Ubuntu Lucid. It doesn't take down Chromium, but does crash the twitter tab - I load the
I've been seeing this occur ever since I started using Chromium about a month ago. It does seem rather random though, it doesn't always happen...
iv...@ivanmosquera.net <iv...@ivanmosquera.net> #36
sp...@gmail.com <sp...@gmail.com> #37
@pathios, you maybe seeing another issue: 59913. That should now be fixed on the dev channel.
ke...@gmail.com <ke...@gmail.com> #38
Chrome Version (from the about:version page): 6.0.437.3 (Official Build 50164) dev
Is this the most recent version: yes
OS + version: Ubuntu Lynx
CPU architecture (32-bit / 64-bit): 32-bit
Window manager: Gnome
URLs (if relevant):
What steps will reproduce the problem?
- Browse to twitter.com and log in
- After page loads, chrome crashes (including all tabs and other windows opened).
Other info:
- Seems to work fine after I cleaned my cache, but Chrome started crashing again after a few visits
- I have geolocation enabled for twitter.com
- Chrome does not crash when I visit twitter.com in a Private Browsing window
I will post more info as I notice anything, but I wanted to get this down before it crashed again.
pe...@gmail.com <pe...@gmail.com> #39
may this will help, I can get into twitter.com running chromium as root, this means a permissions problems isn't? but where?
[Deleted User] <[Deleted User]> #40
I can confirm I also get this error but it resolves itself if I run my browser as root.
md...@gmail.com <md...@gmail.com> #41
14.0.790.0 canary, just ran into the problem
my...@gmail.com <my...@gmail.com> #42
14.0.792.0, openSUSE, same symptoms as https://crbug.com/chromium/47319#c37 , 32bit and 64bit archs
jj...@gmail.com <jj...@gmail.com> #43
Fedora 15, 64bit Chrome 12.0.742.112. Problem exists
md...@gmail.com <md...@gmail.com> #44
I tried removing Site Data for twitter.com , but Chromium also crashed when trying to delete Web Database from UI as well. After that I went to ~/.config/chromium/Default and deleted the whole "databases" subdirectory. Upon deletion twitter.com works again. Therefore I guess there is some problem in the WebDB storage code.
l1...@gmail.com <l1...@gmail.com> #45
14.0.825.0 under openSUSE seems to work
dg...@gmail.com <dg...@gmail.com> #46
be...@gmail.com <be...@gmail.com> #47
Fedora 15, fresh reload, recent update, latest chrome, 13.0.782.107, awww snap page when going to twitter.com . twitter.com/about works, https://support.twitter.com/ works, even signing in here, but returning to profile, awww snap. Tried clearing cache, cookies, etc. Nope.
to...@gmail.com <to...@gmail.com> #48
If you're encountering this on Fedora, it's https://crbug.com/chromium/81413 . I'd love it if you commented on the bug I filed with them: https://bugzilla.redhat.com/show_bug.cgi?id=710276 and asked them why they can't fix it. ;)
jo...@gmail.com <jo...@gmail.com> #49
(This bug is from July 2010. If you are still encountering a problem with this specific bug, then please either star https://crbug.com/chromium/81413 if it applies to you, or open a new bug so your info isn't lost.)
br...@gmail.com <br...@gmail.com> #50
[Empty comment from Monorail migration]
to...@gmail.com <to...@gmail.com> #51
[Empty comment from Monorail migration]
sy...@gmail.com <sy...@gmail.com> #52
This issue was migrated from crbug.com/chromium/47319?no_tracker_redirect=1
[Monorail components added to Component Tags custom field.]
[Monorail components added to Component Tags custom field.]
ef...@gmail.com <ef...@gmail.com> #53
Same problem here; Running a Nexus 5 bought yesterday. Using it as a company phone, encrypted, with all the different kinds of login disabled excepting PIN; I also have location, bluetooth, 3g and data disabled, . Have used Camera once and the mm-qcamera-app process drained most of the battery in 6 hours from a full charge. Also charging takes forever (3% in 20 minutes). No additional apps for camera use since I am not taking pics with the phone very often. Please advise on resolution.
ml...@gmail.com <ml...@gmail.com> #54
Regarding comment #51 ... I'm developing a rather advanced video engine for Android presently and thus am dealing with all sorts of camera issues including the mm-qcamera-daemon problem. The problems seem definitely related to Qualcomm SoCs which are behaving badly in app lifecycle situations. To prevent issues for my test app / middleware it's necessary to of course shut down any connections to the camera via the camera API, but I've found that seemingly to get things to not hang sporadically the app must always manually call finish() for the Activity interacting with the camera. This means calling finish() when the home button is pressed and not let the Activity interacting with the camera linger even if release() is called on any active camera instance from the camera API.
While I can't authoritatively say this solves the symptoms to this problem I haven't seen any problems on Qualcomm based devices after making this change to my test app and I'm testing it all the time on the Nexus 5 presently. This of course is for developers of camera apps and not an end user / consumer solution. There seems to be some interplay with the Activity lifecycle / OS / and Qualcomm camera service implementation that is definitely different than other Android devices w/ different SoC manufacturers. I tried to debug and do everything possible to avoid a manual call to Activity->finish() when leaving focus of my test camera app. That is the only thing that stopped camera issues on Qualcomm based devices.
While I can't authoritatively say this solves the symptoms to this problem I haven't seen any problems on Qualcomm based devices after making this change to my test app and I'm testing it all the time on the Nexus 5 presently. This of course is for developers of camera apps and not an end user / consumer solution. There seems to be some interplay with the Activity lifecycle / OS / and Qualcomm camera service implementation that is definitely different than other Android devices w/ different SoC manufacturers. I tried to debug and do everything possible to avoid a manual call to Activity->finish() when leaving focus of my test camera app. That is the only thing that stopped camera issues on Qualcomm based devices.
sy...@gmail.com <sy...@gmail.com> #55
Re #53 as long as you call "release()" for the camera; it doesn't seem to ever hang for me unless there was a violent crash. Depending on the device, mm-qcamera-deamon may force close the connection after a period of time or may totally foobar the device until next restart. This seems to be very device (possibly driver version) specific.
On the 2013 Nexus 7, using 25% or 1 core at 100% is absurd amount of cpu power just to draw the camera to the screen. Either every reporting tool I can use is incorrectly reporting the cpu usage or something is seriously wrong with the qualcomm camera driver.
On the 2013 Nexus 7, using 25% or 1 core at 100% is absurd amount of cpu power just to draw the camera to the screen. Either every reporting tool I can use is incorrectly reporting the cpu usage or something is seriously wrong with the qualcomm camera driver.
ml...@gmail.com <ml...@gmail.com> #56
@ #54 My money is on a fubared Qualcomm camera driver & unstable MediaCodec implementation on Qualcomm SoCs as well.
Yeah, why I mention that I can't authoritatively claim calling finish() helps specifically with the symptoms posted in this issue it was definitely necessary for using MediaCodec on Qualcomm based devices. Unfortunately a start / stop / initialization cycle of MediaCodec crashes in certain situations on Qualcomm SoCs where it works on all others I've tested thus far and this crashing situation certainly triggers the "violent crash" scenario hence not reaching a call to "release" for the active camera instance reliably thereby further triggering the symptoms in this issue with mm-qcamera-daemon, etc. It's a big mess really from the dev side of things regarding side effects of clearly unstable / untested APIs.
For example one of the more exotic MediaCodec crash scenarios was recording a video in my app then hitting "home" going to MXPlayer to play the video and when returning to my camera app MediaCodec would hang and crash no matter what I did to properly set things up and of course just on Qualcomm based devices. This doesn't occur if "finish()" is called when leaving my test app.
It's a bandaid that has thus far brought stability to my current camera / MediaCodec app efforts on all devices with no problems since I included it. Not ideal at all and kind of a pain, but less bad than crashes and the symptoms in this issue. I exhaustively tried everything else as far as control flow goes before resorting to the "finish" hack.
Yeah, why I mention that I can't authoritatively claim calling finish() helps specifically with the symptoms posted in this issue it was definitely necessary for using MediaCodec on Qualcomm based devices. Unfortunately a start / stop / initialization cycle of MediaCodec crashes in certain situations on Qualcomm SoCs where it works on all others I've tested thus far and this crashing situation certainly triggers the "violent crash" scenario hence not reaching a call to "release" for the active camera instance reliably thereby further triggering the symptoms in this issue with mm-qcamera-daemon, etc. It's a big mess really from the dev side of things regarding side effects of clearly unstable / untested APIs.
For example one of the more exotic MediaCodec crash scenarios was recording a video in my app then hitting "home" going to MXPlayer to play the video and when returning to my camera app MediaCodec would hang and crash no matter what I did to properly set things up and of course just on Qualcomm based devices. This doesn't occur if "finish()" is called when leaving my test app.
It's a bandaid that has thus far brought stability to my current camera / MediaCodec app efforts on all devices with no problems since I included it. Not ideal at all and kind of a pain, but less bad than crashes and the symptoms in this issue. I exhaustively tried everything else as far as control flow goes before resorting to the "finish" hack.
cn...@gmail.com <cn...@gmail.com> #57
I'm in on this too. I use GN3 with stock ROM on AT&T. Phone heats, battery drains super fast, & this daemon process as at 51% of battery usage constantly. Rebooting the device seems to help, but it recurs.
Since the phone is useless in this state, I will be returning it within the hour.
Since the phone is useless in this state, I will be returning it within the hour.
md...@gmail.com <md...@gmail.com> #58
Ever since I returned my phone to factory settings (a week or so ago), and
reinstalled all apps that I was using except for Greenify (or any of the
other "battery saving apps" that are out there), this problem has not
occurred.
I really suspect that a hard shutdown of camera-using apps will cause the
process to panic, and overrun the CPU.
Of course, this is just anecdotal, and it is a bug, the daemon should not
do this. Not using battery saving apps has solved my problem.
reinstalled all apps that I was using except for Greenify (or any of the
other "battery saving apps" that are out there), this problem has not
occurred.
I really suspect that a hard shutdown of camera-using apps will cause the
process to panic, and overrun the CPU.
Of course, this is just anecdotal, and it is a bug, the daemon should not
do this. Not using battery saving apps has solved my problem.
c....@gmail.com <c....@gmail.com> #59
Same here with a GN3 stock rom.
This issue is killing my smartphone experience.
This issue is killing my smartphone experience.
fi...@gmail.com <fi...@gmail.com> #60
I have the same issue, some people said that this problem caused by yahoo messenger but i don't have it?
I hope someone find a way to fix it!
I hope someone find a way to fix it!
ja...@gmail.com <ja...@gmail.com> #61
After I uninstalled Barcode Scanner my problem went away. But it seems like the problem can happen with a number of apps.
gu...@gmail.com <gu...@gmail.com> #62
We have seen that debug traces gets overflowed with thousands of camera face detection events per second as soon as any app related to camera use is started. It is probably related to the above. This happens on Note 10.2 2014.
Turning face detection off has no influence.
This is a typical debug message:
E/mm-camera( 315): module_faceproc_client_send_info:1763] face_cnt 0
It is urgent to get this fixed.
Turning face detection off has no influence.
This is a typical debug message:
E/mm-camera( 315): module_faceproc_client_send_info:1763] face_cnt 0
It is urgent to get this fixed.
ho...@gmail.com <ho...@gmail.com> #63
Nexus 5, 4.2.2.
No face log-in. I don't know of any other apps that access the camera by itself.
I think my case may have been triggered by Waze when it was trying to detect a hand wave. Reboot seems to help.
It seems to be definitely triggered by apps that access camera. Not sure if this is an issue with the camera API usage practice or bug in the driver/daemon.
No face log-in. I don't know of any other apps that access the camera by itself.
I think my case may have been triggered by Waze when it was trying to detect a hand wave. Reboot seems to help.
It seems to be definitely triggered by apps that access camera. Not sure if this is an issue with the camera API usage practice or bug in the driver/daemon.
gu...@gmail.com <gu...@gmail.com> #64
Try take a debug log and see if you also get the flood of face detection notifications.
mi...@gmail.com <mi...@gmail.com> #65
I just got my first smartphone less then a week ago after giving up my old LG flip phone that I for 10 years. I got the Samsung Galaxy Note 3 and everything has been great up until this afternoon when I noticed the phone getting really warm to the touch and my battery plummeting down to nothing in a matter of an hour. I noticed the mm-qcamera-dameon was at 66%. I had yahoo messenger on my phone and all was well with it. I tried to use it this evening but I couldn't get it to work now. I did download a few apps today but have since deleted them in thinking they may have caused the problem. I haven't used the camera since the first day I got the phone last week. This is ruining my first smartphone experience really fast. Also, my phone has been charging for the past 4 hours and it still is at only 76% in being charged. My old phone only took about 2 hrs. max to charge up, if that.
gu...@gmail.com <gu...@gmail.com> #66
On #51 and #61: The enormous flood of face detections start for any app using the camera. So, it is not directly related to any app.
And it starts regardless of if you have any face detection function activated in the app. It seems to be the face detection logic spinning free without any wait time between the detection scans. Or it gets triggered by some indication from the camera that there is a new image delivered to scan and that indication appears more than once per image. (Just guessing on these reasons )
On #53 You say you call finish() when you exit the app. But don't you have the problem while the app using the camera is running?
And it starts regardless of if you have any face detection function activated in the app. It seems to be the face detection logic spinning free without any wait time between the detection scans. Or it gets triggered by some indication from the camera that there is a new image delivered to scan and that indication appears more than once per image. (Just guessing on these reasons )
On #53 You say you call finish() when you exit the app. But don't you have the problem while the app using the camera is running?
ml...@gmail.com <ml...@gmail.com> #67
@65
It's hard to say if there is any extra drain on the battery during the operation of my app in normal conditions since my test app is a demo for rather intense OpenGL camera manipulation / video engine middleware. It's a bit of a battery hog to begin with given all that it is doing and I'm really working the GL pipeline in a way that I haven't been able to do with SoCs prior to Snapdragon 800 / Adreno 330, but "After Effects in your pocket" will do that!
So, yes, indeed the device gets hot particularly around the camera itself at times. I haven't had much chance to do a detailed analysis during runtime regarding battery usage or breakdown between my app / GL / potential camera service other areas, etc. I'll be able to tune and test things better once I get more recent devices to test with soon.
My older devices like the Galaxy Nexus on 4.3 don't have any problems except not being able to support nearly as much functionality due to an older GPU.
As mentioned in #55 I have to call finish() especially on Qualcomm SoCs to reset anomalies with MediaCodec that will crash in various strange and complex / indeterminate ways otherwise that caused problems with the camera service / functionality when the app was not running or when restarting after sending the app into the background.
As things go there area a lot of problems surrounding the camera functionality on the N5 / Android 4.3 & 4.4.x for devs and end users alike. It seems like things are stuck in a limbo phase between the next major revision of the camera APIs and everyone is going to suffer for a bit.
It's hard to say if there is any extra drain on the battery during the operation of my app in normal conditions since my test app is a demo for rather intense OpenGL camera manipulation / video engine middleware. It's a bit of a battery hog to begin with given all that it is doing and I'm really working the GL pipeline in a way that I haven't been able to do with SoCs prior to Snapdragon 800 / Adreno 330, but "After Effects in your pocket" will do that!
So, yes, indeed the device gets hot particularly around the camera itself at times. I haven't had much chance to do a detailed analysis during runtime regarding battery usage or breakdown between my app / GL / potential camera service other areas, etc. I'll be able to tune and test things better once I get more recent devices to test with soon.
My older devices like the Galaxy Nexus on 4.3 don't have any problems except not being able to support nearly as much functionality due to an older GPU.
As mentioned in #55 I have to call finish() especially on Qualcomm SoCs to reset anomalies with MediaCodec that will crash in various strange and complex / indeterminate ways otherwise that caused problems with the camera service / functionality when the app was not running or when restarting after sending the app into the background.
As things go there area a lot of problems surrounding the camera functionality on the N5 / Android 4.3 & 4.4.x for devs and end users alike. It seems like things are stuck in a limbo phase between the next major revision of the camera APIs and everyone is going to suffer for a bit.
to...@gmail.com <to...@gmail.com> #68
Hi, everyone!
This is for all, who are not developing but just want to get rid of this nuisance.
What I wrote in #50 about three weeks ago still works.
"Longterm tests" - meaning: start video recording and let it run until the battery is nearly down - with both remaining apps on the phone (Motorola stock app and LG Camera free)lead to a usage of mm-qcamera-daemon of about 7%, which is down to 2% after a few hours of normal usage and complete gone overnight.
Knock on wood that thiswill last, Good luck to all who will test on their phones!
This is for all, who are not developing but just want to get rid of this nuisance.
What I wrote in #50 about three weeks ago still works.
"Longterm tests" - meaning: start video recording and let it run until the battery is nearly down - with both remaining apps on the phone (Motorola stock app and LG Camera free)lead to a usage of mm-qcamera-daemon of about 7%, which is down to 2% after a few hours of normal usage and complete gone overnight.
Knock on wood that thiswill last, Good luck to all who will test on their phones!
[Deleted User] <[Deleted User]> #69
Having the same issue, the process is taking up 68% of my CPU, a restart didn't help. Nexus 5 owner.
ub...@gmail.com <ub...@gmail.com> #70
I solved by removing the camera shortcut from desktop. N5, Cataclysm ROM, franco kernel r33.
sr...@gmail.com <sr...@gmail.com> #71
Noticed this same issue today. Using Nexus 5 32GB and did not start any camera apps in days. Suddenly this morning phone feels hot to touch and battery drained very fast. Most of it (60+ percent) spent on mm-qcamera-daemon process. Please elevate this issue, this is not minor, it's major battery drain and as far as I could find lot of people are having this happen. I don't use snapchat (seen some relating this issue to that app but nope in my case). Google, please fix, this is ruining my Nexus experience.
gb...@gmail.com <gb...@gmail.com> #72
This is a very serious problem that needs attention. My stock Nexus 5 is suffering daily from this issue and none of the ideas work.
me...@gmail.com <me...@gmail.com> #73
i have same issue. i missed some of my important calls two days back .
se...@gmail.com <se...@gmail.com> #74
[Comment deleted]
se...@gmail.com <se...@gmail.com> #75
I've noticed this issue lately on my stock N5 and, while I haven't done any extensive testing, it seems coincidental that it happens after I take a picture and then share it to something. Facebook, gmail, etc.. Just the times that I am in the camera app and click the share function. My guess is that it doesn't properly give the exit commands when that happens and my workaround will be to exit the camera app and then share manually from the photo viewer. Again, haven't tested and don't have time at the moment, this is just a theory. From reading what other people have posted on this it seems to be similar symptoms no matter what app they are posting to.
to...@gmail.com <to...@gmail.com> #76
Same issue.
Dont use any video capture.
Bugs with the photoApp natively present on phone.
Have nexus 5 , Android 4.4.2
Dont use any video capture.
Bugs with the photoApp natively present on phone.
Have nexus 5 , Android 4.4.2
di...@gmail.com <di...@gmail.com> #77
Happened to me this AM...battery dead overnight while sleeping.
Nexus 5 stock 32GB.
Lite user - both cell,camera & data.
I uninstalled Instagram (never used) & removed camera icon from Favorites tray.
Started using Watchdog Lite to monitor CPU usage offenders.
I hope this is a one time event.
Nexus 5 stock 32GB.
Lite user - both cell,camera & data.
I uninstalled Instagram (never used) & removed camera icon from Favorites tray.
Started using Watchdog Lite to monitor CPU usage offenders.
I hope this is a one time event.
wh...@gmail.com <wh...@gmail.com> #78
GN3, same issues with battery getting hot, and draining very fast.
Not installed Snapchat, or Yahoo messenger.
Tried rebooting a number of times - no help, also removed camera icon from home screen, no help either.
Not installed Snapchat, or Yahoo messenger.
Tried rebooting a number of times - no help, also removed camera icon from home screen, no help either.
jl...@gmail.com <jl...@gmail.com> #79
Same issue here. Had my N5 since launch and today (2/21/14) was the first time this has happened. Took up 59% battery life and drained my phone with barely any usage. Please fix!
tn...@gmail.com <tn...@gmail.com> #80
Same issue here. Battery is getting hot, no Snapchat or Yahoo messenger. Phone now charges slowly even after a reboot
ro...@gmail.com <ro...@gmail.com> #81
My issue started after I connected my AT&T Note 3 to my computer and backed it up via the Samsung Kies 3 software. Kies must have done something during the backup. From my research, the problem resides in the external SD Card. I have a SanDisk 64 GB Class 10 micro and it must have went haywire during the Kies back up. I plugged my phone into my computer and backed up all the contents of my SD Card to a folder on the desktop. Then I went into the settings menu under General then Storage. I tried to format the SD Card. It said it was formatting but never actually deleted the pictures or video. So I unmounted the card popped it out of the phone and put it back in. Then I did the format again. This time it worked and all my files were deleted. This problem has happened to me before and then went away for a long while. The fix that worked for me was formatting micro SD card.
sb...@gmail.com <sb...@gmail.com> #82
My Nexus 5 stock with 4.4.2 Kitkat, no roms or roots installed, running well from last November since last days ago, when the battery drain come to max level caused by the process above. I restart the phone many times without success, the camera is unusable and the phone has to be recharged in few hours.
This is not a small bug, but a serious problem that come to return many devices to the vendor and to cancel what we know as the Nexus Experience, please solve it ASAP.
This is not a small bug, but a serious problem that come to return many devices to the vendor and to cancel what we know as the Nexus Experience, please solve it ASAP.
fl...@gmail.com <fl...@gmail.com> #83
Since a few days ago, I also have this Problem. I also don't use snapchat. Maybe it is a bug in the Google play services released a few days ago?
sh...@gmail.com <sh...@gmail.com> #84
I am facing the same issue since yesterday. I have not installed any new app in the recent past.The mmq-camera-daemon is using 49% of the battery.
I do not have Instagram, Yahoo Messenger installed.
How to stop the mmq-camera-daemon? How to resolve this issue?
Please help
I do not have Instagram, Yahoo Messenger installed.
How to stop the mmq-camera-daemon? How to resolve this issue?
Please help
pa...@class-acts.com <pa...@class-acts.com> #85
Put me down for having this problem crop up in the last 24 hours. I've owned this Nexus 5 since release and have had no battery issues until now. No snapchat or yahoo for me either. 55% of battery is being consumed by mm-camera-darmon and cut is pegged all the time.
mu...@googlemail.com <mu...@googlemail.com> #86
I am having this issue aswell on my Nexus 5 since yesterday. Had the Nexus 5 since launch and no major issues. This mm-qcamera-daemon only appeared in the battery stats today and it's used up 49% battery. Hardly got through 4 hours! Had to recharge. How can a process/issue like this come out of nowhere. Google really needs to look into this issue!!!
va...@gmail.com <va...@gmail.com> #87
I am having the same issue on my nexus 5. Been seeing this issue the past couple of days. It's been draining my battery. Need a fix google!!
cd...@cdavidanderson.com <cd...@cdavidanderson.com> #88
We need to start posting negative reviews on Amazon to get the attention of
the powers that be.
the powers that be.
de...@gmail.com <de...@gmail.com> #89
also was seeing this issue in recent days. Have not seen it anymore after uninstalling skype.
go...@gmail.com <go...@gmail.com> #90
Add me to the list of N5 owners with mm-qcamera-daemon sucking life out of battery at high rate.
gu...@gmail.com <gu...@gmail.com> #91
Can we try to isolate the problem a bit better. My problem is #61, that a lot of extra CPU is wasted while an app is used that I want to run. So it is not exactly the same as all these reports about spontantaneous use of CPU for something camera related. But close enough to suspect that they have the same cause. It may be hardware related. Or a bug that shows up differently depending on how software is loaded.
In our case, an enormous flood of face-detection indications starts as soon as any camera related app is started.
It would likely help if someone else could check in their system if it is the same there.
Take a trace with LogCat as described in
http://developer.android.com/tools/debugging/debugging-projects.html
And check what reports are created very often while the battery is drained.
It is interesting that there are so many different reports on what helps. Different uninstallations and reinstallations. It seems that stirring around in memory causes the bug to be inactivated. Such things can depend on uninitialized variables or peeking in memory that does not belong to the module.
Since we get the face detection indication without requesting face detection, it seems to me that the face detection logic that should be done in background maximum once per image is spinning free as rapid as it can.
Is it the same cause in all these spontantaneous battery drain situations? Check the logs!
In our case, an enormous flood of face-detection indications starts as soon as any camera related app is started.
It would likely help if someone else could check in their system if it is the same there.
Take a trace with LogCat as described in
And check what reports are created very often while the battery is drained.
It is interesting that there are so many different reports on what helps. Different uninstallations and reinstallations. It seems that stirring around in memory causes the bug to be inactivated. Such things can depend on uninitialized variables or peeking in memory that does not belong to the module.
Since we get the face detection indication without requesting face detection, it seems to me that the face detection logic that should be done in background maximum once per image is spinning free as rapid as it can.
Is it the same cause in all these spontantaneous battery drain situations? Check the logs!
im...@gmail.com <im...@gmail.com> #92
Google plz fix this issue..uninstalling any app should not be a solution..
gu...@gmail.com <gu...@gmail.com> #93
We do not yet really know if it is Google or device manufacturer causing this.
st...@gmail.com <st...@gmail.com> #94
[Comment deleted]
st...@gmail.com <st...@gmail.com> #95
As far as I can tell this started after I used an App called "ScanToPDF Free" When I started the App, the camera crashed and wouldn't even open from the camera App. I had to reboot the handset (Stock Nexus 5) to get the camera active again.
Opening ScanToPDF Free this time worked and a picture was taken. However, the next day I noticed the fast battery drain and found this issue. All I did was reboot the handset again and all has been fine.
My thought is that it could be any App that has access to the camera that could cause this fault. It may be that the App crashes or just is not designed well and causes this drain. I did not uninstall the App. I have used it again since without fault and without recurrence of the "mm-qcamera-daemon" fault.
I am removing my Star on this topic, because I feel it IS to do with 3rd Party Apps and NOT Android Firmware.
Good luck to all in solving this issue for your devices.
Opening ScanToPDF Free this time worked and a picture was taken. However, the next day I noticed the fast battery drain and found this issue. All I did was reboot the handset again and all has been fine.
My thought is that it could be any App that has access to the camera that could cause this fault. It may be that the App crashes or just is not designed well and causes this drain. I did not uninstall the App. I have used it again since without fault and without recurrence of the "mm-qcamera-daemon" fault.
I am removing my Star on this topic, because I feel it IS to do with 3rd Party Apps and NOT Android Firmware.
Good luck to all in solving this issue for your devices.
mc...@gmail.com <mc...@gmail.com> #96
Android 4.4.2, Nexus 5 - same issue: I did a factory reset, problem persisted. After that I rooted the phone, fixed permissions using ROM Manager. So far no more problems.
tk...@gmail.com <tk...@gmail.com> #97
While I have some 3rd party apps using the camera I *think* the only camera accessing apps I'd used in the reboot cycle when I encountered this were Hangouts and Camera. No problems I could see with Hangouts, but the next day Camera refused to start and was just giving me "Can't connect to camera" error. That was the first hint something wasn't quite right, noticed the battery drain few hours later, it took less than three hours to drain the battery from full charge.
pa...@gmail.com <pa...@gmail.com> #98
I have Nexus 5 since release.
Since last 2-3 days even my phone runs out of battery without much use - even in airplane mode...!
performing factory reset as I write this comment. Hope it solves the issue.
please call Google and report the issue if a reset doesnt help.
Since last 2-3 days even my phone runs out of battery without much use - even in airplane mode...!
performing factory reset as I write this comment. Hope it solves the issue.
please call Google and report the issue if a reset doesnt help.
pa...@gmail.com <pa...@gmail.com> #99
I am new to this site... but it seems clicking the "Star" next to the title " Issue 36949180 : mm-qcamera-daemon cpu usage" registers a vote!
I hope these votes traslate in the prioritization of issues/bugs by google!
I hope these votes traslate in the prioritization of issues/bugs by google!
el...@gmail.com <el...@gmail.com> #100
I'm a Nexus 5 owner. About one week ago I noticed that the camera app wasn't working at all ("Can't connect to camera" message). Since the last two days I noticed a heavy battery drain (the daemon takes about 60 %) and heat. I uninstalled snapchat, skype, tried to restart the phone, delete the camera shortcut, but nothing works, the daemon keeps operating. This IS a major issue, please fix it, my Nexus 5 doesn't even last a day.
da...@gmail.com <da...@gmail.com> #101
It all has happened for the last week or so... First it was Foursquare that started draining battery like mad, with the app being active during a bunch of minutes despite I was not using it. Then the infamous camera daemon.
I haven't seen any problem after uninstalling Foursquare but I after reading your comments that doesn't look like the root cause at all :/
I haven't seen any problem after uninstalling Foursquare but I after reading your comments that doesn't look like the root cause at all :/
ba...@gmail.com <ba...@gmail.com> #102
I dont think any app is responsible for this major drain.
I have done no major changes to my Nexus 5 and this issue came into existence from nowhere.
qccamera-daemon seems to be one of the issue and eats upto 35% of my usage but I don't feel it's the only one draining battery.
I have done no major changes to my Nexus 5 and this issue came into existence from nowhere.
qccamera-daemon seems to be one of the issue and eats upto 35% of my usage but I don't feel it's the only one draining battery.
an...@gmail.com <an...@gmail.com> #103
Same issue for me... Started Thursday of last week, mm-qcamera-daemon drains the battery, phone gets very warm, camera doesn't work. A reboot seems to fix it until (I think) I take another picture. _very_ annoying obviously...
js...@gmail.com <js...@gmail.com> #104
same here with my Nexus 5
facing this issue of "mm-qcamera-daemon" which is eating up the battery like its hungry for years.
@Google, #android#team please have a fix for this, resetting to factory default or uninstalling an app should not be a solution.
facing this issue of "mm-qcamera-daemon" which is eating up the battery like its hungry for years.
@Google, #android#team please have a fix for this, resetting to factory default or uninstalling an app should not be a solution.
ni...@gmail.com <ni...@gmail.com> #105
A lot of people believe it's snap chat that's causing the problem but I never installed snap chat and I still face this problem with the phone. In fact any app that uses camera seems to trigger this process and then it does not terminate causing fat battery drain for my phone.
Have a nexus 5 16gb, KitKat latest running on it
Have a nexus 5 16gb, KitKat latest running on it
ga...@gmail.com <ga...@gmail.com> #106
Isn't it possible to bump the priority on this? This is a major issue
fl...@gmail.com <fl...@gmail.com> #107
Same Problem here. Tried different "fixes", none seems to be working.
Problem does not seem to be related to any app - just started "out of the blue".
Nexus 5, 16gb, Stock. Running 4.4.2 Kernel 3.4.0-gadb2201
Problem does not seem to be related to any app - just started "out of the blue".
Nexus 5, 16gb, Stock. Running 4.4.2 Kernel 3.4.0-gadb2201
to...@gmail.com <to...@gmail.com> #108
I found this thread after having the same issue for the first time (Nexus 5 4.4.2 16GB).
I have a very strong hint about this (or just a HUGE coincidence): the battery drain from mm-qcamera-daemon started after I enabled the camera cloud backup from G+ photos app. I have never had this issue before doing this, so it should be the culprit.
I have a very strong hint about this (or just a HUGE coincidence): the battery drain from mm-qcamera-daemon started after I enabled the camera cloud backup from G+ photos app. I have never had this issue before doing this, so it should be the culprit.
ba...@gmail.com <ba...@gmail.com> #109
Nexus 5 16 gb, 4.4.2 rooted
Happened to me last night (mm-qcamera-daemon the culprit), drained about 20-30% of my battery. Started while I accidentally clicked on the flash icon and then could not disable flash (have power toggles in the dropdown menu). Went into the camera app to try to disable flash and the camera crashed (same as post #103 and then a crash, message stays on the screen for a split second). Rebooted the device and the flash was still a bit unresponsive (didnt toggle on/off like it normally does, but with a lot more lag). The camera worked fine. In the period of about 20-30 mins 20% of the battery was gone. Funny enough the problem stopped abruptly as I switched my phone to airplane mode and went to bed. Phone works fine today.
Also I should mention that I do have photo upload to google enabled ever since I got the phone (2 months), but this is the first time it happened and the first time i saw mm-qcamera in the battery usage.
Happened to me last night (mm-qcamera-daemon the culprit), drained about 20-30% of my battery. Started while I accidentally clicked on the flash icon and then could not disable flash (have power toggles in the dropdown menu). Went into the camera app to try to disable flash and the camera crashed (same as post #103 and then a crash, message stays on the screen for a split second). Rebooted the device and the flash was still a bit unresponsive (didnt toggle on/off like it normally does, but with a lot more lag). The camera worked fine. In the period of about 20-30 mins 20% of the battery was gone. Funny enough the problem stopped abruptly as I switched my phone to airplane mode and went to bed. Phone works fine today.
Also I should mention that I do have photo upload to google enabled ever since I got the phone (2 months), but this is the first time it happened and the first time i saw mm-qcamera in the battery usage.
as...@googlemail.com <as...@googlemail.com> #110
This issue started for me a few days ago on my Samsung Galaxy Note 3. I have instagram, snapchat, as well as lots of other camera styled apps. Never had an issue until the past week. Currently it is chewing up 40% of my battery. Tried uninstalling snapchat, barcode scanner, instagram, path, facebook, vine etc. rebooted, still there. This really shouldn't be an issue going on 5 months without a resolution. Are google even looking into this?
na...@gmail.com <na...@gmail.com> #111
I am facing same problem with my nexus 5 KitKat 4.4.2...when I rebooted the mobile it was gone when I started using cam it started again...I have not installed any new apps recently..
dc...@gmail.com <dc...@gmail.com> #112
Discovered this issue today, drain 60% of battery in a couple of hours, with no apparent trigger. It seems to be a major issue.
Note 3 Orange jelly bean 4.3. Never happened on Note 1,Jelly Bean up to 4.2
Note 3 Orange jelly bean 4.3. Never happened on Note 1,Jelly Bean up to 4.2
pa...@gmail.com <pa...@gmail.com> #113
This just started happening to me. My camera started acting funny today. It had a black screen, then my phone started to get hot and the battery drained in about 2 hours from a full charge. I have a Galaxy Note 3, Android Version 4.3. I have had no issues before today. I dont have Snapchat. I do have Skype, Facebook, and Dropbox.
al...@gmail.com <al...@gmail.com> #114
Same here with Nexus 5 KitKat 4.4.2.
Does anyone have a fix? This is terrible!
Does anyone have a fix? This is terrible!
sa...@gmail.com <sa...@gmail.com> #115
same problem. To those saying it is caused by goggles/snapchat/other camera apps - an app *should not* be able to cause this issue - android should force the release of the camera.
be...@gmail.com <be...@gmail.com> #116
Same here with Nexus 5 KitKat 4.4.2, appears to have just started of the past week. I went to take a picture via 'Voxer' on Saturday and saw the 'cannot connect to camera' error message and had to reboot to get it working again. Since then, it keeps re-ocurring. Wow, it goes through the battery like nothing I've ever seen. I had the camera app button on my homescreen so have now removed this in the hope the problem goes away.
mn...@gmail.com <mn...@gmail.com> #117
Same issue startet yesterday on my Nexus 5 out of nowhere - no new installed apps or something - just the mm-qcamera-daemon that is draining my battery.
What the hell is this ... ?!
What the hell is this ... ?!
ya...@gmail.com <ya...@gmail.com> #118
Nothing to install. Did a hard reset. To no avail. The problem mm-qcamera-daemon persisted.
he...@gmail.com <he...@gmail.com> #119
Likewise I discovered this bug when I went to use the camera and it wouldn't open, soon after that my phone died as it ran out of battery, the culprit appeared to be this camera daemon. Now it seems to happen sporadically.
I've not got snapchat or instagram, in this case the only apps I've actively used before it happens are Facebook, google+, googleNow and cameraFX. I've used FB, G+ and Google now without it happening so I'm guessing it's probably whenever something opens the camera. Current solution is to reboot daily and when I use the camera!
Nexus 5
Android 4.4.2
Baseband version M8974A-1.0.35.0.23
Kernel version 3.4.0-gadb2201 android-build@vpbs1.mtv.corp.google #1 wed Nov 20 13:42:53 PST 2013
Build Number KOT49H
I've not got snapchat or instagram, in this case the only apps I've actively used before it happens are Facebook, google+, googleNow and cameraFX. I've used FB, G+ and Google now without it happening so I'm guessing it's probably whenever something opens the camera. Current solution is to reboot daily and when I use the camera!
Nexus 5
Android 4.4.2
Baseband version M8974A-1.0.35.0.23
Kernel version 3.4.0-gadb2201 android-build@vpbs1.mtv.corp.google #1 wed Nov 20 13:42:53 PST 2013
Build Number KOT49H
gu...@gmail.com <gu...@gmail.com> #120
I don't have SnapChat or InstaGram install - never have, and I also have this problem.
I'm pretty sure I've had this problem for a while but didn't notice till now.
I was really annoyed by slow recharge, and when the phone started getting really hot with no apps started I looked at battery usage and found mm-qcamera-daemon using 34% of all CPU time.
I've had my N5 for months and this problem started a few weeks ago - maybe several weeks ago.
I'm pretty sure I've had this problem for a while but didn't notice till now.
I was really annoyed by slow recharge, and when the phone started getting really hot with no apps started I looked at battery usage and found mm-qcamera-daemon using 34% of all CPU time.
I've had my N5 for months and this problem started a few weeks ago - maybe several weeks ago.
ha...@gmail.com <ha...@gmail.com> #121
Same Problem on my Nexus 5.
This seems to happen since ~ 2Days.
This seems to happen since ~ 2Days.
gu...@gmail.com <gu...@gmail.com> #122
To make matters worse. Rebooting my phone does not make the problem go away!
gu...@gmail.com <gu...@gmail.com> #123
Yes, it is quite evident now that
1. it appears from various camera-related apps.
2. And it shows up as the title says in extra CPU usage by the mm-qcamera-daemon.
3. Some have succeeded to get rid of the problem by various reshuffling of apps, system components or SD-card contents.
4. Nexus and some Samsung and one Motorola have appeared in the reports.
5. On NOTE 2014 we have seen that it is Face Detection looping wildly in mm-qcamera-daemon, but no one have reported what activities get logged in any other device.
I have succeeded to report to Samsung today but with no promise for rapid action.
In #50 a range of actions were reported, that together got rid of the problem.
It would be valuable if someone could test one of these actions at a time. I would suggest just removing and putting back mm-qcamera-daemon as the first one to try.
1. it appears from various camera-related apps.
2. And it shows up as the title says in extra CPU usage by the mm-qcamera-daemon.
3. Some have succeeded to get rid of the problem by various reshuffling of apps, system components or SD-card contents.
4. Nexus and some Samsung and one Motorola have appeared in the reports.
5. On NOTE 2014 we have seen that it is Face Detection looping wildly in mm-qcamera-daemon, but no one have reported what activities get logged in any other device.
I have succeeded to report to Samsung today but with no promise for rapid action.
In #50 a range of actions were reported, that together got rid of the problem.
It would be valuable if someone could test one of these actions at a time. I would suggest just removing and putting back mm-qcamera-daemon as the first one to try.
ja...@gmail.com <ja...@gmail.com> #124
#84 describes my experience exactly.
Always have ended my days of light use with 65-80% battery remaining. Never installed snapchat or yahoo or instagram, never used face unlock, wasn't even using my camera this weekend, but all of a sudden yesterday the battery hit 14% by dinnertime! Restarting hasn't worked; today it's draining quickly too. My Nexus 5 is nearly ruined, until Google fixes this.
Always have ended my days of light use with 65-80% battery remaining. Never installed snapchat or yahoo or instagram, never used face unlock, wasn't even using my camera this weekend, but all of a sudden yesterday the battery hit 14% by dinnertime! Restarting hasn't worked; today it's draining quickly too. My Nexus 5 is nearly ruined, until Google fixes this.
as...@gmail.com <as...@gmail.com> #125
It started happening on my stock Nexus 5 (32 gb) as well since last week. No new installation just few updates. In some forum it was mentioned that Amazon app update was the reason. I uninstalled the app, still I have the issue. Please fix it asap
ma...@gmail.com <ma...@gmail.com> #126
Same issue for me, and I don't use Snapchat, Yahoo or Instagram. It's been like that since more or less a week. In my case, as some reported, I had also the issue of the camera not working properly at some point (and for no apparent reason). I restarted the phone and the camera was there, but since, I have been dealing with this battery issue.
I have been trying to identify which app could be causing the trouble, so far unsuccessfully. I installed and app (os Monitor) which helped me to identify at what point the service associated with this (QcrilMsgTunnelService) started. It might be just coincidence, but at some point it told me that the service had been up for 8 hrs. 23 min. and XX secs, and that was exactly the amount of time Whatsapp have been running according to the same OS monitor, so it might be Whatsapp (I haven't installed it yet, I'll wait until the service "hangs around" again and then will double check if whatsapp and/or any other app started running at the same time the service did).
But even if I identify the responsible app and get rid of it, I'd like this issue "radically" solved, because otherwise it will be just a matter of time before another app activates it.
I have been trying to identify which app could be causing the trouble, so far unsuccessfully. I installed and app (os Monitor) which helped me to identify at what point the service associated with this (QcrilMsgTunnelService) started. It might be just coincidence, but at some point it told me that the service had been up for 8 hrs. 23 min. and XX secs, and that was exactly the amount of time Whatsapp have been running according to the same OS monitor, so it might be Whatsapp (I haven't installed it yet, I'll wait until the service "hangs around" again and then will double check if whatsapp and/or any other app started running at the same time the service did).
But even if I identify the responsible app and get rid of it, I'd like this issue "radically" solved, because otherwise it will be just a matter of time before another app activates it.
ni...@gmail.com <ni...@gmail.com> #127
I believe we need to get this to Google. Posting here and adding stars to this post, is that the way to go? Thanks in advance for your reply.
qi...@gmail.com <qi...@gmail.com> #128
I strace it when qq-camera-daemon eating power, "select" is looping because one pipe is broken. The pipe's fd is a fixed number 17.
A workroud way is to monitor qq-camera-daemon, when it is connected and pipe 17 disapear, just killed it. It will be restart automatically.
Who can fix this bug?
A workroud way is to monitor qq-camera-daemon, when it is connected and pipe 17 disapear, just killed it. It will be restart automatically.
Who can fix this bug?
lo...@infidel.name <lo...@infidel.name> #129
Same issue with stock Nexus 5, 4.4.2. Did not altered my app set in any way. I use the phone for a month now, never had such an issue before ~5 days ago. Never used snapchat - issue may manifest itself after any session with camera, most commonly through WhatsApp.
I suspect some recent update to Play Services or similar system-level silently-updating app does not behave well with Qualcomm camera driver.
I suspect some recent update to Play Services or similar system-level silently-updating app does not behave well with Qualcomm camera driver.
ja...@like.co <ja...@like.co> #130
Occurs on Nexus 5, 4.4.2, after the camera weird behavior several days ago (stuck on black screen on launching the camera app)
dr...@gmail.com <dr...@gmail.com> #131
facing this issue in Nexus5 , stock KitKat. daemon-shaemon , my ass.
Enabling 'Dont keep Activities" in Developer Options won't fix this?
I am trying that and will report if I have a Eureka moment
Enabling 'Dont keep Activities" in Developer Options won't fix this?
I am trying that and will report if I have a Eureka moment
jo...@heller.com.au <jo...@heller.com.au> #132
Plus one. Stock N5,no snapchat. Started happening a few days back. Possibly started with a Google Play Services update or something similar beyond my control. Reboot fixes temporarily. This is a serious bug affecting a lot of people.
hr...@gmail.com <hr...@gmail.com> #133
Happened to me as well..
Nexus 5, 4.2.2 32 GB
I didn't used neither camera nor any other application. When open the battery stat was surprised to see that battery drain was caused by camera-daemon. Was not able to launch camera post that. Reboot fixed the issue though..
Nexus 5, 4.2.2 32 GB
I didn't used neither camera nor any other application. When open the battery stat was surprised to see that battery drain was caused by camera-daemon. Was not able to launch camera post that. Reboot fixed the issue though..
th...@gmail.com <th...@gmail.com> #134
Same problem here.
Nexus 5, 4.4.2 32 GB Version
Since yesterday (24th Feb. 14) in the evening my phone starts extremely draining the battery. Today after 3 hrs with battery it has only 50% of power left.
No camera usage, no snapchat. Came from nowhere.
Nexus 5, 4.4.2 32 GB Version
Since yesterday (24th Feb. 14) in the evening my phone starts extremely draining the battery. Today after 3 hrs with battery it has only 50% of power left.
No camera usage, no snapchat. Came from nowhere.
vi...@gmail.com <vi...@gmail.com> #135
Any fix for the problem ?
I am having this issue since a week ,each time i have to restart the device .
I am having this issue since a week ,each time i have to restart the device .
lh...@gmail.com <lh...@gmail.com> #136
Same here with Nexus 5 KitKat 4.4.2.
se...@gmail.com <se...@gmail.com> #137
Nexus 5, 4.4.2 32GB.
Same problem about a week.
I've uninstalled goggles, but I'm not see any difference.
Same problem about a week.
I've uninstalled goggles, but I'm not see any difference.
lu...@gmail.com <lu...@gmail.com> #138
Hi!, I am another owner of a Nexus 5... the same problem... 3 times this week... please google solve this!!!
la...@gmail.com <la...@gmail.com> #139
This happened twice to me now. Nexus 5 stock with no photo back-up turned on (G+, dropbox) and no custom camera app. Restarting the device seems to fix the issue, but not for good. Clearly it is related to the standard camera app, as I have got the "Can't connect to the camera" error message prior this issue. I think, restoring the phone is not a viable solution!
po...@gmail.com <po...@gmail.com> #140
Same for me.
Nexus 5, 4.4.2 32GB.
Yesterday 50%, today 33%.
I took some pictures 2 days ago.
Nexus 5, 4.4.2 32GB.
Yesterday 50%, today 33%.
I took some pictures 2 days ago.
[Deleted User] <[Deleted User]> #141
Joining the club..
Happened to me yesterday for first time...
Happened to me yesterday for first time...
dh...@gmail.com <dh...@gmail.com> #142
Same problem with my wife's Nexus 5. I guess there is no solution. I can't believe this is a small priority still, it's a huge problem. Battery life is a number one priority for 99% of the smartphone community. Is there a proper way to report the problem to Google?
yh...@gmail.com <yh...@gmail.com> #143
No luck with restarting the phone. Couldn't connect to the camera randomly. Seems like a recent matter. I spent two weeks road tripping across the states, using the phone as my primary camera most of the trip with no issues at all. It's as of recent that the battery's been draining fast. Unplugged this morning around 6:40, it's 8:40 now and I'm down to 59% already. Struggles to charge overnight.
Rebooting hasn't done anything for me.
mm-qcamera-daemon has been running between 43-51% on my phone.
Stock Nexus 5 32GB, Kitkat 4.4.2.
Rebooting hasn't done anything for me.
mm-qcamera-daemon has been running between 43-51% on my phone.
Stock Nexus 5 32GB, Kitkat 4.4.2.
mu...@googlemail.com <mu...@googlemail.com> #144
After keeping up to date with this regarding mm-qcamera-daemon, somehow today that process is no longer in the battery stats but I am still having issues with camera not opening. Says it 'cannot connect to camera' so the issue is still there. Only way to get camera working is to restart the phone. This bug seriously needs to be looked at.
da...@gmail.com <da...@gmail.com> #145
Same problem with my Nexus 5 since a couple of days ago, I can't find a solution anywhere, I've tried tweeting to Android and Google hoping someone gets the message. Is there any oficial statement from Google? 5hr battery life all of the sudden is not what I sign in for!
ma...@szymczak.at <ma...@szymczak.at> #146
Same for me, started yesterday.
Nexus 5, 4.4.2 16GB.
You should really change the priority.
Nexus 5, 4.4.2 16GB.
You should really change the priority.
al...@gmail.com <al...@gmail.com> #147
This really needs to get fixed...
mo...@gmail.com <mo...@gmail.com> #148
I've been using the Nexus 5 phone fine since November but two days ago I started experiencing huge battery drains. Today I installed Battery Monitor Widget and saw that mm-qcamera-daemon is using up 49% of the processor. Powering off and on does not solve the issue even temporarily. Removing any camera related apps (Lomo in my case) also made no difference.
The Apps mentioned by others like Snapchat and yahoo messengar are not installed. I even deleted all non-essential apps but nothing changes. I haven't tried factory reset yet but want to leave this as the final option.
Really hope google is looking into this and announces something soon.
The Apps mentioned by others like Snapchat and yahoo messengar are not installed. I even deleted all non-essential apps but nothing changes. I haven't tried factory reset yet but want to leave this as the final option.
Really hope google is looking into this and announces something soon.
ro...@gmail.com <ro...@gmail.com> #149
Same here. Nexus 5 32GB, 4.4.2. Noticed it yesterday and today.
tr...@gmail.com <tr...@gmail.com> #150
Same here. Nexus 5 32GB, 4.4.2. Noticed it yesterday and today.
so...@gmail.com <so...@gmail.com> #151
Same here. Note 3. Batt would last for full 12+ hr day for the past 3 months; starting about 3 days ago, I'm at 30% after about 4 hours of moderate use (but nothing more than usual). mm-qcamera daemon is taking up about 40%.
ke...@gmail.com <ke...@gmail.com> #152
EXACT SAME PROBLEM!!!
Nexus 5, 4.4.2 32 GB Version
Started happening yesterday.
Right now after 3hrs 8mins on battery, down to 60% from 100% with near to no usage! mm-qcamera-daemon at 45% battery usage, the next one is Mobile standby with 14%...
Totally unacceptable, someone get on a high profile website and report this as it's ridiculous that there is not even a 'Got it, working on it' from anyone on this problem.
Nexus 5, 4.4.2 32 GB Version
Started happening yesterday.
Right now after 3hrs 8mins on battery, down to 60% from 100% with near to no usage! mm-qcamera-daemon at 45% battery usage, the next one is Mobile standby with 14%...
Totally unacceptable, someone get on a high profile website and report this as it's ridiculous that there is not even a 'Got it, working on it' from anyone on this problem.
cb...@gmail.com <cb...@gmail.com> #153
+1 here, only noticed this today, only could solve it by opening the camera app, getting the error, then reebot, also the proccess appeared from nowhere, as on the latest charging cycle i've never used the camera lol.
ic...@malte.de <ic...@malte.de> #154
Discovered the same issue on my Nexus 5 32G (821) today, mm-qcamera-daemon eating 50% of battery capacity.
ch...@gmail.com <ch...@gmail.com> #155
Same for me,since a week on my stock n5: no yahoo no snapchat. Don't think it is caused by a particular app because this process can appear during the night whereas i'am slepping and not using the phone...
Now or never google...
Now or never google...
ds...@gmail.com <ds...@gmail.com> #156
I'm having a similar issue. It started about a week, maybe two weeks ago, at first just the "Cannot connect to camera" error, and I noticed that mm-qcamera-daemon has been eating my battery. Normally the screen is the largest battery drain, but now this one process has at least doubled that. I thought Instagram might have been the culprit but I have uninstalled that with no change.
Sprint Nexus 5, Android 4.4.2.
Sprint Nexus 5, Android 4.4.2.
ch...@gmail.com <ch...@gmail.com> #157
One more victim every half hour
tr...@gmail.com <tr...@gmail.com> #158
Note 3, same issue that everyone is reporting. Just happened to me today. Come on Google!
su...@gmail.com <su...@gmail.com> #159
[Comment deleted]
su...@gmail.com <su...@gmail.com> #160
It happened to me because of "Clean Master" app shortcut, to put search light on. I had to reset my phone initially to get rid of this issue and then by mistake I touched the searchlight to on in the status bar which triggered mm-qcamera-daemon and thus started draining my battery. I am on Nexus 5.
Will report to Clean Master as well. But i don't think it's an application specific issue. It has more to do with some underlying process which is running in a loop draining the battery.
Will report to Clean Master as well. But i don't think it's an application specific issue. It has more to do with some underlying process which is running in a loop draining the battery.
je...@gmail.com <je...@gmail.com> #161
this effects me as well, very annoying to not feel as though you can trust it.
st...@gmail.com <st...@gmail.com> #162
note 3. no root.. same problem:(
ad...@gmail.com <ad...@gmail.com> #163
This is happening to me on a Sprint/Ting Nexus 5. Phone gets hot and completely drains within 5 hours on standby, 2-3 hours if using it.
This is making my phone borderline unusable. I am seeing the mm-qcamera-daemon at over 50% battery usage, and also getting "Cannot connect to camera" errors when trying to run the camera app.
This is a new phone, and if this isn't fixed I'm going to have to return it. I would much rather see this patched, since I like the phone otherwise.
This is making my phone borderline unusable. I am seeing the mm-qcamera-daemon at over 50% battery usage, and also getting "Cannot connect to camera" errors when trying to run the camera app.
This is a new phone, and if this isn't fixed I'm going to have to return it. I would much rather see this patched, since I like the phone otherwise.
jp...@gmail.com <jp...@gmail.com> #164
2 Days back suddenly my battery gets drain within 7 to 8Hrs in which mm-qcamera-daemon is the guy who eats most of it. And after seeing one of the Post I check my camera, it was not working. I tried most of the hits above, but nothing worked.
After clearing all app cache, temp files and restarting 6 times, now camera is working.
I let full batter drain and charging on shutdown mode.
Hoping it should work this time.
Will keep posting how it goes.
Fingers crossed !!!
After clearing all app cache, temp files and restarting 6 times, now camera is working.
I let full batter drain and charging on shutdown mode.
Hoping it should work this time.
Will keep posting how it goes.
Fingers crossed !!!
jo...@gmail.com <jo...@gmail.com> #165
Nexus 5 with Android 4.4.2 here. I'm using ART instead of Dalvik.
Hangouts is my SMS app. I regularly use Pocket Casts, Play Music, YouTube, Timely, Chrome, Google Maps, Tumbler, Gmail, Twitter, Facebook, Facebook Messenger, Google Plus, Google Drive, Google Keep, GitHub, DashClock Widget, Tasks, SKype, Firefox, Google Authenticator, Play Books, Dungeon Keeper, and Ingress. I have full-device encryption enabled with a PIN prompt.
It was months ago that I was updated to Android 4.4.2, so I don't believe that update caused this issue by itself. I've only had this issue for the last week or so.
I do know that Google Play Services updates separately and secretly, so it's currently my number 1 suspect. I'm on version 4.2.23 (1035512-038) right now.
I don't know what else to mention. This bug is now happening to me on a daily basis and I have no idea what triggers it.
Hangouts is my SMS app. I regularly use Pocket Casts, Play Music, YouTube, Timely, Chrome, Google Maps, Tumbler, Gmail, Twitter, Facebook, Facebook Messenger, Google Plus, Google Drive, Google Keep, GitHub, DashClock Widget, Tasks, SKype, Firefox, Google Authenticator, Play Books, Dungeon Keeper, and Ingress. I have full-device encryption enabled with a PIN prompt.
It was months ago that I was updated to Android 4.4.2, so I don't believe that update caused this issue by itself. I've only had this issue for the last week or so.
I do know that Google Play Services updates separately and secretly, so it's currently my number 1 suspect. I'm on version 4.2.23 (1035512-038) right now.
I don't know what else to mention. This bug is now happening to me on a daily basis and I have no idea what triggers it.
ri...@gmail.com <ri...@gmail.com> #166
Love my Nexus5. Hate this bug. Please fix it.
aw...@gmail.com <aw...@gmail.com> #167
Same here, first saw it today on my Nexus 5.
sy...@gmail.com <sy...@gmail.com> #168
I have had this issue as well. Had to uninstall Most of can apps.
sa...@gmail.com <sa...@gmail.com> #169
I'm having same issue...don't use snap chat, but did update sky drive to one drive and opt to allow automatic uploading. Just turned that off and will see if anything changes.
st...@gmail.com <st...@gmail.com> #170
Same as most people.. Have starred this post
dr...@gmail.com <dr...@gmail.com> #171
This just DOESN'T look like an app specific issue. Google pls fix this asap- its gonna kill the N5.
ka...@gmail.com <ka...@gmail.com> #172
Same here. Yesterday I saw this ... first time. Until now, this was not a problem on my Nexus 5 from November.
ay...@gmail.com <ay...@gmail.com> #173
Same as most people started having this issue from last 2-3 days... Please have a fix available for this ASAP!!! would hate to stop using my N5... :(
ip...@gmail.com <ip...@gmail.com> #174
Same thing, Nexus 5 4.4.2 Stock, no rooting.
Just started happening about 2 weeks. Restart fixes it temporarily,
Camera app installed : Camera360 (just uninstalled and monitoring the phone now)
Other Camera using app :
1. Lookout Security (at their cam-lock feature that takes front cam pic when failed to unlock device)
2. The stock Camera app itself
3. Facebook when uploading / taking camera
4. Skype when doing video calls
5. Google + ?
6. Instagram for taking pic
Any Solutions yet ?
Just started happening about 2 weeks. Restart fixes it temporarily,
Camera app installed : Camera360 (just uninstalled and monitoring the phone now)
Other Camera using app :
1. Lookout Security (at their cam-lock feature that takes front cam pic when failed to unlock device)
2. The stock Camera app itself
3. Facebook when uploading / taking camera
4. Skype when doing video calls
5. Google + ?
6. Instagram for taking pic
Any Solutions yet ?
je...@gmail.com <je...@gmail.com> #175
Same issue, stock Nexus 5 (ART). Thought it might be Cerberus but problem reoccurring after deleting it.
tr...@gmail.com <tr...@gmail.com> #176
Just noticed this battery drain on my Nexus 5 4.4.2 today. None of the apps I've updated in the past two days jump out at me as being camera users.
mk...@gmail.com <mk...@gmail.com> #177
Same problem. Stock nexus 5 on Arthur .
mo...@gmail.com <mo...@gmail.com> #178
same problem, Nexus 5
ju...@gmail.com <ju...@gmail.com> #179
thought it was related to me installing telegram, but it happened again after removing telegram as the last app I had added to my N5. This must be something system related and is more than just annoying. Happy to help by installing any beta updates of any kind to get rid of it!
je...@gmail.com <je...@gmail.com> #180
Please fix this ASAP for Android's sake.
ma...@bullet-systems.net <ma...@bullet-systems.net> #181
Had my N5 since launch day. Never seen this app/process before today. mm-qcamera-daemon using %50 battery.
dj...@gmail.com <dj...@gmail.com> #182
Started happening this morning (haven't taken any photos in the last two days, no new apps).
Nexus 5, 32GB, KitKat 4.4.2
Nexus 5, 32GB, KitKat 4.4.2
ye...@gmail.com <ye...@gmail.com> #183
Help...Started happening yesterday. do not know what to do except returning to the fabric settings. and also do not know if this works for it.
Nexus 5, 32GB, KitKat 4.4.2
Nexus 5, 32GB, KitKat 4.4.2
cd...@gmail.com <cd...@gmail.com> #184
Same for me on Samsung Note 3 since more or less a week.
si...@gmail.com <si...@gmail.com> #185
My wife also has this issue after a system update (Galaxy Note 3).
in...@gmail.com <in...@gmail.com> #186
Nexus 5 same issue. Uninstalled all third party apps. Looked at all running apps. It a bug. Please help google.
lw...@gmail.com <lw...@gmail.com> #187
Same problem, but using Samsung S4 (GT-I9506). Not rooted.
mm-qcamera-daemon drains battery, camera won't start, performance slows downs (apps responsetime increases), but it's not getting that much hotter (?).
Reboot helps for a while.
I've had the S4 since december running Android 4.2 with no problems at all. Troubles started 3 days ago when I, using Samsung Kies for PC-connection, upgraded to Android 4.3. This triggered updating/checking 200+ apps, widgets etc. Put it on charge for the night. The next day the camera couldn't open :(.
I've joined "The mm-qcamera-daemon curse"-Club...
mm-qcamera-daemon drains battery, camera won't start, performance slows downs (apps responsetime increases), but it's not getting that much hotter (?).
Reboot helps for a while.
I've had the S4 since december running Android 4.2 with no problems at all. Troubles started 3 days ago when I, using Samsung Kies for PC-connection, upgraded to Android 4.3. This triggered updating/checking 200+ apps, widgets etc. Put it on charge for the night. The next day the camera couldn't open :(.
I've joined "The mm-qcamera-daemon curse"-Club...
fl...@gmail.com <fl...@gmail.com> #188
I have the same problem. Tried to close all Apps that have permission for camera -> didn't help.
ba...@gmail.com <ba...@gmail.com> #189
Nexus 5. I'm having a similar issue. It started about a week, maybe two weeks ago, at first just the "Cannot connect to camera" error, and I noticed that mm-qcamera-daemon has been eating my battery. Normally the screen is the largest battery drain, but now this one process has at least doubled that.. Please help google.
dr...@gmail.com <dr...@gmail.com> #190
Nexus 5, same as others, the daemon started eating battery some time during last week or so, rebooting temporarily fixes the issue then it just restarts again. Same symptoms, phone gets warm and batter is drained in a couple of hours or at most half a day. Please fix!
th...@gmail.com <th...@gmail.com> #191
I'm having this issue without any of the apps listed installed. I've turned off the various features that require the camera (such as Air View, Air Gesture, Smart Pause, Smart Scroll, and Smart Stay), and this seems to have made a differencewith my Galaxy Note 3.
da...@gmail.com <da...@gmail.com> #192
Turned off all "air" features on my Galaxy Note 3,still have the problem. It started today after an ota from AT&T. Drained 40% of the battery in couple of hours and the phone gets hot.
ja...@gmail.com <ja...@gmail.com> #193
Nexus 5
Battery drain issue discovered last night. After readinghttps://productforums.google.com/forum/m/#!topic/nexus/c__1mTUbOIE I checked for camera problems and found that the camera fails to start. Phone also running hot during basic use.
Battery drain issue discovered last night. After reading
sa...@gmail.com <sa...@gmail.com> #194
Same issue...why is google not fixing it for so long now???
bu...@gmail.com <bu...@gmail.com> #195
Also experiencing it. Come on Google, you need to pull your finger out and fix this bug asap.
2 1/2 hours use and 38% battery because of this on my N5
2 1/2 hours use and 38% battery because of this on my N5
je...@gmail.com <je...@gmail.com> #196
Same issue. Camera does not connect and battery drains like crazy. I uninstalled a battery widget app which for some reason needed camera permission to see if this fixes the problem. I do not believe that it is taking so long to fix this bug. I am so disappointed. I love my Nexus 5.
je...@gmail.com <je...@gmail.com> #197
And by the way, priority small????? Are you kidding me????
cl...@gmail.com <cl...@gmail.com> #198
I have the same problem. mm-qcamera-daemon started eating battery some time during last week, rebooting temporarily fixes the issue then it just restarts again.
I tried also to de-activate the camera, but nothing...
I'm starting to get nervous!!!!
I tried also to de-activate the camera, but nothing...
I'm starting to get nervous!!!!
os...@gmail.com <os...@gmail.com> #199
Joining the cause. Nexus 5. Same issue. Since day 1 I felt like battery lasted way less than Nexus 4, not sure when this problem startted.
ds...@gmail.com <ds...@gmail.com> #200
Update from my post yesterday: I uninstalled Instagram, but didn't see any change until I restarted my phone. I have now done that, and my phone is behaving normally again without camera or battery problems.
be...@gmail.com <be...@gmail.com> #201
Same issue. The first time was friday for my nexus 5. I uninstalled some app who use app camera. It didn't work. The same issue appeared today. I don't want to restore my device.
Please, find a solution... :(
Please, find a solution... :(
[Deleted User] <[Deleted User]> #202
I have a Nexus 5 (latest Kit Kat updates), and noticed this happening when I had unplugged the charger and opened the camera app from the "lock" screen by accident. I closed the camera app and the screen was unlocked. I then noticed the battery drain later that day. After a recharge, noticed the same thing continuing and found this post group on the problem. I have followed several postings, and so far it has not come back.. I did notice that when I went into Apps, All apps tab there is a "Reset" option for apps. I used that vs doing a wipe. and noticed that Face recognition was running, when I never used that, its gone now as I stopped it.
du...@gmail.com <du...@gmail.com> #203
Same issue. Nexus 5... Please, fix it !
de...@gmail.com <de...@gmail.com> #204
I experience the same issue, with an almost-stock Nexus 5. Everything was OK so far, a day I installed Skype, then I got the issue. I uninstalled Skype, but the issue still goes on. I have no other camera app. Now battery is discharging very fast and phone is getting very hot.
mu...@googlemail.com <mu...@googlemail.com> #205
We all need to get this message sent to Google so they can see this issue by any means, email, Google+, Twitter. The priority isn't small. It needs to be changed to high.
ro...@gmail.com <ro...@gmail.com> #206
I started using Skype recently and that's around the time that the problem started for me.
Setting up my phone after a factory reset takes forever, so I really want to avoid doing that.
It would be nice if a google representative could post a message on here to say they are looking into it, or request some specific information to help resolve this.
Setting up my phone after a factory reset takes forever, so I really want to avoid doing that.
It would be nice if a google representative could post a message on here to say they are looking into it, or request some specific information to help resolve this.
ta...@abdulradi.com <ta...@abdulradi.com> #207
I have this problem on my stock Nexus 5. Camera started to refuse working sometimes after I installed "Instagram". I have to reboot to fix this.
Also today I noticed 45% battery drain because of "mm-qcamera-daemon" process, and the camera is not responding,
Also today I noticed 45% battery drain because of "mm-qcamera-daemon" process, and the camera is not responding,
ra...@gmail.com <ra...@gmail.com> #208
This is a huge problem and seems that it was activated these days. Suddenly all people are complaining about this battery drainage. Stop blaming third party apps, they are not causing this issue. it is something about the Android OS that is causing this issue.
Yesterday I experienced that problem, the nexus 5 camera app was all black and crashed, did not work at all, I had to reset the phone and then this in this morning?
Hope we will get a patch asap.
Yesterday I experienced that problem, the nexus 5 camera app was all black and crashed, did not work at all, I had to reset the phone and then this in this morning?
Hope we will get a patch asap.
he...@gmail.com <he...@gmail.com> #209
I've had the same issue, and it's decimating my battery life. Please fix.
ke...@googlemail.com <ke...@googlemail.com> #210
Same problem, 3 hours away from charger, battery drained 48 %
je...@gmail.com <je...@gmail.com> #211
Here is some information from logcat that I got after I noticed mm-camera-daemon draining battery.
E/mm-camera-intf( 182): mm_camera_open: opened, break out while loop
E/mm-camera-intf( 182): mm_camera_open: cannot open control fd of '/dev/video1' (Connection timed out)
E/mm-camera-intf( 182): camera_open: mm_camera_open err = -1
E/QCamera3HWI( 182): camera_open failed.
E/Camera3-Device( 182): Camera 0: initialize: Could not open camera: Unknown error -2147483648 (-2147483648)
E/Camera2ClientBase( 182): initialize: Camera 0: unable to initialize device: Unknown error -2147483648 (-2147483648)
I/Camera2Client( 182): Camera 0: Closed
I/Camera2ClientBase( 182): Closed Camera 0
W/AudioFlinger( 182): session id 1694 not found for pid 24168
W/AudioFlinger( 182): session id 1695 not found for pid 24168
W/CameraBase(24168): An error occurred while connecting to camera: 0
W/System.err(24168): java.lang.RuntimeException: Fail to connect to camera service
W/System.err(24168): at android.hardware.Camera.native_setup(Native Method)
W/System.err(24168): at android.hardware.Camera.<init>(Camera.java:350)
W/System.err(24168): at android.hardware.Camera.open(Camera.java:309)
W/System.err(24168): at com.skype.android.video.capture.CameraParamsHolder.loadParameters(CameraParamsHolder.java:32)
W/System.err(24168): at com.skype.android.video.capture.CameraParamsHolder.<init>(CameraParamsHolder.java:18)
W/System.err(24168): at com.skype.android.video.capture.CameraParamsHolder.getInstance(CameraParamsHolder.java:50)
W/System.err(24168): at dalvik.system.NativeStart.run(Native Method)
E/mm-camera-intf( 182): mm_camera_open: opened, break out while loop
E/mm-camera-intf( 182): mm_camera_open: cannot open control fd of '/dev/video1' (Connection timed out)
E/mm-camera-intf( 182): camera_open: mm_camera_open err = -1
E/QCamera3HWI( 182): camera_open failed.
E/Camera3-Device( 182): Camera 0: initialize: Could not open camera: Unknown error -2147483648 (-2147483648)
E/Camera2ClientBase( 182): initialize: Camera 0: unable to initialize device: Unknown error -2147483648 (-2147483648)
I/Camera2Client( 182): Camera 0: Closed
I/Camera2ClientBase( 182): Closed Camera 0
W/AudioFlinger( 182): session id 1694 not found for pid 24168
W/AudioFlinger( 182): session id 1695 not found for pid 24168
W/CameraBase(24168): An error occurred while connecting to camera: 0
W/System.err(24168): java.lang.RuntimeException: Fail to connect to camera service
W/System.err(24168): at android.hardware.Camera.native_setup(Native Method)
W/System.err(24168): at android.hardware.Camera.<init>(Camera.java:350)
W/System.err(24168): at android.hardware.Camera.open(Camera.java:309)
W/System.err(24168): at com.skype.android.video.capture.CameraParamsHolder.loadParameters(CameraParamsHolder.java:32)
W/System.err(24168): at com.skype.android.video.capture.CameraParamsHolder.<init>(CameraParamsHolder.java:18)
W/System.err(24168): at com.skype.android.video.capture.CameraParamsHolder.getInstance(CameraParamsHolder.java:50)
W/System.err(24168): at dalvik.system.NativeStart.run(Native Method)
mo...@gmail.com <mo...@gmail.com> #212
For me, uninstall of MS OneDrive app (which updated from SkyDrive this week) has completely solved. I'll just use Astro to access my OneDrive files. YMMV.
xz...@gmail.com <xz...@gmail.com> #213
Same problem here..fix ASAPPPPPP
My phone is heating abnormally and camera app doesn't work.
The loyal Google customers are getting screwed.
My phone is heating abnormally and camera app doesn't work.
The loyal Google customers are getting screwed.
le...@acrossb.com <le...@acrossb.com> #214
I tried disabling the camera app to see if that would help, issue still reoccurs.
an...@gmail.com <an...@gmail.com> #215
Just adding to it. Started out of nowhere with no new apps. Some did update. Must be OS related. This had to get fixed or I'll have to return my N5
ja...@gmail.com <ja...@gmail.com> #216
Same problem here. Note 3 running 4.3. Problem started 2 days ago. Google, please make a fix.
gi...@gmail.com <gi...@gmail.com> #217
Same here since 2 days ago... Nexus 5 32gb...
ro...@googlemail.com <ro...@googlemail.com> #218
same problem here just noticed today - nexus 5 stock 16gb
lw...@gmail.com <lw...@gmail.com> #219
Just noticed this thread "only" had 57 comments in 4 month...and now rockets with 150+ the since 20.feb.2014.
The MS OneDrive update from SkyDrive:
https://play.google.com/store/apps/details?id=com.microsoft.skydrive
was released 18.feb.2014
Like #211, I've uninstalled my newly installed MS OneDrive app and rebooted.
Now having 20+ apps active, mm-qcamera-daemon still hasn't returned :-)
Probably OS related but triggered by different apps, in my case OneDrive (?)
The MS OneDrive update from SkyDrive:
was released 18.feb.2014
Like #211, I've uninstalled my newly installed MS OneDrive app and rebooted.
Now having 20+ apps active, mm-qcamera-daemon still hasn't returned :-)
Probably OS related but triggered by different apps, in my case OneDrive (?)
at...@gmail.com <at...@gmail.com> #220
Started getting this issue today as well. Was on charger all night and when I checked email in the morning after unplugging, noticed the battery was already down to 90% after 2 minutes of use! First issue with my Nexus and it came out of nowhere.
I noticed that chrome had an update after reboot, mm-qcamera-daemon not on the list, but now there is a chrome process leading the battery usage list.
Dead stock 32GB black Nexus 5
I noticed that chrome had an update after reboot, mm-qcamera-daemon not on the list, but now there is a chrome process leading the battery usage list.
Dead stock 32GB black Nexus 5
cb...@gmail.com <cb...@gmail.com> #221
Everyone who is having this issue what is your google play services version?
4.2.43 here.
4.2.43 here.
do...@gmail.com <do...@gmail.com> #222
Google Play Services version: 4.2.43
ba...@gmail.com <ba...@gmail.com> #223
Now getting this issue as well on my Note 3 with stock rom.
Started about 5 or 6 days ago. Initially I had the face detection eye permanently in the notification screen so I thought it might be something to do with that and disabled it, which hasn't helped.
Started about 5 or 6 days ago. Initially I had the face detection eye permanently in the notification screen so I thought it might be something to do with that and disabled it, which hasn't helped.
yh...@gmail.com <yh...@gmail.com> #224
Had this issue for the last month or so. Had been using the camera a lot. Snap chat and camera mainly. Noticed that the lag from this process had started draining probably a few days ago. Digging through threads and blogs, I followed two suggestions.
Install greenify and trustlook Antivirus.
Not sure if those two combined or the two separate worked. But my battery life has rose back to the way when I first got it.
I had ran a full scan through trustlook. Greenify I had put on hibernate list apps like waze and anything else they suggested. I didn't greenify snap.
Hope that helps some people.
Install greenify and trustlook Antivirus.
Not sure if those two combined or the two separate worked. But my battery life has rose back to the way when I first got it.
I had ran a full scan through trustlook. Greenify I had put on hibernate list apps like waze and anything else they suggested. I didn't greenify snap.
Hope that helps some people.
sy...@gmail.com <sy...@gmail.com> #225
Same issue. on note3.
The probleme start 1 month ago. In the firt time, one reboot fix it for few day but now, the probleme appears everedy day...
... Please, fix it !
The probleme start 1 month ago. In the firt time, one reboot fix it for few day but now, the probleme appears everedy day...
... Please, fix it !
ch...@gmail.com <ch...@gmail.com> #226
This issue suddenly started on my Nexus 5. It seems to have stopped after I cleared Skype settings, removed it, and uninstalled it. Previously Skype had been installed for a long time.
ra...@gmail.com <ra...@gmail.com> #227
4.2.42 Here and the same problem with that stupid camera @#$@#@!%
ge...@gmail.com <ge...@gmail.com> #228
i have note 3 and i have the same problem!! omg google fix this now!!!!!
sm...@gmail.com <sm...@gmail.com> #229
This just started this afternoon. It's using 66% of my battery and my camera crashes half the time. FIX IT!!!!
de...@datton.ca <de...@datton.ca> #230
Happened twice this month, camera stop working, half of battery gone in 1h. please fix it, this is a major issue
an...@gmail.com <an...@gmail.com> #231
Yesterday this happened to me on Nexus5. I just uninstalled recently installed apps. Shut down the device and charged to 100%. So far it's good!! and not able to see the issue.
th...@gmail.com <th...@gmail.com> #232
Having the same battery drain issues with mm-qcamera-daemon. Nexus 5 - 4.4.2. No snapchat or yahoo messenger. I do have Instagram and I did install Keychain around when this started. Some days are fine, others terrible. Mystery, but at least I can see I am not alone.
iy...@gmail.com <iy...@gmail.com> #233
No Instagram, Snapchat or Yahoo messenger installed, but I still get serious battery drain on the N5, and usually 20-25% of that is from "mm-qcamera-daemon". Hope this is fixed soon.
da...@gmail.com <da...@gmail.com> #234
Just noticed this today on my stock Nexus 5 32gb- battery down to 55% after 3 hours, with 40% of usage from "mm-qcamera-daemon".
be...@gmail.com <be...@gmail.com> #235
Same problem. 4.4.2 - nexus 5. Battery's never been great but it hit a whole new level of terrible today... Not sure when it started exactly for me. Tried deleting snapchat/Facebook/Skype/whatsapp and a couple others that might have been able to access the camera but absolutely nothing has worked and I'm really hoping to not have to go the factory reset route.
ja...@gmail.com <ja...@gmail.com> #236
I got Note 3 and have same problems with this process. I uninstalled google play and are now running on version 3.2.25. For now the mm-qcamera-daemon is gone and battery consumption are back to normal.
s....@gmail.com <s....@gmail.com> #237
For me this issue happens every night when I charge it. In the morning I will find out it has 10% battery left while plugged in the charger all night. I'd need to reboot and during the day I can charge again. Rather bizarre. I do not think its app related as I do not use my phone's camera at all. Must be the 4.4's problem.
sy...@gmail.com <sy...@gmail.com> #238
Yet another victim of this. Totally stock with no root. No apps installed other than those that ship with Nexus 5.
jd...@gmail.com <jd...@gmail.com> #239
Stock n5 16gb just noticed this today. Worked 7 hours and hardly touched my phone but went from a full charge to dead in that time frame.
This sucks ;(
This sucks ;(
ne...@gmail.com <ne...@gmail.com> #240
Joining the club - Nexus 5 16GB, stock rom, using it for 3 months. This morning missed my wake-up alarm and found out that battery is on 2%, although it was fully charged before I went to sleep and was in airplane mode.
Someone please fix this.
Someone please fix this.
jo...@gmail.com <jo...@gmail.com> #241
same problem here on N5 no root..
How long it will take for Google to fix this???
How long it will take for Google to fix this???
ex...@gmail.com <ex...@gmail.com> #242
I also have the same problem. mm-qcamera-daemon is draining 60% of my Nexus 5 battery.
os...@googlemail.com <os...@googlemail.com> #243
Same problem on Nexus 5. Not had any problems for last 3 months. Keep all my apps updated all the time. Did recently have a couple of cannot connect to camera errors but phone has been powered off and on multiple times since then. Reduced battery life to 7 hours with very little useage.
ph...@gmail.com <ph...@gmail.com> #244
The same for me Nexus 5 - 4.4.2 - Battery drained 45%. Full power charged over night. Empty (remaining 1%) after 6h ?!? What is? Please fix this...
be...@gmail.com <be...@gmail.com> #245
Ok +Google +Android we're all calling you out on this one. It's obviously a bug that needs to be fixed and it's not a very good advert for Google, Android either.
Please acknowledge this issue and investigate it and provide fix timescales.
That's all we're asking. Thanks.
Please acknowledge this issue and investigate it and provide fix timescales.
That's all we're asking. Thanks.
yu...@gmail.com <yu...@gmail.com> #246
Have same problem on my Nexus 5. This process drained 50%.
be...@gmail.com <be...@gmail.com> #247
This issue is now a constant 'feature' for me. Battery drops faster than gravity and I can't open the camera app. Please see attached screenshots.
Completely stock 4.4.2. Locked boot loader etc.
Completely stock 4.4.2. Locked boot loader etc.
l....@gmail.com <l....@gmail.com> #248
Having this issue since the last couple of days. Have done a soft reset as suggested in one of the blogs. Takes a very long while to charge as well.
Google N5 32GB 4.4.2
P.S: I think the priority is no longer "Small"
Google N5 32GB 4.4.2
P.S: I think the priority is no longer "Small"
cl...@gmail.com <cl...@gmail.com> #249
How is it possibile that a problem that drains almost half battery in 2 hours has a priority SMALL???????!!!!!!!!!!
This problem limits the N% usage!!!
This problem limits the N% usage!!!
im...@gmail.com <im...@gmail.com> #250
This is rumoured to be a compatibility issue between the latest Skype release and the qualcomm camera driver. Uninstalling Skype has so far resolved this issue for me, but I'm keeping a close eye.
(Sorry, I didn't note the Skype version before uninstalling it)
(Sorry, I didn't note the Skype version before uninstalling it)
st...@gmail.com <st...@gmail.com> #251
This is happening to me too, on a Nexus5 without Instagram. I have tried uninstalling and disabling various apps to do with the camera, several soft resets, restarting in safe mode, nothing works. I'm not willing to do a hard reset and reinstall all my useful apps. This is clearly a widespread Android issue, not 3rd party app problem. I have to have a device with a good battery for my work. I'm going back to my Iphone 4, and if this can't be resolved I'll get rid of it anf buy an Iphone 5S.
Richard
Richard
ki...@gmail.com <ki...@gmail.com> #252
Same problem started a few days ago. No idea on solutions thus far.
he...@gmail.com <he...@gmail.com> #253
Nexus 5 here, same problem but I've noticed that it's Snapchat that's causing the wakelovk. I uninstall the app and then restart the phone and then the problem vanishes. I've had no other apps that has caused this.
ky...@gmail.com <ky...@gmail.com> #254
Same thing here on a Note 3. Updated SkyDrive to OneDrive yesterday, and it 'offered' to upload pictures. I thought cool, and accepted. Not cool. Battery drained overnight, while plugged in, from 60% when I plugged it in to beeping at me this morning because the battery was low. mm-qcamera-daemon and Google Play Services were the two battery hogs, using 47% and 34% of battery, respectively. Uninstalled OneDrive after reading comment #211 , and phone is on charger, up to 47% charge after 20 minutes (from 9%).
ja...@gmail.com <ja...@gmail.com> #255
I've uninstalled OneDrive but unfortunately it doesn't seem to be the main cause (though it may cause the problem to be more frequent). Since I don't use Snapchat or any other frequently mentioned apps, I suspect Google Play Services - I have version 4.2.43 1035512-038
ol...@gmail.com <ol...@gmail.com> #256
Seen this happen twice in the last two days now. I did not even use the camera or any camera related app!
da...@gmail.com <da...@gmail.com> #257
I had this happen last week with my Nexus 5.
It has happened again today.
As others have mentioned, it started after I installed Microsoft OneDrive.
It has happened again today.
As others have mentioned, it started after I installed Microsoft OneDrive.
ve...@gmail.com <ve...@gmail.com> #258
Three times has this happened now in the last couple of days. On Monday was the first time this happened. My nexus 5 was as warm as a flatiron when I took it up from my jacket while it had been laying there idle for almost 2 hours.
jp...@gmail.com <jp...@gmail.com> #259
What I tried did worked for me (Post #163).
No more I see the problem, its been 36Hrs after I didn't what I posted.
Hope in future it should not occur.
Hope Google will send fix soon with this if there any other bug.
Cheers!!!
No more I see the problem, its been 36Hrs after I didn't what I posted.
Hope in future it should not occur.
Hope Google will send fix soon with this if there any other bug.
Cheers!!!
la...@gmail.com <la...@gmail.com> #260
Hi,
I had the same issue this morning(when my alarm clock ringed, I had 3% of battery left >_<).
I tried many things (like force quit some apps), but it was useless.
Miraculously, after charging my phone at 100%, the problem dissapeared.
But I did notice one thing, it seems like the battery interface was bugging.I had an app(candy crush) that was consuming 11%, but when i shut it down, it still consume 11%. o_O
I had the same issue this morning(when my alarm clock ringed, I had 3% of battery left >_<).
I tried many things (like force quit some apps), but it was useless.
Miraculously, after charging my phone at 100%, the problem dissapeared.
But I did notice one thing, it seems like the battery interface was bugging.I had an app(candy crush) that was consuming 11%, but when i shut it down, it still consume 11%. o_O
si...@gmail.com <si...@gmail.com> #261
This talk for me !
dd...@gmail.com <dd...@gmail.com> #262
I have a Nexus 5. Yesterday I tried to open the camera app and I got the "Can't connect to the camera" error. Rebooted the phone and the app worked fine. Charged my phone to 100% last night. Put the phone in my suit coat pocket and noticed it was hot. End result was 100% battery drain in 5 hours. mm-qcamera-daemon was at 40% battery usage. Phone is charging now, will report back with updates.
tk...@gmail.com <tk...@gmail.com> #263
I ran into this exact issue on my N5 and mm-qcamera-daemon was at 40% battery usage and draining my battery within 8 hours. The only solution I had was a hard phone reset. So far, that solved my problem but now I have to be very careful of what apps to install. This is a frustrating bug and limits my usage of my smartphone. How this passed internal QA before release is a mystery to me. Please fix this bug!
ka...@gmail.com <ka...@gmail.com> #264
Nexus 5, 16Gb, 4.4.2, drains 50% of battery in 4-5 hrs. "Cannot connect to camera" occurs occasionally, solved by reboot. mm-qcamera-daemon the culprit so far. No messaging apps.
al...@gmail.com <al...@gmail.com> #265
Note3, Happened to me a couple days ago for the first discernable time (meaning I'll usually be around 50% by the end of the day, but was at 50% within hours), reboot didn't help (although it did help getting camera functionality back), turned off "Air View" and fully charged overnight once down to ~30% and haven't seen it since (have used camera since, but have been killing the task immediately after to be safe. Most definitely not acceptable, but I'll be able to test a little more over the weekend.
pa...@gmail.com <pa...@gmail.com> #266
I originally posted back in #112. Right after that I stopped hangouts. The problem went away. Today I started hangouts again and the problem came back. Every time I went to take a picture the phone would shut down and the battery was being drained. As soon as I stopped hangouts everything went back to normal.
pa...@gmail.com <pa...@gmail.com> #267
Sorry in 265 I meant to say turned off Hangouts...not stopped hangouts.
a....@gmail.com <a....@gmail.com> #268
Same problem here... N5 16 GB
I also think it started with the skype app.
I also think it started with the skype app.
la...@gmail.com <la...@gmail.com> #269
It happens yesterday for the first time, after Reboot it appears again this afternoon, then I tried to remove Clean Master (I saw somewhere that it could be the cause) and reboot again, but after ten minutes, it appears once again.
Now after the third reboot in 2 days, I've removed data and cache from all third-part-apps that have access to camera (including whatsapp), and uninstalling Gplus (someone blame the upload in gplus for this bug).
I've N5 stock (ART), no yahoo, no snapchat.
I'm getting really nervous, I hope google will solve soon.
Now after the third reboot in 2 days, I've removed data and cache from all third-part-apps that have access to camera (including whatsapp), and uninstalling Gplus (someone blame the upload in gplus for this bug).
I've N5 stock (ART), no yahoo, no snapchat.
I'm getting really nervous, I hope google will solve soon.
be...@gmail.com <be...@gmail.com> #270
Ok, is anyone experiencing this problem and DOESN'T have Skype installed? Since uninstalling Skype, the problem has gone away, which is in itself promising, because I've had it all week and no matter what I've tried the camera daemon vampire has always returned.
ni...@gmail.com <ni...@gmail.com> #271
[Comment deleted]
se...@gmail.com <se...@gmail.com> #272
i have the same problem on my nexus 5. started last weekend. every 2-3days the qcamera deamon task drains my battery. i have just uninstalled skype. lets see, if it works
ni...@gmail.com <ni...@gmail.com> #273
I ran my nexus 5 in "Safe Mode" for a day and I did not see qcamera process draining my battery then. On the flipside, when I restarted my phone to come out of safe mode, all my widgets and apps had been messed around with. A lot of my contacts lost their profile pictures and what not. I don't recommend it.
Stock Android, non-rooted 4.4.2 KitKat on Nexus 5 16GB.
Stock Android, non-rooted 4.4.2 KitKat on Nexus 5 16GB.
gu...@gmail.com <gu...@gmail.com> #274
I have checked a few different devices. I have just looked at the cpu usage when using the camera.
Galaxy Note 10.1 2014 (just factory reset) shows mm-qcamera-daemon on top of the cpu user list
Galaxy S4 does not
Galaxy Tab 2 does not
An HP does not
An Acer does not.
Conclusion: It is hardware related.
An interesting observation is that so many different successful hints on how to eliminate the problem are reported. It nearly looks as if changing something among files or apps may get rid of the problem. And that "something" is different for each case.
#210 Log is also very different from what I get. I have a flood of face detection notifications without any active face detection. See #61.
Galaxy Note 10.1 2014 (just factory reset) shows mm-qcamera-daemon on top of the cpu user list
Galaxy S4 does not
Galaxy Tab 2 does not
An HP does not
An Acer does not.
Conclusion: It is hardware related.
An interesting observation is that so many different successful hints on how to eliminate the problem are reported. It nearly looks as if changing something among files or apps may get rid of the problem. And that "something" is different for each case.
#210 Log is also very different from what I get. I have a flood of face detection notifications without any active face detection. See #61.
ch...@gmail.com <ch...@gmail.com> #275
Also got this issue on my Nexus 5. Doesn't seem to be related to any of my apps as I used all the same apps on my old Nexus 4 and never had this problem so it looks like it's a system error and quite a major one too. Would hate to have my phone die on me on a trip without a charger due to an issue like this. Should be greater priority as it seems like a fairly major fault.
mu...@googlemail.com <mu...@googlemail.com> #276
Still having issues with connecting to camera and the mm-qcamera daemon has reappeared in the battery stats on my Nexus 5. Come on Google!!!
je...@gmail.com <je...@gmail.com> #277
This started for me 3 days ago. I took my phone off of the charger and by the time I got to work 40 minutes later my battery was at 7%. Yesterday I had to borrow a charger when it hit 7% for no reason. Charged it to 37% and it was back down to 7% by the time I got home. Today its draining but not as fast. I haven't installed any apps. It started the same morning that I got an AT&T Update (no idea what for because it doesn't tell you). I have a Note 3. My camera works fine and I haven't noticed my system slowing but I have noticed my phone becomes very hot at random times.
in...@gmail.com <in...@gmail.com> #278
Same problem for me since one week. Stop and relaunch camera stop the problem for one day but he always come back...
ii...@iginteractive.com <ii...@iginteractive.com> #279
I also experienced this issue today. Stock Nexus 5. Yesterday I noticed the camera app would throw an error and image was black. I had to reboot before it would work again. Today my battery drained to 10% within 4 hours after removing from charger. I found this thread and rebooted which seemed to stop the drain. I do not use Instagram, Facebook, or OneDrive/Dropbox photo uploads. Recently updated apps include Chrome Browser, Google Now Launcher, Twitter, and Yelp.
ab...@gmail.com <ab...@gmail.com> #280
Started for me also about 3 days ago.
Please Please please star this issue at the top of this page; that's the only way Google will look into it.
I have a stock Android Nexus5 Kitkat since the launch ; not had any problems like this till 3 days ago; don't have Snapchat or yahoo messenger; so i think it is a base Android issue and directly caused by a 3rd party app.
Nonetheless, I have just uninstalled Skype based on suggestions in some posts and have rebooted the phone. Don't see the mm-qcamera-daemon anymore in my battery stats; however I don't know whether that's because of the reboot or because of the Skype uninstallation.
Keeping my fingers crossed and hoping those Google engineers look into the matter.
Please Please please star this issue at the top of this page; that's the only way Google will look into it.
I have a stock Android Nexus5 Kitkat since the launch ; not had any problems like this till 3 days ago; don't have Snapchat or yahoo messenger; so i think it is a base Android issue and directly caused by a 3rd party app.
Nonetheless, I have just uninstalled Skype based on suggestions in some posts and have rebooted the phone. Don't see the mm-qcamera-daemon anymore in my battery stats; however I don't know whether that's because of the reboot or because of the Skype uninstallation.
Keeping my fingers crossed and hoping those Google engineers look into the matter.
eh...@gmail.com <eh...@gmail.com> #281
Can't believe it is still an issue after a month. Mine started a few days back, no new apps for camera are installed (never have installed snapchat, etc.). Camera cannot be connected sometimes and mm-qcamera-daemon is eating up battery.
Please solve this, Google! Everyone else, please star the topic on the top.
Please solve this, Google! Everyone else, please star the topic on the top.
am...@gmail.com <am...@gmail.com> #282
Nexus 5, 16 GB, stock, Android 4.4.2, Build KOT49H, at&t
Battery discharged from 60% to 0% in 4 hrs - happened yesterday, very first time.
Process using battery:
mm-qcamera-daemon - 40 %
Google Keep - 20%
Photos backup crash message.
Works normally after charging battery.
Battery discharged from 60% to 0% in 4 hrs - happened yesterday, very first time.
Process using battery:
mm-qcamera-daemon - 40 %
Google Keep - 20%
Photos backup crash message.
Works normally after charging battery.
mf...@gmail.com <mf...@gmail.com> #283
Same problem
mm-qcamera-daemon
Battery gone in no time
mm-qcamera-daemon
Battery gone in no time
ga...@gmail.com <ga...@gmail.com> #284
same problem. nexus 5 4.4.2 and it started a couple of days out of nowhere. everything suggested here hasn't fixed it. I emailed google support. didn't hear anything back.
sl...@gmail.com <sl...@gmail.com> #285
I noticed that the priority of this bug said small. How the hell google a bug that affe ts gour battery life so bad and make your phone unusable has small priority.
ga...@gmail.com <ga...@gmail.com> #286
problem also occurs for me in safe mode
ga...@gmail.com <ga...@gmail.com> #287
[Comment deleted]
sl...@gmail.com <sl...@gmail.com> #289
This bug has been open since Sep/2013 and has priority small. All the Nexus 5 users like me are having less than 7 hours of battery life, which is unaceptable and google doesn't care. I can't believe this. If this is not fixed soon i might not buy another nexus device or may be moving to an iphone. I am really disapointed about this.
mt...@gmail.com <mt...@gmail.com> #290
I had been having this problem almost every day since Feb. 18. I used the app aSpotCat to identify all the apps on the phone that use the camera, and looked at those that had been updated recently. I noticed that Skype had been updated on Feb 18, so I uninstalled it. That was a few days ago, and the problem hasn't recurred since.
ar...@gmail.com <ar...@gmail.com> #291
[Comment deleted]
jr...@gmail.com <jr...@gmail.com> #292
I am also hit by this problem since a couple of days ago. My symptoms are:
1. Battery dies much faster than before doing the same use.
2. I can see process "mm-qcamera-daemon" in the battery list using up much battery time
3. Re-charging phone takes longer than before
4. Using the phone (normal mail/web use) while recharging it (provided wall plug) even drains the battery
Maybe to locate this problem further, is there a way to know which apps/processes are using the "mm-qcamera-daemon" daemon??
1. Battery dies much faster than before doing the same use.
2. I can see process "mm-qcamera-daemon" in the battery list using up much battery time
3. Re-charging phone takes longer than before
4. Using the phone (normal mail/web use) while recharging it (provided wall plug) even drains the battery
Maybe to locate this problem further, is there a way to know which apps/processes are using the "mm-qcamera-daemon" daemon??
tr...@gmail.com <tr...@gmail.com> #293
Same problem in Nexus 5 and last days I was carefully checking the battery status every couple of hours. Last battery draining by our beloved camera-demon was yesterday when someone call me using Skype and I answered by using other device (so, it started ringing in the Nexus but I picked up in another device).
Result: camera-demon activated and sucking.
NEXUS5 + SKYPE = "mm-qcamera-daemon"
Result: camera-demon activated and sucking.
NEXUS5 + SKYPE = "mm-qcamera-daemon"
po...@gmail.com <po...@gmail.com> #294
i have nexus 5.3 days now mm-qcamera-daemon draining my battery and makes my phone technical useless.
i had to reset factory settings today and i am hoping someone from google come up with a fix soon before this bug occure again.
i had to reset factory settings today and i am hoping someone from google come up with a fix soon before this bug occure again.
mu...@googlemail.com <mu...@googlemail.com> #295
399 people have now starred this issue. This is only going to increase until Google releases an update to fix this.
ch...@gmail.com <ch...@gmail.com> #296
Tried on ART and dalvik, got the problem on both
no...@gmail.com <no...@gmail.com> #297
Same problem for me. It appears after a crash of the native camera app.
My Device : Nexus 5.
My Device : Nexus 5.
ad...@gmail.com <ad...@gmail.com> #298
Same issue on my Nexus 5 with Android 4.4.2.
ab...@gmail.com <ab...@gmail.com> #299
Seeing Camera Crashes and saw the same mm-qcamera-daemon on Nexus 5 32 GB Android 4.4.2.
Is there anyway to identify which apps are trying to call this service?
It sounds like an unelegant process that is causing hanging - which in turn is not checked by the apps calling it - resulting in continuous loop calls and hence the draining batteries...
A bug in the OS - which is not known/handled by the calling app. The fact it's suddenly increased in number of users raising the issue must be due to code change - which I can't figure out what - there are too many apps to think about. Was there anything in CORE APP OS changed recently?
Is there anyway to identify which apps are trying to call this service?
It sounds like an unelegant process that is causing hanging - which in turn is not checked by the apps calling it - resulting in continuous loop calls and hence the draining batteries...
A bug in the OS - which is not known/handled by the calling app. The fact it's suddenly increased in number of users raising the issue must be due to code change - which I can't figure out what - there are too many apps to think about. Was there anything in CORE APP OS changed recently?
ab...@gmail.com <ab...@gmail.com> #300
Please star this issue - let's get it top of the priority list - it's currently not a top 10 issue with 412. Doubling it to 800+ should get the issue greater traction and focus.
mo...@gmail.com <mo...@gmail.com> #301
Come on Google, obviously this is a bug
vl...@gmail.com <vl...@gmail.com> #302
Same problem here and I never used Snapchat.
cl...@gmail.com <cl...@gmail.com> #303
Today I disinstalled skype. For now the process mm-qcamera-daemon doens't apper... I will see...
sm...@gmail.com <sm...@gmail.com> #304
I have the same issue for severeal weeks ago . I thought it was something about the google services updates but it seems I was wrong.
I´v uninstalled skype right now, as said in comments before , and i hope it solve the problem.
Nevertheless i think it´s a OS problem not a third party app
I´v uninstalled skype right now, as said in comments before , and i hope it solve the problem.
Nevertheless i think it´s a OS problem not a third party app
as...@gmail.com <as...@gmail.com> #305
I have been facing this issue as well. I hope Google fixes this soon.
Other day I didn't know why my phone was feeling warm even while I wasn't using.
Then I realized it's a camera issue when I wasn't able to use flashlight.
Rebooting does fix it but not sure when this issue would start again.
Also, cannot end this process manually.
Hope google fixes this soon. Let us make them increase priority by posting comment here.
Please those who are facing this issue do as below:
1. Click "Star" at the top to watch this.
2. Describe your issue in comment.
Other day I didn't know why my phone was feeling warm even while I wasn't using.
Then I realized it's a camera issue when I wasn't able to use flashlight.
Rebooting does fix it but not sure when this issue would start again.
Also, cannot end this process manually.
Hope google fixes this soon. Let us make them increase priority by posting comment here.
Please those who are facing this issue do as below:
1. Click "Star" at the top to watch this.
2. Describe your issue in comment.
cl...@gmail.com <cl...@gmail.com> #306
I am having the same issue with my nexus 5. Deinstalled Skype and Onedrive. I have no more issues for the moment. I think some apps trigger an OS related problem...
mi...@gmail.com <mi...@gmail.com> #307
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #308
Just to add to the conversation. Nexus 5 bought on day of release. No issues till two weeks ago with 'mm-qcamera-daemon'.
Called Google support, they had not heard of issue? Emailed Google support, they have not heard of issue?
Tried all the recommendations , removing apps, clearing cache, booting to safe mode and factory reset....temporary relief only.
Called Google support, they had not heard of issue? Emailed Google support, they have not heard of issue?
Tried all the recommendations , removing apps, clearing cache, booting to safe mode and factory reset....temporary relief only.
mi...@gmail.com <mi...@gmail.com> #309
nexus 5, having the mm-qcamera-daemon problem as well. reboot is just solving the problem for some time.
ra...@gmail.com <ra...@gmail.com> #310
same here on nexus 5.
a reboot fixed it for some time but it came back.
i have now removed skype and it is ok for some days now.
a reboot fixed it for some time but it came back.
i have now removed skype and it is ok for some days now.
da...@gmail.com <da...@gmail.com> #311
There is no way to solve it untill some change would be done on OS. There are different apps that trigger the daemon.
la...@googlemail.com <la...@googlemail.com> #312
Arggh, definiively a pain. Nexus 5 randomly gets stuck with this process and drains battery until shutdown and reboot. Tried removing apps until now without success. Sometimes it seems to happen after long (over night) charging periods with active phone. Is there a list of apps the seem to be the issue in most cases?
pa...@class-acts.com <pa...@class-acts.com> #313
I've also been plagued with this issue for the last week and I seem to have resolved it.
For background I initially tried some hard boots with no success, then I did a full factory reset. That fixed the issue for about a day. I called Google since I bought the phone through the play store and they were unfamiliar with the problem. I directed the customer service rep to this thread and she was surprised by the number of cases, said she didn't have a solution but sent the standard "what to do to extend battery life" response.
FIRST: Let Google know this is an issue. Without a lot of us making noise they will not investigate and fix the problem and I do believe (no evidence) it to be a system issue.
SECOND here he what I did to fix it (so far).
a) Uninstalled all 3rd party camera specific apps that I don't regularly use. This included VSCO Cam, Flickr, VidTrim - Video, Vine and a few others.
b) All other camera related apps remaining that I knew used the camera I disabled in settings.
c) Hard boot then turn off phone then charged fully while off
d) turn phone back on and enable the camera apps one app at a time to test to see if the problem returned.
I've gone 2 full days without the problem coming back and my battery life is as good as it's ever been. What solved the problem? No idea but for now it's gone. I'm going to start to reinstall some of the apps I took off but they were not used much so I'll only install them when and if I actually need them.
This was a blind solution as I have no idea what caused the mm-qcamera-daemon problem in the first place but something I did in the steps above resolved it more permanently then the factory reset did. Hopefully this helps some of you, short battery life sucks. Good luck.
For background I initially tried some hard boots with no success, then I did a full factory reset. That fixed the issue for about a day. I called Google since I bought the phone through the play store and they were unfamiliar with the problem. I directed the customer service rep to this thread and she was surprised by the number of cases, said she didn't have a solution but sent the standard "what to do to extend battery life" response.
FIRST: Let Google know this is an issue. Without a lot of us making noise they will not investigate and fix the problem and I do believe (no evidence) it to be a system issue.
SECOND here he what I did to fix it (so far).
a) Uninstalled all 3rd party camera specific apps that I don't regularly use. This included VSCO Cam, Flickr, VidTrim - Video, Vine and a few others.
b) All other camera related apps remaining that I knew used the camera I disabled in settings.
c) Hard boot then turn off phone then charged fully while off
d) turn phone back on and enable the camera apps one app at a time to test to see if the problem returned.
I've gone 2 full days without the problem coming back and my battery life is as good as it's ever been. What solved the problem? No idea but for now it's gone. I'm going to start to reinstall some of the apps I took off but they were not used much so I'll only install them when and if I actually need them.
This was a blind solution as I have no idea what caused the mm-qcamera-daemon problem in the first place but something I did in the steps above resolved it more permanently then the factory reset did. Hopefully this helps some of you, short battery life sucks. Good luck.
ma...@gmail.com <ma...@gmail.com> #314
Moved from iOS to android on Tues and will be moving back ASAP if this doesn't get resolved. Phone dead in about 4hrs due to the daemon and I can't get it to quit? Tried deleting what people have suggested. Shame really as other than that I was impressed but no point having a device that drains of battery with no fix.
ve...@gmail.com <ve...@gmail.com> #315
.
sa...@gmail.com <sa...@gmail.com> #316
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #317
Why on earth is the priority "small"?
This problem, contrary to what many people think, might not be app specific. I never had snapchat or skype and still have this problem. It drains battery in no time. Nope, this isn't a low priority bug.
This problem, contrary to what many people think, might not be app specific. I never had snapchat or skype and still have this problem. It drains battery in no time. Nope, this isn't a low priority bug.
da...@gmail.com <da...@gmail.com> #318
I get this same problem with mm-qcamer-daemon draining battery.
I have tried using both ART and dalvik and it happens every few days. The indication is that phone gets very hot and on checking this process has taken 40-60% of battery usage.
So far restarting seems to cure then problem.
Come on Google look into this realistically as too many people are getting the same problems.
I have tried using both ART and dalvik and it happens every few days. The indication is that phone gets very hot and on checking this process has taken 40-60% of battery usage.
So far restarting seems to cure then problem.
Come on Google look into this realistically as too many people are getting the same problems.
sp...@gmail.com <sp...@gmail.com> #319
I have the same problem on my Nexus 5.
Sometimes the mm-qcamera-daemon causes a wakelock and "sucks" the battery empty in a few hours.
Sometimes the mm-qcamera-daemon causes a wakelock and "sucks" the battery empty in a few hours.
la...@gmail.com <la...@gmail.com> #320
I'm not sure if this info is relevant, but here it is. Being one to prefer redundant backups, I connected my Nexus 5 to my Linux box and rsync'd the entire thing. During that, this happened:
$ rsync -a /media/GalaxyNexus .
rsync: read errors mapping "/media/GalaxyNexus/DCIM/Camera/IMG_20140130_211622.jpg": No data available (61)
rsync: read errors mapping "/media/GalaxyNexus/DCIM/Camera/IMG_20140130_211622.jpg": No data available (61)
ERROR: GalaxyNexus/DCIM/Camera/IMG_20140130_211622.jpg failed verification -- update discarded.
It does seem interesting that the bad file is a camera image and that the camera is the problem.
I'm trying the factory reset method now.
$ rsync -a /media/GalaxyNexus .
rsync: read errors mapping "/media/GalaxyNexus/DCIM/Camera/IMG_20140130_211622.jpg": No data available (61)
rsync: read errors mapping "/media/GalaxyNexus/DCIM/Camera/IMG_20140130_211622.jpg": No data available (61)
ERROR: GalaxyNexus/DCIM/Camera/IMG_20140130_211622.jpg failed verification -- update discarded.
It does seem interesting that the bad file is a camera image and that the camera is the problem.
I'm trying the factory reset method now.
sa...@gmail.com <sa...@gmail.com> #321
Same happens to me today, I have unplugged my nexus 5 today from charging and put it in the pocket. After sometime it felt like very warm. When I have checked the phone battery usage it goes down by 15% within 10 minutes and some camera deamon was using all the battery. It happened to me before also. Google do something ASAP.
si...@gmail.com <si...@gmail.com> #322
I desinstalled skype, and for now the problem is gone !
mi...@gmail.com <mi...@gmail.com> #323
mm-camera-daemon is using 59% of the battery on my Samsung Note 3 and I am doing nothing with the apps.
ro...@gmail.com <ro...@gmail.com> #324
This has also been happening to me for the last few days, but I bought my phone on launch day and this bug is definitely quite new. Nexus 5, stock ROM, fully updated. Definitely a serious issue. I haven't been able to determine whether specific apps trigger it, but the combination of heavy battery drain and a frequently unusable camera is BAD.
ll...@gmail.com <ll...@gmail.com> #325
Started having issues with camera not opening a week or so ago. Unresolved. Now my battery has been draining faster than usual so today since it drained about 50% two hours after charging i checked battery usage and this mm camera daemon is 49% usage. Wtf.
ni...@gmail.com <ni...@gmail.com> #326
Same issue for me...
Nexus 5 4.4.2 stock (no root or something like that...)
It happend 4 days ago, I don't know which update of my apps do this... but I'm going crazy! Before this I fell in love with this device.
For now, I remove Skype and wait...
Nexus 5 4.4.2 stock (no root or something like that...)
It happend 4 days ago, I don't know which update of my apps do this... but I'm going crazy! Before this I fell in love with this device.
For now, I remove Skype and wait...
no...@gmail.com <no...@gmail.com> #327
Please star this issue if you are affected by it. I definitely believe this is a serious issue that needs to be higher priority.
ad...@gmail.com <ad...@gmail.com> #328
Having same issue here for the last 3-4 days...mm-qcamera-daemon has been draining my battery super fast and battery section of phone is getting warmer than usual...not sure what to do or which app can be causing this...
wg...@gmail.com <wg...@gmail.com> #329
Started with the same issue last weekend on my Nexus 5 (stock, no root) and it happened already twice in 5 days. Had to delete the cache and the icon camara from the main screen and re-start the phone and after that all seemed to go well, but it happened again when I went to charge my phone the next time.
This is REALLY SERIOUS. Please fix it.
This is REALLY SERIOUS. Please fix it.
se...@gmail.com <se...@gmail.com> #330
This is occurring in both stock and cyanogenmod 11 installs on my nexus 5.
ni...@googlemail.com <ni...@googlemail.com> #331
Same problem on my Note 3 Drained Battery !!! No fix? please do something, Phone is getting hot
gi...@gmail.com <gi...@gmail.com> #332
mm-qcamera-daemon noted a week before. Fucked up the battery in few hours. Unsinstalled all third party app. No resolution. Had to do Factory reset. Worked fine for few days. 3 hours before problem noted again. 41% of battery fucked up by mm-qcamera-daemon. Is there any permanent solution to this fuckin problem???
fr...@gmail.com <fr...@gmail.com> #333
Same here. I'm on a business trip accross europe, and my phone keeps dying. Rebooting helped somewhat, but I'm hopping from lounge to lounge trying to get a spot to plug my charger. Is there at least a quick fix that would disable the camera entirely, but stop draining the battery? Couldn't kill mm-qcamera-daemon, sadly.
ni...@gmail.com <ni...@gmail.com> #334
Try rebooting in safe mode. That way most of the non-stock apps will not work. But battery drain problem typically should not happen. This is a temporary fix though... And one you restart in non safe mode, a lot of your widgets and app settings will have changed from the way you left them..
yo...@gmail.com <yo...@gmail.com> #335
Come on google, do something. This problem affects me with stock ROM and no third apps with camera permission.
From two days to two hours, and battery is the one of the most important in smartphones.
google do something
From two days to two hours, and battery is the one of the most important in smartphones.
google do something
ko...@gmail.com <ko...@gmail.com> #336
I'm having the same issue.
Nexus 5 - 4.4.2. It happend around a week back and I re-started it after reading few posts on the net. All was fine until today when it re-appeared. I'm going crazy!
This is a serious issue. Google - Please fix it.
Nexus 5 - 4.4.2. It happend around a week back and I re-started it after reading few posts on the net. All was fine until today when it re-appeared. I'm going crazy!
This is a serious issue. Google - Please fix it.
ch...@gmail.com <ch...@gmail.com> #337
Same issue. Nexus 5 - 4.2.2. Has been a problem for a few weeks now. Rebooting the phone only seems to temporarily resolve the problem.
tm...@gmail.com <tm...@gmail.com> #338
It is a very recent problem. Happened first time on Monday. Is there any way to kill the daemon?
iv...@gmail.com <iv...@gmail.com> #339
Google, please make this issue's priority "high" rather than "small." This is no small issue and is affecting a vast number of users. Great battery life is without a doubt one of the most important components of any mobile device and this issue is destroying battery life. Before this issue developed for me, I used to easily get 16-24 hours of battery life. Now, I only get between 7-9 hours, effectively cutting my battery life in half! Please address this issue as soon as possible. Thank you!
ab...@gmail.com <ab...@gmail.com> #340
I have had this issue with mm-qcamera-daemon draining the battery for about a week; yesterday in desperation I uninstalled Skype and removed the camera app from my home screen based on some suggestions above. Then rebooted the phone. So far it's behaving and have not seen the dreaded mm-qcamera-daemon again for the last day.
I have Nexus 5 white Kitkat4.4.2. I have never had Snapchat or Yahoo messenger on my phone.
Please everyone click the STAR at the top of this topic. It's amazing that this issue is still listed as "Small Priority". That's ridiculous - this issue was making my Nexus5 practically unusable as it kept getting hotter and draining the battery.
I have Nexus 5 white Kitkat4.4.2. I have never had Snapchat or Yahoo messenger on my phone.
Please everyone click the STAR at the top of this topic. It's amazing that this issue is still listed as "Small Priority". That's ridiculous - this issue was making my Nexus5 practically unusable as it kept getting hotter and draining the battery.
ju...@gmail.com <ju...@gmail.com> #341
Started having this problem, as well. At first, a simple reboot got rid of it temporarily, but now it's back immediately. This bug makes the phone unusable, and it needs to be fixed soon :/
te...@gmail.com <te...@gmail.com> #342
I suspect OneDrive as well.
en...@gmail.com <en...@gmail.com> #343
3 days after desisntalled skype, my problem is gone..
my phone is back to the normal battery usage...
my phone is back to the normal battery usage...
ke...@gmail.com <ke...@gmail.com> #344
Add me to the list. Nexus 5, stock, started happening about a week ago after owning the phone since it was released. When this occurs, I can't access the camera -- get the same "cannot connect to camera" error that other have reported. Reboot fixes it temporarily but it comes back within 24 hours or so.
Battery usage shows mm-qcamera-daemon at 49% with "screen" second at 8%. The main recent change is that I encrypted my phone and added a pin lock (reqd to access our corporate email). Not sure if it's coincidence or not, but figured I'd mention it.
No other camera-related apps installed recently, although I did get an update to BarcodeScanner recently, which someone mentions in an earlier post. I'll try uninstalling that to see if it helps.
Battery usage shows mm-qcamera-daemon at 49% with "screen" second at 8%. The main recent change is that I encrypted my phone and added a pin lock (reqd to access our corporate email). Not sure if it's coincidence or not, but figured I'd mention it.
No other camera-related apps installed recently, although I did get an update to BarcodeScanner recently, which someone mentions in an earlier post. I'll try uninstalling that to see if it helps.
ar...@gmail.com <ar...@gmail.com> #345
Just started having this problem, I've uninstalled Skype, just to try, and I've activated camera block. I hope Google gives us a solution soon.
im...@gmail.com <im...@gmail.com> #346
I also have this problem..after uninstalling skype its now ok..but uninstalling something is not a solution..hope google will look at this issue..we want a quick update for fixing this bug
Thanks
Imtiaz
Thanks
Imtiaz
si...@gmail.com <si...@gmail.com> #347
Nexus 5, same as others, camera drains 50% of battery without being used, just started happening in the last few days.
I ran the camera, closed it, and then did power off and on, seems to have fixed it so far.
I ran the camera, closed it, and then did power off and on, seems to have fixed it so far.
zo...@gmail.com <zo...@gmail.com> #348
Same here. It started yesterday. Pgone was hot and the battery has drained from 80â„… to 20% in one hour in my pocket. There was no particular installation or update. It seems it has come from nowhere.
pm...@gmail.com <pm...@gmail.com> #349
Yes, my N5 also have this problem, after 4 months of felicity, the last week, battery drain by mm-camera-daemon and camera fail to start. I try Dalvik/ART runtime change, uninstall few apps, but not fix the problem, after 1/2 days the problem returned.
This is a very serious problem, I use this phone for job/free time, but the phone with this problem is unusable.
This is a very serious problem, I use this phone for job/free time, but the phone with this problem is unusable.
po...@gmail.com <po...@gmail.com> #350
Yup same issue here, battery draining quickly.
Nexus 5 running KitKat 4.4.2 on ART runtime.
I really think Snapchat has something to do with this. I notice the phone start to heat up as soon as I open Snapchat, at which point I have to reset the phone.
Hope this gets fixed.
Nexus 5 running KitKat 4.4.2 on ART runtime.
I really think Snapchat has something to do with this. I notice the phone start to heat up as soon as I open Snapchat, at which point I have to reset the phone.
Hope this gets fixed.
sa...@gmail.com <sa...@gmail.com> #351
Facing the exam same problem, so far I have been unable to identify the problem.
af...@gmail.com <af...@gmail.com> #352
Having the same issue for past few days on my nexus 5 32 gb... Please fix n help
da...@gmail.com <da...@gmail.com> #353
I have the same problem, running cyanogenmod 11.
Have removed the files mm-qcamera-app and mm-qcamera-daemon from the /system/bin folder.
Camera does not work but no battery drain problems.
Have removed the files mm-qcamera-app and mm-qcamera-daemon from the /system/bin folder.
Camera does not work but no battery drain problems.
mo...@googlemail.com <mo...@googlemail.com> #354
[Comment deleted]
mo...@googlemail.com <mo...@googlemail.com> #355
Same issue here for one week now.
Nexus 5 black 32gb KitKat 4.4.2
Shows up once a day. mm_qcamera_deamon drains battery and the camera is not working anymore until a reboot.
Please fix this asap
Thanks
Nexus 5 black 32gb KitKat 4.4.2
Shows up once a day. mm_qcamera_deamon drains battery and the camera is not working anymore until a reboot.
Please fix this asap
Thanks
ju...@gmail.com <ju...@gmail.com> #356
Nexus 5
KitKat 4.4.2
It's disheartening to see so many fellow android users have the same daemon issue.
Google please fix, I believe in you!
Thanks in advance!
KitKat 4.4.2
It's disheartening to see so many fellow android users have the same daemon issue.
Google please fix, I believe in you!
Thanks in advance!
ar...@gmail.com <ar...@gmail.com> #357
Same issue, stock 4.4.2 Rom (Build: KOT49H), Nexus 5. Guess we need everyone to star the issue.
ff...@gmail.com <ff...@gmail.com> #358
Nexus 5 Stock
Hello all,
We all seem to have the same problem and there is not any official solution for this.
Please stop posting "apps" that might trigger the problem, it's not app related its for sure the OS system. It's also not related to any update (app or OS) since this fault has been reported since November (month that Nexus 5 was released). Seems not to be yet solved by Google as I am fully aware after their reply from the support team after my complain.
Google's solution was to offer me a replacement phone, which I refused since it won't sort any problem and could have incurred on expenses to myself which I was not willing to pay at all.
Meanwhile what seems to sort the problem is a camera block app. Just type camera block on Google Play. Paid version has a handy widget. You basically block all the access to the camera and you will need to unblock access through app when you wish to take a picture. Is far from ideal, but seems to solve the problem while we're wating for a permanent repair from Google. You would probably need also to be clearing camera's data/cache often, and do that before installing app.
Hope this helps all of you, seems to be the easiest way to go around this major issue affecting so many of us and being neglected by Google.
Hello all,
We all seem to have the same problem and there is not any official solution for this.
Please stop posting "apps" that might trigger the problem, it's not app related its for sure the OS system. It's also not related to any update (app or OS) since this fault has been reported since November (month that Nexus 5 was released). Seems not to be yet solved by Google as I am fully aware after their reply from the support team after my complain.
Google's solution was to offer me a replacement phone, which I refused since it won't sort any problem and could have incurred on expenses to myself which I was not willing to pay at all.
Meanwhile what seems to sort the problem is a camera block app. Just type camera block on Google Play. Paid version has a handy widget. You basically block all the access to the camera and you will need to unblock access through app when you wish to take a picture. Is far from ideal, but seems to solve the problem while we're wating for a permanent repair from Google. You would probably need also to be clearing camera's data/cache often, and do that before installing app.
Hope this helps all of you, seems to be the easiest way to go around this major issue affecting so many of us and being neglected by Google.
ga...@gmail.com <ga...@gmail.com> #359
the only solution i have received from Google is warranty replacement which makes no sense as this is a software problem.
wi...@gmail.com <wi...@gmail.com> #360
I too am with this issue. Nexus 5. Even after uninstalling every remotely recent app.
md...@gmail.com <md...@gmail.com> #361
I agree with #357 as we all know now that this issue is not related to snapchat or whatever because most of us to don't have snapchat or yahoo whatver. In my opinion I had a feeling it could have been Google+ I tried to test it but the thing kept showing up so I have no idea now but I am certain it's not just any app or maybe not an app at all.
no...@gmail.com <no...@gmail.com> #362
Also have Nexus 5, 4.4.2, been experiencing battery drain for the past couple weeks. This is a very serious OS issue and Google definitely needs to get on it.
ht...@gmail.com <ht...@gmail.com> #363
White N5 / 32GB / 4.4.2 / unrooted. I almost never use the camera, either with the camera app or in other apps. No video calls, no barcode scanning. Every couple of months, I might use a lightmeter app I have.
Spoke with Google Support about this. The support person indicated they are getting a ton of reports on this, that it is an OS problem that they are working on. Hopefully, this will be patched soon.
Spoke with Google Support about this. The support person indicated they are getting a ton of reports on this, that it is an OS problem that they are working on. Hopefully, this will be patched soon.
jo...@gmail.com <jo...@gmail.com> #365
Stock Nexus 5, unrooted. Same issue started popping up 3 days ago. No new camera apps were installed or updated.
zb...@gmail.com <zb...@gmail.com> #366
Noticed this problem on my unrooted N5 yesterday so found this thread. Went ahead and uninstalled TV Guide (the only new thing I installed recently, a few days ago). Also uninstalled ShopSavvy Barcode Scanner (had it for a long time so don't think it's problematic, but I don't really use it anymore). Rebooted a couple of times and mm-qcamera-daemon is no longer appearing on the battery usage list. Here's hoping my phone is cured.
dr...@gmail.com <dr...@gmail.com> #367
If I don't use camera at all (either directly or indirectly through an app) the battery usage is fine (been going on for 3.5 days just fine now).
As soon as I use camera in any capacity the drain will begin.
So please ignore reports about Snapchat and/or other apps, I don't have any, the problem is perfectly repeatable just with the camera app.
Nexus 5, latest OS, no hacks of any kind, very few apps installed.
As soon as I use camera in any capacity the drain will begin.
So please ignore reports about Snapchat and/or other apps, I don't have any, the problem is perfectly repeatable just with the camera app.
Nexus 5, latest OS, no hacks of any kind, very few apps installed.
ma...@gmail.com <ma...@gmail.com> #368
This issue is happening to me as well. It has happened twice in the past 3-4 weeks. So not often for me. But when it does happen it uses about 50% of battery like most others. I go down about 1% every 2 minutes in just stand by when this process is running.
I have had my Nexus 5 since November 17th. So only a couple weeks after it was released. I never had this issue when I was on 4.4. It only started on 4.4.2. I think when Google developers made camera improvements it introduced this bug of a camera process being stuck on.
In the screen shots I attached you can see about 2/3rds of the way through where the battery started decreasing at a much quicker rate. Was on battery for about 3 hours and the process was on for about an hour. So that 2/3rds way through the graph where there is a sudden decline is where it started. Restarting the phone killed the process. Also I do not have snapchat or light flow as many others claimed it to be caused by. I think I was using Tumblr, Instagram and Google+ when it started. So I think ANY app with camera permisdions can trigger it. I think it might have been instagram in this scenario for me.
I have had my Nexus 5 since November 17th. So only a couple weeks after it was released. I never had this issue when I was on 4.4. It only started on 4.4.2. I think when Google developers made camera improvements it introduced this bug of a camera process being stuck on.
In the screen shots I attached you can see about 2/3rds of the way through where the battery started decreasing at a much quicker rate. Was on battery for about 3 hours and the process was on for about an hour. So that 2/3rds way through the graph where there is a sudden decline is where it started. Restarting the phone killed the process. Also I do not have snapchat or light flow as many others claimed it to be caused by. I think I was using Tumblr, Instagram and Google+ when it started. So I think ANY app with camera permisdions can trigger it. I think it might have been instagram in this scenario for me.
sp...@gmail.com <sp...@gmail.com> #369
Same issue since last few days
he...@gmail.com <he...@gmail.com> #370
It is not related to the camera app. I have not used the camera over a week. Nevertheless the mm_qcamera_deamon showed up twice in this time and did consume my battery in no time. A restart of my phone solved the problem temporally.
I have a Nexus 5 / 16g / 4.4.2 / rooted.
Don't think this is caused by an app. The only app mentioned in the posts above, installed on my phone is Skype. But I have not used Skype over a month...
I have a Nexus 5 / 16g / 4.4.2 / rooted.
Don't think this is caused by an app. The only app mentioned in the posts above, installed on my phone is Skype. But I have not used Skype over a month...
[Deleted User] <[Deleted User]> #371
Google are you listening? Please fix!
ar...@gmail.com <ar...@gmail.com> #372
#google
#Nexus5
It's 24h now that i applied the #357
parameters/apps/all/ ... reset app preference.
Reboot.
Fine.
#Nexus5
It's 24h now that i applied the #357
parameters/apps/all/ ... reset app preference.
Reboot.
Fine.
pa...@santosvelasco.com <pa...@santosvelasco.com> #373
Same problem in here. This a major problem, please solutions.
gi...@gmail.com <gi...@gmail.com> #374
Posted as #216. Since I removed skype, I no longer had the problem
vl...@gmail.com <vl...@gmail.com> #375
I contacted Google regarding this issue. They advised to clean the cache of the camera app in the settings. Until now it works fine.
ig...@gmail.com <ig...@gmail.com> #376
Major issue, after about 2-3 weeks using the phone the camera cannot be used (app unable to connect to camera) unless I reboot the device. mm-qcamera-daemon shows huge battery usage and phone is quite warm in the back near the top.
Fix this ASAP.
Fix this ASAP.
da...@gmail.com <da...@gmail.com> #377
Nexus 5, 32 GB, stock 4.4.2. Just started happening yesterday evening after a couple of updates came in (Tango was the only one to use the camera). The phone has been fine for the last two months, so weird that something just triggered it now. Anyway, installed Camera Block Free and we'll see how that goes. It found 28 Apps that can use the camera! Some I never realized could. Worth using just to see what's using your camera.
ne...@gmail.com <ne...@gmail.com> #378
[Comment deleted]
es...@gmail.com <es...@gmail.com> #379
I am also seeing this on my Nexus 5.This is an unexceptable problem.
a....@gmail.com <a....@gmail.com> #380
I am also seeing this on my Nexus 5 after only 2 days of use...!
Factory reset today... waiting for...
Installed application : Apex launcher-Notifier / Percent activator / Du Battery Saver / Du Speed Booster
Factory reset today... waiting for...
Installed application : Apex launcher-Notifier / Percent activator / Du Battery Saver / Du Speed Booster
he...@gmail.com <he...@gmail.com> #381
Uninstalling Skype was my solution, hopefully.
ag...@gmail.com <ag...@gmail.com> #382
Also noticed this today. mm-qcamera-daemon consumed about 46% of battery. Suspecting Skype, though it hasn't explicitly used the camera (only received a couple of text messages). Once charge, will uninstall and observe.
pa...@gmail.com <pa...@gmail.com> #383
i did a factory reset and still experiencing this issue.... such a waste of time!
Now I have a strong feeling that removing the phone from charging while the supply is on causes this... If I turn off the charger and then disconnect the phone then its fine... (this could be a red herring...!)
Now I have a strong feeling that removing the phone from charging while the supply is on causes this... If I turn off the charger and then disconnect the phone then its fine... (this could be a red herring...!)
jo...@gmail.com <jo...@gmail.com> #384
Same problem with my nexus 5 no Root with stock 4.4.2
ni...@gmail.com <ni...@gmail.com> #386
same here. Nexus 5 16Gb 4.4.2 no root
al...@gmail.com <al...@gmail.com> #387
Update: Note3, stock vzw 4.3; only happened once when I tried the Lenovo camera app from xda, was still happening after uninstall, hasn't come back at all since I fully charged and rebooted. I also suspected "Air view," so I disabled it after uninstall of Lenovo camera app with no success, have had it on since without issue. Have been using the default camera app without issue since, also.
61...@gmail.com <61...@gmail.com> #388
My Nexus 5 4.4.2 radom drain with mm-qcamera-daemon drain at 42%.
ma...@gmail.com <ma...@gmail.com> #389
Been having this issue since yesterday on my Nexus 5. Have uninstalled camera based apps and rebooted but mm-qcamera-daemon is still being used by the battery.
Concerned that this is a virus or the like.
Concerned that this is a virus or the like.
cr...@gmail.com <cr...@gmail.com> #390
I have 4.1 with latest Google Play Services and have been noticing incredible battery drain and heat.
ip...@gmail.com <ip...@gmail.com> #391
Nexus 5 (non rooted, 4.4.2) I tried uninstalling every camera related app and features, and then used suggestion from #15 - clear cache and preference of the default camera app and remove the shortcut from the home screen. The issue does not appear for now, then I've installed back my applications (such as Instagram, Skype, etc.) one by one per day to see whether the problem is isolated to a specific app. To this day I've not encountered the mm-qcamera-daemon again, but
I have yet to try putting back the shortcut.
I have yet to try putting back the shortcut.
th...@gmail.com <th...@gmail.com> #392
Throwing this screenshot and my vote to hopefully find a fix in here because it was preventing my Nexus 5 (rooted stock 4.4.2) from charging last night. Reboot did the trick to actually allow my device to charge. For now I'll avoid camera functions, I guess.
ha...@gmail.com <ha...@gmail.com> #393
same problem here.. this needs to be fixed!
ab...@gmail.com <ab...@gmail.com> #394
Happened again - my more major concern is that when this starts happening - the phone gets hot, both the screen (when screen is turned off), and the back through a case. This will inevitably reduce the life of the phone itself. So need a solution asap. Also can you all please STAR the thread. It has jumped from 400 to 600 in two days. If we can get it to 1000+ it will be a top 10 item easily. Has there been NO response from Google on this whatsoever? Who do we need to petition directly at Google to get this seen?
How about Sundar Pichai?https://plus.google.com/+SundarPichai/posts
Add a comment to his latest post:
Hi Sundar,
Many users are having issues of a camera daemon app draining battery and heating the battery and phone. Can this please be urgently prioritised for a fix? At the moment, there has been no response on the forums and the number of users affected has started to increase exponentially. The concern is not only is it an issue with the camera, but it is draining battery as well as potentially causing the phone itself to reduce it's life due to the over heating.
Please see here for further details.:
https://code.google.com/p/android/issues/detail?id=60058
Many thanks,
How about Sundar Pichai?
Add a comment to his latest post:
Hi Sundar,
Many users are having issues of a camera daemon app draining battery and heating the battery and phone. Can this please be urgently prioritised for a fix? At the moment, there has been no response on the forums and the number of users affected has started to increase exponentially. The concern is not only is it an issue with the camera, but it is draining battery as well as potentially causing the phone itself to reduce it's life due to the over heating.
Please see here for further details.:
Many thanks,
ge...@gmail.com <ge...@gmail.com> #395
Same issue here, running Nexus 5 stock unrooted.. Without running any camera application the daemon appears and completely drains the phone.. No instalation of s/w for the last five days.. Problem appeared on the second day of usage of the phone. Ever since then it re appears very 2 days.. This is a major issue not a lower priority..
ja...@gmail.com <ja...@gmail.com> #396
Seems to be related with a Skype update on my stock Nexus 5. It didn't happen before..
pa...@gmail.com <pa...@gmail.com> #397
Same problem
ch...@gmail.com <ch...@gmail.com> #398
Another 4.4 N5 user with this issue. Please could everyone check they have starred this issue and get any others they know of to also visit this page and star / vote for it. Thanks
je...@gmail.com <je...@gmail.com> #399
Same problem in my Nexus-5 device, so I uninstall skype app from my phone and rebooted . After that problem is gone. But this issue needs to fix.
de...@gmail.com <de...@gmail.com> #400
Same problem with my N5 here, after the reboot, it is ok again. I didn't uninstall skype or any other camera related apps.
cl...@gmail.com <cl...@gmail.com> #401
I think it's a google now issue. It's born from last update. Because of it's integration with the system, Also if you don't use it, it maybe cause malfunction.
we can rate 1 star in gnow application on playstore until it's correct.
we can rate 1 star in gnow application on playstore until it's correct.
ab...@gmail.com <ab...@gmail.com> #402
Here's a chart I made of number of comments by day on this issue thread, it was reported back in Sept 2013. But as you can see the comments spiked on Feb 20th. And continue to increase day by day:
Clearly some incompatibility has been introduced since or around the 20th Feb.
20-Feb-14 10
21-Feb-14 11
22-Feb-14 10
23-Feb-14 12
24-Feb-14 22
25-Feb-14 38
26-Feb-14 55
27-Feb-14 48
28-Feb-14 54
01-Mar-14 8
02-Mar-14 21
03-Mar-14 17
Clearly some incompatibility has been introduced since or around the 20th Feb.
20-Feb-14 10
21-Feb-14 11
22-Feb-14 10
23-Feb-14 12
24-Feb-14 22
25-Feb-14 38
26-Feb-14 55
27-Feb-14 48
28-Feb-14 54
01-Mar-14 8
02-Mar-14 21
03-Mar-14 17
ab...@gmail.com <ab...@gmail.com> #403
[Comment deleted]
ff...@gmail.com <ff...@gmail.com> #404
TEMPORARY SOLUTION
Folks, stop posting apps that may cause problem. It's NOT app related, issue is connected to OS.
The only solution at the moment is to install this app:https://play.google.com/store/apps/details?id=com.bettertomorrowapps.camerablockfree
This blocks access to camera from apps. Is the only solution before a major update from Google.
Reboots, hard reset won't fix. Tried everything and the only solution is to prevent access from OS to camera with this app!
Folks, stop posting apps that may cause problem. It's NOT app related, issue is connected to OS.
The only solution at the moment is to install this app:
This blocks access to camera from apps. Is the only solution before a major update from Google.
Reboots, hard reset won't fix. Tried everything and the only solution is to prevent access from OS to camera with this app!
mq...@gmail.com <mq...@gmail.com> #405
#401 I have this problem since a google services update (I didn't see very well but I get an network error updating google play services or google services, not sure)
I agree with you it comes sice recent update.
I agree with you it comes sice recent update.
ga...@gmail.com <ga...@gmail.com> #406
Seems to happen on my stock N5 after I use the camera using the stock camera app.
ch...@yahoo.com <ch...@yahoo.com> #407
[Comment deleted]
ch...@yahoo.com <ch...@yahoo.com> #408
I downloaded the camerablock app, and it doesnt seem to work. It is activated via the blue shiled, but the mm-qcamera-daemon is still there and not releasing even after reboot, removing sim card and all the configuration minus hard reset.
is there something I am missing from the app not working.
is there something I am missing from the app not working.
nu...@gmail.com <nu...@gmail.com> #409
I´m having the same problem.
iv...@gmail.com <iv...@gmail.com> #410
This problem also appears on my N5.
js...@android.com <js...@android.com> #411
Tracking internally in 10577806.
go...@tibox.tech <go...@tibox.tech> #412
Happy to see that the issue is assigned to someone in google :)
ge...@gmail.com <ge...@gmail.com> #413
This issue's priority should be high since its impact is really bothersome and number of cases is spreading.
mu...@googlemail.com <mu...@googlemail.com> #414
Good to see the priority changed to high. Need a fix asap.
di...@gmail.com <di...@gmail.com> #415
I love my n5 but this problem drives me nuts. Is Google gonna do something or what?
ch...@yahoo.com <ch...@yahoo.com> #416
[Comment deleted]
na...@gmail.com <na...@gmail.com> #417
Happened on my n5 for the first time yesterday.
mi...@gmail.com <mi...@gmail.com> #418
removed skype and it solved my issue. so far 4 days and no camera battery drain.
ch...@yahoo.com <ch...@yahoo.com> #419
[Comment deleted]
th...@gmail.com <th...@gmail.com> #420
I have a Nexus 5 with Android 4.4.2. It happens periodically for me. Restarting my phone indeed fixes it, but I hate seeing 60% of my battery destroyed in just a few minutes. I usually discover the issue too late.
mr...@gmail.com <mr...@gmail.com> #421
Glad to see we may see a solution soon. Nothing has worked for me either to fix this issue since December. I've tried nearly everything! It'll be great to have a camera again :)
ch...@yahoo.com <ch...@yahoo.com> #422
This is occurring on a Samsung Note 3 on Verizon network. Android 4.3 Ver. N900VVRUBMJE. Kernel 3.4.0
th...@gmail.com <th...@gmail.com> #423
ha...@gmail.com <ha...@gmail.com> #424
same problem
pa...@gmail.com <pa...@gmail.com> #425
today there was a 46% battery drain in less than 3 hours for my Nexus5 :(
pa...@class-acts.com <pa...@class-acts.com> #426
Thank you Google for moving this to High priority. I've managed to fix mine issue (Post #312) but fear it's return since the root cause still seems a mystery.
sa...@gmail.com <sa...@gmail.com> #427
[Comment deleted]
mr...@gmail.com <mr...@gmail.com> #428
Even I was facing this issue earlier... More than 50% battery drainage by mm-qcamera-daemon...
The solution that worked for me was uninstalling all the apps that directly or indirectly use the camera...
Since then the battery drainage is back to normal....
Although this is a temporary solution, but it works - have been using camera normally since then,no crashing, no issues, normal battery span...
The solution that worked for me was uninstalling all the apps that directly or indirectly use the camera...
Since then the battery drainage is back to normal....
Although this is a temporary solution, but it works - have been using camera normally since then,no crashing, no issues, normal battery span...
sa...@gmail.com <sa...@gmail.com> #429
My camera tends to just stop functioning "cannot connect to camera" notification from snapchat and camera app once a day... also it's using 32% battery function (native camera app) on my battery
mi...@googlemail.com <mi...@googlemail.com> #430
Same problem 27% drain.
iPhone lifer who switched 4 days ago to Nexus 5 32gb and LOVED it...until this...shame.
iPhone lifer who switched 4 days ago to Nexus 5 32gb and LOVED it...until this...shame.
dc...@gmail.com <dc...@gmail.com> #431
Finally escalated. Thank you!
Seems to me something or some update changed about 10 days ago for me on stock N5 and started camera app crashing and the dreaded mm-qcamera-daemon battery drain problem. Is there a way to look back at update history?
Thus far appears safe mode appears to prevent problem but is not a viable long term solution.
I'm wondering if it's a problem with g+, google photo auto back up but that pure conjecture.
Aside from short term battery life issue the cycling and extreme heat generated by this problem must inevitably be reducing the life of our devices.
Seems to me something or some update changed about 10 days ago for me on stock N5 and started camera app crashing and the dreaded mm-qcamera-daemon battery drain problem. Is there a way to look back at update history?
Thus far appears safe mode appears to prevent problem but is not a viable long term solution.
I'm wondering if it's a problem with g+, google photo auto back up but that pure conjecture.
Aside from short term battery life issue the cycling and extreme heat generated by this problem must inevitably be reducing the life of our devices.
ma...@gmail.com <ma...@gmail.com> #432
I am author of comment #125 (https://code.google.com/p/android/issues/detail?id=60058#c125 ).
In my case, the issue seemed to be solved after I uninstalled Skype. After I did so, for almost 4 days nothing happened, my phone worked normally, no mm-qcamera-daemon or camera problem. Since I am not 100% sure Skype is to blame, I've just reinstalled it and will see what happens the next 48, 72 hours. I'll get back with additional comments then.
In my case, the issue seemed to be solved after I uninstalled Skype. After I did so, for almost 4 days nothing happened, my phone worked normally, no mm-qcamera-daemon or camera problem. Since I am not 100% sure Skype is to blame, I've just reinstalled it and will see what happens the next 48, 72 hours. I'll get back with additional comments then.
je...@gmail.com <je...@gmail.com> #433
I had this a week or so ago.. Then I installed a new app - Zello and it immediately started up again. Looking at running programs, I found Google Play to have 2 entries.. so I stopped one, reset all apps, and powerdown and recharge. This is a terrible bug, and I last remember the final kit kat update to be many moons ago, today is 03/03/2014 so this is something new I have never had using any camera app. So Something has snuck in as my version is 4.4.2 KOT49H
jt...@gmail.com <jt...@gmail.com> #434
I'm in the same boat. Stock N5 32gb and this issue just started happening a few days ago.
ds...@gmail.com <ds...@gmail.com> #435
I had no problems for the past few days after uninstalling the most recently installed app (Instagram) and rebooting. Even re-installing didn't re-create the problem, but I think this was due to an app update in the interim period.
The mm-qcamera-daemon problem re-appeared last night following an update of the Barcode Scanner app, and seems to have been resolved so far by a system reboot. As you can see from the attached screenshot, even plugging in the phone to charge barely keeps up with the drain from the mm-qcamera-daemon bug for several hours. However, following a reboot, no more drain.
The mm-qcamera-daemon problem re-appeared last night following an update of the Barcode Scanner app, and seems to have been resolved so far by a system reboot. As you can see from the attached screenshot, even plugging in the phone to charge barely keeps up with the drain from the mm-qcamera-daemon bug for several hours. However, following a reboot, no more drain.
ni...@gmail.com <ni...@gmail.com> #436
I had the same issue on my Nexus 5 (stock). mm-qcamera-daemon was draining 50% according to battery stats. The issue started when I tried to take photo from Hangout app, camera could not started. I don't have Snapchat or use Skype for video call from my phone.
Last night I went to Apps and cleared data for camera app. By far, I now see the percentage dropping to 24%. My phone does not get hot when using other apps as it did while qcamera service was running.
I cant consider or say this is fix, but you can give it a try. Maybe its temporary outage of qcamera.
Last night I went to Apps and cleared data for camera app. By far, I now see the percentage dropping to 24%. My phone does not get hot when using other apps as it did while qcamera service was running.
I cant consider or say this is fix, but you can give it a try. Maybe its temporary outage of qcamera.
al...@gmail.com <al...@gmail.com> #437
Same was with my nexus 5 32gb. I did reboot to the phone. Now it seems OK. But I had this issue more than five times already
gu...@gmail.com <gu...@gmail.com> #438
Re #61 . I have realized that on Note 10.1 2014, I only have unusually high CPU load of mm-qcamera-daemon while using the camera for anything.
But the CPU usage percentage for that process is usually around 3%, and debug logs report that pictures are taken at normal rate, face detection is done even when I have not asked for it, because it is also used for automatic colour balance.
But there is no apparent loop visible in the logs. Just very much to do for the process compared to other systems.
So, the spontantaneous use of mm-qcamera-daemon and drainig of battery seems to be mailnly on Nexus, while unusually high cpu load of mm-qcamera-daemon appears in a few other systems.
But the CPU usage percentage for that process is usually around 3%, and debug logs report that pictures are taken at normal rate, face detection is done even when I have not asked for it, because it is also used for automatic colour balance.
But there is no apparent loop visible in the logs. Just very much to do for the process compared to other systems.
So, the spontantaneous use of mm-qcamera-daemon and drainig of battery seems to be mailnly on Nexus, while unusually high cpu load of mm-qcamera-daemon appears in a few other systems.
ai...@gmail.com <ai...@gmail.com> #439
Each comment triggers notification emails. So, please do not post "+1 Me too!".
Instead, click the star icon.
Instead, click the star icon.
ga...@gmail.com <ga...@gmail.com> #440
google went from offering me a warranty exchange, to telling me to restore it again :/ here is a picture of the problem happening IN SAFE MODE after i did a restore
na...@gmail.com <na...@gmail.com> #441
Uninstalled Skype (which i haven't logged into in months and months,) uninstalled Amazon play store (somebody suggested,) uninstalled OneDrive (somebody suggested,) and installed the camera freezing app.
Hopefully this stops this bug until a true fix is found. THis bug has crippled my phone.
Hopefully this stops this bug until a true fix is found. THis bug has crippled my phone.
mo...@gmail.com <mo...@gmail.com> #442
First time this happened to me was right now. I've had my Nexus 5 for months and its never happened. Nothing has been recently updated or installed.
bu...@gmail.com <bu...@gmail.com> #443
Same issue on my Nexus 5 with 4.4.2
fl...@gmail.com <fl...@gmail.com> #444
same issue, nexus 5. 44% in 2 hours.
sk...@gmail.com <sk...@gmail.com> #445
Uninstalling Skype did nothing. I do not use OneDrive. I did have a camera freeze a couple of days ago. Rebooted phone and that fixed camera. Then I notice this problem today.
Burning battery like crazy.
Burning battery like crazy.
sk...@gmail.com <sk...@gmail.com> #446
Do not use snapchat or yahoo. Removing Camera shortcut from home screen does nothing. Uninstalling Skype does nothing. Restarting phone does nothing.
This is a major problem. I have posted it on Google+ and Twitter. Keep the pressure on and raise the profile of this issue.
This is a major problem. I have posted it on Google+ and Twitter. Keep the pressure on and raise the profile of this issue.
[Deleted User] <[Deleted User]> #447
Same issue. Tried everything except Factory Reset(dont want to do that).
The "Disable Camera" app installation also not working for me. Is there anything else I need to do after installing this app and restarting the phone? I need a temporary fix before Android comes up with permanent one.
The "Disable Camera" app installation also not working for me. Is there anything else I need to do after installing this app and restarting the phone? I need a temporary fix before Android comes up with permanent one.
se...@gmail.com <se...@gmail.com> #448
Same problem. mm-qcamera-daemon is taking 80% of my battery usage. Battery dies in less than 2 hours. This is a major issue and i cant believe that a huge company like Google is letting down so many of its consumers. I WANT ANSWERS!!!
mo...@gmail.com <mo...@gmail.com> #449
N5 running Android 4.4.2, picked up yesterday afternoon, and I've noticed the mm-qcamera-daemon taking about 40% battery. Going to leave un-plugged this evening and see how things go. Hopefully this brand-new phone won't be dead by morning.
Google product engineers, I really hope you're working on a fix for this. I've been wanting an N5 for a few months now and having finally switched to it and then discovering a day later that this is a serious problem is massively irritating. Please don't wait until this leaks onto gizmodo, wired, techcrunch, pcmag, androidcentral, etc., before taking action and putting out an update to rectify this. You must know your loyal users aren't so loyal that they won't start talking to these outlets about this. I'm saying this not to troll, but because I sincerely like Google products and want them to be good, and this is the reality of the marketplace.
Please get this rectified.
Google product engineers, I really hope you're working on a fix for this. I've been wanting an N5 for a few months now and having finally switched to it and then discovering a day later that this is a serious problem is massively irritating. Please don't wait until this leaks onto gizmodo, wired, techcrunch, pcmag, androidcentral, etc., before taking action and putting out an update to rectify this. You must know your loyal users aren't so loyal that they won't start talking to these outlets about this. I'm saying this not to troll, but because I sincerely like Google products and want them to be good, and this is the reality of the marketplace.
Please get this rectified.
ah...@gmail.com <ah...@gmail.com> #450
i have a same issue on my n5
ci...@tedconn.com <ci...@tedconn.com> #451
+1 I've had issues with the camera not being able to start before, but today was the first time I noticed that my battery didn't seem to last. Particularly because it had a full charge before sleeping and woke up to almost dead battery, and I remember last night the camera failing to initialize. So yeah, this is a pretty serious bug which needs to be addressed!
dr...@gmail.com <dr...@gmail.com> #452
just further proof that this is NOT app specific.
Funny scenario below which triggers off another camera-daemon hyperdrive.
I get into my car, switch on the bluetooth on the N5, it connects to the car stereo headest via BT.
I abruptly switch off the stereo. Restart the stereo. N5 connect again to Car headet via BT
WHAM!! camera-daemon raises its ugly head and doesnt go away until I reboot
Funny scenario below which triggers off another camera-daemon hyperdrive.
I get into my car, switch on the bluetooth on the N5, it connects to the car stereo headest via BT.
I abruptly switch off the stereo. Restart the stereo. N5 connect again to Car headet via BT
WHAM!! camera-daemon raises its ugly head and doesnt go away until I reboot
br...@gmail.com <br...@gmail.com> #453
the same problem is happening to me in nexxus 5. i did not have apps like snapchat etc. but it is still happening. Rebooting the phone started the camera but the process is still shown in the batt stats. i think it is a stock rom problem not an app problem...Google fix this quickly please...It drains a lot of battery.. :(((
ab...@gmail.com <ab...@gmail.com> #454
One other thing to check is if the phone feels hot to touch - both the screen, and the back even through a case. And there you go - the mm-qcamera-daemon is running Anyone else notice this? I sincerely hope this will not impact the life of my device?!
as...@gmail.com <as...@gmail.com> #455
I use Nexus 5 for almost 4 months now , i see this issue more frequently popping out only from last month.
Recent days this process kills my battery very fast, i dont know if its a bug with 4.4.2 or with any other app.
i was going through some blogs and some say that it could be because of Clean master app. i will try un installing the app and check this.
But Google please correct this issue and provide us an OS update.
Recent days this process kills my battery very fast, i dont know if its a bug with 4.4.2 or with any other app.
i was going through some blogs and some say that it could be because of Clean master app. i will try un installing the app and check this.
But Google please correct this issue and provide us an OS update.
mi...@gmail.com <mi...@gmail.com> #456
I got my nexus 5 since november and this issue started last weekend. Additionally, when I reboot the phone, my homescreen gets reset and I have to reconfigure all my apps/groups/widgets.
This issue should be fixed or I go buy an iphone 5s. thanks
This issue should be fixed or I go buy an iphone 5s. thanks
ph...@schich.tel <ph...@schich.tel> #457
Same here, nexus 5 on 4.4.2, today this occurred the first time. It took about 50% of my battery
kr...@gmail.com <kr...@gmail.com> #458
A similar problem.
Phone heats as hot kettle.
nexus 5
Phone heats as hot kettle.
nexus 5
ab...@gmail.com <ab...@gmail.com> #459
I took a screenshot of top Starred defects list yesterday.
Of the top 10 in the list - not a single one has had it's "Star" increased. This issue however has gone up over 100 in one day alone. That should tell Google/Android the magnitude of this issue and the number of people it is impacting. Google need to pull as many resources as they can for this issue.
Of the top 10 in the list - not a single one has had it's "Star" increased. This issue however has gone up over 100 in one day alone. That should tell Google/Android the magnitude of this issue and the number of people it is impacting. Google need to pull as many resources as they can for this issue.
ab...@gmail.com <ab...@gmail.com> #460
Screenshot showing of the top 10 defects, this is the ONLY one being starred a hundred times more than the top 10 which are not increasing at all.
ng...@gmail.com <ng...@gmail.com> #461
I've had the same problem with my Nexus 5. I noticed it a few days ago, I tried uninstalling all of my apps that have camera permissions, and it still shows up!! It can drain the battery 70% in just 4 hours!
Again as everyone says, a restart fixes the problem, but we've no idea when or even how the problem starts!!!
Come on google!!!! Get your act together, this is affecting your flagship device!!
Again as everyone says, a restart fixes the problem, but we've no idea when or even how the problem starts!!!
Come on google!!!! Get your act together, this is affecting your flagship device!!
ch...@gmail.com <ch...@gmail.com> #462
I'm also hoping for a fix. I bout my Nexus 5 two days ago and the process is sitting at about 50% of ny bagtery useage' with the next highest being my screen at only 8%. I need my phone to last at least 8-10 hojrs on battery but this camera process kills it from full in about 2-3 hours even when locked. I'm sad to see this issue's been going on since well before the new year :(
ju...@michaux.name <ju...@michaux.name> #463
Hi,
Same issue here. Having a nexus 5 for about 4 months. Having this issue for about one week. At noon, this process was about 40% of my battery usage.
Waiting for news!
Same issue here. Having a nexus 5 for about 4 months. Having this issue for about one week. At noon, this process was about 40% of my battery usage.
Waiting for news!
na...@gmail.com <na...@gmail.com> #464
Hi all, I have tried uninstalling all the apps I recently updated since the problem began, and so far the culprit seems to be Skype as ever since I uninstalled it about 4 days ago the problem never came back (*fingers crossed*)
va...@gmail.com <va...@gmail.com> #465
I've had the same problem,stock nexus 5,4.4.2,no snapchat or messenger, disinstalled skype. This process drains half of the battery in less than 3 hours,please solve it asap, the phone is useless, nexus phones are supposed to have updates and fixes straight away from google!
jo...@gmail.com <jo...@gmail.com> #466
3 out of 4 people I know with Nexus 5 are experiencing this problem. Google!
cg...@gmail.com <cg...@gmail.com> #467
This is a big problem.
Heated phone to over 140 degrees F!
Killing battery all of the time now see attached drainage.
Getting worse. Need fix ASAP.
Heated phone to over 140 degrees F!
Killing battery all of the time now see attached drainage.
Getting worse. Need fix ASAP.
sb...@gmail.com <sb...@gmail.com> #468
major issue.
phone overheats and battery is gone in couple of hours
phone overheats and battery is gone in couple of hours
ma...@gmail.com <ma...@gmail.com> #469
Same problem. Fix needed.
ju...@gmail.com <ju...@gmail.com> #470
Same problem
Nexus 5 - 16gb
Nexus 5 - 16gb
ti...@gmail.com <ti...@gmail.com> #471
same problem.
ja...@gmail.com <ja...@gmail.com> #472
Same problem
- Samsung T-Mobile Note 3 (SM-N900T)
- Android 4.3
- Kernel 3.4.0-1670611
- Build number JSS15J.N900TUVUBMI7
Note, that as suggested in a thread describing this problem, I have installed Camera Block Free to temporarily mitigate the problem. Since installing the app, mm-qcamera-daemon has not consumed measurable battery resources.
- Samsung T-Mobile Note 3 (SM-N900T)
- Android 4.3
- Kernel 3.4.0-1670611
- Build number JSS15J.N900TUVUBMI7
Note, that as suggested in a thread describing this problem, I have installed Camera Block Free to temporarily mitigate the problem. Since installing the app, mm-qcamera-daemon has not consumed measurable battery resources.
pt...@gmail.com <pt...@gmail.com> #473
I have the mm-qcamera-daemon problem on Galaxy NOTE 10.1 2014 Edition (SM-P605).
ap...@gmail.com <ap...@gmail.com> #474
Same Problem. Cataclysm ROM, Franco Kernel.
pr...@gmail.com <pr...@gmail.com> #475
Same issue on my nexus5 as well :( Today i just saw battery usage and i was shocked that " mm-qcamera-daemon" was using almost 52% of battery :/ earlier i was in assumption that, display is taking much battery. So, i was keeping the brightness of screen to low.
also, sometimes i observed camera application do not open instead it gets crashed. And sometimes phone gets supper hot.
Google should consider this issue on high priority and fix the issue at earliest.
also, sometimes i observed camera application do not open instead it gets crashed. And sometimes phone gets supper hot.
Google should consider this issue on high priority and fix the issue at earliest.
et...@google.com <et...@google.com> #476
Thanks, everyone, for reporting about this problem.
We believe we have fixes for the current high CPU reports on N5 due to mm-qcamera-daemon, and they will be included in the next maintenance update. At this point, we don't need more reports of the problem, with some exceptions I'll detail below.
More details:
We've had scattered reports of persistent high CPU usage of mm-qcamera-daemon since our last maintenance update, and based on those, found a number of bugs that were then fixed.
More recently, there's been a significant increase in the frequency of reported problems. These may be related to a recent update to Skype, which seems to access the camera regularly from its background service in some way that triggers this bug (note, we don't currently believe there's a bug in Skype itself). Investigating this, we've identified a few additional fixes that we hope resolve this issue for good. However, since the high CPU usage is an intermittent problem, we're continuing to test our fixes to verify the problems are gone.
Unfortunately, I can't provide an estimate for when the maintenance update will be ready, due to all the testing we need to do for this and other fixes. Until then, rebooting the phone is the only way to stop the high CPU usage/lack of camera function once it starts.
Uninstalling Skype may substantially reduce the likelihood of this bug appearing, but I realize Skype is a very important application for many people. Other camera-using applications may trigger this bug as well, but that's been relatively rare. Most applications also do not access the camera when not in the foreground, so they will only trigger issues when actively used.
I'd also like to note that instances of high CPU use of mm-qcamera-daemon on other devices besides the N5 need to be reported to their manufacturers - while those devices also use a Qualcomm chip for their camera processing (and thus have a mm-qcamera-daemon process), each has differences in their software and issues with them do not necessarily mean the N5 has the same problem, and vice versa.
If you are seeing high CPU use of mm-qcamera-daemon, and you have not used the camera at all, or installed an application like Skype that has a background service that accesses the camera (typically, applications that provide video chat may do this), we would like to know about it.
Otherwise, for Skype and other typical camera applications, we believe we have fixes identified, and you don't need to add more information to this bug - remember, any note added here will send updates to dozens of people.
We believe we have fixes for the current high CPU reports on N5 due to mm-qcamera-daemon, and they will be included in the next maintenance update. At this point, we don't need more reports of the problem, with some exceptions I'll detail below.
More details:
We've had scattered reports of persistent high CPU usage of mm-qcamera-daemon since our last maintenance update, and based on those, found a number of bugs that were then fixed.
More recently, there's been a significant increase in the frequency of reported problems. These may be related to a recent update to Skype, which seems to access the camera regularly from its background service in some way that triggers this bug (note, we don't currently believe there's a bug in Skype itself). Investigating this, we've identified a few additional fixes that we hope resolve this issue for good. However, since the high CPU usage is an intermittent problem, we're continuing to test our fixes to verify the problems are gone.
Unfortunately, I can't provide an estimate for when the maintenance update will be ready, due to all the testing we need to do for this and other fixes. Until then, rebooting the phone is the only way to stop the high CPU usage/lack of camera function once it starts.
Uninstalling Skype may substantially reduce the likelihood of this bug appearing, but I realize Skype is a very important application for many people. Other camera-using applications may trigger this bug as well, but that's been relatively rare. Most applications also do not access the camera when not in the foreground, so they will only trigger issues when actively used.
I'd also like to note that instances of high CPU use of mm-qcamera-daemon on other devices besides the N5 need to be reported to their manufacturers - while those devices also use a Qualcomm chip for their camera processing (and thus have a mm-qcamera-daemon process), each has differences in their software and issues with them do not necessarily mean the N5 has the same problem, and vice versa.
If you are seeing high CPU use of mm-qcamera-daemon, and you have not used the camera at all, or installed an application like Skype that has a background service that accesses the camera (typically, applications that provide video chat may do this), we would like to know about it.
Otherwise, for Skype and other typical camera applications, we believe we have fixes identified, and you don't need to add more information to this bug - remember, any note added here will send updates to dozens of people.
no...@gmail.com <no...@gmail.com> #477
Hi Google,
I believe that the built-in Gallery app (because it is tied to the camera app) also triggers the issue. The last five times where the issue flared up for me was directly correlated with me viewing some pictures inside the Gallery and then exiting. Even though I was no longer actively using the Gallery app, the battery was still drained until I went to Settings/Apps and force stopped the Gallery app. The battery drain then stopped immediately.
I believe that the built-in Gallery app (because it is tied to the camera app) also triggers the issue. The last five times where the issue flared up for me was directly correlated with me viewing some pictures inside the Gallery and then exiting. Even though I was no longer actively using the Gallery app, the battery was still drained until I went to Settings/Apps and force stopped the Gallery app. The battery drain then stopped immediately.
no...@gmail.com <no...@gmail.com> #478
Sorry, to clarify - I am using a Nexus 5 on 4.4.2.
et...@google.com <et...@google.com> #479
noblehelium - if the drain stopped when you killed Gallery, it's a different issue.
Please open a new bug with a description, and if possible, system logs and/or an Android bugreport captured when you see high battery use.
Please open a new bug with a description, and if possible, system logs and/or an Android bugreport captured when you see high battery use.
[Deleted User] <[Deleted User]> #480
Dear Eino-Ville Talvala,
First of all thanks for the update and for looking into this.
I only have a request.
Could you please provide any (android source) links with the recent commits targeting to fix this issue?
First of all thanks for the update and for looking into this.
I only have a request.
Could you please provide any (android source) links with the recent commits targeting to fix this issue?
st...@gmail.com <st...@gmail.com> #481
I have had the youtube app crash and trigger mm-qcamera-daemon as well.
ch...@gmail.com <ch...@gmail.com> #482
Wooooohooooo! Thaaaaank yooouuuuu!
ja...@gmail.com <ja...@gmail.com> #483
[Comment deleted]
da...@gmail.com <da...@gmail.com> #484
I've since uninstalled Skype from my N5, rebooted, and the process still appears. Also... booting in 'Safe Mode' is having no effect whatsoever. My phone is now rendered useless as I don't sit at a desk all day.
et...@google.com <et...@google.com> #485
davedotnolan - The bug may be triggered by other apps, including the default camera app, but that's been rare in our feedback. Safe mode won't stop all camera use, so the bug may still trigger. We are checking if other applications may be triggering this issue, but have not seen anything definite yet.
By 'the process still appears', do you mean you see high CPU use, or that mm-qcamera-daemon appears as a running process? The latter is expected, as the daemon is a key part of the camera subsystem.
If you are seeing high CPU use by that process after a reboot, with no 3rd-party camera-using applications installed, and no use of the built-in camera app or video hangouts after a reboot, we would appreciate more information about it - a system log or Android bugreport would be very useful.
By 'the process still appears', do you mean you see high CPU use, or that mm-qcamera-daemon appears as a running process? The latter is expected, as the daemon is a key part of the camera subsystem.
If you are seeing high CPU use by that process after a reboot, with no 3rd-party camera-using applications installed, and no use of the built-in camera app or video hangouts after a reboot, we would appreciate more information about it - a system log or Android bugreport would be very useful.
dr...@gmail.com <dr...@gmail.com> #486
I have not seen that service for two days, and battery drain resolved in my case. I revoked Skype camera permission. Of course I cannot make video calls with Skype, but battery issue had resolved. I need to give it more testing on Vibet and Tango that also uses camera service.
no...@gmail.com <no...@gmail.com> #487
etalv - I'm not sure why you are so convinced that my issue is a different issue...? The battery drain is caused by mm-qcamera-daemon as shown in the battery usage screen.
Feel free to email me if you want to avoid further notifications to everyone on this issue.
Feel free to email me if you want to avoid further notifications to everyone on this issue.
ad...@gmail.com <ad...@gmail.com> #488
Hello.
Modell: Nexus 5, android 4.4.2
Without using camera or photorelated programs. The mm-qcamera-deamon is turned on, listed at the top of battery use list. Fluxuating between 30-70% use of cpu.
I have rebooted the phone, the deamon appares 30min after. Without any camera or photoprogram is started or used.
It started yesterday.
Modell: Nexus 5, android 4.4.2
Without using camera or photorelated programs. The mm-qcamera-deamon is turned on, listed at the top of battery use list. Fluxuating between 30-70% use of cpu.
I have rebooted the phone, the deamon appares 30min after. Without any camera or photoprogram is started or used.
It started yesterday.
ad...@thekks.net <ad...@thekks.net> #489
etalv: Are code for the fixes being pushed to AOSP by chance? Other distributions may want to start integrating the fix into their ROMs.
sy...@gmail.com <sy...@gmail.com> #490
etalv: the original complaint by, myself, was beyond the related "hang" issues, everyone has experienced, that applications can cause in the Qualcomm driver. The driver itself seems to have been designed in a way that consumes much more resources than it should as it seems to expand and contract linearly depending on the number of cores. It always consumes around 100% of one core regardless of how powerful a core is and how many there are on a given device. All of the issues above in the comment history also show up on the Nexus 7 (2013) device as well. I hope the fixes will be released for that device as well.
da...@gmail.com <da...@gmail.com> #491
Since the last reboot, the phone has been on for 10.5 hours, and the qcamera process has been using the CPU for 2 hours. Is that abnormal, does it warrant a system log.
fl...@gmail.com <fl...@gmail.com> #492
[Comment deleted]
em...@gmail.com <em...@gmail.com> #493
Samething on my Nexus 5 stock 4.4.2.
It happens when i use the camera from the locked screen.... :(
It happens when i use the camera from the locked screen.... :(
pa...@gmail.com <pa...@gmail.com> #494
Pl do not consider this as a N5 only issue!
I suggest you also test GOOGLE NEXUS 10, I own N5 and N10 BOTH, and have encountered this bug/issue on BOTH devices.
This bug manifests more often on N5, but N10 is not immune to it!
I also agree with #492 , using camera from the locked screen has been a pain even after the 4.4.2 update... battery drain occurs more often than not.
I suggest you also test GOOGLE NEXUS 10, I own N5 and N10 BOTH, and have encountered this bug/issue on BOTH devices.
This bug manifests more often on N5, but N10 is not immune to it!
I also agree with #492 , using camera from the locked screen has been a pain even after the 4.4.2 update... battery drain occurs more often than not.
ha...@gmail.com <ha...@gmail.com> #495
In my case, I found out that the problem was caused by Google Goggles. Since the last update for Google Goggles every time I take a picture Google Goggles starts trying to recognize the picture and the famous "mm-qcamera-daemon" starts. Two days ago I uninstalled Google Goggles and since then no issues even with heavy use of the camera.
ph...@gmail.com <ph...@gmail.com> #496
Having the same issue since a few days. I thought auto backup on one drive was the culprit as it started to happen when i set the auto backup of my photos on.. It could very well be a co-incidence..
da...@gmail.com <da...@gmail.com> #497
I have the same problem. Now i uninstalled Skype and Snapchat and seems to be work..2 days without battery drain and mm-qcamera-demon start.
jo...@gmail.com <jo...@gmail.com> #498
My boss is using a Note 3, and she has the same problem of mm-qcamera-demon.
We tried to uninstall all the camera related apps and it is not working.
No skype, no tango, no youtube...no camera related apps but it is still there.
any suggestion?
We tried to uninstall all the camera related apps and it is not working.
No skype, no tango, no youtube...no camera related apps but it is still there.
any suggestion?
be...@gmail.com <be...@gmail.com> #499
Yesterday, I experienced crashing of the camera app o my Nexus 5. I would choose the app and about 5 seconds later it would crash and say "Could not connect to camera".
Yesterday, later in the day I noticed my battery being drained quite a bit faster than normal (around 5-10%/hour). I didn't worry about it too much yesterday, but this morning after unplugging my phone I had a 10% drain in 20 minutes.
Restarting the phone doesn't work for me. Please help!
Yesterday, later in the day I noticed my battery being drained quite a bit faster than normal (around 5-10%/hour). I didn't worry about it too much yesterday, but this morning after unplugging my phone I had a 10% drain in 20 minutes.
Restarting the phone doesn't work for me. Please help!
st...@gmail.com <st...@gmail.com> #500
I have the same problem on the Galaxy S2 with Android 2.3.6!
A few times I wondered about the battery drainage. Restart solves the problem with my phone, too.
Every time I start the camera app the cpu-time for camera-daemon gets increased by 2-3 seconds. Thats pretty normal, i think.
While mm-qcamera-daemon is wakelocked, the camera crashes, if I want to start it.
I hope thats enough information, I´d appreciate any help!
Thanks!
A few times I wondered about the battery drainage. Restart solves the problem with my phone, too.
Every time I start the camera app the cpu-time for camera-daemon gets increased by 2-3 seconds. Thats pretty normal, i think.
While mm-qcamera-daemon is wakelocked, the camera crashes, if I want to start it.
I hope thats enough information, I´d appreciate any help!
Thanks!
mr...@gmail.com <mr...@gmail.com> #501
same problem here, removed camera from home screen unistalled skype, youtube to its factory settings . still it shows up on my nexus 5
vj...@gmail.com <vj...@gmail.com> #502
[Comment deleted]
vj...@gmail.com <vj...@gmail.com> #503
Same problem here on my nexus 5, removed skype,tango,viber and still drains my battery out.
I´d appreciate any help!
Thanks!
I´d appreciate any help!
Thanks!
hr...@gmail.com <hr...@gmail.com> #504
I faced this issue twice in past 4 weeks.
I am using Nexus 5, 32GB, on 4.4.2
1st time i had used quite some application so i am not sure if that was the issue.
But 2nd time i was hell busy in meeting almost entire afternoon today, so i didn't even unlocked my Nexus for past 2 hours, and after that i noticed that my battery has drained to 30% all thanks to camera-daemon, which was running from past 30 mins as per the battery usage stats.
Please let me know if i could provide more info in form of logs/ or any other means which can help to identify the root cause.
I am using Nexus 5, 32GB, on 4.4.2
1st time i had used quite some application so i am not sure if that was the issue.
But 2nd time i was hell busy in meeting almost entire afternoon today, so i didn't even unlocked my Nexus for past 2 hours, and after that i noticed that my battery has drained to 30% all thanks to camera-daemon, which was running from past 30 mins as per the battery usage stats.
Please let me know if i could provide more info in form of logs/ or any other means which can help to identify the root cause.
ra...@gmail.com <ra...@gmail.com> #505
I have also face same problem.when i open camera suddenly pop generate and say can't open. When again restart the mobile than camera will open . How can i resolve this issue.
pl...@gmail.com <pl...@gmail.com> #506
I've had the same problem with my Note 3 on 4.3. I think it may have been triggered by installing the new version of OneDrive. I've since installed a camera activation blocking program and it's stopped the problem, but it impacts other programs as well.
Etalv - anyone working on this bug outside of N5 and kitkat?
Etalv - anyone working on this bug outside of N5 and kitkat?
on...@gmail.com <on...@gmail.com> #507
Nexus 5 Android 4.4.2
First of all I don't have skype.Never used in my life.I tried to delete some apps that could use the camera but don't fix that so I tried a factory reset but after 2 days the problem is still here.Rebooting the device is useless and don't fix the problem.The camera app works good....all works without problems....The only problem is the mm-qcamera daemon at 60/70% that drain down the battery.
I hope that could help.If you need more info or something tell to me what to do.This is my first android device after years with apple and don't know so much about it...However as start is not so good.......I hope I don't need to go back.
First of all I don't have skype.Never used in my life.I tried to delete some apps that could use the camera but don't fix that so I tried a factory reset but after 2 days the problem is still here.Rebooting the device is useless and don't fix the problem.The camera app works good....all works without problems....The only problem is the mm-qcamera daemon at 60/70% that drain down the battery.
I hope that could help.If you need more info or something tell to me what to do.This is my first android device after years with apple and don't know so much about it...However as start is not so good.......I hope I don't need to go back.
st...@steves.me <st...@steves.me> #508
I am experiencing this on my N5 4.2.2 as well.
I dont have Skype or Snapchat installed. I haven't used the camera in the past few days at all or any app which does and it's still happening. This needs to be fixed and pushed out asap as everyone's phones dying in their pockets is totally inexcusable. You guys need to get ahead of this before it gets more coverage and android gets a reputation for battery life measured in minutes.
I dont have Skype or Snapchat installed. I haven't used the camera in the past few days at all or any app which does and it's still happening. This needs to be fixed and pushed out asap as everyone's phones dying in their pockets is totally inexcusable. You guys need to get ahead of this before it gets more coverage and android gets a reputation for battery life measured in minutes.
ah...@gmail.com <ah...@gmail.com> #509
Nexus 5, 4.4.2
I've had relatively good battery life since getting this phone but this problem started when I rebooted it yesterday.
Warm phone and mm-qcamera-deamon using 54% of battery of 9h 3m 23s.
Wouldn't even charge because the battery power was being used up just as quickly as the USB charge supplied by my laptop.
I've had relatively good battery life since getting this phone but this problem started when I rebooted it yesterday.
Warm phone and mm-qcamera-deamon using 54% of battery of 9h 3m 23s.
Wouldn't even charge because the battery power was being used up just as quickly as the USB charge supplied by my laptop.
fa...@gmail.com <fa...@gmail.com> #510
Same Problem on Nexus 5 Android 4.4.2
I need to restart the phone to fix this issue but it appears again few hours later. Weird.
Please fix this problem!
Thanks
I need to restart the phone to fix this issue but it appears again few hours later. Weird.
Please fix this problem!
Thanks
pa...@panreyes.com <pa...@panreyes.com> #511
Hi. One more Nexus 5 here with the same problem.
ge...@gmail.com <ge...@gmail.com> #512
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #513
Temporary work around until they push a fix. Disable app access to camera. "Disable Camera device ICS/JB" is the name of an app that seems to be working for me.
re...@gmail.com <re...@gmail.com> #514
Same here, Note 3 SM-9005 (int) 4.3 :Sweden Tele2
I hate that "mm-qcamera-deamon"
I hate that "mm-qcamera-deamon"
et...@google.com <et...@google.com> #515
We realize the power drain is very frustrating, especially with the recent sudden increase in the chance of it happening.
However, high power drain on non-Nexus devices is not something we can help with. If you have a Note, or any other non-Nexus device, you'll have to reach out to your manufacturer.
While the camera daemon process is named the same on many devices that use a Qualcomm chip for camera support, the code in it will be very different, as it is heavily customized for each device. Fixes for one device do not apply to others directly.
However, high power drain on non-Nexus devices is not something we can help with. If you have a Note, or any other non-Nexus device, you'll have to reach out to your manufacturer.
While the camera daemon process is named the same on many devices that use a Qualcomm chip for camera support, the code in it will be very different, as it is heavily customized for each device. Fixes for one device do not apply to others directly.
ge...@gmail.com <ge...@gmail.com> #516
Nexus 5, Android 4.4.2. Workaround that seems to be working for me: uninstalled Skype.
ra...@gmail.com <ra...@gmail.com> #517
[Comment deleted]
di...@gmail.com <di...@gmail.com> #518
Nexus 5, Android 4.4.2
Same problem here; "mm-qcamera-daemon" drains battery dramatically within short time
Same problem here; "mm-qcamera-daemon" drains battery dramatically within short time
ka...@gmail.com <ka...@gmail.com> #519
I am facing Battery drain issue....when I check where it used it shows on standby...I dont know why standby take 35% used.
ka...@gmail.com <ka...@gmail.com> #520
I hope google will fix this issue soon.
ka...@gmail.com <ka...@gmail.com> #521
I just open camera for 30 second and then I checked battery utilization and I found in that 12% battery utilization.
seriously this problem is causing battery drain. Kindly gives solution.
seriously this problem is causing battery drain. Kindly gives solution.
ke...@gmail.com <ke...@gmail.com> #522
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #523
Stock Nexus 5 32GB and this is affecting me too. I'm trying various things to see if they fix it.
do...@gmail.com <do...@gmail.com> #524
My phone is almost unusable now because the battery drains so quickly...
ru...@gmail.com <ru...@gmail.com> #526
[Comment deleted]
as...@gmail.com <as...@gmail.com> #527
Hi Etalv.
One suggestion....
I have been monitoring this thread for sometime now because I am affected with this issue. As you have mentioned this issue could be because of Skype, why can't you inform Skype about this issue and ask them to provide an App update.
Reason why I am looking for Skype update rather than Android OS update is we all know that OS update is not going to be pushed anytime soon. So instead of us waiting for a long time we can at least get a Skype update to fix this issue temp.
Please consider this ....
One suggestion....
I have been monitoring this thread for sometime now because I am affected with this issue. As you have mentioned this issue could be because of Skype, why can't you inform Skype about this issue and ask them to provide an App update.
Reason why I am looking for Skype update rather than Android OS update is we all know that OS update is not going to be pushed anytime soon. So instead of us waiting for a long time we can at least get a Skype update to fix this issue temp.
Please consider this ....
ho...@gmail.com <ho...@gmail.com> #528
I've experienced this bug on my N5. While I didn't have Skype installed, I believe Instagram triggered the daemon. Phone would be normal after a reboot, and even using the camera, but opening Instagram would *sometimes* cause the camera to lock, and the battery would start to drain.
fl...@gmail.com <fl...@gmail.com> #529
Uninstalling Skype helped for me. No drain for 5 or 6 days no. Before uninstalling skype it used to occur daily/at least every second day.
Still strange because I've seen it happen when I recieved a WhatsApp message...
Still strange because I've seen it happen when I recieved a WhatsApp message...
da...@gmail.com <da...@gmail.com> #530
aswath : As noted in comment #475 , Skype itself doesn't appear to be doing anything wrong. An API call that Skype is making doesn't work as it should do on the Nexus 5.
Changing Skype is therefore not the right thing to do.
Changing Skype is therefore not the right thing to do.
lu...@gmail.com <lu...@gmail.com> #531
when we can have the update? in the Google I/O??? please... release the update soon...
je...@gmail.com <je...@gmail.com> #532
Appeared on my nexus 5 seven days ago, uninstall all apps which might use camera include skype, but the problem still there. The "mm-qcamera-daemon" process use 50% of battery, totally unacceptable.
st...@gmail.com <st...@gmail.com> #533
I am experiencing this on my samsung galaxy note 3, I also recently started using Skype and this started happening.
ff...@gmail.com <ff...@gmail.com> #534
Temporary solution
Download Camera block from Google play. Blocks access to camera no more drain!
Download Camera block from Google play. Blocks access to camera no more drain!
sa...@gmail.com <sa...@gmail.com> #535
Had same problem yestdrday with my s4. Phone crashed. It rebooted without problem but a few hours later was hit with the dreaded daemon. The usual overheating and battery drain ensued. Also my display turned really bright. I usually keep it fairly muted. The ominous eye symbol was showing the whole time. Camera wouldn't work. I turned off all camera related functions and removed the camera from home screen. Then turned the phone off and on again. That seemed to sort out all problems. Till next time. ..
bg...@googlemail.com <bg...@googlemail.com> #536
Nexus 5 and mm-qcamera-daemon: The bug usually occurs after charging the battery. After turning on the camera then the display remains black. Phone off and turn on eliminates the bug immediately.
ci...@gmail.com <ci...@gmail.com> #537
Appeared on my nexus 5 yesterday. The "mm-qcamera-daemon" process use 30% of battery after I reboot it. Fix it!
al...@gmail.com <al...@gmail.com> #538
I AM EXPERIENCING BATTERY DRAINING OF NEXUS 5 RECENTLY. I UNINSTALLED SKYPE BUT STILL FACING THE PROBLEM
sb...@gmail.com <sb...@gmail.com> #539
the mm-qcamera-daemon process doesn't appear in the battery usage statistics now, but still the battery drain hasn't slowed. Hope Google comes out with the update soon..
mk...@gmail.com <mk...@gmail.com> #540
for me no such mm-qcamera thing battery stats but phone gets too hot while playing games.. so my opinion is can we get power saving feature in next update because of this mode we can play games on medium cpu usage so that more battery will be saved
hope you got it!
hope you got it!
mk...@gmail.com <mk...@gmail.com> #541
sorry.. forgot to mention i am using nexus 5 kk 4.4.2
et...@google.com <et...@google.com> #542
Thanks for all the reports. Due to the volume of comments being added to this bug, I'm going to close it to further comments. We know that this is a significant issue for many.
Again, while Skype increases the likelihood of this bug happening, any camera use can trigger it, so even if you remove Skype as a workaround, the drain may recur (but much less often).
If you're seeing battery drain issues on Nexus devices, and there's no mm-qcamera-daemon listed in the battery stats page, please open a new bug. If you're seeing issues on non-Nexus devices, please contact the manufacturer of your device.
Again, while Skype increases the likelihood of this bug happening, any camera use can trigger it, so even if you remove Skype as a workaround, the drain may recur (but much less often).
If you're seeing battery drain issues on Nexus devices, and there's no mm-qcamera-daemon listed in the battery stats page, please open a new bug. If you're seeing issues on non-Nexus devices, please contact the manufacturer of your device.
Description
Test Scenario:
1) Open Camera
2) Attach to SurfaceHolder
3) Watch CPU usage in top
It fluctuates between 0 and 50% + on a Nexus 7 (2013)
This seems very odd since the camera service isn't doing all that much.