https://bugs.kde.org/show_bug.cgi?id=499587
Bug ID: 499587 Summary: Cannot receive file from PC to Android phone Classification: Applications Product: kdeconnect Version: unspecified Platform: Android OS: Android 14.x Status: REPORTED Severity: normal Priority: NOR Component: android-application Assignee: albertv...@gmail.com Reporter: zk_...@hotmail.com CC: andrew.g.r.hol...@gmail.com Target Milestone: --- Running KDE connect 1.32.11 on a Motorola G73 5G (XT2237-2) Build number U1TNS34.82-12-7-8, Kernel version 5.10.218-android12-9-00041-... with ThinkShield for mobile 14.01.002. When sending a file from the Computer to the Android device with "Share file", nothing happens. No notification on the phone, dead silent. I have made sure that all permissions were enabled in the Android settings. Looking at the Android logs with adb logcat, we can see that we got an access denied on tmpfs when receiving the file: ``` adb logcat | grep -C 10 kde 02-06 11:54:57.635 1731 1731 W libc : Access denied finding property "hwservicemanager.ready" 02-06 11:54:57.631 1731 1731 W binder:1731_2: type=1400 audit(0.0:854272): avc: denied { read } for name="u:object_r:hwservicemanager_prop:s0" dev="tmpfs" ino=230 scontext=u:r:lbs_dbg_ext:s0 tcontext=u:object_r:hwservicemanager_prop:s0 tclass=file permissive=0 02-06 11:54:57.645 2803 2803 D CBR_SystemUI: CarrierLabel - : updateLabel cellMsg: cellEnabled: false 02-06 11:54:57.646 2803 2803 D CBR_SystemUI: CarrierLabel - : updateLabel mCellBroadcastMessage Visibility: 8 02-06 11:54:57.646 2803 2803 D CBR_SystemUI: CarrierLabel - : updateLabel cellMsg: cellEnabled: false 02-06 11:54:57.646 2803 2803 D CBR_SystemUI: CarrierLabel - : updateLabel mCellBroadcastMessage Visibility: 8 02-06 11:54:57.648 2803 2803 D StatusBarIconController: ignoring old pipeline callbacks, because the new mobile icons are enabled 02-06 11:54:57.744 2055 2055 D FlashNotifController: requestStartFlashNotification 02-06 11:54:57.745 2055 2055 I FlashNotifController: startFlashNotification: type=1, tag=android 02-06 11:54:57.745 2055 2055 D FlashNotifController: Flash notification is disabled 02-06 11:54:57.755 2055 2055 W PackageManager: Missing required system package: org.kde.kdeconnect_tp, but found with extended search. 02-06 11:54:57.759 1374 1670 I hwcomposer: [DRMDEV] (0) failed to waitNextVsync: -1 02-06 11:54:57.765 1374 1670 I hwcomposer: [DRMDEV] (0) failed to waitNextVsync: -1 02-06 11:54:57.798 1374 1670 I hwcomposer: [DRMDEV] (0) failed to waitNextVsync: -1 02-06 11:54:57.822 1437 1437 I BufferQueueProducer: [StatusBar#82](this:0xb4000076a448ff18,id:-1,api:0,p:-1,c:1437) queueBuffer: fps=0.01 dur=85799.29 max=85799.29 min=85799.29 02-06 11:54:57.827 1374 1518 I hwcomposer: [HWCDisplay] [Display_0 (type:1)] fps:0.034642,dur:57733.20,max:57358.91,min:374.29 02-06 11:54:57.903 1437 1903 I Scheduler: applyPolicy: UpdateRefreshRate 30 to 120 of group 0: [touch=0:0 touchBoost=0 scroll=0:0 idle=0:0] 02-06 11:54:57.923 1538 1538 I FPSGO : fpsgo_boost_sched_idle_prefer:1 02-06 11:54:57.924 1538 1538 I mtkpower_client: perf_lock_acq, hdl:0, dur:0, num:2, tid:1538 02-06 11:54:57.924 1437 1437 I BufferQueueProducer: [NotificationShade#71254](this:0xb4000076a270bf18,id:-1,api:0,p:-1,c:1437) queueBuffer: fps=0.02 dur=57835.51 max=57835.51 min=57835.51 02-06 11:54:57.925 1437 1437 I Scheduler: applyPolicy: UpdateRefreshRate 120 to 30 of group 0: [touch=0:0 touchBoost=0 scroll=0:0 idle=0:0] ``` What can be done to solve this? -- You are receiving this mail because: You are watching all bug changes.