Related
Hello,
I am running the latest Darky's ROM (9.2 xtreme) with speedmod kernel.
The problem I am having is that my screen will not turn off. My screen does turn of after the 30 seconds, but after about half a second it turns on again, this also happens when I press the power button to turn the screen of, it would just go on again.
I have tryed wiping the device, other kernel, even did a HARD reset trough the secret code. I have searched for hours on the internet and all I found where some topics with no responess..
What can I do next? Should I go back to stock, unroot it and bring it to a service centere, or is this just some setting that I somehow changed. It just happened, the device ran good on 9.1 for about a month, and nothing happened to it!
Perhaps some problem with sleepmode.. When I go into test mode trough the secrect code and press the sleepmode, the screen just turns on again.
Thank you in advance~
adb logcat and check for events after you turn the screen off
Code:
Thanks for the advice, this is what I found
(First I just wed till the screen *should* go off, after that I pressed power button)
Code:
02-25 19:17:39.336 V/InputDevice(3085): ID[0]=0(0) Up(1=>0)
02-25 19:17:39.338 V/WindowManager(3085): Dsptch > Window{48b92eb0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity paused=false}
02-25 19:17:39.348 E/AudioTrack(3085): getAudioMode[0]
02-25 19:17:42.338 W/PowerManagerService(3085): Timer 0x3->0x3|0x3
02-25 19:17:42.516 I/AudioHardwareALSA(2761): Output standby called!!. Turn off PCM device.
02-25 19:17:45.916 W/PowerManagerService(3085): Timer 0x3->0x3|0x0
02-25 19:18:03.530 D/BatteryService(3085): update start
02-25 19:18:03.564 D/BatteryService(3085): updateBattery level:67 scale:100 status:4 health:2 present:true voltage: 3931 temperature: 310 technology: Li-ion AC powered:false USB powered:false icon:17302163
02-25 19:18:03.624 I/StatusBarPolicy(3085): BAT. status:4 health:2
02-25 19:18:05.918 W/PowerManagerService(3085): Timer 0x3->0x1|0x0
02-25 19:18:05.918 I/PowerManagerService(3085): Ulight 3->1|0
02-25 19:18:05.920 I/PowerManagerService(3085): Setting target 2: cur=32.0 target=20 delta=-1.5 nominalCurrentValue=32
02-25 19:18:05.920 I/PowerManagerService(3085): Scheduling light animator!
02-25 19:18:06.068 I/PowerManagerService(3085): Light Animator Finished curIntValue=20
02-25 19:18:06.130 D/dalvikvm(11333): GC_EXTERNAL_ALLOC freed 8124 objects / 576312 bytes in 60ms
02-25 19:18:12.922 W/PowerManagerService(3085): Timer 0x1->0x0|0x0
02-25 19:18:12.922 I/PowerManagerService(3085): Ulight 1->0|0
02-25 19:18:12.924 I/PowerManagerService(3085): Setting target 2: cur=20.0 target=0 delta=-1.4285715 nominalCurrentValue=20
02-25 19:18:12.924 I/PowerManagerService(3085): Scheduling light animator!
02-25 19:18:13.108 D/dalvikvm(11333): GC_EXTERNAL_ALLOC freed 1131 objects / 68504 bytes in 52ms
02-25 19:18:13.164 I/power (3085): *** set_screen_state 0
02-25 19:18:13.164 E/SensorManager(3085): unregisterListener: [email protected]
02-25 19:18:13.164 I/PowerManagerService(3085): Light Animator Finished curIntValue=0
02-25 19:18:13.164 D/PowerManagerService(3085): enableLightSensor false
02-25 19:18:13.168 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:13.168 I/KeyInputQueue(3085): Input event
02-25 19:18:13.316 W/PowerManagerService(3085): CurLockF mPS:0 mUS=0
02-25 19:18:13.316 W/PowerManagerService(3085): mPokeLocks.size=0:
02-25 19:18:13.318 I/power (3085): *** set_screen_state 1
02-25 19:18:13.318 E/SensorManager(3085): registerListener 4:gp2a Light Sensor delay:240
02-25 19:18:13.318 E/SensorManager(3085): =======>>>Sensor Thread RUNNING <<<========
02-25 19:18:13.318 D/KeyInputQueue(3085): screenCaptureKeyFlag setting 0
02-25 19:18:13.318 I/PowerManagerService(3085): Ulight 0->7|0
02-25 19:18:13.318 I/PowerManagerService(3085): Setting target 2: cur=0.0 target=32 delta=2.1333334 nominalCurrentValue=0
02-25 19:18:13.318 I/PowerManagerService(3085): Scheduling light animator!
02-25 19:18:13.318 D/PowerManagerService(3085): enableLightSensor true
02-25 19:18:13.326 I/TvOut-Observer(3085): ACTION android.intent.action.SCREEN_OFF
02-25 19:18:13.326 I/TvOut-Observer(3085): tvOutSetImageString BroadcastReceiver broadcast received
02-25 19:18:13.326 I/TvOut-Observer(3085): ACTION_SCREEN_OFF
02-25 19:18:13.538 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:13.538 I/KeyInputQueue(3085): Input event
02-25 19:18:13.580 I/TvOut-Observer(3085): ACTION android.intent.action.SCREEN_ON
02-25 19:18:13.580 I/TvOut-Observer(3085): tvOutSetImageString BroadcastReceiver broadcast received
02-25 19:18:13.580 I/TvOut-Observer(3085): ACTION_SCREEN_ON
02-25 19:18:13.586 D/PowerManagerService(3085): onSensorChanged: light value: 6
02-25 19:18:13.586 D/PowerManagerService(3085): lightSensorChangedLocked 6
02-25 19:18:13.586 D/PowerManagerService(3085): lcdValue 32
02-25 19:18:13.586 D/PowerManagerService(3085): buttonValue 0
02-25 19:18:13.586 D/PowerManagerService(3085): keyboardValue 0
02-25 19:18:13.774 I/PowerManagerService(3085): Light Animator Finished curIntValue=32
02-25 19:18:16.588 W/PowerManagerService(3085): Timer 0x7->0x3|0x0
02-25 19:18:16.588 I/PowerManagerService(3085): Ulight 7->3|0
02-25 19:18:21.430 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:21.430 I/KeyInputQueue(3085): Input event
02-25 19:18:21.432 D/KeyInputQueue(3085): screenCaptureKeyFlag setting 0
02-25 19:18:21.440 E/WindowManager(3085): pkgName:com.nolanlawson.logcat
02-25 19:18:21.440 E/WindowManager(3085): className:com.nolanlawson.logcat.LogcatActivity
02-25 19:18:21.578 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:21.578 D/WindowManager(3085): I'm tired mEndcallBehavior=0x2
02-25 19:18:21.578 E/WindowManager(3085): pkgName:com.nolanlawson.logcat
02-25 19:18:21.578 E/WindowManager(3085): className:com.nolanlawson.logcat.LogcatActivity
02-25 19:18:21.578 I/KeyInputQueue(3085): Input event
02-25 19:18:21.578 I/PowerManagerService(3085): Ulight 3->0|0
02-25 19:18:21.580 I/PowerManagerService(3085): Setting target 2: cur=32.0 target=0 delta=-2.1333334 nominalCurrentValue=32
02-25 19:18:21.580 I/PowerManagerService(3085): Scheduling light animator!
02-25 19:18:21.826 I/PowerManagerService(3085): Light Animator Finished curIntValue=0
02-25 19:18:21.828 I/power (3085): *** set_screen_state 0
02-25 19:18:21.828 E/SensorManager(3085): unregisterListener: [email protected]
02-25 19:18:21.828 D/PowerManagerService(3085): enableLightSensor false
02-25 19:18:21.832 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:21.832 I/KeyInputQueue(3085): Input event
02-25 19:18:21.986 W/PowerManagerService(3085): CurLockF mPS:0 mUS=0
02-25 19:18:21.988 W/PowerManagerService(3085): mPokeLocks.size=0:
02-25 19:18:21.988 I/power (3085): *** set_screen_state 1
02-25 19:18:21.988 D/KeyInputQueue(3085): screenCaptureKeyFlag setting 0
02-25 19:18:21.988 I/PowerManagerService(3085): Ulight 0->7|0
02-25 19:18:21.988 I/PowerManagerService(3085): Setting target 2: cur=0.0 target=32 delta=2.1333334 nominalCurrentValue=0
02-25 19:18:21.988 I/PowerManagerService(3085): Scheduling light animator!
02-25 19:18:21.990 E/SensorManager(3085): registerListener 4:gp2a Light Sensor delay:240
02-25 19:18:21.990 E/SensorManager(3085): =======>>>Sensor Thread RUNNING <<<========
02-25 19:18:21.990 D/PowerManagerService(3085): enableLightSensor true
02-25 19:18:21.992 D/LockPatternKeyguardView(3085): mRequiresSim = false, mUpdateMonitor.isDeviceProvisioned() = true, mUpdateMonitor.getSimState() = READY
02-25 19:18:22.146 D/dalvikvm(3085): GC_FOR_MALLOC freed 21370 objects / 1435024 bytes in 116ms
02-25 19:18:22.170 E/LockPatternKeyguardView(3085): Phone is boot completed. so can send broadcast message for music player
02-25 19:18:22.170 D/PowerManagerService(3085): enableUserActivity false
02-25 19:18:22.172 D/StatusBar(3085): manageDisableList what=0x1 pkg=android
02-25 19:18:22.174 D/StatusBar(3085): DISABLE_EXPAND: yes
02-25 19:18:22.186 D/skia (3085): purging 217K from font cache [15 entries]
02-25 19:18:22.204 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:22.204 I/KeyInputQueue(3085): Input event
02-25 19:18:22.204 V/WindowManager(3085): Dsptch to Window{488b4888 Keyguard paused=false}
02-25 19:18:22.208 D/GoogleLoginService(3369): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
02-25 19:18:22.294 I/TvOut-Observer(3085): ACTION android.intent.action.SCREEN_OFF
02-25 19:18:22.294 I/TvOut-Observer(3085): tvOutSetImageString BroadcastReceiver broadcast received
02-25 19:18:22.294 I/TvOut-Observer(3085): ACTION_SCREEN_OFF
02-25 19:18:22.300 E/LockPatternKeyguardView(3085): Phone is boot completed. so can send broadcast message for music player
02-25 19:18:22.320 D/PowerManagerService(3085): onSensorChanged: light value: 6
02-25 19:18:22.320 D/PowerManagerService(3085): lightSensorChangedLocked 6
02-25 19:18:22.320 D/PowerManagerService(3085): lcdValue 32
02-25 19:18:22.320 D/PowerManagerService(3085): buttonValue 0
02-25 19:18:22.320 D/PowerManagerService(3085): keyboardValue 0
02-25 19:18:22.354 I/TvOut-Observer(3085): ACTION android.intent.action.SCREEN_ON
02-25 19:18:22.354 I/TvOut-Observer(3085): tvOutSetImageString BroadcastReceiver broadcast received
02-25 19:18:22.354 I/TvOut-Observer(3085): ACTION_SCREEN_ON
02-25 19:18:22.488 D/dalvikvm(11333): GC_EXTERNAL_ALLOC freed 5970 objects / 325304 bytes in 28ms
02-25 19:18:22.524 D/dalvikvm(11333): GC_EXTERNAL_ALLOC freed 315 objects / 17904 bytes in 25ms
02-25 19:18:22.560 I/PowerManagerService(3085): Light Animator Finished curIntValue=32
02-25 19:18:23.279 V/InputDevice(3085): ID[0]=0(0) Dn(0=>1)
02-25 19:18:23.280 V/WindowManager(3085): Dsptch > Window{488b4888 Keyguard paused=false}
02-25 19:18:23.282 D/KeyguardViewMediator(3085): pokeWakelock(5000)
02-25 19:18:23.840 D/LockPatternKeyguardView(3085): mRequiresSim = false, mUpdateMonitor.isDeviceProvisioned() = true, mUpdateMonitor.getSimState() = READY
02-25 19:18:23.842 D/KeyguardViewMediator(3085): pokeWakelock(5000)
02-25 19:18:23.858 D/PowerManagerService(3085): enableUserActivity true
02-25 19:18:23.858 D/StatusBar(3085): manageDisableList what=0x0 pkg=android
02-25 19:18:23.860 E/KeyguardViewMediator(3085): Phone is boot completed. so can broadcast
02-25 19:18:23.882 V/UNA (3580): ScreenOnReceiver : onReceive
02-25 19:18:23.882 D/UNA (3580): [ScreenOnReceiver] ACTION_USER_PRESENT
02-25 19:18:23.882 V/UNA (3580): [UNA setting] Connection Mode = 1
02-25 19:18:23.980 W/InputManagerService(3085): Window already focused, ignoring focus gain of: [email protected]
02-25 19:18:24.122 V/InputDevice(3085): ID[0]=0(0) Up(1=>0)
02-25 19:18:25.782 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:25.784 I/KeyInputQueue(3085): Input event
02-25 19:18:25.786 V/WindowManager(3085): Dsptch to Window{48b92eb0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity paused=false}
02-25 19:18:25.922 E/imdg81 (3085): IsShutDownStarted()
02-25 19:18:25.922 I/KeyInputQueue(3085): Input event
02-25 19:18:25.924 V/WindowManager(3085): Dsptch to Window{48b92eb0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity paused=false}
02-25 19:18:27.594 V/InputDevice(3085): ID[0]=0(0) Dn(0=>1)
02-25 19:18:27.596 V/WindowManager(3085): Dsptch > Window{489224d8 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity paused=false}
02-25 19:18:27.992 V/WindowManager(3085): Dsptch > Window{489224d8 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity paused=false}
02-25 19:18:27.992 V/InputDevice(3085): ID[0]=0(0) Up(1=>0)
02-25 19:18:28.086 E/AudioTrack(3085): getAudioMode[0]
02-25 19:18:28.134 D/AudioHardwareALSA(2761):
02-25 19:18:28.134 D/AudioHardwareALSA(2761): ALSA OPEN mode 0,device 2
02-25 19:18:28.134 I/AudioHardwareALSA(2761): Try to open ALSA PLAYBACK device AndroidPlayback_Speaker_normal
02-25 19:18:28.156 I/AudioHardwareALSA(2761): Initialized ALSA PLAYBACK device AndroidPlayback_Speaker_normal
02-25 19:18:28.156 D/AudioHardwareALSA(2761): Set PLAYBACK PCM format to S16_LE (Signed 16 bit Little Endian)
02-25 19:18:28.156 D/AudioHardwareALSA(2761): Using 2 channels for PLAYBACK.
02-25 19:18:28.156 D/AudioHardwareALSA(2761): Set PLAYBACK sample rate to 44100 HZ
02-25 19:18:28.156 D/AudioHardwareALSA(2761): Buffer size: 2048
02-25 19:18:28.156 D/AudioHardwareALSA(2761): Latency: 46439
02-25 19:18:30.422 V/InputDevice(3085): ID[0]=0(0) Dn(0=>1)
02-25 19:18:30.426 V/WindowManager(3085): Dsptch > Window{4893ad58 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity paused=false}
02-25 19:18:30.568 D/dalvikvm(11333): GC_FOR_MALLOC freed 7161 objects / 414040 bytes in 27ms
seems tv out is causing it:
02-25 19:18:13.580 I/TvOut-Observer(3085): ACTION android.intent.action.SCREEN_ON
02-25 19:18:13.580 I/TvOut-Observer(3085): tvOutSetImageString BroadcastReceiver broadcast received
02-25 19:18:13.580 I/TvOut-Observer(3085): ACTION_SCREEN_ON
disable tv out in settings?
The TV-out option was already disabled. Enabeling and/or disabling again does not have any effect.
anything connected to the 3,5 jack? if not it's probably water, salz or some other conductor in there making the connection
Ok, ill look into gurantee... Thanks for your help!
Here's the "dumpsys alarm":
Code:
Current Alarm Manager state:
Realtime wakeup (now=2013-09-02 18:09:01):
RTC_WAKEUP #4: Alarm{414e7b30 type 0 com.google.android.gsf}
type=0 originalType=0 when=+6d0h56m41s99ms repeatInterval=583916000 count=0
operation=PendingIntent{4267f4c8: PendingIntentRecord{425d9de8 com.google.android.gsf broadcastIntent}}
RTC_WAKEUP #3: Alarm{413be8c0 type 0 com.google.android.gms}
type=0 originalType=0 when=+3d16h58m7s206ms repeatInterval=0 count=0
operation=PendingIntent{42681458: PendingIntentRecord{413260e8 com.google.android.gms broadcastIntent}}
RTC_WAKEUP #2: Alarm{414d0f30 type 0 com.android.providers.calendar}
type=0 originalType=0 when=+15h51m34s514ms repeatInterval=0 count=0
operation=PendingIntent{413c4af8: PendingIntentRecord{415a2dc8 com.android.providers.calendar broadcastIntent}}
RTC_WAKEUP #1: Alarm{43046b68 type 0 com.google.android.gms}
type=0 originalType=0 when=+8h18m32s487ms repeatInterval=86400000 count=0
operation=PendingIntent{4179b6a8: PendingIntentRecord{4302bd38 com.google.android.gms startService}}
RTC_WAKEUP #0: Alarm{426f0c38 type 0 com.google.android.gsf}
type=0 originalType=0 when=+9m41s963ms repeatInterval=1800000 count=0
operation=PendingIntent{414d35e8: PendingIntentRecord{41472648 com.google.android.gsf broadcastIntent}}
RTC #15: Alarm{42f69828 type 1 com.sonyericsson.updatecenter}
type=1 originalType=1 when=+6d18h0m29s607ms repeatInterval=0 count=0
operation=PendingIntent{4304e200: PendingIntentRecord{42ec1cf8 com.sonyericsson.updatecenter broadcastIntent}}
RTC #14: Alarm{42861128 type 1 com.google.android.partnersetup}
type=1 originalType=0 when=+6d17h50m19s341ms repeatInterval=0 count=0
operation=PendingIntent{41632128: PendingIntentRecord{42641a00 com.google.android.partnersetup startService}}
RTC #13: Alarm{4264c900 type 1 com.facebook.katana}
type=1 originalType=1 when=+23h47m35s708ms repeatInterval=0 count=0
operation=PendingIntent{41408f00: PendingIntentRecord{42656ca0 com.facebook.katana broadcastIntent}}
RTC #12: Alarm{414358d0 type 1 com.android.vending}
type=1 originalType=0 when=+17h50m57s858ms repeatInterval=0 count=0
operation=PendingIntent{41470688: PendingIntentRecord{4143fe20 com.android.vending startService}}
RTC #11: Alarm{426bdd78 type 1 com.sonymobile.mx.android}
type=1 originalType=0 when=+17h50m33s728ms repeatInterval=86400000 count=0
operation=PendingIntent{42629e20: PendingIntentRecord{426d47b8 com.sonymobile.mx.android broadcastIntent}}
RTC #10: Alarm{414afbc0 type 1 android}
type=1 originalType=1 when=+5h50m58s849ms repeatInterval=0 count=0
operation=PendingIntent{414f4b68: PendingIntentRecord{41501178 android broadcastIntent}}
RTC #9: Alarm{412ec378 type 1 com.android.calendar}
type=1 originalType=1 when=+5h50m58s849ms repeatInterval=0 count=0
operation=PendingIntent{42bad3d8: PendingIntentRecord{4272d518 com.android.calendar broadcastIntent}}
RTC #8: Alarm{42b87198 type 1 com.sonyericsson.extras.liveware}
type=1 originalType=0 when=+3h50m58s849ms repeatInterval=0 count=0
operation=PendingIntent{4245f7d0: PendingIntentRecord{43020e68 com.sonyericsson.extras.liveware startService}}
RTC #7: Alarm{42c70e30 type 1 com.android.chrome}
type=1 originalType=1 when=+3h41m25s509ms repeatInterval=18000000 count=0
operation=PendingIntent{431ae5a0: PendingIntentRecord{42ec9568 com.android.chrome startService}}
RTC #6: Alarm{42ce2718 type 1 com.facebook.katana}
type=1 originalType=1 when=+2h49m36s494ms repeatInterval=10800000 count=0
operation=PendingIntent{42bcf5c0: PendingIntentRecord{42c10710 com.facebook.katana startService}}
RTC #5: Alarm{42b88d38 type 1 com.google.android.googlequicksearchbox}
type=1 originalType=0 when=+1h53m21s49ms repeatInterval=0 count=0
operation=PendingIntent{426aa9e0: PendingIntentRecord{426d9490 com.google.android.googlequicksearchbox startService}}
RTC #4: Alarm{426ac148 type 1 com.android.chrome}
type=1 originalType=1 when=+13m27s864ms repeatInterval=0 count=0
operation=PendingIntent{42689d88: PendingIntentRecord{426b0d58 com.android.chrome broadcastIntent}}
RTC #3: Alarm{426a9d58 type 1 com.android.chrome}
type=1 originalType=1 when=+10m33s813ms repeatInterval=0 count=0
operation=PendingIntent{426b2ff8: PendingIntentRecord{426b2fc0 com.android.chrome broadcastIntent}}
RTC #2: Alarm{42656e40 type 1 com.facebook.katana}
type=1 originalType=0 when=+7m7s975ms repeatInterval=0 count=0
operation=PendingIntent{42eb42e0: PendingIntentRecord{4196baf0 com.facebook.katana broadcastIntent}}
RTC #1: Alarm{42656d88 type 1 com.facebook.katana}
type=1 originalType=0 when=+4m36s494ms repeatInterval=900000 count=0
operation=PendingIntent{42b32690: PendingIntentRecord{42460050 com.facebook.katana broadcastIntent}}
RTC #0: Alarm{42fa5b80 type 1 com.facebook.katana}
type=1 originalType=0 when=+8s324ms repeatInterval=0 count=0
operation=PendingIntent{42fdd4e0: PendingIntentRecord{415893b8 com.facebook.katana broadcastIntent}}
Elapsed realtime wakeup (now=+6h10m23s538ms):
ELAPSED_WAKEUP #6: Alarm{41947850 type 2 com.google.android.gms}
type=2 originalType=2 when=+20d21h26m51s185ms repeatInterval=0 count=0
operation=PendingIntent{4182d170: PendingIntentRecord{4194af60 com.google.android.gms startService}}
ELAPSED_WAKEUP #5: Alarm{42ec5c78 type 2 com.google.android.gms}
type=2 originalType=2 when=+20d21h26m51s3ms repeatInterval=0 count=0
operation=PendingIntent{42821328: PendingIntentRecord{42ec7b70 com.google.android.gms startService}}
ELAPSED_WAKEUP #4: Alarm{43075990 type 2 com.google.android.gms}
type=2 originalType=2 when=+20d21h26m50s487ms repeatInterval=0 count=0
operation=PendingIntent{41622628: PendingIntentRecord{430758f0 com.google.android.gms startService}}
ELAPSED_WAKEUP #3: Alarm{428133b0 type 2 android}
type=2 originalType=2 when=+18h4m36s462ms repeatInterval=86400000 count=0
operation=PendingIntent{4152a988: PendingIntentRecord{41320c20 android broadcastIntent}}
ELAPSED_WAKEUP #2: Alarm{432c4800 type 2 android}
type=2 originalType=2 when=+1h51m57s782ms repeatInterval=0 count=0
operation=PendingIntent{412501c0: PendingIntentRecord{4123fa48 android broadcastIntent}}
ELAPSED_WAKEUP #1: Alarm{42573300 type 2 android}
type=2 originalType=2 when=+10m49s404ms repeatInterval=0 count=0
operation=PendingIntent{418c2b70: PendingIntentRecord{4263a680 android broadcastIntent}}
ELAPSED_WAKEUP #0: Alarm{42571b40 type 2 com.google.android.gsf}
type=2 originalType=2 when=+9m43s832ms repeatInterval=0 count=0
operation=PendingIntent{4126fa70: PendingIntentRecord{42b31e58 com.google.android.gsf broadcastIntent}}
ELAPSED #20: Alarm{426271e8 type 3 com.ea.games.r3_na}
type=3 originalType=3 when=+29d4h43m10s41ms repeatInterval=0 count=0
operation=PendingIntent{42638ed0: PendingIntentRecord{4262e120 com.ea.games.r3_na startService}}
ELAPSED #19: Alarm{42ecea90 type 3 com.google.android.talk}
type=3 originalType=2 when=+21h34m36s462ms repeatInterval=86400000 count=1
operation=PendingIntent{42fa5c10: PendingIntentRecord{42ecea18 com.google.android.talk broadcastIntent}}
ELAPSED #18: Alarm{4146afb8 type 3 com.google.android.talk}
type=3 originalType=2 when=+20h19m36s462ms repeatInterval=86400000 count=1
operation=PendingIntent{412af170: PendingIntentRecord{414724b8 com.google.android.talk broadcastIntent}}
ELAPSED #17: Alarm{42ee62d8 type 3 com.google.android.talk}
type=3 originalType=2 when=+19h4m36s462ms repeatInterval=86400000 count=1
operation=PendingIntent{427280f8: PendingIntentRecord{42ee61e8 com.google.android.talk broadcastIntent}}
ELAPSED #16: Alarm{42bd7288 type 3 com.facebook.katana}
type=3 originalType=3 when=+11h49m36s462ms repeatInterval=43200000 count=1
operation=PendingIntent{42c162c8: PendingIntentRecord{42c16250 com.facebook.katana startService}}
ELAPSED #15: Alarm{415a3cb0 type 3 com.android.phone}
type=3 originalType=3 when=+2h4m36s462ms repeatInterval=28800000 count=0
operation=PendingIntent{41540918: PendingIntentRecord{417df750 com.android.phone broadcastIntent}}
ELAPSED #14: Alarm{43154268 type 3 com.facebook.katana}
type=3 originalType=3 when=+48m55s380ms repeatInterval=0 count=0
operation=PendingIntent{42bed658: PendingIntentRecord{431541c8 com.facebook.katana startService}}
ELAPSED #13: Alarm{42feb0e0 type 3 com.google.android.googlequicksearchbox}
type=3 originalType=2 when=+22m46s358ms repeatInterval=1811284 count=1
operation=PendingIntent{430630d8: PendingIntentRecord{4167ae98 com.google.android.googlequicksearchbox startService}}
ELAPSED #12: Alarm{418658f8 type 3 android}
type=3 originalType=3 when=+7m52s635ms repeatInterval=0 count=0
operation=PendingIntent{41828670: PendingIntentRecord{4137afe0 android broadcastIntent}}
ELAPSED #11: Alarm{430dd1f8 type 3 com.google.android.googlequicksearchbox}
type=3 originalType=2 when=+4m37s505ms repeatInterval=0 count=0
operation=PendingIntent{43098160: PendingIntentRecord{430e30c0 com.google.android.googlequicksearchbox startService}}
ELAPSED #10: Alarm{432bd3f8 type 3 com.google.android.talk}
type=3 originalType=2 when=+4m36s462ms repeatInterval=86400000 count=0
operation=PendingIntent{431f7838: PendingIntentRecord{432bdd88 com.google.android.talk broadcastIntent}}
ELAPSED #9: Alarm{431f1180 type 3 com.sonymobile.androidapp.diagnostics}
type=3 originalType=3 when=+4m36s462ms repeatInterval=3600000 count=1
operation=PendingIntent{416f8760: PendingIntentRecord{427c4940 com.sonymobile.androidapp.diagnostics broadcastIntent}}
ELAPSED #8: Alarm{42fe1940 type 3 com.sonyericsson.devicemonitor}
type=3 originalType=3 when=+4m36s462ms repeatInterval=3600000 count=1
operation=PendingIntent{42ff9600: PendingIntentRecord{42fed038 com.sonyericsson.devicemonitor startService}}
ELAPSED #7: Alarm{412e3c18 type 3 android}
type=3 originalType=3 when=+4m36s462ms repeatInterval=1800000 count=1
operation=PendingIntent{4177fab8: PendingIntentRecord{412e2a18 android broadcastIntent}}
ELAPSED #6: Alarm{43238d08 type 3 com.google.android.talk}
type=3 originalType=2 when=+4m36s462ms repeatInterval=86400000 count=0
operation=PendingIntent{431dee38: PendingIntentRecord{4323abc0 com.google.android.talk broadcastIntent}}
ELAPSED #5: Alarm{430e3fb8 type 3 com.facebook.katana}
type=3 originalType=3 when=+4m36s462ms repeatInterval=43200000 count=0
operation=PendingIntent{430bd8f0: PendingIntentRecord{425cdc10 com.facebook.katana startService}}
ELAPSED #4: Alarm{43121960 type 3 com.facebook.katana}
type=3 originalType=3 when=+4m36s462ms repeatInterval=86400000 count=0
operation=PendingIntent{431434b0: PendingIntentRecord{425f5a50 com.facebook.katana startService}}
ELAPSED #3: Alarm{414abfe8 type 3 com.google.android.googlequicksearchbox}
type=3 originalType=2 when=+4m34s643ms repeatInterval=896985 count=1
operation=PendingIntent{415059b0: PendingIntentRecord{414abf78 com.google.android.googlequicksearchbox broadcastIntent}}
ELAPSED #2: Alarm{413c5928 type 3 com.android.phone}
type=3 originalType=3 when=+3m17s313ms repeatInterval=0 count=0
operation=PendingIntent{413d9e50: PendingIntentRecord{41494ba0 com.android.phone broadcastIntent}}
ELAPSED #1: Alarm{41361720 type 3 com.sonymobile.storagechecker}
type=3 originalType=3 when=+2m13s84ms repeatInterval=300000 count=1
operation=PendingIntent{41361710: PendingIntentRecord{4282fa30 com.sonymobile.storagechecker startService}}
ELAPSED #0: Alarm{431d7748 type 3 android}
type=3 originalType=3 when=+58s817ms repeatInterval=0 count=0
operation=PendingIntent{414f4e70: PendingIntentRecord{41500f88 android broadcastIntent}}
Broadcast ref count: 0
Top Alarms:
+33s924ms running, 0 wakeups, 272 alarms: android
act=android.intent.action.TIME_TICK
+10s762ms running, 1 wakeups, 1 alarms: com.android.providers.calendar
act=com.android.providers.calendar.intent.CalendarProvider2
+8s380ms running, 0 wakeups, 371 alarms: com.android.chrome
cmp={com.android.chrome/com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver}
+6s64ms running, 0 wakeups, 197 alarms: com.android.phone
act=com.android.internal.telephony.gprs-data-stall
+4s494ms running, 0 wakeups, 32 alarms: android
act=com.android.server.ThrottleManager.action.POLL
+3s77ms running, 0 wakeups, 12 alarms: android
act=com.android.server.action.NETWORK_STATS_POLL
+2s443ms running, 0 wakeups, 554 alarms: com.android.chrome
cmp={com.android.chrome/com.google.ipc.invalidation.external.client.contrib.AndroidListener$AlarmReceiver}
+2s357ms running, 0 wakeups, 24 alarms: com.google.android.googlequicksearchbox
act=com.google.android.apps.sidekick.calendar.CalendarIntentService.UPDATE_CALENDAR_ACTION cmp={com.google.android.googlequicksearchbox/com.google.android.apps.sidekick.calendar.CalendarIntentService$CalendarReceiver}
+1s684ms running, 0 wakeups, 6 alarms: com.sonymobile.androidapp.diagnostics
cmp={com.sonymobile.androidapp.diagnostics/com.sonymobile.androidapp.diagnostics.service.Alarm}
+1s584ms running, 0 wakeups, 66 alarms: com.sonymobile.storagechecker
act=com.sonymobile.storagechecker.intent.action.ALARM_EXPIRED cmp={com.sonymobile.storagechecker/com.sonymobile.storagechecker.controller.DeviceStorageService}
Alarm Stats:
com.sonymobile.androidapp.diagnostics +1s684ms running, 0 wakeups:
+1s684ms 0 wakes 6 alarms: cmp={com.sonymobile.androidapp.diagnostics/com.sonymobile.androidapp.diagnostics.service.Alarm}
com.google.android.talk +455ms running, 0 wakeups:
+450ms 0 wakes 3 alarms: act=com.google.android.apps.babel.CLEANUP_DB
+5ms 0 wakes 1 alarms: act=com.google.android.apps.babel.UPDATE_NOTIFICATION
android +37s882ms running, 98 wakeups:
+33s924ms 0 wakes 272 alarms: act=android.intent.action.TIME_TICK
+4s494ms 0 wakes 32 alarms: act=com.android.server.ThrottleManager.action.POLL
+3s77ms 0 wakes 12 alarms: act=com.android.server.action.NETWORK_STATS_POLL
+1s448ms 91 wakes 91 alarms: act=android.content.syncmanager.SYNC_ALARM
+710ms 0 wakes 6 alarms: act=com.android.server.WifiManager.action.START_SCAN
+184ms 3 wakes 3 alarms: act=com.android.internal.policy.impl.PhoneWindowManager.DELAYED_KEYGUARD
+147ms 4 wakes 4 alarms: act=android.net.wifi.DHCP_RENEW
com.sonymobile.superstamina +699ms running, 16 wakeups:
+699ms 16 wakes 16 alarms: act=com.sonymobile.SUPER_STAMINA_POWER_STATE_TIMEOUT
com.oasisfeng.greenify +394ms running, 7 wakeups:
+394ms 7 wakes 7 alarms: act=com.oasisfeng.greenify.CLEAN_NOW
com.android.phone +6s64ms running, 0 wakeups:
+6s64ms 0 wakes 197 alarms: act=com.android.internal.telephony.gprs-data-stall
com.sonyericsson.updatecenter +162ms running, 0 wakeups:
+149ms 0 wakes 1 alarms: act=com.sonyericsson.updatecenter.action.SYNCHRONIZE_ALL
+13ms 0 wakes 1 alarms: act=com.sonyericsson.updatecenter.action.BOOT_COMPLETE
com.google.android.gsf +3s734ms running, 44 wakeups:
+1s425ms 17 wakes 17 alarms: act=com.google.android.intent.action.SEND_IDLE
+1s76ms 9 wakes 9 alarms: act=com.google.android.intent.action.MCS_HEARTBEAT
+1s71ms 12 wakes 12 alarms: cmp={com.google.android.gsf/com.google.android.gsf.checkin.EventLogService$Receiver}
+162ms 6 wakes 6 alarms: act=com.google.android.intent.action.GTALK_RECONNECT
com.facebook.katana +1s58ms running, 0 wakeups:
+934ms 0 wakes 11 alarms: act=com.facebook.common.executors.WakingExecutorService.ACTION_ALARM
+78ms 0 wakes 2 alarms: act=com.facebook.orca.database.ACTION_ALARM cmp={com.facebook.katana/com.facebook.contacts.database.AddressBookPeriodicRunner$LocalBroadcastReceiver}
+31ms 0 wakes 3 alarms: cmp={com.facebook.katana/com.facebook.katana.service.BackgroundDetectionService}
+16ms 0 wakes 1 alarms: cmp={com.facebook.katana/com.facebook.katana.service.PhotoCleanupService}
+3ms 0 wakes 1 alarms: act=com.facebook.katana.service.5 cmp={com.facebook.katana/com.facebook.katana.service.FacebookService}
0 0 wakes 1 alarms: act=com.facebook.katana.service.4 cmp={com.facebook.katana/com.facebook.katana.service.FacebookService}
com.google.android.googlequicksearchbox +2s915ms running, 0 wakeups:
+2s357ms 0 wakes 24 alarms: act=com.google.android.apps.sidekick.calendar.CalendarIntentService.UPDATE_CALENDAR_ACTION cmp={com.google.android.googlequicksearchbox/com.google.android.apps.sidekick.calendar.CalendarIntentService$CalendarReceiver}
+799ms 0 wakes 23 alarms: cmp={com.google.android.googlequicksearchbox/com.google.android.apps.sidekick.TrafficIntentService}
+498ms 0 wakes 12 alarms: act=com.google.android.apps.sidekick.REFRESH cmp={com.google.android.googlequicksearchbox/com.google.android.apps.sidekick.EntriesRefreshIntentService}
+293ms 0 wakes 3 alarms: cmp={com.google.android.googlequicksearchbox/com.google.android.velvet.VelvetBackgroundTasksImpl$Service}
com.android.chrome +10s754ms running, 0 wakeups:
+8s380ms 0 wakes 371 alarms: cmp={com.android.chrome/com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver}
+2s443ms 0 wakes 554 alarms: cmp={com.android.chrome/com.google.ipc.invalidation.external.client.contrib.AndroidListener$AlarmReceiver}
+6ms 0 wakes 1 alarms: act=com.google.android.apps.chrome.omaha.ACTION_REGISTER_REQUEST cmp={com.android.chrome/com.google.android.apps.chrome.omaha.OmahaClient}
com.android.vending +130ms running, 0 wakeups:
+123ms 0 wakes 7 alarms: cmp={com.android.vending/com.google.android.finsky.services.ContentSyncService}
+7ms 0 wakes 1 alarms: cmp={com.android.vending/com.google.android.finsky.services.DailyHygiene}
com.sonymobile.storagechecker +1s584ms running, 0 wakeups:
+1s584ms 0 wakes 66 alarms: act=com.sonymobile.storagechecker.intent.action.ALARM_EXPIRED cmp={com.sonymobile.storagechecker/com.sonymobile.storagechecker.controller.DeviceStorageService}
com.android.providers.calendar +10s762ms running, 1 wakeups:
+10s762ms 1 wakes 1 alarms: act=com.android.providers.calendar.intent.CalendarProvider2
com.sonyericsson.devicemonitor +164ms running, 0 wakeups:
+164ms 0 wakes 5 alarms: act=com.sonyericsson.devicemonitor.TICK cmp={com.sonyericsson.devicemonitor/com.sonyericsson.devicemonitor.DeviceMonitorService}
com.google.android.gms +1s367ms running, 18 wakeups:
+1s367ms 18 wakes 18 alarms: act=com.google.android.intent.action.SEND_IDLE
Super Stamina debug info:
SuperStaminaEnabled=true
SuperStaminaIsPowerState0=true
WakelockIsTakenInStaminaMode=false
Internal Whitelist (11 items):
com.sonyericsson.organizer
android
com.sonymobile.superstamina
com.sonymobile.smallapps.timer
com.sonyericsson.secureclockservice
com.sonyericsson.android.mbt.power
com.sonymobile.provider.tasks
jp.co.fsi.fs1seg
com.android.providers.calendar
com.sonyericsson.android.mbt.powerinstrumentation
com.sonyericsson.android.wakeup
User Whitelist (4 items):
10083
10218
10049
10050
1. TIME_TICK is killing my battery, Wakelock Detector shows that AlarmManager-Launch under Android System has some thousands wakelocks.
2. AudioOut_3 is still going off even though I turn off all the touch screen sound/pad sound and after screen off.
STAMINA whitelisted Gmail, Greenify, and Shadowsocks.
Well as you googled you probably found this thread *click me* for TIME_TICK and this one *click me* for AudioOut_3...
in there they tell multiple ways to avoid those wakelocks or at least discribe why they're happening.
If you didn't find those, I hope those two links will help you
FSN said:
Well as you googled you probably found this thread *click me* for TIME_TICK and this one *click me* for AudioOut_3...
in there they tell multiple ways to avoid those wakelocks or at least discribe why they're happening.
If you didn't find those, I hope those two links will help you
Click to expand...
Click to collapse
I DID look over those posts, however:
1. The TIME_TICK wakelock is still there. I tried freezing any app that will/might wake up when the screen is off, even stock alarm/clock, but it does not make it stop ticking.
2. The AudioOut_3 is a dead loop. I turned off every sound that my phone can possibly make, and deleted every app in "dumpsys audio", but no, it's still ticking.
i should point out that you also have chrome wakes :
+8s380ms 0 wakes 371 alarms: cmp={com.android.chrome/com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver}
+2s443ms 0 wakes 554 alarms: cmp={com.android.chrome/com.google.ipc.invalidation.external.client.contrib.AndroidListener$AlarmReceiver}
any weird widgets for clocks or alarms ?
maybe one of your whitelisted apps are doing this
Well I have asked this question a couple of times in the battery and wakelock thread. But that thread seems to be inactive so 'm asking it here.
The thing is I don't have WiFi access at home or college. So I rely totally on mobile data. Now the problem with mobile data is the 6 sec data transfer wakelock(multipdp) and a couple of more wakelocks like the l2hsic. Now is there a way or workaround to reduce that timer to 1 or 2 sec.
I'm using CM(inc) 10.1.3 stable release with default kernel. Modem LT3.
I will attach a bbs log in the second post as I forgot to take the reading this morning.
Sent from my Abacus using xda-developers app
Here's the log i took last morning. It was taken after using the phone for a while though. I mean i got up and used the phone for 5 or 10 minutes.
===================
General Information
===================
BetterBatteryStats version: 1.14.0.0
Creation Date: 2013-11-02 09:44:04
Statistic Type: Unplugged to Current
Since 6 h 47 m 14 s
VERSION.RELEASE: 4.2.2
BRAND: Samsung
DEVICE: GT-N7000
MANUFACTURER: samsung
MODEL: GT-N7000
OS.VERSION: 3.0.64-CM-g9c2e2bc
BOOTLOADER: unknown
HARDWARE: smdk4210
FINGERPRINT: samsung/GT-N7000/GT-N7000:4.0.3/IML74K/ZCLP6:user/release-keys
ID: JDQ39E
TAGS: test-keys
USER: jenkins
PRODUCT: GT-N7000
RADIO: N7000XXLT3
Rooted: true
============
Battery Info
============
Level lost [%]: Bat.: -10% (100% to 90%) [1.5%/h]
Voltage lost [mV]: (4094-3991) [15.2%/h]
===========
Other Usage
===========
Deep Sleep (): 6 h 3 m 18 s (21798 s) Ratio: 89.2%
Awake (): 43 m 55 s (2635 s) Ratio: 10.8%
Screen On (): 12 m 16 s (736 s) Ratio: 3.0%
Moderate Signal (): 6 h 47 m 13 s (24433 s) Ratio: 100.0%
Screen dark (): 51 s (51 s) Ratio: 0.1%
Screen medium (): 11 m 25 s (685 s) Ratio: 2.8%
=========
Wakelocks
=========
GTALK_ASYNC_CONN_com.google.android.gsf.gtalkservice.AndroidEndpoint (Google Services): 2 m 20 s (140 s) Count:522 0.6%
AudioOut_2 (1013): 2 m 10 s (130 s) Count:23 0.5%
AlarmClock (com.android.deskclock.Clock): 59 s (59 s) Count:59 0.2%
*vibrator* (com.android.deskclock.Clock): 42 s (42 s) Count:33 0.2%
AlarmManager (Android System): 41 s (41 s) Count:422 0.2%
ActivityManager-Launch (Android System): 13 s (13 s) Count:77 0.1%
MAIL_SERVICE (com.android.exchange.Exchange Services): 9 s (9 s) Count:27 0.0%
GTALK_CONN (Google Services): 9 s (9 s) Count:469 0.0%
sendinactive (com.whatsapp.WhatsApp): 9 s (9 s) Count:44 0.0%
BBS_WAKELOCK_WHILE_SAVING_REF (com.asksven.betterbatterystats_xdaedition.BetterBatteryStats): 3 s (3 s) Count:5 0.0%
Icing (Google Services): 2 s (2 s) Count:9 0.0%
show keyguard (Android System): 2 s (2 s) Count:17 0.0%
Event Log Service (Google Services): 2 s (2 s) Count:110 0.0%
AlarmManager (com.android.deskclock.Clock): 2 s (2 s) Count:46 0.0%
AlarmManager (Google Services): 1 s (1 s) Count:582 0.0%
AlarmManager (com.google.android.apps.genie.geniewidget.News & Weather): 1 s (1 s) Count:203 0.0%
RILJ (Phone): 1 s (1 s) Count:158 0.0%
ActivityManager-Sleep (Android System): 1 s (1 s) Count:441 0.0%
AlarmManager (com.android.exchange.Exchange Services): 1 s (1 s) Count:55 0.0%
GOOGLE_C2DM (Google Services): 1 s (1 s) Count:96 0.0%
================
Kernel Wakelocks
================
"multipdp" (): 20 m 17 s (1217 s) Cntc/wc/ec)169/0/170 5.0%
"l2_hsic" (): 8 m 11 s (491 s) Cntc/wc/ec)1266/105/1266 2.0%
"alarm_rtc" (): 5 m 8 s (308 s) Cntc/wc/ec)472/0/130 1.3%
"PowerManagerService" (): 4 m 14 s (254 s) Cntc/wc/ec)796/0/0 1.0%
"sec-battery-monitor" (): 2 m 39 s (159 s) Cntc/wc/ec)474/341/0 0.7%
"alarm" (): 1 m 53 s (113 s) Cntc/wc/ec)725/0/0 0.5%
"rpm_hsic" (): 1 m 46 s (106 s) Cntc/wc/ec)686/0/0 0.4%
"umts_ipc0" (): 51 s (51 s) Cntc/wc/ec)175/0/175 0.2%
"radio-interface" (): 25 s (25 s) Cntc/wc/ec)51/0/0 0.1%
"tx_hsic" (): 12 s (12 s) Cntc/wc/ec)1147/1/0 0.1%
"power-supply" (): 3 s (3 s) Cntc/wc/ec)462/0/0 -0.0%
"PowerManagerService.Broadcasts" (): 3 s (3 s) Cntc/wc/ec)50/0/0 0.0%
"sync_system" (): 1 s (1 s) Cntc/wc/ec)25/0/0 0.0%
"mmc1_detect" (): (0 s) Cntc/wc/ec)598/0/0 0.0%
"KeyEvents" (): (0 s) Cntc/wc/ec)2946/0/0 0.0%
"mmc0_detect" (): (0 s) Cntc/wc/ec)598/0/0 0.0%
"secril_fmt-interface" (): (0 s) Cntc/wc/ec)384/0/0 0.0%
======================
Alarms (requires root)
======================
com.google.android.apps.genie.geniewidget (): Wakeups: 204
Alarms: 204, Intent: {com.google.android.apps.genie.geniewidget
com.google.android.gsf (): Wakeups: 58
Alarms: 39, Intent: com.google.android.intent.action.GTALK_RECONNECT
Alarms: 5, Intent: com.google.android.intent.action.SEND_IDLE
Alarms: 14, Intent: {com.google.android.gsf
Alarms: 0, Intent: com.google.android.intent.action.MCS_HEARTBEAT
com.android.phone (): Wakeups: 57
Alarms: 57, Intent: com.android.internal.telephony.gprs-data-stall
Alarms: 0, Intent: com.android.phone.UPDATE_CALLER_INFO_CACHE
Alarms: 0, Intent: com.android.internal.telephony.gprs-reconnect.0
com.whatsapp (): Wakeups: 41
Alarms: 0, Intent: ALARM_ACTION
Alarms: 37, Intent: com.whatsapp.MessageService.RECONNECT
Alarms: 0, Intent: ALARM_ROTATE_LOGS
Alarms: 3, Intent: ALARM_AVAILABLE_TIMEOUT
Alarms: 1, Intent: ALARM_MESSAGES_DB_BACKUP
Alarms: 0, Intent: ALARM_CLIENT_PING_TIMEOUT
com.android.exchange (): Wakeups: 28
Alarms: 16, Intent: {com.android.exchange
Alarms: -3, Intent: {com.android.exchange
com.android.deskclock (): Wakeups: 13
Alarms: 13, Intent: com.android.deskclock.ALARM_ALERT
com.google.android.gms (): Wakeups: 4
Alarms: 3, Intent: com.google.android.intent.action.SEND_IDLE
Alarms: 0, Intent: {com.google.android.gms
Alarms: 1, Intent: com.google.android.gms.icing.INDEX_RECURRING_MAINTENANCE
android (): Wakeups: 3
Alarms: 0, Intent: android.intent.action.TIME_TICK
Alarms: 0, Intent: com.android.server.action.NETWORK_STATS_POLL
Alarms: 0, Intent: com.android.server.ThrottleManager.action.POLL
Alarms: 3, Intent: android.content.syncmanager.SYNC_ALARM
Alarms: 0, Intent: com.android.internal.policy.impl.PhoneWindowManager.DELAYED_KEYGUARD
Alarms: 0, Intent: com.android.server.NetworkTimeUpdateService.action.POLL
com.google.android.googlequicksearchbox (): Wakeups: 3
Alarms: 3, Intent: {com.google.android.googlequicksearchbox
======================
Network (requires root)
======================
10037 (Mobile) (Google Services): 129.0 KBytes 41.4%
10062 (Mobile) (com.google.android.googlequicksearchbox.Google Search): 80.0 KBytes 25.8%
10068 (Mobile) (com.whatsapp.WhatsApp): 60.0 KBytes 19.5%
10020 (Mobile) (com.android.exchange.Exchange Services): 19.0 KBytes 6.2%
0 (Mobile) (0): 16.0 KBytes 5.4%
10076 (Mobile) (com.asksven.betterbatterystats_xdaedition.BetterBatteryStats): 5.0 KBytes 1.6%
10071 (Mobile) (com.google.android.youtube.YouTube): 144.0 Bytes 0.0%
10061 (Mobile) (com.android.vending.Google Play Store): 120.0 Bytes 0.0%
==========
CPU States
==========
1.4 GHz (): 1 m 50 s 0.5%
1.2 GHz (): 50 s 0.2%
1 GHz (): 20 s 0.1%
800 MHz (): 4 m 12 s 1.0%
500 MHz (): 10 m 57 s 2.7%
200 MHz (): 25 m 43 s 6.3%
Deep Sleep (): 6 h 3 m 18 s 89.2%
==================
Reference overview
==================
ref_boot: Reference ref_boot created 31 s (Wl: 3 elements; KWl: 0elements; NetS: 2 elements; Alrm: 1 elements; Proc: 0 elements; Oth: 5 elements; CPU: 6 elements)
ref_unplugged: Reference ref_unplugged created 6 h 53 m 52 s (Wl: 0 elements; KWl: 23elements; NetS: 14 elements; Alrm: 12 elements; Proc: 0 elements; Oth: 5 elements; CPU: 7 elements)
ref_charged: Reference ref_charged created 6 h 53 m 53 s (Wl: 0 elements; KWl: 23elements; NetS: 14 elements; Alrm: 12 elements; Proc: 0 elements; Oth: 5 elements; CPU: 7 elements)
ref_custom: Reference ref_custom created 6 h 54 m 7 s (Wl: 1 elements; KWl: 23elements; NetS: 14 elements; Alrm: 12 elements; Proc: 0 elements; Oth: 5 elements; CPU: 7 elements)
ref_current: Reference ref_current created 13 h 41 m 7 s (Wl: 20 elements; KWl: 23elements; NetS: 15 elements; Alrm: 13 elements; Proc: 6 elements; Oth: 6 elements; CPU: 7 elements)
Sent from my Abacus using xda-developers app
Try to enable data roaming in mobile network settings and check again. Also research on your providers fast dormancy settings and apply that on your phone accordingly.
https://github.com/asksven/BetterBatteryStats-Knowledge-Base/wiki/svnet-dormancy
walkermoon said:
Here's the log i took last morning. It was taken after using the phone for a while though. I mean i got up and used the phone for 5 or 10 minutes.
===================
General Information
===================
BetterBatteryStats version: 1.14.0.0
Creation Date: 2013-11-02 09:44:04
Statistic Type: Unplugged to Current
Since 6 h 47 m 14 s
VERSION.RELEASE: 4.2.2
BRAND: Samsung
DEVICE: GT-N7000
MANUFACTURER: samsung
MODEL: GT-N7000
OS.VERSION: 3.0.64-CM-g9c2e2bc
BOOTLOADER: unknown
HARDWARE: smdk4210
FINGERPRINT: samsung/GT-N7000/GT-N7000:4.0.3/IML74K/ZCLP6:user/release-keys
ID: JDQ39E
TAGS: test-keys
USER: jenkins
PRODUCT: GT-N7000
RADIO: N7000XXLT3
Rooted: true
============
Battery Info
============
Level lost [%]: Bat.: -10% (100% to 90%) [1.5%/h]
Voltage lost [mV]: (4094-3991) [15.2%/h]
===========
Other Usage
===========
Deep Sleep (): 6 h 3 m 18 s (21798 s) Ratio: 89.2%
Awake (): 43 m 55 s (2635 s) Ratio: 10.8%
Screen On (): 12 m 16 s (736 s) Ratio: 3.0%
Moderate Signal (): 6 h 47 m 13 s (24433 s) Ratio: 100.0%
Screen dark (): 51 s (51 s) Ratio: 0.1%
Screen medium (): 11 m 25 s (685 s) Ratio: 2.8%
=========
Wakelocks
=========
GTALK_ASYNC_CONN_com.google.android.gsf.gtalkservice.AndroidEndpoint (Google Services): 2 m 20 s (140 s) Count:522 0.6%
AudioOut_2 (1013): 2 m 10 s (130 s) Count:23 0.5%
AlarmClock (com.android.deskclock.Clock): 59 s (59 s) Count:59 0.2%
*vibrator* (com.android.deskclock.Clock): 42 s (42 s) Count:33 0.2%
AlarmManager (Android System): 41 s (41 s) Count:422 0.2%
ActivityManager-Launch (Android System): 13 s (13 s) Count:77 0.1%
MAIL_SERVICE (com.android.exchange.Exchange Services): 9 s (9 s) Count:27 0.0%
GTALK_CONN (Google Services): 9 s (9 s) Count:469 0.0%
sendinactive (com.whatsapp.WhatsApp): 9 s (9 s) Count:44 0.0%
BBS_WAKELOCK_WHILE_SAVING_REF (com.asksven.betterbatterystats_xdaedition.BetterBatteryStats): 3 s (3 s) Count:5 0.0%
Icing (Google Services): 2 s (2 s) Count:9 0.0%
show keyguard (Android System): 2 s (2 s) Count:17 0.0%
Event Log Service (Google Services): 2 s (2 s) Count:110 0.0%
AlarmManager (com.android.deskclock.Clock): 2 s (2 s) Count:46 0.0%
AlarmManager (Google Services): 1 s (1 s) Count:582 0.0%
AlarmManager (com.google.android.apps.genie.geniewidget.News & Weather): 1 s (1 s) Count:203 0.0%
RILJ (Phone): 1 s (1 s) Count:158 0.0%
ActivityManager-Sleep (Android System): 1 s (1 s) Count:441 0.0%
AlarmManager (com.android.exchange.Exchange Services): 1 s (1 s) Count:55 0.0%
GOOGLE_C2DM (Google Services): 1 s (1 s) Count:96 0.0%
================
Kernel Wakelocks
================
"multipdp" (): 20 m 17 s (1217 s) Cntc/wc/ec)169/0/170 5.0%
"l2_hsic" (): 8 m 11 s (491 s) Cntc/wc/ec)1266/105/1266 2.0%
"alarm_rtc" (): 5 m 8 s (308 s) Cntc/wc/ec)472/0/130 1.3%
"PowerManagerService" (): 4 m 14 s (254 s) Cntc/wc/ec)796/0/0 1.0%
"sec-battery-monitor" (): 2 m 39 s (159 s) Cntc/wc/ec)474/341/0 0.7%
"alarm" (): 1 m 53 s (113 s) Cntc/wc/ec)725/0/0 0.5%
"rpm_hsic" (): 1 m 46 s (106 s) Cntc/wc/ec)686/0/0 0.4%
"umts_ipc0" (): 51 s (51 s) Cntc/wc/ec)175/0/175 0.2%
"radio-interface" (): 25 s (25 s) Cntc/wc/ec)51/0/0 0.1%
"tx_hsic" (): 12 s (12 s) Cntc/wc/ec)1147/1/0 0.1%
"power-supply" (): 3 s (3 s) Cntc/wc/ec)462/0/0 -0.0%
"PowerManagerService.Broadcasts" (): 3 s (3 s) Cntc/wc/ec)50/0/0 0.0%
"sync_system" (): 1 s (1 s) Cntc/wc/ec)25/0/0 0.0%
"mmc1_detect" (): (0 s) Cntc/wc/ec)598/0/0 0.0%
"KeyEvents" (): (0 s) Cntc/wc/ec)2946/0/0 0.0%
"mmc0_detect" (): (0 s) Cntc/wc/ec)598/0/0 0.0%
"secril_fmt-interface" (): (0 s) Cntc/wc/ec)384/0/0 0.0%
======================
Alarms (requires root)
======================
com.google.android.apps.genie.geniewidget (): Wakeups: 204
Alarms: 204, Intent: {com.google.android.apps.genie.geniewidget
com.google.android.gsf (): Wakeups: 58
Alarms: 39, Intent: com.google.android.intent.action.GTALK_RECONNECT
Alarms: 5, Intent: com.google.android.intent.action.SEND_IDLE
Alarms: 14, Intent: {com.google.android.gsf
Alarms: 0, Intent: com.google.android.intent.action.MCS_HEARTBEAT
com.android.phone (): Wakeups: 57
Alarms: 57, Intent: com.android.internal.telephony.gprs-data-stall
Alarms: 0, Intent: com.android.phone.UPDATE_CALLER_INFO_CACHE
Alarms: 0, Intent: com.android.internal.telephony.gprs-reconnect.0
com.whatsapp (): Wakeups: 41
Alarms: 0, Intent: ALARM_ACTION
Alarms: 37, Intent: com.whatsapp.MessageService.RECONNECT
Alarms: 0, Intent: ALARM_ROTATE_LOGS
Alarms: 3, Intent: ALARM_AVAILABLE_TIMEOUT
Alarms: 1, Intent: ALARM_MESSAGES_DB_BACKUP
Alarms: 0, Intent: ALARM_CLIENT_PING_TIMEOUT
com.android.exchange (): Wakeups: 28
Alarms: 16, Intent: {com.android.exchange
Alarms: -3, Intent: {com.android.exchange
com.android.deskclock (): Wakeups: 13
Alarms: 13, Intent: com.android.deskclock.ALARM_ALERT
com.google.android.gms (): Wakeups: 4
Alarms: 3, Intent: com.google.android.intent.action.SEND_IDLE
Alarms: 0, Intent: {com.google.android.gms
Alarms: 1, Intent: com.google.android.gms.icing.INDEX_RECURRING_MAINTENANCE
android (): Wakeups: 3
Alarms: 0, Intent: android.intent.action.TIME_TICK
Alarms: 0, Intent: com.android.server.action.NETWORK_STATS_POLL
Alarms: 0, Intent: com.android.server.ThrottleManager.action.POLL
Alarms: 3, Intent: android.content.syncmanager.SYNC_ALARM
Alarms: 0, Intent: com.android.internal.policy.impl.PhoneWindowManager.DELAYED_KEYGUARD
Alarms: 0, Intent: com.android.server.NetworkTimeUpdateService.action.POLL
com.google.android.googlequicksearchbox (): Wakeups: 3
Alarms: 3, Intent: {com.google.android.googlequicksearchbox
======================
Network (requires root)
======================
10037 (Mobile) (Google Services): 129.0 KBytes 41.4%
10062 (Mobile) (com.google.android.googlequicksearchbox.Google Search): 80.0 KBytes 25.8%
10068 (Mobile) (com.whatsapp.WhatsApp): 60.0 KBytes 19.5%
10020 (Mobile) (com.android.exchange.Exchange Services): 19.0 KBytes 6.2%
0 (Mobile) (0): 16.0 KBytes 5.4%
10076 (Mobile) (com.asksven.betterbatterystats_xdaedition.BetterBatteryStats): 5.0 KBytes 1.6%
10071 (Mobile) (com.google.android.youtube.YouTube): 144.0 Bytes 0.0%
10061 (Mobile) (com.android.vending.Google Play Store): 120.0 Bytes 0.0%
==========
CPU States
==========
1.4 GHz (): 1 m 50 s 0.5%
1.2 GHz (): 50 s 0.2%
1 GHz (): 20 s 0.1%
800 MHz (): 4 m 12 s 1.0%
500 MHz (): 10 m 57 s 2.7%
200 MHz (): 25 m 43 s 6.3%
Deep Sleep (): 6 h 3 m 18 s 89.2%
==================
Reference overview
==================
ref_boot: Reference ref_boot created 31 s (Wl: 3 elements; KWl: 0elements; NetS: 2 elements; Alrm: 1 elements; Proc: 0 elements; Oth: 5 elements; CPU: 6 elements)
ref_unplugged: Reference ref_unplugged created 6 h 53 m 52 s (Wl: 0 elements; KWl: 23elements; NetS: 14 elements; Alrm: 12 elements; Proc: 0 elements; Oth: 5 elements; CPU: 7 elements)
ref_charged: Reference ref_charged created 6 h 53 m 53 s (Wl: 0 elements; KWl: 23elements; NetS: 14 elements; Alrm: 12 elements; Proc: 0 elements; Oth: 5 elements; CPU: 7 elements)
ref_custom: Reference ref_custom created 6 h 54 m 7 s (Wl: 1 elements; KWl: 23elements; NetS: 14 elements; Alrm: 12 elements; Proc: 0 elements; Oth: 5 elements; CPU: 7 elements)
ref_current: Reference ref_current created 13 h 41 m 7 s (Wl: 20 elements; KWl: 23elements; NetS: 15 elements; Alrm: 13 elements; Proc: 6 elements; Oth: 6 elements; CPU: 7 elements)
Sent from my Abacus using xda-developers app
Click to expand...
Click to collapse
Tried that. Data roaming is on. And fast dormancy doesnt help in this scenario. This wakelock always occurs whenever data transfer happens. I was just curious to know if I can reduce that 6 sec counter.
Thanks anyways.
Sent from my GT-I9105 using xda app-developers app
Hey guys, need your help. Since i updated my Moto G 2nd Gen. to Lollipop 5.1.1, i have realized way more battery drain compared to Kitkat 4.4.4! Tried CM12.1 (different nightlies) and AOSP, every time the same behaviour and wakelocks. Current, i use AOSP (AOSP-5.1.1-20150812-titan-luk)!
First analysis with BBS and WLD reveals following problems:
relevant information
--------------------------
============
Battery Info
============
Level lost [%]: Bat.: -14%(17% to 3%) [2,2%/h]
Voltage lost [mV]: (3589-3553) [5,6%/h]
===========
Other Usage
===========
Deep Sleep (): 4 h 56 m 49 s 76,3%
Awake (): 1 h 32 m 16 s 23,7%
Screen On (): 9 s 0,0%
Wifi On (): 6 h 29 m 5 s 100,0%
Wifi Running (): 6 h 29 m 5 s 100,0%
No Data Connection (): 6 h 29 m 5 s 100,0%
No or Unknown Signal (): 6 h 29 m 5 s 100,0%
Screen dark (): 9 s 0,0%
======================================================
Wakelocks (requires root / system app on Android 4.4+)
======================================================
wake:com.google.android.gms/com.google.android.libraries.social.mediamonitor.MediaMonitorIntentService (Google Play-Dienste): 1 m 1 s Count:104 0,3%
wake:com.google.android.gms/.config.ConfigFetchService (Google Play-Dienste): 20 s Count:13 0,1%
*net_scheduler* (Google Play-Dienste): 4 s Count:158 0,0%
*sync*/gmail-ls/com.google/[email protected] (com.google.android.gm.Gmail): 4 s Count:3 0,0%
*alarm* (Android-System): 4 s Count:98 0,0%
Icing (Google Play-Dienste): 3 s Count:33 0,0%
StartingAlertService (com.google.android.calendar.Kalender): 2 s Count:3 0,0%
MediaScannerService (Medien): 2 s Count:1 0,0%
*net_scheduler* (com.google.android.youtube.YouTube): 1 s Count:1 0,0%
GmailProviderProviderChangedBroadcastWakeLock (com.google.android.gm.Gmail): 1 s Count:5 0,0%
NextAlarmTracker (Android-System): 1 s Count:38 0,0%
================
Kernel Wakelocks !!! wakeup_sources !!!
================
qpnp_soc_wake (): 16 m 4 s Cntc/wc/ec)2949/38/0 4,1%
qcom_rx_wakelock (): 15 m 57 s Cntc/wc/ec)20691/4850/20690 4,1%
qpnp-vadc-e4a0e600 (): 5 m 14 s Cntc/wc/ec)62145/456/0 1,3%
PowerManagerService.WakeLocks (): 2 m 1 s Cntc/wc/ec)81/22/0 0,5%
event8-918 (): 1 m 47 s Cntc/wc/ec)8509/25/0 0,5%
power-supply (): 1 m 33 s Cntc/wc/ec)712/0/0 0,4%
event9-918 (): 1 m 33 s Cntc/wc/ec)8527/25/0 0,4%
power-supply (): 1 m 26 s Cntc/wc/ec)715/0/0 0,4%
smdcntl0 (): 46 s Cntc/wc/ec)484/40/0 0,2%
alarm (): 27 s Cntc/wc/ec)123/178/0 0,1%
alarm_rtc (): 23 s Cntc/wc/ec)34/26/0 0,1%
qpnp-iadc-e4a0e800 (): 15 s Cntc/wc/ec)2970/7/0 0,1%
mmc1_detect (): 10 s Cntc/wc/ec)12631/25/0 0,0%
PowerManagerService.Display (): 9 s Cntc/wc/ec)1/0/0 0,0%
radio-interface (): 3 s Cntc/wc/ec)3/0/0 0,0%
wlan (): 1 s Cntc/wc/ec)2/0/1 0,0%
qcril (): Cntc/wc/ec)215/0/0 0,0%
KeyEvents (): Cntc/wc/ec)21375/50/0 0,0%
PowerManagerService.Broadcasts (): Cntc/wc/ec)1/0/0 0,0%
ipc0000008d_Loc_hal_worker (): Cntc/wc/ec)3/0/0 0,0%
event7-918 (): Cntc/wc/ec)1/0/0 0,0%
wlan_scan (): Cntc/wc/ec)1/0/1 0,0%
rmt_storage_-1206708936 (): Cntc/wc/ec)1/0/0 0,0%
qmuxd_port_wl_0 (): Cntc/wc/ec)838/0/0 0,0%
event4-918 (): Cntc/wc/ec)33/0/0 0,0%
ipc00000003_rfs_access (): Cntc/wc/ec)1/0/0 0,0%
ipc0000002d_qmi_motext_hook (): Cntc/wc/ec)15/0/0 0,0%
ipc00000016_time_daemon (): Cntc/wc/ec)20/0/0 0,0%
complete log
----------------
===================
General Information
===================
BetterBatteryStats version: 2.1.0.0_B5
Creation Date: 2015-08-29 08:22:23
Statistic Type: Boot to Current
Since 6 h 29 m 5 s
VERSION.RELEASE: 5.1.1
BRAND: motorola
DEVICE: titan_umtsds
MANUFACTURER: motorola
MODEL: Moto G 2014
OS.VERSION: 3.4.108-g8166891
BOOTLOADER: 0x4883
HARDWARE: qcom
FINGERPRINT: motorola/titan_retaildsds/titan_umtsds:5.0.2/LXB22.99-24.4/8:user/release-keys
ID: LMY48J
TAGS: test-keys
USER: luk
PRODUCT: aosp_titan
RADIO: MSM8626BP_1032.3112.96.00R
Rooted: true
SELinux Policy: Enforcing
BATTERY_STATS permission granted: true
XPosed BATTERY_STATS module enabled: false
============
Battery Info
============
Level lost [%]: Bat.: -14%(17% to 3%) [2,2%/h]
Voltage lost [mV]: (3589-3553) [5,6%/h]
===========
Other Usage
===========
Deep Sleep (): 4 h 56 m 49 s 76,3%
Awake (): 1 h 32 m 16 s 23,7%
Screen On (): 9 s 0,0%
Wifi On (): 6 h 29 m 5 s 100,0%
Wifi Running (): 6 h 29 m 5 s 100,0%
No Data Connection (): 6 h 29 m 5 s 100,0%
No or Unknown Signal (): 6 h 29 m 5 s 100,0%
Screen dark (): 9 s 0,0%
======================================================
Wakelocks (requires root / system app on Android 4.4+)
======================================================
wake:com.google.android.gms/com.google.android.libraries.social.mediamonitor.MediaMonitorIntentService (Google Play-Dienste): 1 m 1 s Count:104 0,3%
wake:com.google.android.gms/.config.ConfigFetchService (Google Play-Dienste): 20 s Count:13 0,1%
*net_scheduler* (Google Play-Dienste): 4 s Count:158 0,0%
*sync*/gmail-ls/com.google/[email protected] (com.google.android.gm.Gmail): 4 s Count:3 0,0%
*alarm* (Android-System): 4 s Count:98 0,0%
Icing (Google Play-Dienste): 3 s Count:33 0,0%
StartingAlertService (com.google.android.calendar.Kalender): 2 s Count:3 0,0%
MediaScannerService (Medien): 2 s Count:1 0,0%
*net_scheduler* (com.google.android.youtube.YouTube): 1 s Count:1 0,0%
GmailProviderProviderChangedBroadcastWakeLock (com.google.android.gm.Gmail): 1 s Count:5 0,0%
NextAlarmTracker (Android-System): 1 s Count:38 0,0%
================
Kernel Wakelocks !!! wakeup_sources !!!
================
qpnp_soc_wake (): 16 m 4 s Cntc/wc/ec)2949/38/0 4,1%
qcom_rx_wakelock (): 15 m 57 s Cntc/wc/ec)20691/4850/20690 4,1%
qpnp-vadc-e4a0e600 (): 5 m 14 s Cntc/wc/ec)62145/456/0 1,3%
PowerManagerService.WakeLocks (): 2 m 1 s Cntc/wc/ec)81/22/0 0,5%
event8-918 (): 1 m 47 s Cntc/wc/ec)8509/25/0 0,5%
power-supply (): 1 m 33 s Cntc/wc/ec)712/0/0 0,4%
event9-918 (): 1 m 33 s Cntc/wc/ec)8527/25/0 0,4%
power-supply (): 1 m 26 s Cntc/wc/ec)715/0/0 0,4%
smdcntl0 (): 46 s Cntc/wc/ec)484/40/0 0,2%
alarm (): 27 s Cntc/wc/ec)123/178/0 0,1%
alarm_rtc (): 23 s Cntc/wc/ec)34/26/0 0,1%
qpnp-iadc-e4a0e800 (): 15 s Cntc/wc/ec)2970/7/0 0,1%
mmc1_detect (): 10 s Cntc/wc/ec)12631/25/0 0,0%
PowerManagerService.Display (): 9 s Cntc/wc/ec)1/0/0 0,0%
radio-interface (): 3 s Cntc/wc/ec)3/0/0 0,0%
wlan (): 1 s Cntc/wc/ec)2/0/1 0,0%
qcril (): Cntc/wc/ec)215/0/0 0,0%
KeyEvents (): Cntc/wc/ec)21375/50/0 0,0%
PowerManagerService.Broadcasts (): Cntc/wc/ec)1/0/0 0,0%
ipc0000008d_Loc_hal_worker (): Cntc/wc/ec)3/0/0 0,0%
event7-918 (): Cntc/wc/ec)1/0/0 0,0%
wlan_scan (): Cntc/wc/ec)1/0/1 0,0%
rmt_storage_-1206708936 (): Cntc/wc/ec)1/0/0 0,0%
qmuxd_port_wl_0 (): Cntc/wc/ec)838/0/0 0,0%
event4-918 (): Cntc/wc/ec)33/0/0 0,0%
ipc00000003_rfs_access (): Cntc/wc/ec)1/0/0 0,0%
ipc0000002d_qmi_motext_hook (): Cntc/wc/ec)15/0/0 0,0%
ipc00000016_time_daemon (): Cntc/wc/ec)20/0/0 0,0%
======================================================
Processes (requires root / system app on Android 4.4+)
======================================================
system (Android-System): Uid: 1000 Sys: 12 m 23 s Us: 37 s Starts: 0
mediaserver (1013): Uid: 1013 Sys: 3 m 8 s Us: 20 s Starts: 0
kworker/u:0H (0): Uid: 0 Sys: 1 m 16 s Us: Starts: 0
com.android.systemui (com.android.systemui.System-UI): Uid: 10013 Sys: 16 s Us: 41 s Starts: 0
*wakelock* (Google Play-Dienste): Uid: 10016 Sys: 36 s Us: 18 s Starts: 0
com.google.android.gms (Google Play-Dienste): Uid: 10016 Sys: 34 s Us: 18 s Starts: 0
android.process.media (Medien): Uid: 10006 Sys: 18 s Us: 16 s Starts: 0
com.google.android.youtube (com.google.android.youtube.YouTube): Uid: 10064 Sys: 21 s Us: 2 s Starts: 2
com.google.android.gms.persistent (Google Play-Dienste): Uid: 10016 Sys: 21 s Us: 1 s Starts: 0
kworker/0:4H (0): Uid: 0 Sys: 22 s Us: Starts: 0
kworker/0:1H (0): Uid: 0 Sys: 22 s Us: Starts: 0
kworker/0:2H (0): Uid: 0 Sys: 21 s Us: Starts: 0
com.android.phone (Telefon): Uid: 1001 Sys: 17 s Us: 4 s Starts: 0
rild (0): Uid: 0 Sys: 20 s Us: Starts: 0
kworker/0:3H (0): Uid: 0 Sys: 20 s Us: Starts: 0
com.google.process.gapps (Google Play-Dienste): Uid: 10016 Sys: 16 s Us: 3 s Starts: 0
thermal-engine (0): Uid: 0 Sys: 18 s Us: Starts: 0
mpdecision (0): Uid: 0 Sys: 17 s Us: Starts: 0
qseecomd (0): Uid: 0 Sys: 16 s Us: Starts: 0
com.google.android.gm (com.google.android.gm.Gmail): Uid: 10059 Sys: 12 s Us: 2 s Starts: 1
com.android.vending (com.android.vending.Google Play Store): Uid: 10010 Sys: 13 s Us: 1 s Starts: 0
com.google.android.googlequicksearchbox:search (com.google.android.googlequicksearchbox.Google App): Uid: 10022 Sys: 12 s Us: 1 s Starts: 0
com.teslacoilsw.launcher (com.teslacoilsw.launcher.Nova Launcher): Uid: 10067 Sys: 11 s Us: 1 s Starts: 0
kworker/0:1 (0): Uid: 0 Sys: 12 s Us: Starts: 0
de.motain.iliga (de.motain.iliga.Onefootball): Uid: 10090 Sys: 11 s Us: 1 s Starts: 1
ueventd (0): Uid: 0 Sys: 6 s Us: 5 s Starts: 0
mmcqd/0 (0): Uid: 0 Sys: 12 s Us: Starts: 0
lmkd (0): Uid: 0 Sys: 9 s Us: 1 s Starts: 0
surfaceflinger (Android-System): Uid: 1000 Sys: 9 s Us: 1 s Starts: 0
irq/253-msm_sdc (0): Uid: 0 Sys: 10 s Us: Starts: 0
com.devasque.fmount (com.devasque.fmount.FolderMount): Uid: 10070 Sys: 9 s Us: Starts: 2
kworker/0:3 (0): Uid: 0 Sys: 9 s Us: Starts: 0
com.cootek.smartinputv5 (com.cootek.smartinputv5.TouchPal): Uid: 10078 Sys: 7 s Us: Starts: 0
android.process.acore (Android Core Apps): Uid: 10003 Sys: 6 s Us: Starts: 0
com.oasisfeng.greenify:service (com.oasisfeng.greenify.Greenify): Uid: 10092 Sys: 6 s Us: Starts: 1
ksoftirqd/0 (0): Uid: 0 Sys: 6 s Us: Starts: 0
logd (0): Uid: 0 Sys: 5 s Us: 1 s Starts: 0
com.google.android.googlequicksearchbox:interactor (com.google.android.googlequicksearchbox.Google App): Uid: 10022 Sys: 5 s Us: Starts: 1
com.google.android.googlequicksearchbox (com.google.android.googlequicksearchbox.Google App): Uid: 10022 Sys: 5 s Us: Starts: 2
RX_Thread (0): Uid: 0 Sys: 5 s Us: Starts: 0
com.google.android.gm.exchange (com.google.android.gm.exchange.Exchange-Dienste): Uid: 10058 Sys: 5 s Us: Starts: 1
com.android.launcher3 (com.android.launcher3.Launcher3): Uid: 10040 Sys: 5 s Us: Starts: 2
healthd (0): Uid: 0 Sys: 5 s Us: Starts: 0
com.google.android.gms.wearable (Google Play-Dienste): Uid: 10016 Sys: 5 s Us: Starts: 2
com.android.smspush (com.android.smspush.com.android.smspush): Uid: 10054 Sys: 5 s Us: Starts: 1
kworker/0:2 (0): Uid: 0 Sys: 5 s Us: Starts: 0
com.motorola.process.system (Android-System): Uid: 1000 Sys: 5 s Us: Starts: 2
com.qualcomm.services.location (Android-System): Uid: 1000 Sys: 5 s Us: Starts: 1
com.keramidas.TitaniumBackup (com.keramidas.TitaniumBackup.Titanium Backup): Uid: 10074 Sys: 4 s Us: Starts: 1
qmuxd (Telefon): Uid: 1001 Sys: 4 s Us: Starts: 0
*wakelock* (Medien): Uid: 10006 Sys: 2 s Us: 2 s Starts: 0
com.android.providers.calendar (com.android.providers.calendar.Kalenderspeicher): Uid: 10001 Sys: 4 s Us: Starts: 3
netd (0): Uid: 0 Sys: 4 s Us: Starts: 0
com.google.android.deskclock (com.google.android.deskclock.Uhr): Uid: 10057 Sys: 4 s Us: Starts: 3
sdcard (0): Uid: 0 Sys: 4 s Us: Starts: 0
eu.chainfire.supersu (eu.chainfire.supersu.SuperSU): Uid: 10065 Sys: 4 s Us: Starts: 3
com.android.gallery3d (com.android.gallery3d.Galerie): Uid: 10036 Sys: 4 s Us: Starts: 1
de.robv.android.xposed.installer (de.robv.android.xposed.installer.Xposed Installer): Uid: 10080 Sys: 4 s Us: Starts: 1
adbd (0): Uid: 0 Sys: 4 s Us: Starts: 0
zygote (0): Uid: 0 Sys: 3 s Us: Starts: 0
kworker/0:0 (0): Uid: 0 Sys: 3 s Us: Starts: 0
qmi_motext_hook (Telefon): Uid: 1001 Sys: 3 s Us: Starts: 0
su (com.devasque.fmount.FolderMount): Uid: 10070 Sys: 3 s Us: Starts: 0
time_daemon (0): Uid: 0 Sys: 3 s Us: Starts: 0
xposed_service_app (0): Uid: 0 Sys: 3 s Us: Starts: 0
irq/170-msm_sdc (0): Uid: 0 Sys: 3 s Us: Starts: 0
daemonsu:master (0): Uid: 0 Sys: 3 s Us: Starts: 0
migration/0 (0): Uid: 0 Sys: 3 s Us: Starts: 0
daemonsu:10070 (0): Uid: 0 Sys: 2 s Us: Starts: 0
daemonsu:mount:0 (0): Uid: 0 Sys: 2 s Us: Starts: 0
netmgrd (0): Uid: 0 Sys: 2 s Us: Starts: 0
kthreadd (0): Uid: 0 Sys: 2 s Us: Starts: 0
kworker/u:2 (0): Uid: 0 Sys: 2 s Us: Starts: 0
kswapd0 (0): Uid: 0 Sys: 2 s Us: Starts: 0
kworker/u:1 (0): Uid: 0 Sys: 2 s Us: Starts: 0
audiod (Android-System): Uid: 1000 Sys: 1 s Us: Starts: 0
kworker/0:4 (0): Uid: 0 Sys: 1 s Us: Starts: 0
kworker/u:3 (0): Uid: 0 Sys: 1 s Us: Starts: 0
com.painless.pc (com.painless.pc.Power Toggles): Uid: 10071 Sys: 1 s Us: Starts: 1
rmt_storage (0): Uid: 0 Sys: 1 s Us: Starts: 0
vold (0): Uid: 0 Sys: 1 s Us: Starts: 0
mm-qcamera-daemon (1006): Uid: 1006 Sys: 1 s Us: Starts: 0
wpa_supplicant (0): Uid: 0 Sys: 1 s Us: Starts: 0
debuggerd (0): Uid: 0 Sys: 1 s Us: Starts: 0
daemonsu:mount:master (0): Uid: 0 Sys: 1 s Us: Starts: 0
*wakelock* (com.google.android.calendar.Kalender): Uid: 10056 Sys: Us: Starts: 0
/init (0): Uid: 0 Sys: 1 s Us: Starts: 0
daemonsu:10085 (0): Uid: 0 Sys: 1 s Us: Starts: 0
logcat (0): Uid: 0 Sys: Us: Starts: 0
flush-179:0 (0): Uid: 0 Sys: 1 s Us: Starts: 0
batt_health (0): Uid: 0 Sys: Us: Starts: 0
xposed_service_system (0): Uid: 0 Sys: Us: Starts: 0
servicemanager (Android-System): Uid: 1000 Sys: Us: Starts: 0
daemonsu:10065 (0): Uid: 0 Sys: Us: Starts: 0
daemonsu:10092 (0): Uid: 0 Sys: Us: Starts: 0
daemonsu:10095 (0): Uid: 0 Sys: Us: Starts: 0
tmp-mksh (0): Uid: 0 Sys: Us: Starts: 0
drmserver (1019): Uid: 1019 Sys: Us: Starts: 0
adsprpcd (1013): Uid: 1013 Sys: Us: Starts: 0
MC_Thread (0): Uid: 0 Sys: Us: Starts: 0
rfs_access (Android-System): Uid: 1000 Sys: Us: Starts: 0
sensord (1004): Uid: 1004 Sys: Us: Starts: 0
f2fs_gc-259:6 (0): Uid: 0 Sys: Us: Starts: 0
kworker/u:0 (0): Uid: 0 Sys: Us: Starts: 0
kworker/u:5 (0): Uid: 0 Sys: Us: Starts: 0
bdi-default (0): Uid: 0 Sys: Us: Starts: 0
dhcpcd (0): Uid: 0 Sys: Us: Starts: 0
ch.teamtasks.tasks.paid (ch.teamtasks.tasks.paid.Tasks): Uid: 10086 Sys: Us: Starts: 2
logcat (com.oasisfeng.greenify.Greenify): Uid: 10092 Sys: Us: Starts: 0
TX_Thread (0): Uid: 0 Sys: Us: Starts: 0
keystore (1017): Uid: 1017 Sys: Us: Starts: 0
installd (0): Uid: 0 Sys: Us: Starts: 0
wcnss_service (0): Uid: 0 Sys: Us: Starts: 0
sh (com.devasque.fmount.FolderMount): Uid: 10070 Sys: Us: Starts: 0
xposed_logcat (0): Uid: 0 Sys: Us: Starts: 0
auditd (0): Uid: 0 Sys: Us: Starts: 0
ksmd (0): Uid: 0 Sys: Us: Starts: 0
com.google.android.calendar (com.google.android.calendar.Kalender): Uid: 10056 Sys: Us: Starts: 2
sh (com.oasisfeng.greenify.Greenify): Uid: 10092 Sys: Us: Starts: 0
mmcqd/1 (0): Uid: 0 Sys: Us: Starts: 0
ksoftirqd/1 (0): Uid: 0 Sys: Us: Starts: 0
jbd2/mmcblk0p35 (0): Uid: 0 Sys: Us: Starts: 0
jbd2/mmcblk0p36 (0): Uid: 0 Sys: Us: Starts: 0
khubd (0): Uid: 0 Sys: Us: Starts: 0
kjournald (0): Uid: 0 Sys: Us: Starts: 0
kauditd (0): Uid: 0 Sys: Us: Starts: 0
mmcqd/0rpmb (0): Uid: 0 Sys: Us: Starts: 0
kcompact (0): Uid: 0 Sys: Us: Starts: 0
jbd2/mmcblk0p1- (0): Uid: 0 Sys: Us: Starts: 0
kworker/u:1H (0): Uid: 0 Sys: Us: Starts: 0
file-storage (0): Uid: 0 Sys: Us: Starts: 0
jbd2/mmcblk0p29 (0): Uid: 0 Sys: Us: Starts: 0
ksoftirqd/2 (0): Uid: 0 Sys: Us: Starts: 0
com.whatsapp (com.whatsapp.WhatsApp): Uid: 10073 Sys: Us: Starts: 0
com.google.android.apps.maps (com.google.android.apps.maps.Maps): Uid: 10062 Sys: Us: Starts: 0
mdss_fb0 (0): Uid: 0 Sys: Us: Starts: 0
======================
Alarms (requires BATTERY_STATS permissions)
======================
com.google.android.gms (): Wakeups: 42 (6,5 / h)
Alarms: 2, Intent: ALARM_WAKEUP_ACTIVITY_DETECTION
Alarms: 23, Intent: com.google.android.intent.action.MCS_HEARTBEAT
Alarms: 12, Intent: com.google.android.gms/.checkin.EventLogService$Receiver
Alarms: 0, Intent: com.google.android.gms.common.receiver.LOG_CORE_ANALYTICS
Alarms: 0, Intent: com.google.android.gms.fitness.aggregate
Alarms: 2, Intent: com.google.android.gms/com.google.android.libraries.social.mediamonitor.MediaMonitorIntentService
Alarms: 1, Intent: ALARM_WAKEUP_LOCATOR
Alarms: 1, Intent: com.google.android.gms.gcm.ACTION_CHECK_QUEUE
Alarms: 1, Intent: com.google.android.intent.action.SEND_IDLE
android (): Wakeups: 36 (5,5 / h)
Alarms: 0, Intent: com.android.server.action.NETWORK_STATS_POLL
Alarms: 0, Intent: android.content.jobscheduler.JOB_DELAY_EXPIRED
Alarms: 0, Intent: android.intent.action.TIME_TICK
Alarms: 27, Intent: android.net.ConnectivityService.action.PKT_CNT_SAMPLE_INTERVAL_ELAPSED
Alarms: 6, Intent: android.content.syncmanager.SYNC_ALARM
Alarms: 1, Intent: android.appwidget.action.APPWIDGET_UPDATE
Alarms: 0, Intent: com.android.server.action.UPDATE_TWILIGHT_STATE
Alarms: 1, Intent: com.android.server.task.controllers.IdleController.ACTION_TRIGGER_IDLE
Alarms: 1, Intent: NextAlarmTracker.trigger
com.google.android.googlequicksearchbox (): Wakeups: 3 (0,5 / h)
Alarms: 3, Intent: com.google.android.googlequicksearchbox/com.google.android.velvet.VelvetBackgroundTasksImpl$Service
Alarms: 0, Intent: send_events
com.android.providers.calendar (): Wakeups: 3 (0,5 / h)
Alarms: 3, Intent: com.android.providers.calendar.intent.CalendarProvider2
com.devasque.fmount (): Wakeups: 3 (0,5 / h)
Alarms: 2, Intent: com.devasque.foldermount.boot_action
Alarms: 1, Intent: com.devasque.fmount.mediadisabler
com.android.vending (): Wakeups: 2 (0,3 / h)
Alarms: 1, Intent: com.android.vending/com.google.android.finsky.services.DailyHygiene
Alarms: 1, Intent: com.android.vending/com.google.android.finsky.services.ContentSyncService
de.motain.iliga (): Wakeups: 1 (0,2 / h)
Alarms: 1, Intent: de.motain.iliga/.sync.ScheduledGoogleNowTokenService
ch.teamtasks.tasks.paid (): Wakeups: 1 (0,2 / h)
Alarms: 1, Intent: ch.teamtasks.tasks.action.REMINDER_TRIGGERED
com.oasisfeng.greenify (): Wakeups: 1 (0,2 / h)
Alarms: 0, Intent: com.oasisfeng.greenify/.engine.WakeupMonitor
Alarms: 0, Intent: com.oasisfeng.greenify/.CleanerService
Alarms: 0, Intent: com.oasisfeng.greenify.CLEAN_NOW
Alarms: 1, Intent: com.oasisfeng.greenify.CLEAN_NOW
======================
Network (requires root)
======================
0 (Wifi) (0): 927.0 KBytes 72,3%
10010 (Wifi) (com.android.vending.Google Play Store): 106.0 KBytes 8,3%
10016 (Wifi) (Google Play-Dienste): 98.0 KBytes 7,7%
10059 (Wifi) (com.google.android.gm.Gmail): 56.0 KBytes 4,4%
10090 (Wifi) (de.motain.iliga.Onefootball): 35.0 KBytes 2,8%
10022 (Wifi) (com.google.android.googlequicksearchbox.Google App): 35.0 KBytes 2,7%
10064 (Wifi) (com.google.android.youtube.YouTube): 18.0 KBytes 1,4%
10078 (Wifi) (com.cootek.smartinputv5.TouchPal): 4.0 KBytes 0,4%
10073 (Wifi) (com.whatsapp.WhatsApp): 463.0 Bytes 0,0%
1000 (Wifi) (Android-System): 168.0 Bytes 0,0%
==========
CPU States
==========
1,19 GHz (): 17 m 46 s 4,6%
1,09 GHz (): 3 m 44 s 1,0%
998,4 MHz (): 5 m 13 s 1,3%
787,2 MHz (): 2 m 11 s 0,6%
600 MHz (): 4 m 2 s 1,0%
384 MHz (): 1 m 49 s 0,5%
300 MHz (): 57 m 28 s 14,8%
Deep Sleep (): 4 h 56 m 49 s 76,3%
========
Services
========
Active since: The time when the service was first made active, either by someone starting or binding to it.
Last activity: The time when there was last activity in the service (either explicit requests to start it or clients binding to it)
See http://developer.android.com/reference/android/app/ActivityManager.RunningServiceInfo.html
com.android.bluetooth (com.android.bluetooth.hid.HidService)
Active since: 31 s
Last activity: 31 s
Crash count:0
com.google.android.gm.exchange (com.android.exchange.service.EasService)
Active since: 56 s
Last activity: 56 s
Crash count:0
system (com.qualcomm.location.LocationService)
Active since: 54 s
Last activity: 54 s
Crash count:0
com.android.systemui (com.android.systemui.keyguard.KeyguardService)
Active since: 30 s
Last activity: 30 s
Crash count:0
com.android.systemui (com.android.systemui.ImageWallpaper)
Active since: 27 s
Last activity: 27 s
Crash count:0
com.google.android.gms.persistent (com.google.android.location.geocode.GeocodeService)
Active since: 1 m 2 s
Last activity: 1 m 2 s
Crash count:0
com.google.process.gapps (com.google.android.gms.gcm.GcmService)
Active since: 41 s
Last activity: 1 m 12 s
Crash count:0
com.teslacoilsw.launcher (com.teslacoilsw.launcher.NovaService)
Active since: 30 s
Last activity: 30 s
Crash count:0
com.oasisfeng.greenify:service (com.oasisfeng.greenify.engine.WakeupMonitor)
Active since: 1 m 4 s
Last activity: 1 h 30 m 9 s
Crash count:0
com.motorola.process.system (com.motorola.motgeofencesvc.MotGeoFenceSvc)
Active since: 27 s
Last activity: 28 s
Crash count:0
com.google.android.gms (com.google.android.gms.config.ConfigFetchService)
Active since: 51 s
Last activity: 52 s
Crash count:0
com.google.android.gms.persistent (com.google.android.location.fused.FusedLocationService)
Active since: 1 m 2 s
Last activity: 1 m 2 s
Crash count:0
com.android.bluetooth (com.android.bluetooth.a2dp.A2dpService)
Active since: 27 s
Last activity: 27 s
Crash count:0
com.google.android.googlequicksearchbox:search (com.google.android.search.core.service.SearchService)
Active since: 46 s
Last activity: 46 s
Crash count:0
com.cootek.smartinputv5 (com.cootek.smartinput5.engine.SettingsService)
Active since: 30 s
Last activity: 30 s
Crash count:0
com.google.android.gms.persistent (com.google.android.location.geofencer.service.GeofenceProviderService)
Active since: 1 m 2 s
Last activity: 1 m 2 s
Crash count:0
com.google.android.googlequicksearchbox:search (com.google.android.hotword.service.HotwordService)
Active since: 45 s
Last activity: 46 s
Crash count:0
com.android.systemui (com.android.systemui.SystemUIService)
Active since: 26 s
Last activity: 26 s
Crash count:0
com.cootek.smartinputv5 (com.cootek.smartinput5.TouchPalIME)
Active since: 27 s
Last activity: 27 s
Crash count:0
system (android.hardware.location.GeofenceHardwareService)
Active since: 27 s
Last activity: 27 s
Crash count:0
system (com.qualcomm.location.LBSSystemMonitorService)
Active since: 54 s
Last activity: 54 s
Crash count:0
com.cootek.smartinputv5 (com.cootek.presentation.service.PresentationService)
Active since: 30 s
Last activity: 1 h 30 m 9 s
Crash count:0
com.google.android.gms.persistent (com.google.android.location.internal.PendingIntentCallbackService)
Active since: 35 s
Last activity: 1 h 33 m 8 s
Crash count:0
system (com.android.server.telecom.BluetoothPhoneService)
Active since: 28 s
Last activity: 28 s
Crash count:0
com.google.android.gms.persistent (com.google.android.location.internal.server.GoogleLocationService)
Active since: 32 s
Last activity: 1 h 33 m 7 s
Crash count:0
com.google.android.gms.persistent (com.google.android.location.network.NetworkLocationService)
Active since: 1 m 2 s
Last activity: 1 h 33 m 8 s
Crash count:0
com.android.phone (com.android.stk.StkAppService)
Active since: 54 s
Last activity: 54 s
Crash count:0
com.google.android.gms.persistent (com.google.android.location.internal.GoogleLocationManagerService)
Active since: 32 s
Last activity: 18 m 35 s
Crash count:0
com.google.android.gms.persistent (com.google.android.gms.deviceconnection.service.DeviceConnectionServiceBroker)
Active since: 46 s
Last activity: 1 m 22 s
Crash count:0
com.google.android.googlequicksearchbox:interactor (com.google.android.voiceinteraction.GsaVoiceInteractionService)
Active since: 27 s
Last activity: 27 s
Crash count:0
com.android.smspush (com.android.smspush.WapPushManager)
Active since: 29 s
Last activity: 30 s
Crash count:0
com.oasisfeng.greenify:service (com.oasisfeng.greenify.CleanerService)
Active since: 1 m 4 s
Last activity: 1 h 30 m 9 s
Crash count:0
system (com.android.internal.backup.LocalTransportService)
Active since: 26 s
Last activity: 26 s
Crash count:0
com.google.android.youtube (com.google.android.apps.youtube.app.offline.transfer.OfflineTransferService)
Active since: 4 m 5 s
Last activity: 3 m 7 s
Crash count:0
com.google.android.gms.persistent (com.google.android.gms.common.stats.GmsCoreStatsService)
Active since: 46 s
Last activity: 1 m 12 s
Crash count:0
com.google.process.gapps (com.google.android.gms.clearcut.service.ClearcutLoggerService)
Active since: 41 s
Last activity: 1 h 33 m 24 s
Crash count:0
com.cootek.smartinputv5 (com.cootek.smartinput5.presentations.BindService)
Active since: 47 s
Last activity: 1 h 30 m 9 s
Crash count:0
com.android.bluetooth (com.android.bluetooth.map.BluetoothMapService)
Active since: 31 s
Last activity: 31 s
Crash count:0
com.google.process.gapps (com.google.android.gms.config.ConfigService)
Active since: 52 s
Last activity: 52 s
Crash count:0
com.android.phone (com.android.phone.TelephonyDebugService)
Active since: 30 s
Last activity: 30 s
Crash count:0
system (com.android.server.telecom.TelecomService)
Active since: 26 s
Last activity: 26 s
Crash count:0
com.android.bluetooth (com.android.bluetooth.pan.PanService)
Active since: 31 s
Last activity: 31 s
Crash count:0
com.asksven.betterbatterystats_xdaedition (com.asksven.betterbatterystats.services.EventWatcherService)
Active since: 6 h 30 m 3 s
Last activity: 1 h 33 m 14 s
Crash count:0
com.google.android.gms.persistent (com.google.android.gms.backup.BackupTransportService)
Active since: 1 m 2 s
Last activity: 1 m 2 s
Crash count:0
==================
Reference overview
==================
ref_boot: Reference ref_boot created 1 m 1 s (Wl: 4 elements; KWl: 63elements; NetS: 7 elements; Alrm: 2 elements; Proc: 40 elements; Oth: 7 elements; CPU: 7 elements)
ref_current: Reference ref_current created 6 h 30 m 7 s (Wl: 11 elements; KWl: 69elements; NetS: 11 elements; Alrm: 9 elements; Proc: 137 elements; Oth: 8 elements; CPU: 8 elements)
So you can see, deepsleep ist awful, "normal" wakelocks barely existing, BUT kernel wakelocks with an amount of ~37min.
Code:
qpnp_soc_wake (): 16 m 4 s Cnt:(c/wc/ec)2949/38/0 4,1%
qcom_rx_wakelock (): 15 m 57 s Cnt:(c/wc/ec)20691/4850/20690 4,1%
qpnp-vadc-e4a0e600 (): 5 m 14 s Cnt:(c/wc/ec)62145/456/0 1,3%
I don't know how to get rid of it or rather tame it. I have Xposed framework enabled and Amplify installed.
Can anybody explain, why these wakelocks use so much time? Is it a kernel problem? Can i maybe solve it by using a custom kernel? THX for help!
Hey all,
Been playing with this E6508 Z4V...no root yet and working on unlocking the bootloader.
I have tried both a FAT32 AND an EXFAT formatted MicroSD in both 64gb and 128gb sizes.
NONE work. There is no indication the card is even seen by the device. When the tray is reinserted it pops up a notification that the SIM may have been changed and a restart should be done, but no external storage.
Any ideas?
Rick
BlackIce
Yep, kernel output would be nice to see if there's any reaction from the kernel/device at all towards the card:
http://bootloader.wikidot.com/linux:android:kmsg
Not sure if it works when it's not rooted, also make sure to enable USB debugging
Not much help I'm afraid.
<6>[ 6627.421537] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6628.818909] healthd: battery l=100 v=4315 t=25.0 h=2 st=5 c=7 chg=u
<14>[ 6628.822968] healthd: battery l=100 v=4315 t=25.0 h=2 st=5 c=7 chg=u
<6>[ 6662.088107] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6667.021707] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6668.487269] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=6 chg=u
<14>[ 6668.488518] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=6 chg=u
<14>[ 6670.124017] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=6 chg=u
<6>[ 6674.019609] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6674.035647] dhd_pktfilter_offload_delete: Failed to delete filter ID:102, ret=-2
<6>[ 6674.059489] dhd_pktfilter_offload_delete: Failed to delete filter ID:102, ret=-2
<6>[ 6678.943311] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6679.584419] mmc1: slot status change detected (0 -> 1), GPIO_ACTIVE_HIGH
<6>[ 6682.078650] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6682.285130] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6683.192931] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=7 chg=u
<14>[ 6683.199937] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=7 chg=u
<6>[ 6702.082157] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6702.302156] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6710.586615] dhd_pktfilter_offload_delete: Failed to delete filter ID:102, ret=-2
<6>[ 6722.086471] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6727.008357] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6730.126487] healthd: battery l=100 v=4311 t=25.5 h=2 st=5 c=20 chg=u
<6>[ 6742.083237] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6742.294320] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6770.863698] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6771.073235] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6782.085502] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6782.296682] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6790.127650] healthd: battery l=100 v=4313 t=25.7 h=2 st=5 c=6 chg=u
<6>[ 6802.082641] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6807.004445] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6822.081072] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6822.292456] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6842.084690] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6842.296921] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
zacharias.maladroit said:
Yep, kernel output would be nice to see if there's any reaction from the kernel/device at all towards the card:
http://bootloader.wikidot.com/linux:android:kmsg
Not sure if it works when it's not rooted, also make sure to enable USB debugging
Click to expand...
Click to collapse
blackice000 said:
Not much help I'm afraid.
<6>[ 6627.421537] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6628.818909] healthd: battery l=100 v=4315 t=25.0 h=2 st=5 c=7 chg=u
<14>[ 6628.822968] healthd: battery l=100 v=4315 t=25.0 h=2 st=5 c=7 chg=u
<6>[ 6662.088107] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6667.021707] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6668.487269] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=6 chg=u
<14>[ 6668.488518] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=6 chg=u
<14>[ 6670.124017] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=6 chg=u
<6>[ 6674.019609] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6674.035647] dhd_pktfilter_offload_delete: Failed to delete filter ID:102, ret=-2
<6>[ 6674.059489] dhd_pktfilter_offload_delete: Failed to delete filter ID:102, ret=-2
<6>[ 6678.943311] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6679.584419] mmc1: slot status change detected (0 -> 1), GPIO_ACTIVE_HIGH
<6>[ 6682.078650] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6682.285130] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6683.192931] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=7 chg=u
<14>[ 6683.199937] healthd: battery l=100 v=4314 t=25.5 h=2 st=5 c=7 chg=u
<6>[ 6702.082157] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6702.302156] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6710.586615] dhd_pktfilter_offload_delete: Failed to delete filter ID:102, ret=-2
<6>[ 6722.086471] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6727.008357] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6730.126487] healthd: battery l=100 v=4311 t=25.5 h=2 st=5 c=20 chg=u
<6>[ 6742.083237] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6742.294320] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6770.863698] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6771.073235] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6782.085502] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6782.296682] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<14>[ 6790.127650] healthd: battery l=100 v=4313 t=25.7 h=2 st=5 c=6 chg=u
<6>[ 6802.082641] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6807.004445] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6822.081072] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6822.292456] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
<6>[ 6842.084690] CFG80211-ERROR) wl_cfg80211_add_iw_ie : Previous IW IE is equals to current IE
<6>[ 6842.296921] CFG80211-ERROR) wl_notify_scan_status : scan is not ready
Click to expand...
Click to collapse
Looks like the device reacted, need more info though to see what else it does upon that status change ...
@blackice000 can you disable WiFi, reboot and post a log again ?
Most preferably shortly after bootup (card already in) and/or directly after insertion of the card
that should give more useful info
Damn! Missed that status change. here is a log from bootup to LCD shutdown with MicroSD inserted:
Just pulling the MicroSD and Reinserting gives us this:
<6>[ 594.163541] mmc1: slot status change detected (1 -> 0), GPIO_ACTIVE_HIGH
<6>[ 601.019323] mmc1: slot status change detected (0 -> 1), GPIO_ACTIVE_HIGH
Since I have no root nor unlocked bootloader yet (no XDA sourced solution for Z4V) I can't Mount it manually.
Rick
Mount gives us this:
[email protected]:/ $ mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,size=1418228k,nr_inodes=354557,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,seclabel,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
none /sys/fs/cgroup tmpfs rw,seclabel,relatime,size=1418228k,nr_inodes=354557,mode=750,gid=1000 0 0
none /sys/fs/cgroup/memory cgroup rw,relatime,memory 0 0
tmpfs /mnt/asec tmpfs rw,seclabel,relatime,size=1418228k,nr_inodes=354557,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,seclabel,relatime,size=1418228k,nr_inodes=354557,mode=755,gid=1000 0 0
none /dev/memcg cgroup rw,relatime,memory 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
tmpfs /tmp tmpfs rw,seclabel,nosuid,relatime,size=1418228k,nr_inodes=354557,mode=755 0 0
/dev/block/dm-0 /system ext4 ro,seclabel,relatime,discard,data=ordered 0 0
/dev/block/bootdevice/by-name/userdata /data ext4 rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,data=ordered 0 0
/dev/block/bootdevice/by-name/cache /cache ext4 rw,seclabel,nosuid,nodev,noatime,discard,data=ordered 0 0
/dev/block/bootdevice/by-name/persist /persist ext4 rw,seclabel,nosuid,nodev,relatime,data=ordered 0 0
/dev/block/bootdevice/by-name/modem /firmware vfat ro,context=ubject_r:firmware_file:s0,relatime,uid=1000,gid=1000,fmask=0337,dmask=0227,codepage=437,iocharset=iso8859-1,shortname=lower,errors=remount-ro 0 0
/dev/block/bootdevice/by-name/LTALabel /lta-label ext4 ro,context=ubject_r:lta_label:s0,nosuid,nodev,noexec,noatime,data=ordered 0 0
/dev/block/bootdevice/by-name/oem /oem ext4 ro,seclabel,relatime,data=ordered 0 0
/dev/block/bootdevice/by-name/diag /mnt/idd ext4 rw,seclabel,nosuid,nodev,noexec,noatime,discard,data=ordered 0 0
/dev/block/bootdevice/by-name/apps_log /mnt/rca ext4 rw,seclabel,nosuid,nodev,noexec,noatime,discard,data=ordered 0 0
adb /dev/usb-ffs/adb functionfs rw,relatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
/dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other,allow_utime_grp 0 0
Hmmm isn't mmc1 the sim card. i don;t have one installed yet. need to get everything working before i swap my account.
Rick