nextcloud / news-android

📱🗞️ Android client for the Nextcloud news/feed reader app
https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader
GNU Affero General Public License v3.0
695 stars 258 forks source link

Java.lang.SecurityException Error when Updating to 0.9.9.82 #1290

Closed 0n4t3 closed 10 months ago

0n4t3 commented 1 year ago

After upgrading from 0.9.9.81 to 0.9.9.82 (installed via F-Droid) the content of my feeds disappeared within the app (but still were there in the web interface). After clearing app data and trying to log back I I got the following error: _20231012_032004

Downgrading back to 0.9.9.81 fixed the issue and it seems to be working fine as always.

I'm using a Pixel 5a running GrapheneOS, and the Nextcloud is installed as a snap and using a self signed cert.

David-Development commented 1 year ago

Thank you for the report. This is probably related to https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported so I guess that we need to set the RECEIVER_EXPORTED flag. Weirdly enough I'm already on Android 14 (Pixel 7) without any issues.

David-Development commented 1 year ago

@0n4t3 You don't happen to have the Logcat Logs for the crash?

0n4t3 commented 1 year ago

@David-Development Grabbed a copy of them, hope this helps

logcat logs ```10-28 20:23:28.843 1812 1852 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.luhmer.owncloudnewsreader/.NewsReaderListActivity bnds=[644,2127][851,2293]} with LAUNCH_MULTIPLE from uid 10087 (BAL_ALLOW_ALLOWLISTED_COMPONENT) result code=2 10-28 20:23:28.844 1812 7487 W WindowManager: Failed looking up window session=Session{f44d575 3368:u0a10093} callers=com.android.server.wm.WindowManagerService.windowForClientLocked:6034 com.android.server.wm.WindowManagerService.removeWindow:1974 com.android.server.wm.Session.remove:231 10-28 20:23:28.845 3368 3482 D WindowManagerShell: onActivityRestartAttempt: ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity} 10-28 20:23:28.846 1812 1852 D ActivityManager: quick sync unfreeze 11368 for 1 10-28 20:23:28.847 1812 1852 E Transition: Trying to add a ready-group twice: Display{#0 state=ON size=1080x2400 ROTATION_0} 10-28 20:23:28.849 1812 2076 D ActivityManager: sync unfroze 11368 de.luhmer.owncloudnewsreader for 1 10-28 20:23:28.853 1065 4646 V TI-SmartPA-hal: TAS25XX_SMARTPA_ENABLE: 1 10-28 20:23:28.853 1065 4646 I TI-SmartPA-hal: spkr_prot_start_processing: enable_sa_path done!! 10-28 20:23:28.853 1065 4646 V TI-SmartPA-hal: spkr_prot_start_processing: Using PCM device 65 10-28 20:23:28.853 1065 4646 V TI-SmartPA-hal: spkr_prot_start_processing: Tx format = 16 bit 10-28 20:23:28.854 3368 3482 V WindowManagerShell: Transition requested: android.os.BinderProxy@e13cf58 TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=788 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.luhmer.owncloudnewsreader/.NewsReaderListActivity } baseActivity=ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.NewsReaderListActivity} topActivity=ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity} origActivity=null realActivity=ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.NewsReaderListActivity} numActivities=3 lastActiveTime=335439553 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@dac48b1} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 136 - 0, 0) topActivityInfo=ActivityInfo{a671196 de.luhmer.owncloudnewsreader.LoginDialogActivity} launchCookies=[android.os.BinderProxy@363c3b, android.os.BinderProxy@5a7e52f] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=false isVisibleRequested=false isSleeping=false topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= false topActivityLetterboxed= false isFromDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 locusId=null displayAreaFeatureId=1 cameraCompatControlState=hidden}, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@5426117, appThread = android.app.IApplicationThread$Stub$Proxy@5a28904, debugName = QuickstepLaunch }, displayChange = null } 10-28 20:23:28.854 3368 3482 V WindowManagerShell: RemoteTransition directly requested for android.os.BinderProxy@e13cf58: RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@5426117, appThread = android.app.IApplicationThread$Stub$Proxy@5a28904, debugName = QuickstepLaunch } 10-28 20:23:28.861 3368 3489 V SnapshotDrawerUtils: Drawing snapshot surface sizeMismatch=true 10-28 20:23:28.867 1812 2073 V WindowManager: Sent Transition #1816 createdAt=10-28 20:23:28.833 via request=TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=788 displayId=0 isRunning=true baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.luhmer.owncloudnewsreader/.NewsReaderListActivity } baseActivity=ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.NewsReaderListActivity} topActivity=ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity} origActivity=null realActivity=ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.NewsReaderListActivity} numActivities=3 lastActiveTime=335439553 supportsMultiWindow=true resizeMode=1 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{RemoteToken{dca1a27 Task{816820e #788 type=standard A=10232:de.luhmer.owncloudnewsreader}}} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 136 - 0, 0) topActivityInfo=ActivityInfo{b653c23 de.luhmer.owncloudnewsreader.LoginDialogActivity} launchCookies=[android.os.BinderProxy@bfc2722, android.os.BinderProxy@a2a467d] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=true isVisible=false isVisibleRequested=false isSleeping=false topActivityInSizeCompat=false topActivityEligibleForLetterboxEducation= false topActivityLetterboxed= false isFromDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 locusId=null displayAreaFeatureId=1 cameraCompatControlState=hidden}, remoteTransition = RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@49535b3, appThread = android.app.IApplicationThread$Stub$Proxy@5569770, debugName = QuickstepLaunch }, displayChange = null } 10-28 20:23:28.867 1812 2073 V WindowManager: startWCT=WindowContainerTransaction { changes = {} hops = [] errorCallbackToken=null taskFragmentOrganizer=null } 10-28 20:23:28.867 1812 2073 V WindowManager: info={id=1816 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{RemoteToken{dca1a27 Task{816820e #788 type=standard A=10232:de.luhmer.owncloudnewsreader}}} m=TO_FRONT f=MOVE_TO_TOP leash=Surface(name=Task=788)/@0xa2e7741 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{WCT{RemoteToken{d1a1d45 Task{e953682 #1 type=home}}} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x85cb490 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]} 10-28 20:23:28.868 3368 3482 V WindowManagerShell: onTransitionReady android.os.BinderProxy@e13cf58: {id=1816 t=OPEN f=0x0 trk=0 r=[0@Point(0, 0)] c=[{WCT{android.window.IWindowContainerToken$Stub$Proxy@536bd6e} m=TO_FRONT f=MOVE_TO_TOP leash=Surface(name=Task=788)/@0x681f7b3 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0},{WCT{android.window.IWindowContainerToken$Stub$Proxy@71a5c0f} m=TO_BACK f=SHOW_WALLPAPER leash=Surface(name=Task=1)/@0x6413170 sb=Rect(0, 0 - 1080, 2400) eb=Rect(0, 0 - 1080, 2400) d=0}]} 10-28 20:23:28.869 3368 3482 V WindowManagerShell: Playing animation for (#1816)android.os.BinderProxy@e13cf58@0 10-28 20:23:28.869 3368 3482 V WindowManagerShell: try firstHandler com.android.wm.shell.transition.DefaultMixedHandler@f40ab99 10-28 20:23:28.869 3368 3482 V WindowManagerShell: Delegate animation for #1816 to RemoteTransition { remoteTransition = android.window.IRemoteTransition$Stub$Proxy@5426117, appThread = android.app.IApplicationThread$Stub$Proxy@5a28904, debugName = QuickstepLaunch } 10-28 20:23:28.870 3368 3482 V WindowManagerShell: animated by firstHandler 10-28 20:23:28.881 11368 11398 I AdrenoGLES-0: QUALCOMM build : 4783c89, I46ff5fc46f 10-28 20:23:28.881 11368 11398 I AdrenoGLES-0: Build Date : 11/30/20 10-28 20:23:28.881 11368 11398 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.31.04.01 10-28 20:23:28.881 11368 11398 I AdrenoGLES-0: Local Branch : QPR2 10-28 20:23:28.881 11368 11398 I AdrenoGLES-0: Remote Branch : 10-28 20:23:28.881 11368 11398 I AdrenoGLES-0: Remote Branch : 10-28 20:23:28.881 11368 11398 I AdrenoGLES-0: Reconstruct Branch : 10-28 20:23:28.882 11368 11398 I AdrenoGLES-0: Build Config : S P 10.0.4 AArch64 10-28 20:23:28.883 11368 11398 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 10-28 20:23:28.895 1065 4646 I TI-SmartPA-hal: spkr_prot_start_processing: Feedback Enabled Successfully 10-28 20:23:28.895 1065 4646 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0 10-28 20:23:28.895 1065 4646 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker 10-28 20:23:28.895 1065 4646 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69936, acdb_dev_id 513, sample_rate 48000, snd_device_be_idx 119 10-28 20:23:28.897 658 658 I BpBinder: onLastStrongRef automatically unlinking death recipients: 10-28 20:23:28.897 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] active device/stream not found (result=-100) for topology 0x1000dffb and apptype 0x11130 10-28 20:23:28.897 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] set parameters failed with status -100 10-28 20:23:28.897 11368 11398 I AdrenoGLES-0: PFP: 0x016dd093, ME: 0x00000000 10-28 20:23:28.898 1065 4646 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:28.898 1065 4646 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:28.898 1065 4646 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 10-28 20:23:28.899 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] active device/stream not found (result=-100) for topology 0x1000dffb and apptype 0x11130 10-28 20:23:28.899 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] set parameters failed with status -100 10-28 20:23:28.900 1065 4646 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:28.900 1065 4646 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:28.900 1065 4646 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 10-28 20:23:28.900 1065 4646 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 513, path = 0, app id = 0x11130, sample rate = 48000, afe_sample_rate = 48000 10-28 20:23:28.900 1065 4646 D ACDB-LOADER: ACDB -> send_asm_topology 10-28 20:23:28.900 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 10-28 20:23:28.900 1065 4646 D ACDB-LOADER: ACDB -> send_adm_topology 10-28 20:23:28.900 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 10-28 20:23:28.900 1065 4646 D ACDB-LOADER: ACDB -> send_audtable 10-28 20:23:28.900 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE 10-28 20:23:28.901 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE 10-28 20:23:28.901 1065 4646 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[513] app_type[69936] 10-28 20:23:28.901 1065 4646 D ACDB-LOADER: ACDB -> send_audvoltable 10-28 20:23:28.901 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 10-28 20:23:28.902 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0 10-28 20:23:28.902 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> send_audstrmtable 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 536 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> send_afe_topology 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 513, Topology Id 112fc 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> send_afe_cal 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE 10-28 20:23:28.902 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE 10-28 20:23:28.902 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: Error: ACDB AFE returned = -19 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[513] 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 513 path = 0 10-28 20:23:28.902 1065 4646 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 10-28 20:23:28.902 1065 4646 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback 10-28 20:23:28.902 1065 4646 D audio_route: Apply path: low-latency-playback 10-28 20:23:28.912 1065 4646 D msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map9 10-28 20:23:28.912 1065 4646 D msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2 10-28 20:23:28.928 11368 11398 E OpenGLRenderer: Unable to match the desired swap behavior. 10-28 20:23:28.971 11368 11398 E OpenGLRenderer: Unable to match the desired swap behavior. 10-28 20:23:29.124 1222 2300 D audioserver: FGS Logger Transaction failed 10-28 20:23:29.124 1222 2300 D audioserver: -129 10-28 20:23:29.128 1065 1065 D audio_hw_waves: ma_set_source_metadata_l: All tracks was removed from app_type(69936) device_type(2) 10-28 20:23:29.320 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:29.321 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:29.321 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:29.323 603 14249 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:29.323 603 14249 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:29.405 3368 3482 V WindowManagerShell: Transition animation finished (aborted=false), notifying core (#1816)android.os.BinderProxy@e13cf58@0 10-28 20:23:29.407 1812 2073 V WindowManager: Finish Transition #1816: created at 10-28 20:23:28.833 collect-started=0.078ms request-sent=9.855ms started=24.021ms ready=23.988ms sent=33.841ms finished=573.85ms 10-28 20:23:29.410 3368 3482 V WindowManagerShell: Track 0 became idle 10-28 20:23:29.411 3368 3482 V WindowManagerShell: All active transition animations finished 10-28 20:23:29.437 11916 11985 I ImeTracker: com.android.launcher3:36480de7: onRequestHide at ORIGIN_CLIENT_HIDE_SOFT_INPUT reason HIDE_SOFT_INPUT 10-28 20:23:29.438 1812 10158 I ImeTracker: com.android.launcher3:36480de7: onCancelled at PHASE_SERVER_SHOULD_HIDE 10-28 20:23:29.690 1812 2402 D ActivityManager: freezing 28544 org.mozilla.fennec_fdroid 10-28 20:23:29.694 1812 2402 D ActivityManager: freezing 28799 org.mozilla.fennec_fdroid:gpu 10-28 20:23:29.696 1812 2402 D ActivityManager: freezing 10818 org.mozilla.fennec_fdroid:tab24 10-28 20:23:29.698 1812 2402 D ActivityManager: freezing 5464 org.mozilla.fennec_fdroid:tab38 10-28 20:23:29.699 1812 2402 D ActivityManager: freezing 29532 org.mozilla.fennec_fdroid:utility 10-28 20:23:30.322 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:30.322 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:30.324 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:30.326 603 14250 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:30.326 603 14250 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:31.324 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:31.325 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:31.326 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:31.327 603 14251 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:31.327 603 14251 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:31.797 1107 1258 D VSC : @ 336216.702: [Significant Motion] Stop motion_detect 10-28 20:23:31.798 1107 1258 D VSC : @ 336216.702: [Significant Motion] Request accel, interval 20.0 ms, latency 3200.0 ms 10-28 20:23:31.798 1107 1258 D CHRE : @ 336216.702: InstantMotion 10-28 20:23:31.804 1107 1258 D ASH : @ 336216.709: SensorType 195 resampler quality 0 10-28 20:23:32.116 1065 1065 D audio_hw_primary: out_standby: enter: stream (0xe65c21a0) usecase(1: low-latency-playback) 10-28 20:23:32.172 1065 1065 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback 10-28 20:23:32.175 1065 1065 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0 10-28 20:23:32.176 1065 1065 D hardware_info: hw_info_append_hw_type : device_name = speaker 10-28 20:23:32.176 1065 1065 D audio_hw_primary: disable_snd_device: snd_device(2: speaker) 10-28 20:23:32.186 1065 1065 I TI-SmartPA-hal: spkr_prot_stop_processing: Feedback Disabled 10-28 20:23:32.198 1065 1065 I TI-SmartPA-hal: Disabling USECASE_AUDIO_SPKR_CALIB_TX 10-28 20:23:32.202 1065 1065 V TI-SmartPA-hal: TAS25XX_SMARTPA_ENABLE: 0 10-28 20:23:32.205 1065 1065 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0 10-28 20:23:32.328 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:32.329 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:32.330 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:32.335 603 14252 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:32.335 603 14252 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:32.778 3656 4202 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 10-28 20:23:32.797 3368 3368 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled 10-28 20:23:32.826 3368 3368 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled 10-28 20:23:33.331 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:33.331 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:33.332 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:33.337 603 14253 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:33.337 603 14253 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:34.227 1107 1258 D VSC : @ 336219.129: [WO] Proposed rotation: 4, flat angle threshold: 65 10-28 20:23:34.227 1107 1258 D VSC : @ 336219.129: [WO] orientation angle 358, orientation 4 10-28 20:23:34.227 1107 1258 D VSC : @ 336219.129: [WO] Gyro angle integrated: 27.127740 10-28 20:23:34.227 1107 1258 D VSC : @ 336219.129: [WO] Gyro angle integrated: 27.127740 10-28 20:23:34.227 1107 1258 D VSC : @ 336219.129: [WO] Rejected by swing_time. Last detected 441 ms ago. 10-28 20:23:34.334 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:34.336 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:34.338 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:34.341 603 14254 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:34.341 603 14254 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:35.239 3604 3621 I native : I0000 00:00:1698539015.239480 3621 tf_lite_classifier.cc:400] Event stream classified as kNone 10-28 20:23:35.252 1222 3302 D audioserver: FGS Logger Transaction failed 10-28 20:23:35.252 1222 3302 D audioserver: -129 10-28 20:23:35.254 1065 4646 D audio_hw_primary: start_output_stream: enter: stream(0xe65c21a0)usecase(1: low-latency-playback) devices(0x2) is_haptic_usecase(0) 10-28 20:23:35.254 1065 4646 D audio_hw_primary: select_devices for use case (low-latency-playback) 10-28 20:23:35.254 1065 4646 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 10-28 20:23:35.254 1065 4646 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2 10-28 20:23:35.254 1065 4646 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 10-28 20:23:35.258 1065 4646 D msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 24, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (speaker) 10-28 20:23:35.258 1065 4646 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 24 and sample rate: 48000 10-28 20:23:35.258 1065 4646 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec backend needs to be updated. new bit width: 24new sample rate: 48000 new channels: 2 10-28 20:23:35.258 1065 4646 I msm8974_platform: platform_set_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2 format 1, backend_idx 0 device (speaker) 10-28 20:23:35.258 1065 4646 E msm8974_platform: platform_set_codec_backend_cfg:becf: afe: Could not get ctl for mixer command - SLIM_0_RX Format 10-28 20:23:35.258 1065 4646 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0 10-28 20:23:35.258 1065 4646 D audio_hw_primary: check_usecases_codec_backend:becf: (78) check_usecases curr device: speaker, usecase device: backends match 0 10-28 20:23:35.258 1065 4646 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0 10-28 20:23:35.258 1065 4646 D hardware_info: hw_info_append_hw_type : device_name = speaker 10-28 20:23:35.258 1065 4646 D audio_route: Apply path: speaker 10-28 20:23:35.261 11368 11368 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.app.Dialog$$ExternalSyntheticLambda2@7755884 10-28 20:23:35.262 1812 1852 D CoreBackPreview: Window{af953d1 u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback null 10-28 20:23:35.265 1065 4646 I TI-SmartPA-hal: using previously read calibration values 10-28 20:23:35.266 11368 11398 D OpenGLRenderer: endAllActiveAnimators on 0xb400c206c5785000 (RippleDrawable) with handle 0xb400c0d9b6b266f0 10-28 20:23:35.266 1812 10158 W InputManager-JNI: Input channel object 'af953d1 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity (client)' was disposed without first being removed with the input manager! 10-28 20:23:35.270 1065 4646 V TI-SmartPA-hal: TAS25XX_SET_RE_LEFT: 3287927 10-28 20:23:35.273 1065 4646 V TI-SmartPA-hal: TAS25XX_SET_RE_RIGHT: 3775173 10-28 20:23:35.275 1065 4646 V TI-SmartPA-hal: TAS25XX_SET_T_CALIB: 25 10-28 20:23:35.285 1812 2076 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 10-28 20:23:35.294 1065 4646 V TI-SmartPA-hal: TAS25XX_SMARTPA_ENABLE: 1 10-28 20:23:35.294 1065 4646 I TI-SmartPA-hal: spkr_prot_start_processing: enable_sa_path done!! 10-28 20:23:35.294 1065 4646 V TI-SmartPA-hal: spkr_prot_start_processing: Using PCM device 65 10-28 20:23:35.294 1065 4646 V TI-SmartPA-hal: spkr_prot_start_processing: Tx format = 16 bit 10-28 20:23:35.316 1065 4646 I TI-SmartPA-hal: spkr_prot_start_processing: Feedback Enabled Successfully 10-28 20:23:35.316 1065 4646 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0 10-28 20:23:35.316 1065 4646 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker 10-28 20:23:35.316 1065 4646 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69936, acdb_dev_id 513, sample_rate 48000, snd_device_be_idx 119 10-28 20:23:35.318 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] active device/stream not found (result=-100) for topology 0x1000dffb and apptype 0x11130 10-28 20:23:35.318 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] set parameters failed with status -100 10-28 20:23:35.318 1065 4646 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:35.318 1065 4646 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:35.318 1065 4646 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 10-28 20:23:35.320 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] active device/stream not found (result=-100) for topology 0x1000dffb and apptype 0x11130 10-28 20:23:35.320 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] set parameters failed with status -100 10-28 20:23:35.320 1065 4646 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:35.320 1065 4646 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:35.320 1065 4646 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 513, path = 0, app id = 0x11130, sample rate = 48000, afe_sample_rate = 48000 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_asm_topology 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_adm_topology 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_audtable 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE_SIZE 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_COMMON_TABLE 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL cal_type[11] acdb_id[513] app_type[69936] 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_audvoltable 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE 10-28 20:23:35.321 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: Error: ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE_SIZE Returned = -19 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_GAIN_DEP_STEP_TABLE, vol index 0 10-28 20:23:35.321 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: Error: ACDB AudProc vol returned = -19 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE_SIZE 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_audstrmtable 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_INSTANCE_STREAM_TABLE 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 536 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_afe_topology 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 513, Topology Id 112fc 10-28 20:23:35.321 1065 4646 D ACDB-LOADER: ACDB -> send_afe_cal 10-28 20:23:35.322 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE 10-28 20:23:35.322 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:35.322 1065 4646 D ACDB-LOADER: Error: ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE_SIZE Returned = -19 10-28 20:23:35.322 1065 4646 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_INSTANCE_COMMON_TABLE 10-28 20:23:35.322 1065 4646 D android.hardware.audio.service: Failed to fetch the lookup information of the device 00000201 10-28 20:23:35.322 1065 4646 D ACDB-LOADER: Error: ACDB AFE returned = -19 10-28 20:23:35.322 1065 4646 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL cal_type[16] acdb_id[513] 10-28 20:23:35.322 1065 4646 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 513 path = 0 10-28 20:23:35.322 1065 4646 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY 10-28 20:23:35.322 1065 4646 D audio_hw_primary: enable_audio_route: apply mixer and update path: low-latency-playback 10-28 20:23:35.322 1065 4646 D audio_route: Apply path: low-latency-playback 10-28 20:23:35.325 1812 10158 I ImeTracker: de.luhmer.owncloudnewsreader:2ead9f83: onRequestShow at ORIGIN_SERVER_START_INPUT reason ATTACH_NEW_INPUT 10-28 20:23:35.328 1812 10158 W ProcessStats: Tracking association SourceState{fa95fe2 system/1000 BFgs #61855} whose proc state 4 is better than process ProcessState{3d246dd org.dslul.openboard.inputmethod.latin/10110 pkg=org.dslul.openboard.inputmethod.latin} proc state 6 (2 skipped) 10-28 20:23:35.329 1812 10158 I ImeTracker: de.luhmer.owncloudnewsreader:6def16bd: onRequestShow at ORIGIN_SERVER_START_INPUT reason SHOW_AUTO_EDITOR_FORWARD_NAV 10-28 20:23:35.332 1065 4646 D msm8974_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map9 10-28 20:23:35.332 1065 4646 D msm8974_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2 10-28 20:23:35.338 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:35.338 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:35.339 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:35.340 603 14255 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:35.340 603 14255 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:35.343 12025 12025 I LatinIME: Starting input. Cursor position = 22,22 10-28 20:23:35.388 1812 13081 D CoreBackPreview: Window{33091e2 u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@2ab1101, mPriority=0, mIsAnimationCallback=false} 10-28 20:23:35.394 1812 11170 I ImeTracker: de.luhmer.owncloudnewsreader:2ead9f83: onFailed at PHASE_WM_SHOW_IME_RUNNER 10-28 20:23:35.394 12025 12108 E OpenGLRenderer: Unable to match the desired swap behavior. 10-28 20:23:35.415 11368 11368 D InsetsController: show(ime(), fromIme=true) 10-28 20:23:35.547 1222 2300 D audioserver: FGS Logger Transaction failed 10-28 20:23:35.548 1222 2300 D audioserver: -129 10-28 20:23:35.550 1065 1065 D audio_hw_waves: ma_set_source_metadata_l: All tracks was removed from app_type(69936) device_type(2) 10-28 20:23:35.648 11368 11368 I ImeTracker: de.luhmer.owncloudnewsreader:6def16bd: onShown 10-28 20:23:35.818 3368 3368 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled 10-28 20:23:36.217 1107 1258 D VSC : @ 336221.122: [WO] Proposed rotation: 4, flat angle threshold: 65 10-28 20:23:36.218 1107 1258 D VSC : @ 336221.122: [WO] orientation angle 349, orientation 4 10-28 20:23:36.218 1107 1258 D VSC : @ 336221.122: [WO] Gyro angle integrated: 53.135238 10-28 20:23:36.218 1107 1258 D VSC : @ 336221.122: [WO] Gyro angle integrated: 53.135238 10-28 20:23:36.340 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:36.340 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:36.342 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:36.343 603 14258 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:36.343 603 14258 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:36.672 3604 3621 I native : I0000 00:00:1698539016.672382 3621 tf_lite_classifier.cc:400] Event stream classified as kNone 10-28 20:23:36.694 1222 3302 D audioserver: FGS Logger Transaction failed 10-28 20:23:36.694 1222 3302 D audioserver: -129 10-28 20:23:36.705 1065 1065 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:36.705 1065 1065 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:36.705 1065 1065 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 10-28 20:23:36.708 1065 1065 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:36.708 1065 1065 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:36.708 1065 1065 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 10-28 20:23:36.733 11368 11411 W Parcel : Expecting binder but got null! 10-28 20:23:36.742 11368 11368 D ApiModule: HttpUrl: https://209.141.33.107/index.php/apps/news/api/v1-2/ 10-28 20:23:36.753 11368 11368 D de.luhmer.owncloudnewsreader.LoginDialogActivity: onConnected() called 10-28 20:23:36.761 11368 11368 V de.luhmer.owncloudnewsreader.LoginDialogActivity: onSubscribe() called with: d = [0] 10-28 20:23:36.766 1812 1852 D CoreBackPreview: Window{2bd0b00 u0 Signing in …}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@f67d72c, mPriority=-1, mIsAnimationCallback=false} 10-28 20:23:36.767 11368 14260 D TrafficStats: tagSocket(77) with statsTag=0xffffffff, statsUid=-1 10-28 20:23:36.775 11368 11398 E OpenGLRenderer: Unable to match the desired swap behavior. 10-28 20:23:36.847 1222 2300 D audioserver: FGS Logger Transaction failed 10-28 20:23:36.847 1222 2300 D audioserver: -129 10-28 20:23:36.850 1065 1065 D audio_hw_waves: ma_set_source_metadata_l: All tracks was removed from app_type(69936) device_type(2) 10-28 20:23:37.205 11368 14260 D MemorizingTrustManager: checkCertTrusted: trying defaultTrustManager 10-28 20:23:37.209 11368 14260 D MemorizingTrustManager: checkCertTrusted: trying appTrustManager 10-28 20:23:37.212 11368 14260 W System.err: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.TrustManagerImpl.verifyChain(TrustManagerImpl.java:672) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrustedRecursive(TrustManagerImpl.java:549) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrusted(TrustManagerImpl.java:505) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.TrustManagerImpl.checkServerTrusted(TrustManagerImpl.java:334) 10-28 20:23:37.214 11368 14260 W System.err: at android.security.net.config.NetworkSecurityTrustManager.checkServerTrusted(NetworkSecurityTrustManager.java:113) 10-28 20:23:37.214 11368 14260 W System.err: at android.security.net.config.NetworkSecurityTrustManager.checkServerTrusted(NetworkSecurityTrustManager.java:87) 10-28 20:23:37.214 11368 14260 W System.err: at android.security.net.config.RootTrustManager.checkServerTrusted(RootTrustManager.java:118) 10-28 20:23:37.214 11368 14260 W System.err: at de.luhmer.owncloudnewsreader.ssl.MemorizingTrustManager.checkCertTrusted(SourceFile:372) 10-28 20:23:37.214 11368 14260 W System.err: at de.luhmer.owncloudnewsreader.ssl.MemorizingTrustManager.checkServerTrusted(SourceFile:400) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.Platform.checkServerTrusted(Platform.java:264) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngine.verifyCertificateChain(ConscryptEngine.java:1638) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.NativeCrypto.ENGINE_SSL_read_direct(Native Method) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.NativeSsl.readDirectByteBuffer(NativeSsl.java:569) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngine.readPlaintextDataDirect(ConscryptEngine.java:1095) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngine.readPlaintextData(ConscryptEngine.java:1079) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:876) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:747) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngine.unwrap(ConscryptEngine.java:712) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:896) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.-$$Nest$mprocessDataFromSocket(Unknown Source:0) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:236) 10-28 20:23:37.214 11368 14260 W System.err: at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:218) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.RealConnection.connectTls(SourceFile:379) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.RealConnection.establishProtocol(SourceFile:337) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.RealConnection.connect(SourceFile:209) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.ExchangeFinder.findConnection(SourceFile:226) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(SourceFile:106) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.ExchangeFinder.find(SourceFile:74) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.RealCall.initExchange$okhttp(SourceFile:255) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:32) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:109) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:95) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:109) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:83) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:109) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:76) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:109) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.logging.HttpLoggingInterceptor.intercept(SourceFile:154) 10-28 20:23:37.214 11368 14260 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:109) 10-28 20:23:37.214 11368 14260 W System.err: at de.luhmer.owncloudnewsreader.ssl.OkHttpSSLClient$AuthorizationInterceptor.intercept(SourceFile:138) 10-28 20:23:37.215 11368 14260 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:109) 10-28 20:23:37.215 11368 14260 W System.err: at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(SourceFile:201) 10-28 20:23:37.215 11368 14260 W System.err: at okhttp3.internal.connection.RealCall$AsyncCall.run(SourceFile:517) 10-28 20:23:37.215 11368 14260 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 10-28 20:23:37.215 11368 14260 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 10-28 20:23:37.215 11368 14260 W System.err: at java.lang.Thread.run(Thread.java:1012) 10-28 20:23:37.215 11368 14260 W System.err: Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 10-28 20:23:37.215 11368 14260 W System.err: ... 46 more 10-28 20:23:37.216 11368 14260 D MemorizingTrustManager: certChainMessage for java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 10-28 20:23:37.222 11368 11368 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.app.Dialog$$ExternalSyntheticLambda2@637a96c 10-28 20:23:37.223 1812 13081 D CoreBackPreview: Window{2bd0b00 u0 Signing in …}: Setting back callback null 10-28 20:23:37.224 1812 1852 W InputManager-JNI: Input channel object '2bd0b00 Signing in … (client)' was disposed without first being removed with the input manager! 10-28 20:23:37.231 11368 11368 V de.luhmer.owncloudnewsreader.LoginDialogActivity: onError() called with: e = [javax.net.ssl.SSLHandshakeException: java.lang.SecurityException: de.luhmer.owncloudnewsreader: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts] 10-28 20:23:37.245 1812 2076 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 10-28 20:23:37.250 11368 11410 W Parcel : Expecting binder but got null! 10-28 20:23:37.255 1812 13081 D CoreBackPreview: Window{da5635c u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@6d35948, mPriority=-1, mIsAnimationCallback=false} 10-28 20:23:37.269 11368 11398 E OpenGLRenderer: Unable to match the desired swap behavior. 10-28 20:23:37.280 11368 11368 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@250262663 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@f85e0e7 10-28 20:23:37.286 1812 1852 D CoreBackPreview: Window{33091e2 u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@44a0960, mPriority=-1, mIsAnimationCallback=false} 10-28 20:23:37.286 1812 1852 D CoreBackPreview: Window{33091e2 u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@2a16e19, mPriority=0, mIsAnimationCallback=false} 10-28 20:23:37.342 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:37.342 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:37.343 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:37.344 603 14263 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:37.344 603 14263 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:38.298 1107 1258 D VSC : @ 336223.202: [WO] Proposed rotation: 3, flat angle threshold: 40 10-28 20:23:38.298 1107 1258 D VSC : @ 336223.202: [WO] orientation angle 263, orientation 3 10-28 20:23:38.298 1107 1258 D VSC : @ 336223.202: [WO] Gyro angle integrated: 187.075592 10-28 20:23:38.343 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:38.344 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:38.347 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:38.349 603 14264 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:38.349 603 14264 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:38.849 3656 4202 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 10-28 20:23:38.873 3368 3368 D StatusBarIconController: ignoring old pipeline callback because the new wifi icon is enabled 10-28 20:23:39.347 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:39.348 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:39.349 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:39.354 603 14265 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:39.354 603 14265 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:39.623 3368 3368 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled 10-28 20:23:39.828 1065 1065 D audio_hw_primary: out_standby: enter: stream (0xe65c21a0) usecase(1: low-latency-playback) 10-28 20:23:39.884 1065 1065 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback 10-28 20:23:39.888 1065 1065 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 2, with Raise=0 10-28 20:23:39.889 1065 1065 D hardware_info: hw_info_append_hw_type : device_name = speaker 10-28 20:23:39.889 1065 1065 D audio_hw_primary: disable_snd_device: snd_device(2: speaker) 10-28 20:23:39.900 1065 1065 I TI-SmartPA-hal: spkr_prot_stop_processing: Feedback Disabled 10-28 20:23:39.920 1065 1065 I TI-SmartPA-hal: Disabling USECASE_AUDIO_SPKR_CALIB_TX 10-28 20:23:39.926 1065 1065 V TI-SmartPA-hal: TAS25XX_SMARTPA_ENABLE: 0 10-28 20:23:39.931 1065 1065 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 0, with Raise=0 10-28 20:23:40.317 3604 3621 I native : I0000 00:00:1698539020.317567 3621 tf_lite_classifier.cc:400] Event stream classified as kNone 10-28 20:23:40.327 1222 3302 D audioserver: FGS Logger Transaction failed 10-28 20:23:40.327 1222 3302 D audioserver: -129 10-28 20:23:40.330 1065 4646 D audio_hw_primary: start_output_stream: enter: stream(0xe65c21a0)usecase(1: low-latency-playback) devices(0x2) is_haptic_usecase(0) 10-28 20:23:40.330 1065 4646 D audio_hw_primary: select_devices for use case (low-latency-playback) 10-28 20:23:40.330 1065 4646 I msm8974_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 10-28 20:23:40.331 1065 4646 I msm8974_platform: platform_check_and_set_codec_backend_cfg: new_snd_devices[0] is 2 10-28 20:23:40.331 1065 4646 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2, backend_idx 0 usecase = 1 device (speaker) 10-28 20:23:40.333 1065 4646 D msm8974_platform: platform_check_codec_backend_cfg:becf: updated afe: bitwidth 24, samplerate 48000 channels 2,backend_idx 0 usecase = 1 device (speaker) 10-28 20:23:40.333 1065 4646 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 24 and sample rate: 48000 10-28 20:23:40.333 1065 4646 I msm8974_platform: platform_check_codec_backend_cfg:becf: afe: Codec backend needs to be updated. new bit width: 24new sample rate: 48000 new channels: 2 10-28 20:23:40.333 1065 4646 I msm8974_platform: platform_set_codec_backend_cfg:becf: afe: bitwidth 24, samplerate 48000 channels 2 format 1, backend_idx 0 device (speaker) 10-28 20:23:40.334 1065 4646 E msm8974_platform: platform_set_codec_backend_cfg:becf: afe: Could not get ctl for mixer command - SLIM_0_RX Format 10-28 20:23:40.334 1065 4646 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0 10-28 20:23:40.334 1065 4646 D audio_hw_primary: check_usecases_codec_backend:becf: (78) check_usecases curr device: speaker, usecase device: backends match 0 10-28 20:23:40.334 1065 4646 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0 10-28 20:23:40.334 1065 4646 D hardware_info: hw_info_append_hw_type : device_name = speaker 10-28 20:23:40.334 1065 4646 D audio_route: Apply path: speaker 10-28 20:23:40.335 11368 11368 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.app.Dialog$$ExternalSyntheticLambda2@2693eda 10-28 20:23:40.336 1812 13081 D CoreBackPreview: Window{da5635c u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback null 10-28 20:23:40.338 11368 11398 D OpenGLRenderer: endAllActiveAnimators on 0xb400c206c57ae400 (RippleDrawable) with handle 0xb400c0d9b6b5ad50 10-28 20:23:40.339 1812 13081 W InputManager-JNI: Input channel object 'da5635c de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity (client)' was disposed without first being removed with the input manager! 10-28 20:23:40.342 1065 4646 I TI-SmartPA-hal: using previously read calibration values 10-28 20:23:40.347 1065 4646 V TI-SmartPA-hal: TAS25XX_SET_RE_LEFT: 3287927 10-28 20:23:40.349 1529 1579 W HidlServiceManagement: Waited one second for vendor.qti.hardware.cacert@1.0::IService/default 10-28 20:23:40.350 603 603 I hwservicemanager: Since vendor.qti.hardware.cacert@1.0::IService/default is not registered, trying to start it as a lazy HAL (if it's not configured to be a lazy HAL, it may be stuck starting or still starting). 10-28 20:23:40.351 1065 4646 V TI-SmartPA-hal: TAS25XX_SET_RE_RIGHT: 3775173 10-28 20:23:40.354 1065 4646 V TI-SmartPA-hal: TAS25XX_SET_T_CALIB: 25 10-28 20:23:40.356 1529 1579 I HidlServiceManagement: getService: Trying again for vendor.qti.hardware.cacert@1.0::IService/default... 10-28 20:23:40.357 603 14266 W libc : Unable to set property "ctl.interface_start" to "vendor.qti.hardware.cacert@1.0::IService/default": error code: 0x20 10-28 20:23:40.357 603 14266 I hwservicemanager: Tried to start vendor.qti.hardware.cacert@1.0::IService/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. 10-28 20:23:40.361 1812 2076 V WindowManager: Unknown focus tokens, dropping reportFocusChanged 10-28 20:23:40.374 1065 4646 V TI-SmartPA-hal: TAS25XX_SMARTPA_ENABLE: 1 10-28 20:23:40.374 1065 4646 I TI-SmartPA-hal: spkr_prot_start_processing: enable_sa_path done!! 10-28 20:23:40.374 1065 4646 V TI-SmartPA-hal: spkr_prot_start_processing: Using PCM device 65 10-28 20:23:40.374 1065 4646 V TI-SmartPA-hal: spkr_prot_start_processing: Tx format = 16 bit 10-28 20:23:40.379 11368 11368 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=ImeCallback=ImeOnBackInvokedCallback@250262663 Callback=android.window.IOnBackInvokedCallback$Stub$Proxy@f85e0e7 10-28 20:23:40.380 1812 13081 D CoreBackPreview: Window{33091e2 u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@4228a90, mPriority=-1, mIsAnimationCallback=false} 10-28 20:23:40.381 1812 13081 D CoreBackPreview: Window{33091e2 u0 de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.LoginDialogActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@44d0f89, mPriority=0, mIsAnimationCallback=false} 10-28 20:23:40.399 1065 4646 I TI-SmartPA-hal: spkr_prot_start_processing: Feedback Enabled Successfully 10-28 20:23:40.399 1065 4646 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_info->id 1 of type 0 for Event 3, with Raise=0 10-28 20:23:40.399 1065 4646 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker 10-28 20:23:40.399 1065 4646 I audio_hw_utils: send_app_type_cfg_for_device PLAYBACK app_type 69936, acdb_dev_id 513, sample_rate 48000, snd_device_be_idx 119 10-28 20:23:40.401 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] active device/stream not found (result=-100) for topology 0x1000dffb and apptype 0x11130 10-28 20:23:40.401 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] set parameters failed with status -100 10-28 20:23:40.401 1065 4646 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:40.401 1065 4646 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:40.401 1065 4646 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 10-28 20:23:40.403 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] active device/stream not found (result=-100) for topology 0x1000dffb and apptype 0x11130 10-28 20:23:40.403 1065 4646 E ACDB-LOADER: [acdb_loader_adsp_set_audio_cal] set parameters failed with status -100 10-28 20:23:40.404 1065 4646 D android.hardware.audio.service: AcdbCmdSetOnlineData: Unable to set delta file data! 10-28 20:23:40.404 1065 4646 D android.hardware.audio.service: [ACDB Command]->[AcdbCmdSetAudProcInstanceData]->Unable to save delta file data 10-28 20:23:40.404 1065 4646 E ACDB-LOADER: [acdb_loader_store_set_audio_cal] ACDB settting parameters failed -1 ```
David-Development commented 11 months ago

@0n4t3 Thank you for the logs! After reading through the logs.. you are using the legacy login in the nextcloud news app, correct? Could you try to setup the news app again using SingleSignOn? I'm wondering if it's related to the legacy login since the crash message suggests that the Memorizing Trust Manager has some issues validating the certificate. If you use the SingleSignOn Feature the Nextcloud Files App will handle the Certificate Validation.

How to: Just click on your Profile Icon (top right corner) and click on "Login using Nextcloud Files App".

0n4t3 commented 11 months ago

@David-Development yeah I've been using the sign in directly option when getting the error.

I updated the the latest News version, setup the files app, and signed into news using the files app without any issues. I'm not sure how many situations would be effected (sounds like it's isolated to self signed certs?) but it's working without issues after signing in that way.

Thanks!

David-Development commented 10 months ago

Closing since the Manual Login is deprecated and it still works with Valid SSL certificates (on Android 14). For self signed certificates the SSO (Login via Files App) option should be used.