AndroidUSBCamera icon indicating copy to clipboard operation
AndroidUSBCamera copied to clipboard

android 14遇到 android.app.StackTrace: New mutable implicit PendingIntent

Open hiluo opened this issue 9 months ago • 9 comments

2025-03-06 17:40:25.376 20723-20723 PendingIntent com.chevipcheck W android.app.StackTrace: New mutable implicit PendingIntent: pkg=com.xxxxx, action=com.serenegiant.USB_PERMISSION.88345595, featureId=null. This will be blocked once the app targets U+ for security reasons. at android.app.PendingIntent.checkPendingIntent(PendingIntent.java:446) at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:734) at android.app.PendingIntent.getBroadcast(PendingIntent.java:721) at com.jiangdg.usb.USBMonitor.register(USBMonitor.java:181) at com.jiangdg.ausbc.MultiCameraClient.register(MultiCameraClient.kt:161) at com.jiangdg.ausbc.base.CameraActivity.registerMultiCamera(CameraActivity.kt:145) at com.jiangdg.ausbc.base.CameraActivity$handleTextureView$1.onSurfaceTextureAvailable(CameraActivity.kt:167) at android.view.TextureView.getTextureLayer(TextureView.java:550)

hiluo avatar Mar 06 '25 09:03 hiluo

Has anyone here encountered this problem? How to solve it?

hiluo avatar Mar 06 '25 09:03 hiluo

Image

hiluo avatar Mar 06 '25 10:03 hiluo

Image

hiluo avatar Mar 06 '25 10:03 hiluo

Looks like we need a new version

hiluo avatar Mar 06 '25 10:03 hiluo

Did you find a workaround for this issue? I've tried to proxy this class without success.

thiagoflima avatar Mar 18 '25 18:03 thiagoflima

Any solution ??????

esthernoa avatar Mar 24 '25 23:03 esthernoa

The problem itself is easy to fix. What's difficult is recompiling the project—there are too many outdated methods and functions. I forked the project and I'm trying.

thiagoflima avatar Mar 25 '25 17:03 thiagoflima

@thiagoflima Are you able to compile the project? I recompiled the project but getting Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x379f7b064183b8 Error only in android 14 and android 15

SantoshInchalakaranji avatar Apr 08 '25 09:04 SantoshInchalakaranji

貌似不维护了,用这个吧 https://github.com/shiyinghan/UVCAndroid

FaceAISDK avatar Jun 21 '25 08:06 FaceAISDK