ExternalStorage: After updating volumes, found 2 active roots - Other Tools & General Discussion

Ok, I'm currently developing cm-13.0 for the Samsung Tab S2 9.7" (gts210wifi) and this is the last issue I have. When I insert an external sdcard, the device is neatly mounted on /mnt/media_rw/<UUID> but the next step in the chain, mounting it on /storage/<UUID> fails with the error below.
06-14 08:05:20.159 7282 7282 D StorageNotification: Notifying about public volume: VolumeInfo{public:179_33}:
06-14 08:05:20.159 7282 7282 D StorageNotification: type=PUBLIC diskId=disk:179_32 partGuid=null mountFlags=0 mountUserId=0
06-14 08:05:20.159 7282 7282 D StorageNotification: state=CHECKING
06-14 08:05:20.159 7282 7282 D StorageNotification: fsType=null fsUuid=null fsLabel=sdcard
06-14 08:05:20.159 7282 7282 D StorageNotification: path=null internalPath=null
06-14 08:05:20.277 2484 2548 V vold : /dev/block/vold/public:179_33: UUID="90BD-88CD" TYPE="vfat"
06-14 08:05:20.277 3035 3420 D VoldConnector: RCV <- {652 public:179_33 vfat}
06-14 08:05:20.278 3035 3420 D VoldConnector: RCV <- {653 public:179_33 90BD-88CD}
06-14 08:05:20.278 3035 3420 D VoldConnector: RCV <- {654 public:179_33 sdcard}
06-14 08:05:20.278 2484 2548 V vold : /system/bin/fsck_msdos
06-14 08:05:20.278 3035 3420 D VoldConnector: RCV <- {656 public:179_33 /mnt/media_rw/90BD-88CD}
06-14 08:05:20.278 2484 2548 V vold : -p
06-14 08:05:20.278 2484 2548 V vold : -f
06-14 08:05:20.278 2484 2548 V vold : /dev/block/vold/public:179_33
06-14 08:05:20.279 3035 3420 D VoldConnector: RCV <- {655 public:179_33 /mnt/media_rw/90BD-88CD}
06-14 08:05:20.292 2484 2548 I fsck_msdos: ** /dev/block/vold/public:179_33
06-14 08:05:20.294 13571 13571 D fsck_msdos: sectors Per cluster :32
06-14 08:05:20.294 13571 13571 D fsck_msdos: boot->ClusterOffset :29664
06-14 08:05:20.294 13571 13571 I fsck_msdos: FAT32 Filesystem
06-14 08:05:20.294 13571 13571 D fsck_msdos: Using cluster_chain_descriptor
06-14 08:05:20.294 13571 13571 I fsck_msdos: Total clusters 1897505
06-14 08:05:20.295 2484 2548 I fsck_msdos: ** Phase 1 - Read FAT (compare skipped)
06-14 08:05:20.295 2484 2548 I fsck_msdos: Attempting to allocate 7424 KB for FAT
06-14 08:05:20.408 13571 13571 I fsck_msdos: ** Phase 2 - Check Cluster Chains
06-14 08:05:20.408 13571 13571 I fsck_msdos: Begin to handle the cluster chain
06-14 08:05:20.511 13571 13571 D fsck_msdos: rootDir->head :2
06-14 08:05:20.511 2484 2548 I fsck_msdos: ** Phase 3 - Checking Directories
06-14 08:05:20.739 2484 2548 I fsck_msdos: ** Phase 4 - Checking for Lost Files
06-14 08:05:20.739 13571 13571 D fsck_msdos: Verify Filesystem information
06-14 08:05:20.739 13571 13571 W fsck_msdos: 2879 files, 2784672 free (436186 clusters)
06-14 08:05:20.739 13571 13571 I fsck_msdos: free_rb_tree
06-14 08:05:20.742 13571 13571 I fsck_msdos: free_fragment_tree
06-14 08:05:20.742 13571 13571 I fsck_msdos: free_fragment_tree
06-14 08:05:20.742 13571 13571 I fsck_msdos: free_fragment_tree: rb_tree is empty
06-14 08:05:20.751 2484 2548 I Vold : Filesystem check completed OK
06-14 08:05:20.763 3035 3420 D VoldConnector: RCV <- {651 public:179_33 2}
06-14 08:05:20.764 3035 3420 D VoldConnector: RCV <- {200 11 Command succeeded}
06-14 08:05:20.764 3035 3419 E VoldConnector: NDC Command {11 volume mount public:179_33 0 0} took too long (612ms)
06-14 08:05:20.771 7282 7282 D StorageNotification: Notifying about public volume: VolumeInfo{public:179_33}:
06-14 08:05:20.771 7282 7282 D StorageNotification: type=PUBLIC diskId=disk:179_32 partGuid=null mountFlags=0 mountUserId=0
06-14 08:05:20.771 7282 7282 D StorageNotification: state=MOUNTED
06-14 08:05:20.771 7282 7282 D StorageNotification: fsType=vfat fsUuid=90BD-88CD fsLabel=sdcard
06-14 08:05:20.771 7282 7282 D StorageNotification: path=/mnt/media_rw/90BD-88CD internalPath=/mnt/media_rw/90BD-88CD
06-14 08:05:20.771 13194 13194 D ExternalStorage: After updating volumes, found 2 active roots
06-14 08:05:20.779 13194 13194 D ExternalStorage: After updating volumes, found 2 active roots
The image is based on the gts210ltexx repo in Cyanogenmod and I've already contacted it's developer @RaymanFX and he doesn't have this issue. Installing the T815 image, which works on all T815 devices like a charm, results in the same error on the T810. No matter if I compile from his sources or use the compiled image.
The only difference between the devices are the LTE module, ril (has telephony) and a gps wrapper library (agps needs access to the mobile network data) Issue doesn't exist on stock image, all blobs and configs taken from stock, but issue remains. I'd expect the vold configuration, as the card itself is perfectly accessible via the /mnt/media_rw path and others using the image already remounted it to an app accessible location.
Any pointers as to the cause of this issue (and a solution ) would be welcome.

Ok, found it, I was missing the mount option encryptable=userdata for volmanaged in the fstab... Solved.

Related

[DEV][3.10.x][msm8916_64] CAF kernel/msm-3.10

NOTE: If you don't know what this is, kindly DO NOT POST.
What is CAF kernel and why is it important?
CAF is a project focusing on widespreading the use of msm chipsets, including repositories where qcom developers maintain code for various platforms, android and linux included.
ok i got you! but why it is important for our device?
CAF kernel brings us upstream enhacements needed to make our device future proof for upcoming android versions.
How does using CAF benefit the device/kernel?
It's directly supported by Qualcomm and it's generally a more optimized branch for Snapdragon phones.
so what about mainline kernel?
the mainline kernel can have changes that can cause regressions and possibly conflict with CAF changes. so, upstream merges are not merged into CAF.
you can find Code Aurora releases here : https://www.codeaurora.org/xwiki/bin/QAEP/release
This is effort to keep ferrari updated with Code Aurora's latest kernel sources.
kernel sources for ferrari can be found here : https://github.com/ferrari-dev/android_kernel_xiaomi_ferrari
tags info
Code:
chipset: msm8916_64
tag: LA.BR.1.2.9-01810-8x16.0
android: 07.01.01
date: February 24, 2017
Current Status
I have merged Xiaomi's changes over the CAF tag LA.BR.1.1.3-06510-8x16.0 with not major reverts or changes. Xiaomi has made a lot of un-necessary changes, which aren't needed.
The goal is to get a stable CAF kernel with minimal changes (viz. without Xiaomi's un-necessary cruft) and squish bugs until the kernel is stable.
builds can be found here in the arch/arm64/boot folder when you compile from source.
you can find me at #ferrari-dev on freenode IRC if you want to chat.
Patches and suggestions are welcome
XDA:DevDB Information
CAF kernel/msm-3.10, Kernel for the Xiaomi Mi 4i
Contributors
thewisenerd, onano, dh.harald
Kernel Special Features:
Version Information
Status: Testing
Created 2016-01-10
Last Updated 2017-01-28
Current Status
I have merged Xiaomi's changes over the CAF tag LA.BR.1.1.3-06510-8x16.0 with not major reverts or changes. Xiaomi has made a lot of un-necessary changes, which aren't needed.
this kernel is built and tested upon official firmware V8.1.5.0.LXIMIDI.
... wait?
yes.
will it work on firmware 6.6.10.0?
... sort of, but i am not looking at supporting it anymore.
why firmware v8.1.5.0? why not stick with 6.6.10.0 then?
... closure.
The goal is to get a stable CAF kernel with minimal changes (viz. without Xiaomi's un-necessary cruft) and squish bugs until the kernel is stable.
Working
display
touchscreen (atmel; add focaltech drivers if touch doesn't work)
charger
sound
ST-sensor hub (accelerometer, gyroscope and misc sensors)
cm36686 prox+ALS
tspdrv haptic feedback
LED
brightness
bluetooth
camera (because no one has patience, or updated blobs)
video recording
flashlight
wifi
Not Working
everything not listed above
wontfix
sound recorder works only with headset mic
miui support
anything and everything else that's (probably) caused by ROM
---
i'd like to help
thanks! there's much work left to be done, but all boils down to the following
re-diff'ing the dts files with v8.x firmware dts, to see if I missed something
figure out and fix camera drivers (dts & camera_v2 drivers)
adding all the necessary drivers (sensors, etc)
selectively adding back xiaomi's code changes; we don't need all their cruft, eg: /sys/bootinfo
and lots of bug fixes
builds
builds can be found in the arch/arm64/boot folder when you compile from source.
firmware-lp-8.1.5.0.zip
Trying - Not working: I am using CM13 despite th eincorrect buid fingerprint
Code:
01-10 23:59:33.245 3200 3200 I dex2oat : Explicit concurrent mark sweep GC freed 41347(9MB) AllocSpace objects, 1(20KB) LOS objects, 15% free, 21MB/25MB, paused 277us total 158.088ms
01-10 23:59:33.295 3689 3689 I SurfaceFlinger: SurfaceFlinger is starting
01-10 23:59:33.325 3689 3689 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-10 23:59:33.325 3689 3689 E libEGL : load_driver(/vendor/lib64/egl/libEGL_adreno.so): dlopen failed: cannot locate symbol "BIO_f_base64" referenced by "/system/vendor/lib64/egl/libEGL_adreno.so"...
01-10 23:59:33.325 3689 3689 F libEGL : couldn't find an OpenGL ES implementation
01-10 23:59:33.325 3689 3689 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 3689 (surfaceflinger)
01-10 23:59:33.325 307 307 I DEBUG : property debug.db.uid not set; NOT waiting for gdb.
01-10 23:59:33.325 307 307 I DEBUG : HINT: adb shell setprop debug.db.uid 100000
01-10 23:59:33.325 307 307 I DEBUG : HINT: adb forward tcp:5039 tcp:5039
01-10 23:59:33.375 307 307 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-10 23:59:33.385 3688 3688 I vold : Vold 3.0 (the awakening) firing up
01-10 23:59:33.375 307 307 F DEBUG : Build fingerprint: 'Xiaomi/ferrari/ferrari:5.1.1/LMY48B:userdebug/test-keys'
01-10 23:59:33.385 3688 3688 V vold : Detected support for: exfat ext4 ntfs vfat
01-10 23:59:33.375 307 307 F DEBUG : Revision: '0'
01-10 23:59:33.385 3688 3688 F vold : system/vold/main.cpp:167] Check failed: android::vold::sBlkidContext != nullptr
01-10 23:59:33.375 307 307 F DEBUG : ABI: 'arm64'
01-10 23:59:33.385 307 307 F DEBUG : pid: 3689, tid: 3689, name: surfaceflinger >>> /system/bin/surfaceflinger <<<
01-10 23:59:33.385 307 307 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-10 23:59:33.385 307 307 F DEBUG : Abort message: 'couldn't find an OpenGL ES implementation'
01-10 23:59:33.385 307 307 F DEBUG : x0 0000000000000000 x1 0000000000000e69 x2 0000000000000006 x3 0000000000000000
01-10 23:59:33.385 307 307 F DEBUG : x4 0000000000000000 x5 0000000000000001 x6 0000000000000000 x7 0000000000000000
01-10 23:59:33.385 307 307 F DEBUG : x8 0000000000000083 x9 0000000000000e69 x10 0000007f7b14f044 x11 0000000000004000
01-10 23:59:33.385 307 307 F DEBUG : x12 0000000000004001 x13 0000000000000000 x14 0000000000000001 x15 0000000000101001
01-10 23:59:33.385 307 307 F DEBUG : x16 0000007f7aea66a0 x17 0000007f7ae6971c x18 0000007f7b150000 x19 0000007f7b1510b8
01-10 23:59:33.385 307 307 F DEBUG : x20 0000007f7b150ff8 x21 0000000000000002 x22 0000000000000006 x23 0000000000000000
01-10 23:59:33.385 307 307 F DEBUG : x24 0000000000000000 x25 0000000000000000 x26 0000000000000000 x27 0000000000000000
01-10 23:59:33.385 307 307 F DEBUG : x28 0000000000000000 x29 0000007fef27ecb0 x30 0000007f7ae66eb8
01-10 23:59:33.385 307 307 F DEBUG : sp 0000007fef27ecb0 pc 0000007f7ae69724 pstate 0000000020000000
01-10 23:59:33.385 3688 3688 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 3688 (vold)
01-10 23:59:33.385 307 307 F DEBUG :
01-10 23:59:33.385 307 307 F DEBUG : backtrace:
01-10 23:59:33.385 307 307 F DEBUG : #00 pc 000000000006a724 /system/lib64/libc.so (tgkill+8)
01-10 23:59:33.385 307 307 F DEBUG : #01 pc 0000000000067eb4 /system/lib64/libc.so (pthread_kill+68)
01-10 23:59:33.385 307 307 F DEBUG : #02 pc 0000000000020d90 /system/lib64/libc.so (raise+28)
01-10 23:59:33.385 307 307 F DEBUG : #03 pc 000000000001b6c0 /system/lib64/libc.so (abort+60)
01-10 23:59:33.385 307 307 F DEBUG : #04 pc 000000000000c8e4 /system/lib64/libcutils.so (__android_log_assert+236)
01-10 23:59:33.385 307 307 F DEBUG : #05 pc 0000000000099c5c /system/lib64/libEGL.so
01-10 23:59:33.385 307 307 F DEBUG : #06 pc 0000000000029108 /system/lib64/libEGL.so
01-10 23:59:33.385 307 307 F DEBUG : #07 pc 000000000002b10c /system/lib64/libEGL.so (eglGetDisplay+24)
01-10 23:59:33.385 307 307 F DEBUG : #08 pc 0000000000033518 /system/lib64/libsurfaceflinger.so (android::SurfaceFlinger::init()+76)
01-10 23:59:33.385 307 307 F DEBUG : #09 pc 0000000000001100 /system/bin/surfaceflinger
01-10 23:59:33.385 307 307 F DEBUG : #10 pc 00000000000196ec /system/lib64/libc.so (__libc_init+100)
01-10 23:59:33.385 307 307 F DEBUG : #11 pc 0000000000000fcc /system/bin/surfaceflinger
01-10 23:59:33.465 3345 3345 W dex2oat : Verification of void com.android.internal.telephony.cdma.CdmaLteServiceStateTracker.pollStateDone() took 115.139ms
01-10 23:59:33.725 2904 3041 I dex2oat : Method exceeds compiler instruction limit: 25337 in void org.ccil.cowan.tagsoup.HTMLSchema.<init>()
01-10 23:59:33.845 307 307 F DEBUG :
01-10 23:59:33.845 307 307 F DEBUG : Tombstone written to: /data/tombstones/tombstone_02
01-10 23:59:33.845 307 307 I DEBUG : property debug.db.uid not set; NOT waiting for gdb.
01-10 23:59:33.845 307 307 I DEBUG : HINT: adb shell setprop debug.db.uid 100000
01-10 23:59:33.845 307 307 I DEBUG : HINT: adb forward tcp:5039 tcp:5039
01-10 23:59:33.895 307 307 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-10 23:59:33.895 307 307 F DEBUG : Build fingerprint: 'Xiaomi/ferrari/ferrari:5.1.1/LMY48B:userdebug/test-keys'
01-10 23:59:33.895 307 307 F DEBUG : Revision: '0'
01-10 23:59:33.895 307 307 F DEBUG : ABI: 'arm64'
01-10 23:59:33.895 307 307 F DEBUG : pid: 3688, tid: 3688, name: vold >>> /system/bin/vold <<<
01-10 23:59:33.895 307 307 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-10 23:59:33.905 307 307 F DEBUG : Abort message: 'system/vold/main.cpp:167] Check failed: android::vold::sBlkidContext != nullptr '
01-10 23:59:33.935 307 307 F DEBUG : x0 0000000000000000 x1 0000000000000e68 x2 0000000000000006 x3 0000000000000000
01-10 23:59:33.935 307 307 F DEBUG : x4 0000000000000000 x5 0000000000000001 x6 0000000000000000 x7 0000000000000000
01-10 23:59:33.935 307 307 F DEBUG : x8 0000000000000083 x9 0000005583332d70 x10 7f7f7f7fff7fff7f x11 0101010101010101
01-10 23:59:33.935 307 307 F DEBUG : x12 0000000000000000 x13 220a4e91ae66d8a0 x14 0000000000000001 x15 0000000000000005
01-10 23:59:33.935 307 307 F DEBUG : x16 0000007faac8a6a0 x17 0000007faac4d71c x18 0000007fab02c100 x19 0000007fab12d0b8
01-10 23:59:33.935 307 307 F DEBUG : x20 0000007fab12cff8 x21 0000000000000002 x22 0000000000000006 x23 000000556330ad45
01-10 23:59:33.935 307 307 F DEBUG : x24 00000000000000a7 x25 0000000000000000 x26 0000000000000005 x27 0000005583332d70
01-10 23:59:33.935 307 307 F DEBUG : x28 0000000000000000 x29 0000007fdc04db50 x30 0000007faac4aeb8
01-10 23:59:33.935 307 307 F DEBUG : sp 0000007fdc04db50 pc 0000007faac4d724 pstate 0000000020000000
01-10 23:59:33.935 307 307 F DEBUG :
01-10 23:59:33.935 307 307 F DEBUG : backtrace:
01-10 23:59:33.955 307 307 F DEBUG : #00 pc 000000000006a724 /system/lib64/libc.so (tgkill+8)
01-10 23:59:33.955 307 307 F DEBUG : #01 pc 0000000000067eb4 /system/lib64/libc.so (pthread_kill+68)
01-10 23:59:33.955 307 307 F DEBUG : #02 pc 0000000000020d90 /system/lib64/libc.so (raise+28)
01-10 23:59:33.955 307 307 F DEBUG : #03 pc 000000000001b6c0 /system/lib64/libc.so (abort+60)
01-10 23:59:33.955 307 307 F DEBUG : #04 pc 000000000000621c /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+884)
01-10 23:59:33.955 307 307 F DEBUG : #05 pc 000000000000f8c4 /system/bin/vold
01-10 23:59:33.955 307 307 F DEBUG : #06 pc 00000000000196ec /system/lib64/libc.so (__libc_init+100)
01-10 23:59:33.955 307 307 F DEBUG : #07 pc 000000000000eb1c /system/bin/vold
01-10 23:59:34.355 307 307 F DEBUG :
01-10 23:59:34.355 307 307 F DEBUG : Tombstone written to: /data/tombstones/tombstone_03
01-10 23:59:34.485 2904 3042 W dex2oat : Compilation of boolean android.accounts.IAccountManager$Stub.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 100.131ms
01-10 23:59:34.965 3200 3261 W dex2oat : Compilation of android.icu.util.TimeZone android.icu.impl.OlsonTimeZone.cloneAsThawed() took 110.908ms
01-10 23:59:35.085 3690 3690 I mediaserver: ServiceManager: 0xaacd6bf8
01-10 23:59:35.085 3690 3690 I AudioFlinger: Using default 3000 mSec as standby time.
01-10 23:59:35.095 3690 3690 E : batterystats service unavailable!
01-10 23:59:35.095 3690 3690 E : batterystats service unavailable!
01-10 23:59:35.105 276 276 E SELinux : avc: denied { add } for service=media.resource_manager scontext=u:r:mediaserver:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager
01-10 23:59:35.105 276 276 E ServiceManager: add_service('media.resource_manager',6) uid=1013 - PERMISSION DENIED
01-10 23:59:35.105 3690 3690 I CameraService: CameraService started (pid=3690)
01-10 23:59:35.105 3690 3690 I CameraService: CameraService process starting
01-10 23:59:35.105 3690 3690 E : batterystats service unavailable!
01-10 23:59:35.105 3690 3690 E : batterystats service unavailable!
01-10 23:59:35.155 3690 3690 D mm-camera-intf: get_num_of_cameras gMmCameraIntfLogLevel=1
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 1
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name video0 type 65537 group id 2
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 2
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name msm_cci type 131072 group id 0
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 3
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev0 type 131072 group id 0
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 4
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev1 type 131072 group id 0
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 5
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev2 type 131072 group id 1
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 6
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev3 type 131072 group id 1
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 7
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev4 type 131072 group id 1
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 8
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev5 type 131072 group id 7
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 9
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev6 type 131072 group id 11
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 10
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev7 type 131072 group id 8
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 11
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev8 type 131072 group id 8
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 12
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name v4l-subdev9 type 131072 group id 14
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 1
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name video1 type 65537 group id 2
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 2
01-10 23:59:35.155 3690 3690 E mm-camera-intf: Done enumerating media entities
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 1
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity name video2 type 65537 group id 2
01-10 23:59:35.155 3690 3690 E mm-camera-intf: entity id 2
01-10 23:59:35.155 3690 3690 E mm-camera-intf: Done enumerating media entities
01-10 23:59:35.165 3690 3690 D mm-camera-intf: index = 0 flag = 1 mount_angle = 90 facing = 0
01-10 23:59:35.165 3690 3690 D mm-camera-intf: index = 1 flag = 103 mount_angle = 270 facing = 1
01-10 23:59:35.165 3690 3690 I CameraService: Loaded "QCamera Module" camera module
01-10 23:59:35.165 3690 3690 I CameraFlashlight: Opening camera 0
01-10 23:59:35.165 3690 3690 I QCamera2HWI: static void qcamera::QCamera2HardwareInterface::getLogLevel() gCamHalLogLevel=1
01-10 23:59:35.165 3690 3690 D QCamera2HWI: [KPI Perf] int qcamera::QCamera2HardwareInterface::openCamera(hw_device_t**): E PROFILE_OPEN_CAMERA camera id 0
01-10 23:59:35.165 3690 3690 E mm-camera-intf: mm_camera_open: dev name = /dev/video1, cam_idx = 1
01-10 23:59:35.185 3690 3717 D QCamera2HWI: static void* qcamera::QCamera2HardwareInterface::defferedWorkRoutine(void*): start data proc
01-10 23:59:35.185 3690 3716 D QCameraStateMachine: static void* qcamera::QCameraStateMachine::smEvtProcRoutine(void*): E
01-10 23:59:35.185 337 3718 D mm-camera: mct_pipeline_start_session_thread thread_id is -1
01-10 23:59:35.195 337 3720 D mm-camera: mct_pipeline_start_session_thread thread_id is -1
01-10 23:59:35.205 337 3721 D mm-camera: mct_pipeline_start_session_thread thread_id is -1
01-10 23:59:35.205 337 3721 E mm-camera: isp_tintless_get_version: lib returned version 3.61 err=0
01-10 23:59:35.215 337 3722 D mm-camera: mct_pipeline_start_session_thread thread_id is -1
01-10 23:59:35.265 337 3725 D mm-camera: mct_pipeline_start_session_thread thread_id is -1
01-10 23:59:35.265 337 3725 D mm-camera: cpp_module_start_session:423, info: starting session 1
01-10 23:59:35.275 337 3726 D mm-camera: mct_pipeline_start_session_thread thread_id is -1
01-10 23:59:35.275 337 3726 E mm-camera-img: module_imglib_start_session:1446 ###Img_Loglevel 0
01-10 23:59:35.345 2904 3042 W dex2oat : Compilation of boolean android.app.ApplicationThreadNative.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 141.105ms
01-10 23:59:35.355 337 3718 E mm-camera-sensor: eeprom_load_library:702 e_ctrl->eeprom_lib.func_tbl =0xf6394004
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_afdata:229 Loading AF data!
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata:149 Loading WB data
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:109 r_over_g b_over_g gr_over_gb
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.355 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.365 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.365 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.365 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.365 337 3718 E mm-camera-sensor: imx214_ofilm_sunny_format_wbdata_internal:114 R_G: 0.606445
B_G: 0.696289 GR_GB: 1.000000
01-10 23:59:35.415 3345 3429 W dex2oat : Method processed more than once: void android.icu.text.NumberFormat.<clinit>()
01-10 23:59:35.475 337 3725 D mm-camera: cpp_module_start_session:485, info: session 1 started.
01-10 23:59:35.475 337 3725 D mm-camera: c2d_module_start_session:345, info: starting session 1
01-10 23:59:35.475 337 3731 D mm-camera: cpp_thread_func:63: cpp_thread entering the polling loop...thread_id is -1
01-10 23:59:35.475 337 3718 E mm-camera-sensor: actuator_load_lib:351 name=rohm_bu64244gwz, mode=camera
01-10 23:59:35.485 337 3732 D mm-camera: c2d_thread_func:45: c2d_thread entering the polling loop... thread_id is -1
01-10 23:59:35.495 337 3725 D mm-camera: c2d_module_start_session:419, info: session 1 started.
01-10 23:59:35.495 337 3718 E mm-camera-sensor: actuator_load_lib:351 name=rohm_bu64244gwz, mode=camcorder
01-10 23:59:35.495 337 3718 E mm-camera-sensor: eeprom_do_af_calibration:627 turn on Cal af(1)
01-10 23:59:35.535 337 3735 D mm-camera: mct_controller_thread_run thread_id is -1
01-10 23:59:35.535 3690 3690 E mm-camera-intf: mm_camera_open: opened, break out while loop
01-10 23:59:35.535 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocStart(size_t, int, const char*) : alloc E count=1 size=7128
01-10 23:59:35.535 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocStart(size_t, int, const char*) : alloc E count=1 size=7128
01-10 23:59:35.535 3690 3690 D QCameraHWI_Mem: int qcamera::QCameraMemory::alloc(int, size_t, unsigned int) : No memory pool available and So allocate new buffer
01-10 23:59:35.535 3690 3690 D QCameraHWI_Mem: static int qcamera::QCameraMemory::allocOneBuffer(qcamera::QCameraMemory::QCameraMemInfo&, unsigned int, size_t, bool) : ION buffer 1 with size 8192 allocated
01-10 23:59:35.535 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocEnd(size_t) : X
01-10 23:59:35.535 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocEnd(size_t) : X
01-10 23:59:35.535 337 3735 D mm-camera: mct_pipeline_populate_query_cap_buffer: totalram = 1884225536, freeram = 755716096
01-10 23:59:35.535 3690 3690 D QCamera2HWI: int qcamera::QCamera2HardwareInterface::openCamera(): enable_4k2k is 0
01-10 23:59:35.535 3690 3690 D mm-jpeg-intf: jpeg_open gMmCameraJpegLogLevel=1
01-10 23:59:35.585 3690 3690 E qomx_image_core: OMX_Init:94] Complete 2
01-10 23:59:35.585 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocStart(size_t, int, const char*) : alloc E count=1 size=1048576
01-10 23:59:35.585 3690 3690 E QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocStart(size_t, int, const char*):HeapMemsize 1048576
01-10 23:59:35.585 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocStart(size_t, int, const char*) : alloc E count=1 size=1048576
01-10 23:59:35.585 3690 3690 E QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocStart(size_t, int, const char*):Memsize 1048576
01-10 23:59:35.585 3690 3690 D QCameraHWI_Mem: int qcamera::QCameraMemory::alloc(int, size_t, unsigned int) : No memory pool available and So allocate new buffer
01-10 23:59:35.585 3690 3690 D QCameraHWI_Mem: static int qcamera::QCameraMemory::allocOneBuffer(qcamera::QCameraMemory::QCameraMemInfo&, unsigned int, size_t, bool) : ION buffer 1 with size 1048576 allocated
01-10 23:59:35.585 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocEnd(size_t) : X
01-10 23:59:35.585 3690 3690 E QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocEnd(size_t) 1048576
01-10 23:59:35.585 3690 3690 D QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocEnd(size_t) : X
01-10 23:59:35.585 3690 3690 E QCameraHWI_Mem: void qcamera::QCameraMemory::traceLogAllocEnd(size_t) 1048576
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): supported preview sizes: 1920x1080,1280x960,1280x720,864x480,800x480,768x432,720x480,640x480,576x432,480x320,384x288,352x288,320x240,240x160,176x144,160x120,144x176
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): supported video sizes: 1920x1080,1280x960,1280x720,864x480,800x480,720x480,640x480,480x320,352x288,320x240,176x144,160x120
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): supported pic sizes: 4160x3120,4000x3000,4208x2368,4096x2160,3200x2400,2592x1944,2592x1458,2048x1536,1920x1080,1600x1200,1280x960,1280x768,1280x720,1024x768,800x600,800x480,720x480,640x480,352x288,320x240,176x144,160x120
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): supported fps ranges: (15000,15000),(24000,24000),(7500,30000),(30000,30000)
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setPreviewFpsRange(int, int, int, int): Updated: minFps = 7500, maxFps = 30000 , vid minFps = 7500, vid maxFps = 30000
01-10 23:59:35.605 3690 3690 D QCamera2HWI: int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): level: 0, preview minfps 7500.000000, preview maxfpS 30000.000000, video minfps 7500.000000, video maxfpS 30000.000000
01-10 23:59:35.605 3690 3690 D QCamera2HWI: int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setPreviewFpsRange(int, int, int, int): Thermal adjusted Preview fps range 7.50,30.00, 7.50, 30.00
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): supported fps rates: 8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setFocusMode(const char*): Setting focus mode auto
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setWhiteBalance(const char*): Setting WhiteBalance value auto
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setFlash(const char*): Setting Flash value off
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setSceneMode(const char*): Setting SceneMode auto
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setISOValue(const char*): Setting ISO value auto
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(), Exposure time min 1.000000 ms, max 2000.000000 ms
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(), ISO min 100, max 3200
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setAEBracket(const char*), EXP_BRACKETING_OFF
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setDISValue(const char*): Setting DIS value disable
01-10 23:59:35.605 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::initDefaultParameters(): totalram = 1884225536, freeram = 743600128
01-10 23:59:35.605 337 3735 D mm-camera: mct_pipeline_process_set:command=800000e
01-10 23:59:35.615 3690 3690 D QCameraParameters: int32_t qcamera::QCameraParameters::setNumOfSnapshot(): nBurstNum = 1, nExpnum = 1
01-10 23:59:35.615 3690 3690 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camera with handle:1
01-10 23:59:35.615 3690 3690 I Thermal-Lib: Thermal-Lib-Client: Registraion successful for camcorder with handle:2
01-10 23:59:35.635 326 770 I ThermalEngine: Thermal-Server: Adding thermal event listener on fd 46
01-10 23:59:35.635 3690 3690 I ServiceManager: Waiting for service SurfaceFlinger...
01-10 23:59:35.645 3690 3742 I Thermal-Lib: Thermal-Lib-Client: Client received msg camera 0
01-10 23:59:35.645 3690 3716 D QCamera2HWI: int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): level: 0, preview minfps 7500.000000, preview maxfpS 30000.000000, video minfps 7500.000000, video maxfpS 30000.000000
01-10 23:59:35.645 3690 3716 D QCamera2HWI: int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
01-10 23:59:35.645 337 3735 D mm-camera: mct_pipeline_process_set:command=800000e
01-10 23:59:35.645 3690 3742 I Thermal-Lib: Thermal-Lib-Client: Client received msg camcorder 0
01-10 23:59:35.645 3690 3716 D QCamera2HWI: int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): level: 0, preview minfps 7500.000000, preview maxfpS 30000.000000, video minfps 7500.000000, video maxfpS 30000.000000
01-10 23:59:35.645 3690 3716 D QCamera2HWI: int qcamera::QCamera2HardwareInterface::calcThermalLevel(qcamera::qcamera_thermal_level_enum_t, int, int, cam_fps_range_t&, msm_vfe_frame_skip_pattern&): Thermal level 0, FPS [7.50,30.00, 7.50,30.00], frameskip 0
01-10 23:59:35.645 337 3735 D mm-camera: mct_pipeline_process_set:command=800000e
01-10 23:59:35.735 2904 3039 W dex2oat : Compilation of boolean android.app.ActivityManagerNative.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 694.621ms
01-10 23:59:35.765 2904 3042 W dex2oat : Compilation of void android.app.ActivityThread.dumpMemInfoTable(java.io.PrintWriter, android.os.Debug$MemoryInfo, boolean, boolean, boolean, boolean, int, java.lang.String, long, long, long, long, long, long) took 119.554ms
01-10 23:59:35.775 2915 3048 W dex2oat : Compilation of boolean android.app.admin.IDevicePolicyManager$Stub.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 556.333ms
01-10 23:59:36.535 3345 3429 W dex2oat : Method processed more than once: java.lang.String java.lang.AbstractStringBuilder.substring(int)
01-10 23:59:36.635 3690 3690 I ServiceManager: Waiting for service SurfaceFlinger...
01-10 23:59:36.855 3345 3429 W dex2oat : Method processed more than once: void java.util.Properties.load(java.io.Reader)
01-10 23:59:37.225 3345 3429 W dex2oat : Method processed more than once: java.lang.String java.lang.IntegralToString.stringOf(char[])
01-10 23:59:37.505 3200 3261 W dex2oat : Compilation of void android.icu.text.DecimalFormat.applyPatternWithoutExpandAffix(java.lang.String, boolean) took 269.744ms
01-10 23:59:37.655 3690 3690 I ServiceManager: Waiting for service SurfaceFlinger...
01-10 23:59:37.875 3345 3429 W dex2oat : Method processed more than once: java.lang.String com.android.org.bouncycastle.util.Strings.toLowerCase(java.lang.String)
01-10 23:59:37.895 3491 3627 W dex2oat : Verification of boolean android.app.ActivityManagerNative.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 175.574ms
01-10 23:59:37.945 3200 3261 W dex2oat : Compilation of boolean android.icu.text.DecimalFormat.subparse(java.lang.String, java.text.ParsePosition, android.icu.text.DigitList, boolean[], android.icu.util.Currency[], java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, int) took 108.854ms
01-10 23:59:37.955 276 276 I ServiceManager: service 'media.audio_flinger' died
01-10 23:59:37.955 276 276 I ServiceManager: service 'media.player' died
01-10 23:59:37.955 337 3735 D mm-camera: mct_pipeline_process_set:command=800000b
01-10 23:59:37.985 326 770 I ThermalEngine: Thermal-Server: removing client on fd 46
01-10 23:59:37.995 337 337 D mm-camera: mct_pipeline_stop_session - E
01-10 23:59:38.005 3770 3770 E sdcard : usage: sdcard [OPTIONS] <source_path> <label>
01-10 23:59:38.005 3770 3770 E sdcard : -u: specify UID to run as
01-10 23:59:38.005 3770 3770 E sdcard : -g: specify GID to run as
01-10 23:59:38.005 3770 3770 E sdcard : -U: specify user ID that owns device
01-10 23:59:38.005 3770 3770 E sdcard : -m: source_path is multi-user
01-10 23:59:38.005 3770 3770 E sdcard : -w: runtime write mount has full write access
01-10 23:59:38.005 3770 3770 E sdcard :
sykomaniac said:
Trying - Not working: I am using CM13 despite th eincorrect buid fingerprint
Code:
- logcat -
Click to expand...
Click to collapse
this is a lollipop kernel, so it won't work with any thing else. It works with my latest cm-12.1 build released in @omerjerk's thread.
i haven't rebased it yet onto a marshmallow kernel, but am looking forward to doing it soon.
how to flash this?
valenrock said:
how to flash this?
Click to expand...
Click to collapse
fastboot flash boot *.img
work for me, But I did not see much of a difference in the smoothness of the interface compared with the core of the latest firmware from @omerjerk's thread. and Miui still smoother.
PS: This morning I had sleep of death on this Kernel!(
some question ,well i confused with MSM thing
the question is,why we are using msm 8916,but we are using msm 8939 ,some common driver ? ,or every msm is connected each other
PavelPerm said:
work for me, But I did not see much of a difference in the smoothness of the interface compared with the core of the latest firmware from @omerjerk's thread. and Miui still smoother.
PS: This morning I had sleep of death on this Kernel!(
Click to expand...
Click to collapse
This is not a kernel meant for everyday usage except if like to live on the edge. This kernel will fail at some point, because we haven't got to the point of making it entirely bug-free. Also, stability is quite a relative term.
If MIUI feels smoother than custom ROMs, we do not know what sorcery Xiaomi did with their sources to get it into being so. Try asking them that. And also, their latest MIUI v7's updated firmware doesn't work with the kernel sources they provided. "We support OSS" does not mean you provide the sources for software you shipped months ago.
The sleep of death is an issue which I've faced, but haven't been able to log quite. Forcing a restart in that state (pressing all three buttons together(?)) would induce a hard reset, which essentially clears out ramoops. Continually logging kmsg in the background would be an option.
Speaking of bugs, the USB seems to be connected/disconnected quite often during charging/using the USB. I am not sure what is causing this yet.
faizauthar12 said:
some question ,well i confused with MSM thing
the question is,why we are using msm 8916,but we are using msm 8939 ,some common driver ? ,or every msm is connected each other
Click to expand...
Click to collapse
Code Aurora groups devices together based on similarities in architecture. That is the reason why you'll find the Snapdragon 410, and Snapdragon 615 (and possibly others?) under msm8916_64. Also, their tags naming convention is quite complex in itself, after all, they have to support not one, but ALL of the platforms released by qualcomm. I quote myself, on this regard.
i wish caf better make up their mind about naming tags :|
Click to expand...
Click to collapse
tl;dr: msm8916_64 is the platform we need to follow since msm8939 does not exist and is maintained under msm8916_64.
Let.s update the kernel version ,more stable i think ,and fluid ,or we need a new gov ,
How about adding some good tweaks to the kernel source (ur caf repo,ferrari dev group)
faizauthar12 said:
Let.s update the kernel version ,more stable i think ,and fluid ,or we need a new gov ,
Click to expand...
Click to collapse
i do not want to update the kernel version for the very reasons i state in the OP, "the mainline kernel can have changes that can cause regressions and possibly conflict with CAF changes".
Also, @omerjerk observed that updating the kernel version causes issues with Clash of Clans; and apparently, it's a famous (enough) game to stop users from using a particular kernel because of the issue.
faizauthar12 said:
How about adding some good tweaks to the kernel source (ur caf repo,ferrari dev group)
Click to expand...
Click to collapse
no. the answer is never about adding good tweaks or new governors. CAF has a stable enough interactive governor, which should theoretically work well. all the tweaking should be able to be done by the user side and the kernel should provide options for this. however, if the default CAF kernel itself lags for us, then, it is probably something wrong with the device bringup in kernel.
@thewisenerd ,close enough ,thx for the infos ,i have a limited knowledge at snapdragon
You can try the patch some user posted in my thread for the Miui7 fix... Also you just added what xiaomi changed in the sources right? No other added stuff from other CAF sources?
haikalizz said:
You can try the patch some user posted in my thread for the Miui7 fix... Also you just added what xiaomi changed in the sources right? No other added stuff from other CAF sources?
Click to expand...
Click to collapse
i wonder if this is about the firmware provided by @Tsutsey (here) for MIUI 7. If yes, I would like to know what and how different it is from the MIUI global firmware already available on my basket build firmware-lp-6.6.10.0.zip?
The second part of your question is not very clear.
I did change the CAF source, as in: I changed the "base" on which I added only xiaomi's changes.
You can have a look at github for all the commits from day zero.
thewisenerd said:
i wonder if this is about the firmware provided by @Tsutsey (here) for MIUI 7. If yes, I would like to know what and how different it is from the MIUI global firmware already available on my basket build firmware-lp-6.6.10.0.zip?
The second part of your question is not very clear.
I did change the CAF source, as in: I changed the "base" on which I added only xiaomi's changes.
You can have a look at github for all the commits from day zero.
Click to expand...
Click to collapse
any support for aosp 6.0.1??
@hashroot
well,am looking for it too from thewisenerd
also i found this repo
based on 6.0.1 CAF(forget which tag he used)
https://github.com/vasishath/android_kernel_xiaomi_ferrari/commits/ferrari_caf
faizauthar12 said:
@hashroot
well,am looking for it too from thewisenerd
also i found this repo
based on 6.0.1 CAF(forget which tag he used)
https://github.com/vasishath/android_kernel_xiaomi_ferrari/commits/ferrari_caf
Click to expand...
Click to collapse
its tag LA.BR.1.2.7-00410-8x16.0 i'm guessing.
and yes, this tag is for aosp-6.x.
@thewisenerd
i already tried to build your CAF kernel
with cm-12.1 source,but the results is... i can't pass Mi splash screen
and the Mi Splash screen going broken with a rainbow color
is it any extra libs / repo we need to use?
thank you
i have probelem after installing coustom rom.plz help me
after finishing boot the phone get switch off and after turning it on the touch is not responding stucked on language on language selection.

Help with CM13 boot loop - logcat included

Hi,
my oneplus one with CM13 (14_06 build) is stuck in a bootloop and I don't know how to solve.
Here's what I have tried to do:
Wipe cache
Flash a previous build
Delete the last apps I have installed via adb (pm uninstall APPNAME)
The last thing I have done before rebooting is installing the GMSCore from MicroG project (Yes, I don't have gapps).
http://forum.xda-developers.com/android/apps-games/app-microg-gmscore-floss-play-services-t3217616
Then I have successfully removed the gsmcore via adb but the bootloop continued.
The phone reboots when "Prearing contacts storage" appears....
Here's my logcat (*:E)
Code:
06-14 14:46:46.384 3660 3660 E Minikin : addFont failed to create font /system/fonts/DroidSansFallback.ttf
06-14 14:46:46.384 3660 3660 E Minikin : addFont failed to create font /system/fonts/MTLmr3m.ttf
06-14 14:46:48.623 3654 3654 E installd: eof
06-14 14:46:48.623 3654 3654 E installd: failed to read size
06-14 14:46:49.304 4935 4935 E QCOM PowerHAL: Unable to open prefetcher: dlopen failed: library "libqti-iop-client.so" not found
06-14 14:46:49.304 4935 4935 E QCOM PowerHAL: Failed to get prefetcher handle.
06-14 14:46:49.305 4935 4935 E QCOM PowerHAL: Invalid hint ID.
06-14 14:46:49.894 4935 4935 E art : DexFile_getDexOptNeeded file '/system/framework/org.apache.http.legacy.jar' does not exist
06-14 14:46:51.356 3653 3653 E msm8974_platform: hw_util_open Opening device /dev/snd/hwC0D1000
06-14 14:46:51.356 3653 3653 E msm8974_platform: hw_util_open success
06-14 14:46:51.356 3653 3653 E msm8974_platform: send_codec_cal cal sent for anc_cal
06-14 14:46:51.356 3653 3653 E ACDB-LOADER: ACDB -> send_codec_cal
06-14 14:46:51.356 3653 3653 E msm8974_platform: send_codec_cal cal sent for mad_cal
06-14 14:46:51.357 3653 3653 E msm8974_platform: send_codec_cal cal sent for mbhc_cal
06-14 14:46:51.358 3653 3653 E audio_hw_primary: Amplifier initialization failed
06-14 14:46:51.358 3653 3653 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
06-14 14:46:51.358 3653 3653 E ACDB-LOADER: Error: ACDB AFE returned = -19
06-14 14:46:51.377 3653 3653 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
06-14 14:46:51.377 3653 3653 E ACDB-LOADER: Error: ACDB AFE returned = -19
06-14 14:46:51.386 3653 3653 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
06-14 14:46:51.397 3653 3653 E ACDB-LOADER: Error: ACDB AudProc vol returned = -19
06-14 14:46:51.430 3653 3653 E MonoPipe: Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
06-14 14:46:51.435 3653 5160 E AudioFlinger: no wake lock to update!
06-14 14:46:51.437 3653 5161 E AudioFlinger: no wake lock to update!
06-14 14:46:51.443 3653 5163 E AudioFlinger: no wake lock to update!
06-14 14:46:51.455 3653 3653 E SoundTriggerHwService: couldn't load sound trigger module sound_trigger.primary (No such file or directory)
06-14 14:46:51.460 3653 3653 E RadioService: couldn't load radio module radio.primary (No such file or directory)
06-14 14:46:52.409 3649 3649 E Netd : netlink response contains error (File exists)
06-14 14:46:52.409 3649 3649 E Netd : Can't add IPv4 default route to dummy0: File exists
06-14 14:46:53.221 3657 5266 E QC-QMI : qmi_client [3657] 16: failed to locate client data
06-14 14:46:53.222 3656 3656 E QC-QMI : qmuxd: RX on fd=27 returned error=0 errno[11:Try again]
06-14 14:46:53.222 3656 3656 E QC-QMI : QMUX qmux_client_id=16 not found in qmux client list, unable to remove
06-14 14:46:53.228 3657 5272 E QC-QMI : qmi_client [3657] 17: failed to locate client data
06-14 14:46:53.229 3656 3656 E QC-QMI : qmuxd: RX on fd=27 returned error=0 errno[11:Try again]
06-14 14:46:53.229 3656 3656 E QC-QMI : QMUX qmux_client_id=17 not found in qmux client list, unable to remove
06-14 14:46:53.328 3656 3718 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:46:53.562 3656 3729 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:46:53.848 3656 3735 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:46:54.073 3656 3745 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:46:54.252 3656 3749 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:46:54.538 3656 3756 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:46:54.800 3656 3760 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:46:55.083 3656 3776 E QC-QMI : qmi_ctl_handle_set_data_format_rsp, skipping unknown type = 18
06-14 14:47:22.040 4935 4935 E PackageManager: updateAllSharedLibrariesLPw failed: Package com.android.dialer requires unavailable shared library com.qualcomm.qti.smartsearch; failing!
06-14 14:47:22.042 3654 3654 E installd: invalid apk path '/system/framework/org.cyanogenmod.platform-res.apk' (bad prefix)
06-14 14:47:22.225 4935 5987 E qti_sensors_hal: SensorsContext: Hal opened lib /system/lib/hw/sensors.oem.so failed!
06-14 14:47:22.268 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL!
06-14 14:47:22.268 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL!
06-14 14:47:22.268 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL!
06-14 14:47:22.269 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle is -1 or error is true or mSensors[handle] is NULL!
06-14 14:47:22.269 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL!
06-14 14:47:22.269 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL!
06-14 14:47:22.269 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL!
06-14 14:47:22.269 4935 5990 E qti_sensors_hal: processSingleSensorInfoResp: either handle_wakeup is -1 or error is true or mSensors[handle_wakeup] is NULL!
06-14 14:47:22.269 4935 5987 E qti_sensors_hal: OEMAddSensors : The OEM_module is NULL!
06-14 14:47:22.350 4935 4935 E ConsumerIrService: Can't open consumer IR HW Module, error: -2
06-14 14:47:22.504 4935 6037 E EventHub: could not get driver version for /dev/input/mice, Not a typewriter
06-14 14:47:22.550 4935 6037 E filemap : mmap(0,4096) failed: No such device

Android 7.1.2 no video image only sound

I have a nokia 5, after the upgrade of android version to 7.1.2 some apps stops to show video image , I just can hear the sound.
I found this on logcat
Code:
10-31 13:35:58.874 513 513 E SurfaceFlinger: CaptureScreen: layer name = pt.nowo.nowotv/androme.be.nebula.ui.boot.SplashScreen
10-31 13:35:58.913 2840 2840 E PBSessionCacheImpl: sessionId[12491961548232875] not persisted.
10-31 13:36:01.791 1506 1883 E WifiHAL : Received fatal event, sending alert
10-31 13:36:01.792 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.793 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.793 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.794 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:01.794 1506 1837 E WifiHAL : wifi_get_ring_data: Error -22 happened.
10-31 13:36:09.324 703 941 E QSEECOMAPI: Error::Cannot open the file /vendor/firmware/widevine.mdt errno = 2
10-31 13:36:09.324 703 941 E QSEECOMAPI: Error::Loading image failed with ret = -1
10-31 13:36:09.356 703 941 E DrmWidevineDash: sion_buffer g_wv_fhandle->ion_sbuffer 0x0xe8579000
10-31 13:36:09.366 564 566 E rpmb_emmc: ----------------------------rpmb_emmc_read-----------------------------
10-31 13:36:09.372 564 572 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 2, result = 0
10-31 13:36:09.372 686 734 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-31 13:36:09.373 686 734 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-31 13:36:09.400 703 703 E DrmWidevineDash: tz api security patch level = 0
10-31 13:36:09.782 702 702 E : Service not available yet
10-31 13:36:09.797 431 2516 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only
10-31 13:36:09.952 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
10-31 13:36:09.959 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.storeANWBufferInMetadata not implemented
10-31 13:36:09.959 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.configureVideoTunnelMode not implemented
10-31 13:36:09.959 702 943 E OMX-VDEC-1080P: Extension: OMX.google.android.index.useAndroidNativeBuffer is supported
10-31 13:36:09.963 702 943 E OMX-VDEC-1080P: Does not handle dataspace request
10-31 13:36:09.963 702 943 E OMXNodeInstance: getConfig(2be0037:qcom.decoder.avc.secure, ??(0x7f000062)) ERROR: UnsupportedSetting(0x80001019)
10-31 13:36:10.396 702 702 E OMX-VDEC-1080P: Does not handle dataspace request
10-31 13:36:10.396 702 702 E OMXNodeInstance: getConfig(2be0037:qcom.decoder.avc.secure, ??(0x7f000062)) ERROR: UnsupportedSetting(0x80001019)
10-31 13:36:10.494 702 2051 E OMX-VDEC-1080P: Does not handle dataspace request
10-31 13:36:10.494 702 2051 E OMXNodeInstance: getConfig(2be0037:qcom.decoder.avc.secure, ??(0x7f000062)) ERROR: UnsupportedSetting(0x80001019)
10-31 13:36:10.634 697 7482 E msm8916_platform: platform_check_backends_match: Invalid snd_device2 =
10-31 13:36:10.651 697 7482 E audio_hw_dolby: audio_extn_dolby_ds2_set_endpoint: Dolby set endpint :0x2
10-31 13:36:13.647 513 513 E SurfaceFlinger: CaptureScreen: layer name = pt.nowo.nowotv/androme.be.nebula.ui.MainActivity
Also, on this android version I need to turn on/off the mobile data manually every time that I send / receive a MMS, is there any way to turn on mobile data automatically any time that I send / receive a MMS like other Android versions do?
Any one can help me to understand the issue and hopefully help me to fix it. Best regards
Even I face the same issue on android 7.1.2 but on a custom rom by Mokee, it happened when I entered wrong WiFi password for a certain network and the phone switched off itself and just vibrated for 4-5 seconds...

Need to remove unknown MDM agent from LG Aristo Tmobile Version bug report included

Hello,
I have an issue with my personal phone, the Tmobile LG Aristo, being enrolled and supervised by an unknown MDM management agent (I don't know which one or who put it there). I will post the instances in the bugreport that show up when I search for "MDM" below and please let me know if there's more information I can provide. Here are some questions and observations:
Wiping the phone doesn't fix the problem and there's nothing stated anywhere that the phone is being managed so no obvious certificate to delete nor an app.
Also, do the trust certificates have anything to do with this and if I disabled the correct one(s) it would then remove the software?
I know Apple has Apple Configurator to do enroll/unenroll management software from iOS devices. Does Android have a tool like Apple Configurator that I need to use?
Thanks very much and I know very little about this problem so sorry if I left out anything important.
Places in the bug report where "MDM" shows up:
u:r:system_server:s0 system 1683 1349 1365492 114324 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMUIApplicat
u:r:system_server:s0 system 1768 1349 1365492 114324 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMPostRunnab
u:r:system_server:s0 system 1769 1349 1365492 114324 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMDevicePoli
u:r:system_server:s0 system 1770 1349 1365492 114324 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMDevicePoli
u:r:system_server:s0 system 1772 1349 1365492 114324 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMExternalMe
u:r:system_server:s0 system 1774 1349 1365492 114324 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMPermission
u:r:system_server:s0 system 3277 1349 1365492 114332 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMUIApplicat
u:rlatform_app:s0 u0_a91 2220 1842 1327444 95752 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMUILockScre
u:rlatform_app:s0 u0_a91 2745 1842 1327444 95752 20 0 0 0 fg SyS_epoll_ 00000000 S LGMDMUIApplicat
1683 LGMDMUIApplicat SyS_epoll_wait
1768 LGMDMPostRunnab SyS_epoll_wait
1769 LGMDMDevicePoli SyS_epoll_wait
1770 LGMDMDevicePoli SyS_epoll_wait
1772 LGMDMExternalMe SyS_epoll_wait
1774 LGMDMPermission SyS_epoll_wait
3277 LGMDMUIApplicat SyS_epoll_wait
2220 LGMDMUILockScre SyS_epoll_wait
2745 LGMDMUIApplicat SyS_epoll_wait
11-26 21:45:32.925 1349 1349 W PackageManager: Unknown permission com.sec.enterprise.knox.MDM_CONTENT_PROVIDER in package com.android.chrome
11-26 21:45:34.785 1349 1695 W PackageManager: Unknown permission com.sec.enterprise.knox.MDM_CONTENT_PROVIDER in package com.android.chrome
11-26 21:45:35.148 1349 1349 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.mdm.controller.LGMDMVpnController.bindLGVpnService:486 com.lge.mdm.controller.LGMDMVpnController.isAuthentecVpn:463 com.lge.mdm.controller.LGMDMVpnController.<init>:68 com.lge.mdm.controller.LGMDMVpnController.getInstance:77
11-26 21:45:35.148 1349 1349 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.mdm.controller.LGMDMVpnController.bindLGVpnService:486 com.lge.mdm.controller.LGMDMVpnController.isAuthentecVpn:463 com.lge.mdm.controller.LGMDMVpnController.<init>:68 com.lge.mdm.controller.LGMDMVpnController.getInstance:77
11-26 21:45:35.148 1349 1349 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.mdm.controller.LGMDMVpnController.bindLGVpnService:486 com.lge.mdm.controller.LGMDMVpnController.isAuthentecVpn:463 com.lge.mdm.controller.LGMDMVpnController.<init>:68 com.lge.mdm.controller.LGMDMVpnController.getInstance:77
11-26 21:45:35.148 1349 1349 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.mdm.controller.LGMDMVpnController.bindLGVpnService:486 com.lge.mdm.controller.LGMDMVpnController.isAuthentecVpn:463 com.lge.mdm.controller.LGMDMVpnController.<init>:68 com.lge.mdm.controller.LGMDMVpnController.getInstance:77
11-26 21:45:36.061 1349 1349 D AudioSystem: muteMicrophone [MDM policy:false], [state:false]
11-26 21:45:37.518 1349 1695 I MountService: MDM Ignoring mount emulated due to policy
11-26 21:45:37.572 1349 1695 I MountService: MDM Ignoring mount public:179,65 due to policy
11-26 21:45:39.408 1842 2179 V LGMDMManager: Create singleton instance
11-26 21:45:39.442 1842 2179 V LGMDMManagerInternal: Create singleton instance
11-26 21:45:39.563 1349 1404 W PackageManager: Unknown permission com.sec.enterprise.knox.MDM_CONTENT_PROVIDER in package com.android.chrome
11-26 21:45:40.460 2198 2210 V LGMDMManager: Create singleton instance
11-26 21:45:42.568 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:42.575 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:42.627 1904 1904 D wpa_supplicant: wlan0: [MDM] get_mdm_autoconn_policy : 0
11-26 21:45:42.627 1904 1904 D wpa_supplicant: wlan0: [MDM] reassociate : 1
11-26 21:45:42.627 1904 1904 D wpa_supplicant: wlan0: [MDM] lg mdm allow/disallow auto connect is not set!
11-26 21:45:42.629 1904 1904 D wpa_supplicant: wlan0: [MDM] get_mdm_autoconn_policy : 0
11-26 21:45:42.629 1904 1904 D wpa_supplicant: wlan0: [MDM] reassociate : 1
11-26 21:45:42.629 1904 1904 D wpa_supplicant: wlan0: [MDM] lg mdm allow/disallow auto connect is not set!
11-26 21:45:43.342 1349 1769 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.android.atservice.client.LGATCMDClient.bindService:105 com.lge.mdm.controller.LGMDMATClientConnector.connectATService:42 com.lge.mdm.controller.LGMDMDeviceWipeController.connectATService:36 com.lge.mdm.controller.LGMDMDevicePolicyManagerService$1.onReceive:231
11-26 21:45:43.342 1349 1769 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.android.atservice.client.LGATCMDClient.bindService:105 com.lge.mdm.controller.LGMDMATClientConnector.connectATService:42 com.lge.mdm.controller.LGMDMDeviceWipeController.connectATService:36 com.lge.mdm.controller.LGMDMDevicePolicyManagerService$1.onReceive:231
11-26 21:45:43.342 1349 1769 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.android.atservice.client.LGATCMDClient.bindService:105 com.lge.mdm.controller.LGMDMATClientConnector.connectATService:42 com.lge.mdm.controller.LGMDMDeviceWipeController.connectATService:36 com.lge.mdm.controller.LGMDMDevicePolicyManagerService$1.onReceive:231
11-26 21:45:43.379 1349 1769 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.android.atservice.client.LGATCMDClient.bindService:105 com.lge.mdm.controller.LGMDMATClientConnector.connectATService:42 com.lge.mdm.controller.LGMDMDownloadModeController.connectATService:35 com.lge.mdm.controller.LGMDMDevicePolicyManagerService$1.onReceive:232
11-26 21:45:43.379 1349 1769 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.android.atservice.client.LGATCMDClient.bindService:105 com.lge.mdm.controller.LGMDMATClientConnector.connectATService:42 com.lge.mdm.controller.LGMDMDownloadModeController.connectATService:35 com.lge.mdm.controller.LGMDMDevicePolicyManagerService$1.onReceive:232
11-26 21:45:43.379 1349 1769 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1426 com.lge.android.atservice.client.LGATCMDClient.bindService:105 com.lge.mdm.controller.LGMDMATClientConnector.connectATService:42 com.lge.mdm.controller.LGMDMDownloadModeController.connectATService:35 com.lge.mdm.controller.LGMDMDevicePolicyManagerService$1.onReceive:232
11-26 21:45:43.688 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:43.698 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.430 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.432 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.432 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.439 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.440 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.455 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.455 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:44.493 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:46.025 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:46.100 1842 1842 D EmergencyButton: MDM updateEmergencyCallButton() - isLockoutMode: false
11-26 21:45:47.030 2836 2836 I MDM__DMClient: Process started
11-26 21:45:47.394 1904 1904 D wpa_supplicant: wlan0: [MDM] get_mdm_autoconn_policy : 0
11-26 21:45:47.394 1904 1904 D wpa_supplicant: wlan0: [MDM] reassociate : 1
11-26 21:45:47.394 1904 1904 D wpa_supplicant: wlan0: [MDM] lg mdm allow/disallow auto connect is not set!
11-26 21:45:47.395 1904 1904 D wpa_supplicant: wlan0: [MDM] get_mdm_autoconn_policy : 0
11-26 21:45:47.395 1904 1904 D wpa_supplicant: wlan0: [MDM] reassociate : 1
11-26 21:45:47.395 1904 1904 D wpa_supplicant: wlan0: [MDM] lg mdm allow/disallow auto connect is not set!
11-26 21:45:55.577 2766 2766 V LGMDMManagerInternal: Create singleton instance
11-26 21:45:57.338 1904 1904 D wpa_supplicant: wlan0: [MDM] get_mdm_autoconn_policy : 0
11-26 21:45:57.338 1904 1904 D wpa_supplicant: wlan0: [MDM] reassociate : 1
11-26 21:45:57.338 1904 1904 D wpa_supplicant: wlan0: [MDM] lg mdm allow/disallow auto connect is not set!
11-26 21:46:00.545 3373 3373 V LGMDMManager: Create singleton instance
11-26 21:46:11.163 3373 3373 V LGMDMManagerInternal: Create singleton instance
11-26 21:46:22.862 3373 3373 I LGMDMSettings: UserHandle is : 0
11-26 21:46:22.866 3373 3373 I LGMDMSettings: isDpmMaximunTimeToLock`s value is : 0
11-26 21:46:45.966 2899 5207 E MDM : [329] xet.run: Couldn't connect to Google API client: krr{statusCode=API_UNAVAILABLE, resolution=null, message=null}
11-26 21:46:55.238 5429 5441 V LGMDMManagerInternal: Create singleton instance
11-26 21:47:00.282 6023 6023 V LGMDMManager: Create singleton instance
11-26 21:47:09.268 6455 6455 I MDM__DMClient: Process started
11-26 21:47:09.998 6472 6472 I MDM__DMClient: Process started
"LGMDMUIApplicationAdapter" prio=5 tid=35 Native
"LGMDMPostRunnable" prio=5 tid=32 Native
"LGMDMDevicePolicyManagerServiceReceiver" prio=5 tid=40 Native
"LGMDMDevicePolicyManagerService" prio=5 tid=41 Native
"LGMDMExternalMemorySlotContoller" prio=5 tid=43 Native
"LGMDMPermissionController" prio=5 tid=45 Native
"LGMDMUIApplicationAdapter" prio=5 tid=113 Native
"LGMDMUILockScreenAdapter" prio=5 tid=44 Native
"LGMDMUIApplicationAdapter" prio=5 tid=60 Native
Action: "com.lge.mdm.intent.action.LGMDM_LOCK_OUT"
com.lge.mdm.intent.action.LGMDM_LOCK_OUT:
Current LGMDM Device Policy Manager state:
com.google.android.gms.mdm.MDM_SETTINGS_ACTIVITY:
com.google.android.gms.mdm.MDM_LOCKSCREEN_ACTIVITY:
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
5d7199e com.android.settings/.lgmdm.LGMDMBroadcastReceiver
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
3LM_MDM_ACTIVATED:
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
3LM_MDM_DEACTIVATED:
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
8332180 com.lge.email/.policy.mdm.MDMConfigReceiver
Permission [com.lge.email.permission.MDM_EMAIL_ACCOUNT] (133a7a9):
perm=Permission{5ca112e com.lge.email.permission.MDM_EMAIL_ACCOUNT}
com.lge.email.permission.MDM_EMAIL_ACCOUNT: prot=signature|privileged, INSTALLED
com.lge.email.permission.MDM_EMAIL_ACCOUNT: granted=true

Unexpected shutdown/restart

Hi,
I have again some ugly issues: from time to time, randomly, my HTC U12+ with latest software version shuts down, or reboots, or something.
For example, it works fine, I put it on the table and after some time, when I want to check it... Black screen. Not working.
Most of the time I struggle a lot to "open it". I keep pressing the power button, press it multiple times, press volume buttons... It looks like something happened and it does not work anymore.
The only "symptom" I found was that the Internet connection does not work anymore before losing the device.
Oh, I also booted in SAFE MODE, and it still happened!!!
I tried:
- Clear caches, both from Boost+, Settings and CCleaner
- Clear cache partition from recovery mode
- Shaking it and force it a bit thinking about a hardware connection
- I also, of course, used it without the case and it still happened
Nothing seems to work.
I took a bug report but I am not sure where to look at. I also connected using ADB and keeping it running with "logcat" hoping it will crash and I can find the bug in the logs...
Meanwhile, did this happen to any of you? Do you have any idea why this can happen?
Thanks!
Got some errors, this is exactly before the crash, last error messages:
04-08 18:10:58.738 1553 1894 D WifiStateMachine: handleMessage: E msg.what=131133
04-08 18:10:58.738 1553 1894 D WifiStateMachine: processMsg: ConnectedState
04-08 18:10:58.738 1553 1894 D WifiStateMachine: processMsg: L2ConnectedState
04-08 18:10:58.738 1553 1894 D WifiStateMachine: processMsg: ConnectModeState
04-08 18:10:58.738 1553 1894 D WifiStateMachine: processMsg: DefaultState
04-08 18:10:58.760 1553 1605 D Tethering: interfaceRemoved rmnet_data1
04-08 18:10:58.761 748 748 E WifiHAL : acquire_supported_features: requestResponse Error:-4
04-08 18:10:58.762 1553 1926 D EthernetNetworkFactory: updateCapabilityFilter: []
04-08 18:10:58.770 748 748 E WifiHAL : wifi_get_logger_supported_feature_set: Error -4 happened.
04-08 18:10:58.773 748 748 E WifiHAL : acquire_supported_features: requestResponse Error:-4
04-08 18:10:58.773 748 748 E WifiHAL : wifi_get_logger_supported_feature_set: Error -4 happened.
04-08 18:10:58.766 14703 14703 W iptables-wrappe: type=1400 audit(0.0:2722): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=16129 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-08 18:10:58.793 1553 1894 D WifiStateMachine: handleMessage: X
04-08 18:10:58.794 1553 1894 D WifiStateMachine: handleMessage: E msg.what=131135
04-08 18:10:58.794 1553 1894 D WifiStateMachine: processMsg: ConnectedState
04-08 18:10:58.794 1553 1894 D WifiStateMachine: processMsg: L2ConnectedState
04-08 18:10:58.794 1553 1894 D WifiStateMachine: processMsg: ConnectModeState
04-08 18:10:58.795 748 748 E WifiHAL : wifi_get_link_stats: requestResponse Error:-5
04-08 18:10:58.800 1553 1894 E WifiVendorHal: getWifiLinkLayerStats(l.937) failed {.code = ERROR_INVALID_ARGS, .description = }
04-08 18:10:58.802 1553 1894 D WifiStateMachine: handleMessage: X
04-08 18:10:58.803 1553 1590 E BatteryExternalStatsWorker: no controller energy info supplied for wifi
04-08 18:10:58.833 1553 1590 D BatteryExternalStatsWorker: uES end
04-08 18:10:58.833 1553 1590 D BatteryExternalStatsWorker: end updateExternalStatsSync
04-08 18:10:58.840 1180 1235 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-08 18:10:58.841 1180 1235 E Diag_Lib: qpLogDiagInit <== result : 0
04-08 18:10:58.841 1180 1235 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-08 18:10:58.841 1180 1180 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-08 18:10:58.841 1180 1180 E Diag_Lib: qpLogDiagInit <== result : 0
04-08 18:10:58.841 1180 1180 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-08 18:10:58.841 1180 1180 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-08 18:10:58.841 1180 1180 E Diag_Lib: qpLogDiagInit <== result : 0
04-08 18:10:58.841 1180 1180 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-08 18:10:58.842 1180 1180 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-08 18:10:58.842 1180 1180 E Diag_Lib: qpLogDiagInit <== result : 0
04-08 18:10:58.842 1180 1180 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-08 18:10:58.836 14708 14708 W iptables-wrappe: type=1400 audit(0.0:2723): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=16129 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-08 18:10:58.857 752 2147 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-08 18:10:58.857 752 2159 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-08 18:10:58.857 1127 1210 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-08 18:10:58.858 1128 1165 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-08 18:10:58.864 1088 1158 I cnss-daemon: wlfw_qmi_err_cb: Server disconnect, err -2 client 0x3K
04-08 18:10:58.864 1088 1145 I cnss-daemon: wlfw_service_request: Pthread exiting
04-08 18:10:58.868 1553 1605 D Tethering: interfaceRemoved rmnet_data2
04-08 18:10:58.869 1553 1926 D EthernetNetworkFactory: updateCapabilityFilter: []
04-08 18:10:58.871 1088 14709 E cnss-daemon: ro.baseband : [msm]
04-08 18:10:58.873 1170 1250 E ThermalEngine: qmi_clnt_error_cb: with error -2 called for clnt MODEM
04-08 18:10:58.876 1127 1127 E slim_daemon: [QMISLIM] slim_QSQmiSvc_HandleSlimEvent: Client for ID 2 is not found
04-08 18:10:58.906 14715 14715 W iptables-wrappe: type=1400 audit(0.0:2724): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=16129 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-08 18:10:58.877 1170 1269 E ThermalEngine: qmi_ts_clnt_error_cb: with -2 called for clnt MODEM0
04-08 18:10:58.879 1251 2542 I QTI_SDM_INFO: [qti_rmnet_dpm.c:586] dpm_erro_cb():qti_dpm_erro_cb
04-08 18:10:58.881 1022 1072 D QC-time-services: Daemon:genoff_qmi_error_cb: Error callback called
04-08 18:10:58.882 1022 1060 D QC-time-services: Daemon:genoff_modem_qmi_service_request: Initializing QMI
04-08 18:10:58.886 1088 1786 I cnss-daemon: wlan_qmi_err_cb: WLPS service disconnect, called with error -2 for client 0x4K
Click to expand...
Click to collapse
I tried to change settings from Developer option, to stop services, uninstall apps, nothing seems to help.
I got another error log:
04-10 12:42:42.462 12182 12202 I FA : Tag Manager is not found and thus will not be used
04-10 12:42:42.507 12182 12236 D libc : [NET] dns_sku:0
04-10 12:42:42.508 12182 12236 D libc : [NET] android_getaddrinfo_proxy get netid:0
04-10 12:42:42.509 1067 12242 D libc : [NET] _dns_getaddrinfo+, netid:100, mark:983140
04-10 12:42:42.515 2595 12181 I FSA2_RawContactSyncer: contact count. before sweep: -1, before sync: 0, after sync down: -1, after sync up: 0
04-10 12:42:42.515 2595 12181 W FSA2_ContactsSyncAdapter: @onPerformSync Sync finished successfully
04-10 12:42:42.556 1067 12242 D libc : [NET] _dns_getaddrinfo-, (NS_SUCCESS)
04-10 12:42:42.558 12182 12236 D libc : [NET] android_getaddrinfo_proxy-, success
04-10 12:42:42.563 12182 12236 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
04-10 12:42:42.776 1536 2575 D AlarmManager: [AlarmGrouping_4.0] before: 82012d8 2020-04-10 12:43:55 257081 name=com.google.android.gms type=ELAPSED_WAKEUP window=54546 interval=0
04-10 12:42:42.777 1536 2575 D AlarmManager: [AlarmGrouping_4.0] after: 82012d8 2020-04-10 12:50:00 621578 name=com.google.android.gms type=ELAPSED_WAKEUP window=54546 interval=0
04-10 12:42:42.953 11088 11123 I Finsky : [147] kem.run(3): Stats for Executor: BlockingExecutor [email protected][Running, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 13]
04-10 12:42:42.954 11088 11123 I Finsky : [147] kem.run(3): Stats for Executor: LightweightExecutor [email protected][Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 72]
04-10 12:42:43.198 1536 3796 I BatteryService: n_update end
04-10 12:42:43.201 739 739 D qdlights: set_light_battery colorRGB=FFFF0000
04-10 12:42:43.202 739 739 D qdlights: set_speaker_light_locked mode 0, colorRGB=FFFF0000, onMS=0, offMS=0
04-10 12:42:43.202 739 739 D qdlights: [LEDInfo] has indicator attribute
04-10 12:42:43.202 739 739 D qdlights: [LedInfo] write attr ok name=/sys/class/leds/indicator/ModeRGB string=1ff0000,len=7
04-10 12:42:43.209 1974 1974 I BatteryController: (lvl,plug,charged,charging)=(13,T,f,T) [status,health,timeout,unsupprt]=[2,2,f,f]
04-10 12:42:43.210 1536 1616 D HtcPowerSaver: updateBatteryInfo
04-10 12:42:43.210 7949 7949 D PowerWakeLock: acquirePower AOD_BatteryController
04-10 12:42:43.211 1536 4622 V LocSvc_HIDL_Subscription_jni: battery_level_update
04-10 12:42:43.214 1536 4622 V LocSvc_HIDL_Subscription_jni: [battery_level_update][931] [HC] =>> [HS]
04-10 12:42:43.214 754 754 V LocSvc_HIDL_IzatSubscription: [batteryLevelUpdate][777] [HS] <<<<= [HC]
04-10 12:42:43.214 1536 4622 V LocSvc_HIDL_Subscription_jni: Exit Result 0
04-10 12:42:43.216 1536 1536 D UsbnetService: BroadcastReceiver:nReceive+
04-10 12:42:43.216 1536 1536 D UsbnetService: onReceive BATTERY_CHANGED
04-10 12:42:43.217 1536 1536 D UsbnetService: --> pluggedType = 2, mPluggedType = 0, mScreenOff = false
04-10 12:42:43.217 1536 1536 D UsbnetService: BroadcastReceiver:nReceive-
04-10 12:42:43.217 7949 7949 D BatteryController: onReceive : android.intent.action.BATTERY_CHANGED
04-10 12:42:43.217 1536 1536 D UsbDeviceManager: Receive update chargind state broadcast
04-10 12:42:43.217 1536 1536 I DeviceIdleController: updateChargingLocked: charging=true
04-10 12:42:43.217 1536 1612 D UsbDeviceManager: [USB] handleMessage: 9; pre_mConnected=true, pre_mConfiguration=true
04-10 12:42:43.217 7949 7949 I BatteryController: (lvl,plug,charging)=(13,T,T) [status,health,timeout,unsupprt]=[2,2,f,f]
04-10 12:42:43.218 7949 7949 D AodClockView: onBatteryLevelChanged (13, true, true, false, false)
04-10 12:42:43.218 7949 7949 D b : onBatteryLevelChangedInternal(13, true, true, false, false)
04-10 12:42:43.220 7949 7949 D PowerWakeLock: releasePower AOD_BatteryController
04-10 12:42:43.222 1536 1536 W DeviceIdleController: becomeActiveLocked, reason = charging
04-10 12:42:43.222 1536 1536 D PowerManagerService: runPSCheck
04-10 12:42:43.222 1536 1536 D HtcPowerSaver: Checking...
04-10 12:42:43.222 1536 1536 I HtcPowerSaver: >> updateStatus
04-10 12:42:43.222 1536 1536 I HtcPowerSaver: << updateStatus
04-10 12:42:43.229 1989 1989 I PowerUI_SlowChargerReceiver: onReceive : com.htc.intent.action.BATTERY_LEVEL_CHANGED
04-10 12:42:43.231 1989 1989 I SmartNS_ChargeOnly_Enabler: battery status:2
04-10 12:42:43.236 1989 1989 I PowerUI_SlowChargerReceiver: Level: 13 Plug usb battery level: 12 Battery health: 2 USB type: 2
04-10 12:42:43.376 11088 11123 I Finsky : [147] kem.run(3): Stats for Executor: bgExecutor [email protected][Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 62]
04-10 12:42:43.381 3119 3119 W NotificationListener: shouldBeFilteredOut !canShowBadge() com.android.systemui
04-10 12:42:43.385 3104 3104 I Launcher: Deferring update until onResume
04-10 12:42:43.395 1974 1974 I StackScroller: updateEmptyShade(true,false,false)
04-10 12:42:43.395 1974 1974 I StatusBar: updateEmptyShade(true,false)
04-10 12:42:43.395 1974 1974 I StackScroller: setBlockTouch:false
04-10 12:42:43.495 1941 1941 D wpa_supplicant: RTM_NEWLINK: ifi_index=8 ifname=rmnet_ipa0 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:43.504 1536 1612 I EthernetTracker: interfaceLinkStateChanged, iface: rmnet_ipa0, up: false
04-10 12:42:43.505 1536 1612 V WifiNative: Received iface link up/down notification on an invalid iface=rmnet_ipa0
04-10 12:42:43.505 1536 1612 D Tethering: interfaceStatusChanged rmnet_ipa0, false
04-10 12:42:43.508 1536 1612 D Tethering: ignore interface down for rmnet_ipa0
04-10 12:42:43.566 1941 1941 D wpa_supplicant: RTM_NEWLINK: ifi_index=20 ifname=r_rmnet_data0 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:43.568 1536 1612 I EthernetTracker: interfaceLinkStateChanged, iface: r_rmnet_data0, up: false
04-10 12:42:43.569 1536 1612 V WifiNative: Received iface link up/down notification on an invalid iface=r_rmnet_data0
04-10 12:42:43.570 1536 1612 D Tethering: interfaceStatusChanged r_rmnet_data0, false
04-10 12:42:43.581 1536 1612 D Tethering: ignore interface down for r_rmnet_data0
04-10 12:42:43.640 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=8 ifname=rmnet_ipa0 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:43.640 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_ipa0' removed
04-10 12:42:43.646 1536 1612 D Tethering: interfaceRemoved rmnet_ipa0
04-10 12:42:43.646 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:43.649 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=9 ifname=rmnet_data0 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:43.649 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_data0' removed
04-10 12:42:43.650 1536 1612 D Tethering: interfaceRemoved rmnet_data0
04-10 12:42:43.650 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:43.681 12252 12252 W iptables-wrappe: type=1400 audit(0.0:2730): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=17763 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-10 12:42:43.751 12253 12253 W iptables-wrappe: type=1400 audit(0.0:2731): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=17763 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-10 12:42:43.797 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=10 ifname=rmnet_data1 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:43.797 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_data1' removed
04-10 12:42:43.798 1536 1612 D Tethering: interfaceRemoved rmnet_data1
04-10 12:42:43.798 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:43.821 12254 12254 W iptables-wrappe: type=1400 audit(0.0:2732): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=17763 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-10 12:42:43.880 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=11 ifname=rmnet_data2 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:43.881 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_data2' removed
04-10 12:42:43.889 1536 1612 D Tethering: interfaceRemoved rmnet_data2
04-10 12:42:43.889 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:43.891 12255 12255 W iptables-wrappe: type=1400 audit(0.0:2733): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=17763 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-10 12:42:43.951 12256 12256 W iptables-wrappe: type=1400 audit(0.0:2734): avc: denied { read write } for path="/dev/diag" dev="tmpfs" ino=17763 scontext=u:r:netutils_wrapper:s0 tcontext=ubject_r:diag_devi
ce:s0 tclass=chr_file permissive=0
04-10 12:42:43.957 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=12 ifname=rmnet_data3 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:43.957 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_data3' removed
04-10 12:42:43.958 1536 1612 D Tethering: interfaceRemoved rmnet_data3
04-10 12:42:43.959 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:44.037 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=13 ifname=rmnet_data4 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:44.037 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_data4' removed
04-10 12:42:44.041 1536 1612 D Tethering: interfaceRemoved rmnet_data4
04-10 12:42:44.057 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:44.087 1173 1221 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-10 12:42:44.088 1173 1221 E Diag_Lib: qpLogDiagInit <== result : 0
04-10 12:42:44.088 1173 1221 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-10 12:42:44.088 1173 1173 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-10 12:42:44.088 1173 1173 E Diag_Lib: qpLogDiagInit <== result : 0
04-10 12:42:44.088 1173 1173 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-10 12:42:44.088 1173 1173 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-10 12:42:44.088 1173 1173 E Diag_Lib: qpLogDiagInit <== result : 0
04-10 12:42:44.088 1173 1173 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-10 12:42:44.089 1173 1173 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-10 12:42:44.089 1173 1173 E Diag_Lib: qpLogDiagInit <== result : 0
04-10 12:42:44.089 1173 1173 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-10 12:42:44.100 754 2066 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-10 12:42:44.100 1130 1186 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-10 12:42:44.101 1129 1208 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-10 12:42:44.102 754 2069 E LocSvc_ApiV02: errorCb:4087]: Service unavailable error
04-10 12:42:44.108 1089 1148 I cnss-daemon: wlfw_qmi_err_cb: Server disconnect, err -2 client 0x2K
04-10 12:42:44.108 1089 1145 I cnss-daemon: wlfw_service_request: Pthread exiting
04-10 12:42:44.115 1089 12259 E cnss-daemon: ro.baseband : [msm]
04-10 12:42:44.117 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=14 ifname=rmnet_data5 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:44.117 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_data5' removed
04-10 12:42:44.121 1536 1612 D Tethering: interfaceRemoved rmnet_data5
04-10 12:42:44.122 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:44.137 1129 1129 E slim_daemon: [QMISLIM] slim_QSQmiSvc_HandleSlimEvent: Client for ID 2 is not found
04-10 12:42:44.138 1159 1234 E ThermalEngine: qmi_clnt_error_cb: with error -2 called for clnt MODEM
04-10 12:42:44.140 1271 2500 I QTI_SDM_INFO: [qti_rmnet_dpm.c:586] dpm_erro_cb():qti_dpm_erro_cb
04-10 12:42:44.143 1159 1249 E ThermalEngine: qmi_ts_clnt_error_cb: with -2 called for clnt MODEM0
04-10 12:42:44.143 1271 2498 I QTI_SDM_INFO: [qti_rmnet_peripheral.c:1221] qti_rmnet_ph_set_modem_state():Received set modem state to 0
04-10 12:42:44.143 1271 2498 E QTI_SDM_INFO: [qti_rmnet_peripheral.c:1233] qti_rmnet_ph_set_modem_state():Couldn't set ph_iface_fd
04-10 12:42:44.143 1271 2498 E QTI_SDM_INFO: [qti_rmnet_modem.c:1726] qti_rmnet_modem_not_in_service():Failed to set modem state on peripheral driver file
04-10 12:42:44.143 1271 2498 I QTI_SDM_INFO: [qti_rmnet_dpm.c:542] qti_rmnet_dpm_release():qti_rmnet_dpm_release Entry
04-10 12:42:44.144 1271 2498 I QTI_SDM_INFO: [qti_rmnet_dpm.c:551] qti_rmnet_dpm_release():Successfully deregistered DPM client
04-10 12:42:44.144 1271 2498 I QTI_SDM_INFO: [qti_rmnet_modem.c:1737] qti_rmnet_modem_not_in_service():qti rmnet modem not in service going to register DPM call back
04-10 12:42:44.148 1025 1079 D QC-time-services: Daemon:genoff_qmi_error_cb: Error callback called
04-10 12:42:44.148 1025 1069 D QC-time-services: Daemon:genoff_modem_qmi_service_request: Initializing QMI
04-10 12:42:44.151 1536 2092 D HtcSystemUPManager: HtcSystemUPolicy [canLog (default)] category: modem, enable: true
04-10 12:42:44.157 1089 1789 I cnss-daemon: wlan_qmi_err_cb: WLPS service disconnect, called with error -2 for client 0x4K
04-10 12:42:44.159 1018 10372 V AudioFlg: registerClient() client 0xe2c3e018, pid 2109
04-10 12:42:44.160 1018 10372 V AudioFlg: setParameters(): io 0, keyvalue vsid=299651072;call_state=1, calling pid 2109 calling uid 1001
04-10 12:42:44.173 1018 10372 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1001 => granted (13392 us)
04-10 12:42:44.173 1018 10372 W AudioFlg: setParameters(): Voice vsid=299651072;call_state=1
04-10 12:42:44.174 1018 10372 V AudioFlg: setParameters: filtered keyvalue call_state=1;vsid=299651072
04-10 12:42:44.175 722 957 D audio_hw_primary: adev_set_parameters: enter: call_state=1;vsid=299651072
04-10 12:42:44.175 722 957 D voice_extn: update_call_states is_call_active:0 in_call:0, mode:0
04-10 12:42:44.175 722 957 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
04-10 12:42:44.175 722 957 D split_a2dp: ignore a2dp setparameter
04-10 12:42:44.175 722 957 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
04-10 12:42:44.178 722 957 D r_submix: adev_set_parameters: call_state=1;vsid=299651072
04-10 12:42:44.178 1536 2093 D HtcSystemUPManager: HtcSystemUPReceiver Wrong format of UP data, ignore it!
04-10 12:42:44.182 1018 1338 V AudioFlg: setParameters(): io 0, keyvalue vsid=299651072;call_state=1, calling pid 2109 calling uid 1001
04-10 12:42:44.182 1018 1338 W AudioFlg: setParameters(): Voice vsid=299651072;call_state=1
04-10 12:42:44.183 1018 1338 V AudioFlg: setParameters: filtered keyvalue call_state=1;vsid=299651072
04-10 12:42:44.186 722 957 D audio_hw_primary: adev_set_parameters: enter: call_state=1;vsid=299651072
04-10 12:42:44.186 722 957 D voice_extn: update_call_states is_call_active:0 in_call:0, mode:0
04-10 12:42:44.187 722 957 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
04-10 12:42:44.187 722 957 D split_a2dp: ignore a2dp setparameter
04-10 12:42:44.187 722 957 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
04-10 12:42:44.189 1173 1173 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-10 12:42:44.189 1173 1173 E Diag_Lib: qpLogDiagInit <== result : 0
04-10 12:42:44.189 1173 1173 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-10 12:42:44.189 1173 1173 E Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13
04-10 12:42:44.189 1173 1173 E Diag_Lib: qpLogDiagInit <== result : 0
04-10 12:42:44.189 2874 2948 I SecureElement-Terminal-SIM1: OnStateChange:false
04-10 12:42:44.189 1173 1173 E Diag_Lib: DATAD : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0
04-10 12:42:44.190 1271 2498 I QTI_SDM_INFO: [qti_rmnet_modem.c:1749] qti_rmnet_modem_not_in_service():Completed processing modem out of service ind
04-10 12:42:44.190 1271 2498 I QTI_SDM_INFO: [qti_cmdq.c:113] qti_cmdq_cmd_free():qcmap_cmdq: free one commmand data
04-10 12:42:44.190 2874 2948 I SecureElement-AccessControlEnforcer: Reset the ACE for terminal:SIM1
04-10 12:42:44.192 1159 12263 I ThermalEngine: qmi: Instance id 0 for MODEM0 TS
04-10 12:42:44.194 722 3408 D r_submix: adev_set_parameters: call_state=1;vsid=299651072
04-10 12:42:44.195 1018 10372 V AudioFlg: setParameters(): io 0, keyvalue vsid=297816064;call_state=1, calling pid 2109 calling uid 1001
04-10 12:42:44.195 1018 10372 W AudioFlg: setParameters(): Voice vsid=297816064;call_state=1
04-10 12:42:44.195 1018 10372 V AudioFlg: setParameters: filtered keyvalue call_state=1;vsid=297816064
04-10 12:42:44.195 722 3408 D audio_hw_primary: adev_set_parameters: enter: call_state=1;vsid=297816064
04-10 12:42:44.195 722 3408 D voice_extn: update_call_states is_call_active:0 in_call:0, mode:0
04-10 12:42:44.195 722 3408 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
04-10 12:42:44.195 722 3408 D split_a2dp: ignore a2dp setparameter
04-10 12:42:44.195 722 3408 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
04-10 12:42:44.196 2927 2993 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=47
04-10 12:42:44.199 722 3408 D r_submix: adev_set_parameters: call_state=1;vsid=297816064
04-10 12:42:44.200 1018 10372 V AudioFlg: setParameters(): io 0, keyvalue vsid=299651072;call_state=1, calling pid 2109 calling uid 1001
04-10 12:42:44.200 1018 10372 W AudioFlg: setParameters(): Voice vsid=299651072;call_state=1
04-10 12:42:44.200 1018 10372 V AudioFlg: setParameters: filtered keyvalue call_state=1;vsid=299651072
04-10 12:42:44.200 722 3408 D audio_hw_primary: adev_set_parameters: enter: call_state=1;vsid=299651072
04-10 12:42:44.201 722 3408 D voice_extn: update_call_states is_call_active:0 in_call:0, mode:0
04-10 12:42:44.201 722 3408 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
04-10 12:42:44.201 722 3408 D split_a2dp: ignore a2dp setparameter
04-10 12:42:44.201 722 3408 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
04-10 12:42:44.202 722 3408 D r_submix: adev_set_parameters: call_state=1;vsid=299651072
04-10 12:42:44.203 1018 10372 V AudioFlg: setParameters(): io 0, keyvalue vsid=297816064;call_state=1, calling pid 2109 calling uid 1001
04-10 12:42:44.203 1018 10372 W AudioFlg: setParameters(): Voice vsid=297816064;call_state=1
04-10 12:42:44.203 1018 10372 V AudioFlg: setParameters: filtered keyvalue call_state=1;vsid=297816064
04-10 12:42:44.204 722 3408 D audio_hw_primary: adev_set_parameters: enter: call_state=1;vsid=297816064
04-10 12:42:44.204 722 3408 D voice_extn: update_call_states is_call_active:0 in_call:0, mode:0
04-10 12:42:44.204 722 3408 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
04-10 12:42:44.204 722 3408 D split_a2dp: ignore a2dp setparameter
04-10 12:42:44.204 722 3408 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
04-10 12:42:44.205 722 3408 D r_submix: adev_set_parameters: call_state=1;vsid=297816064
04-10 12:42:44.208 1018 10372 V AudioFlg: setParameters(): io 0, keyvalue vsid=297816064;call_state=1, calling pid 2109 calling uid 1001
04-10 12:42:44.208 1018 10372 W AudioFlg: setParameters(): Voice vsid=297816064;call_state=1
04-10 12:42:44.209 1018 10372 V AudioFlg: setParameters: filtered keyvalue call_state=1;vsid=297816064
04-10 12:42:44.209 722 3408 D audio_hw_primary: adev_set_parameters: enter: call_state=1;vsid=297816064
04-10 12:42:44.209 722 3408 D voice_extn: update_call_states is_call_active:0 in_call:0, mode:0
04-10 12:42:44.209 722 3408 D audio_hw_extn: audio_extn_set_anc_parameters: anc_enabled:0
04-10 12:42:44.209 722 3408 D split_a2dp: ignore a2dp setparameter
04-10 12:42:44.209 722 3408 D audio_hw_spkr_prot: audio_extn_fbsp_set_parameters: Speaker protection disabled
04-10 12:42:44.209 2927 2993 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=47
04-10 12:42:44.212 2124 2124 I ImsFeature: notifying ImsFeatureState=0
04-10 12:42:44.212 2124 2124 I ImsServiceController: notifyImsFeatureStatus: slot=0, feature=1, status=0
04-10 12:42:44.213 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.215 2124 2124 I chatty : uid=1001(radio) com.android.phone identical 28 lines
04-10 12:42:44.215 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.215 722 3408 D r_submix: adev_set_parameters: call_state=1;vsid=297816064
04-10 12:42:44.216 2124 2124 W ImsServiceController: sendImsFeatureStatusChanged: Binder died, removing callback. Exception:null
04-10 12:42:44.216 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.216 2124 2124 I chatty : uid=1001(radio) com.android.phone identical 2 lines
04-10 12:42:44.216 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.216 2124 2124 W ImsServiceController: sendImsFeatureStatusChanged: Binder died, removing callback. Exception:null
04-10 12:42:44.216 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.217 2124 2124 I chatty : uid=1001(radio) com.android.phone identical 11 lines
04-10 12:42:44.217 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.218 2124 2124 I CallbackAdapterManager: Closing connection and clearing callbacks
04-10 12:42:44.218 2124 2124 W MmTelFeatureConnection: remove: Couldn't get IImsMmTelFeature binder
04-10 12:42:44.218 2124 2124 I CallbackAdapterManager: Closing connection and clearing callbacks
04-10 12:42:44.219 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.219 2124 2124 I chatty : uid=1001(radio) com.android.phone identical 13 lines
04-10 12:42:44.219 2124 2124 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.219 2097 2116 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.222 2097 2108 I MmTelFeatureConnection: imsStatusChanged: slot: 0 feature: 1 status: 0
04-10 12:42:44.228 2927 2993 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=47
04-10 12:42:44.231 2097 2116 I MmTelFeatureConnection: onDeregistered ::
04-10 12:42:44.235 2927 2993 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=47
04-10 12:42:44.238 1941 1941 D wpa_supplicant: RTM_DELLINK: ifi_index=15 ifname=rmnet_data6 operstate=2 linkmode=0 ifi_family=0 ifi_flags=0x0 ()
04-10 12:42:44.238 1941 1941 D wpa_supplicant: RTM_DELLINK: Interface 'rmnet_data6' removed
04-10 12:42:44.240 2927 2993 I QcrilOemhookMsgTunnel: [1]processOemHookIndication length=47
04-10 12:42:44.242 1536 1927 D EthernetNetworkFactory: updateCapabilityFilter: []
04-10 12:42:44.242 1536 1612 D Tethering: interfaceRemoved rmnet_data6
04-10 12:42:44.245 2927 2993 I QcrilOemhookMsgTunnel: [0]processOemHookIndication length=47
04-10 12:42:44.246 1974 1974 D NetworkController: [FakeUI][0] Start!
04-10 12:42:44.252 1974 1974 D NetworkController: [FakeUI][1] Start!
04-10 12:42:44.258 2124 2124 D HtcBuildUtils: supportSIMLockedNotification = 0
Click to expand...
Click to collapse
Does anyone have any idea why this happens?
Could it be a hardware issue?
I do not want to lose all the data on the phone (I know, backup helps but not fully: 2 factor authentication apps, etc.)
OK, problem soved: I destroyed the phone (getting a small hand cut as well).
Reset to factory > Same thing
Recovery mode > Wipe > Same thing
It was probably a hardware issue. I saved my data (what I could) and throw it at the garbage.
So from now on, never HTC (if they ever come with a new phone). System UI restarting, no updates, this errors, dumb buttons (never fully worked, of course, and almost 2 years were not enough to get used to them).

Categories

Resources