We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Trying out the HDMI in button on Zidoo X8, gives me this crash:
-12 00:24:47.265 3665 10102 D AudioInputReader: AudioInputReader:95 disable HDMI Rx RAW input mode 04-12 00:24:47.266 3665 10102 D AudioInputReader: HDMI Rx audio Ready:1 48000Hz SPDIF:LPCM 04-12 00:24:47.266 3665 10102 D RtkTranscodePlayer: Player:50 Status:50 Reader:52 AudioReader:53 Decoder:54 PostProcessor:51 Encoder:55 Writer:56 04-12 00:24:47.267 3665 7300 W ServiceManager: Permission failure: android.permission.CAMERA from uid=10063 pid=10076 04-12 00:24:47.267 3665 7300 E CameraService: Permission Denial: can't use the camera pid=10076, uid=10063 04-12 00:24:47.267 10076 10076 W CameraBase: An error occurred while connecting to camera: 1 04-12 00:24:47.268 10076 10076 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 10076 (e.zuishare_test) 04-12 00:24:47.369 3656 3656 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 04-12 00:24:47.369 3656 3656 F DEBUG : Build fingerprint: 'realtek/rtk_kylin32/kylin32:6.0.1/MOB30J/maifanghao11231530:eng/test-keys' 04-12 00:24:47.369 3656 3656 F DEBUG : Revision: '0' 04-12 00:24:47.369 3656 3656 F DEBUG : ABI: 'arm' 04-12 00:24:47.369 3656 3656 F DEBUG : pid: 10076, tid: 10076, name: e.zuishare_test >>> com.example.zuishare_test <<< 04-12 00:24:47.369 3656 3656 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 04-12 00:24:47.391 3656 3656 F DEBUG : r0 ffa0936c r1 00000008 r2 00000003 r3 00000000 04-12 00:24:47.391 3656 3656 F DEBUG : r4 ffa0936c r5 ffa0936c r6 ffa09384 r7 e0a1f394 04-12 00:24:47.391 3656 3656 F DEBUG : r8 ffa09388 r9 e0a1f390 sl 6fd235d0 fp 12d27b70 04-12 00:24:47.391 3656 3656 F DEBUG : ip f6ee5a24 sp ffa09360 lr f6ece917 pc f6ece8c4 cpsr 200f0030 04-12 00:24:47.393 3656 3656 F DEBUG : 04-12 00:24:47.393 3656 3656 F DEBUG : backtrace: 04-12 00:24:47.393 3656 3656 F DEBUG : #00 pc 000188c4 /system/lib/libcamera_client.so (_ZN7android2spINS_14CaptureRequestEEC2ERKS2_+3) 04-12 00:24:47.393 3656 3656 F DEBUG : #01 pc 00018913 /system/lib/libcamera_client.so (_ZN7android6Camera6unlockEv+10) 04-12 00:24:47.393 3656 3656 F DEBUG : #02 pc 0000b403 /system/lib/librealtek_runtime.so 04-12 00:24:47.393 3656 3656 F DEBUG : #03 pc 721ab1ad /data/dalvik-cache/arm/system@[email protected] (offset 0x1f41000) 04-12 00:24:47.616 7489 7489 I wpa_supplicant: [CTRL_IFACE] wlan0: 'SIGNAL_POLL' 04-12 00:24:47.790 3656 3656 F DEBUG : 04-12 00:24:47.790 3656 3656 F DEBUG : Tombstone written to: /data/tombstones/tombstone_07 04-12 00:24:47.790 3656 3656 E DEBUG : AM write failed: Broken pipe 04-12 00:24:47.791 4932 5112 I BootReceiver: Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE) 04-12 00:24:47.793 4932 10113 W ActivityManager: Force finishing activity com.example.zuishare_test/com.zidoo.test.hdmi.HDMIActivity 04-12 00:24:47.800 4932 10113 W ActivityManager: Force finishing activity com.example.zuishare_test/.MainActivity
I was wondering why it was trying to access the camera.
My zidoo box is connected to a samsung tv.
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Trying out the HDMI in button on Zidoo X8, gives me this crash:
-12 00:24:47.265 3665 10102 D AudioInputReader: AudioInputReader:95 disable HDMI Rx RAW input mode 04-12 00:24:47.266 3665 10102 D AudioInputReader: HDMI Rx audio Ready:1 48000Hz SPDIF:LPCM 04-12 00:24:47.266 3665 10102 D RtkTranscodePlayer: Player:50 Status:50 Reader:52 AudioReader:53 Decoder:54 PostProcessor:51 Encoder:55 Writer:56 04-12 00:24:47.267 3665 7300 W ServiceManager: Permission failure: android.permission.CAMERA from uid=10063 pid=10076 04-12 00:24:47.267 3665 7300 E CameraService: Permission Denial: can't use the camera pid=10076, uid=10063 04-12 00:24:47.267 10076 10076 W CameraBase: An error occurred while connecting to camera: 1 04-12 00:24:47.268 10076 10076 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 10076 (e.zuishare_test) 04-12 00:24:47.369 3656 3656 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 04-12 00:24:47.369 3656 3656 F DEBUG : Build fingerprint: 'realtek/rtk_kylin32/kylin32:6.0.1/MOB30J/maifanghao11231530:eng/test-keys' 04-12 00:24:47.369 3656 3656 F DEBUG : Revision: '0' 04-12 00:24:47.369 3656 3656 F DEBUG : ABI: 'arm' 04-12 00:24:47.369 3656 3656 F DEBUG : pid: 10076, tid: 10076, name: e.zuishare_test >>> com.example.zuishare_test <<< 04-12 00:24:47.369 3656 3656 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 04-12 00:24:47.391 3656 3656 F DEBUG : r0 ffa0936c r1 00000008 r2 00000003 r3 00000000 04-12 00:24:47.391 3656 3656 F DEBUG : r4 ffa0936c r5 ffa0936c r6 ffa09384 r7 e0a1f394 04-12 00:24:47.391 3656 3656 F DEBUG : r8 ffa09388 r9 e0a1f390 sl 6fd235d0 fp 12d27b70 04-12 00:24:47.391 3656 3656 F DEBUG : ip f6ee5a24 sp ffa09360 lr f6ece917 pc f6ece8c4 cpsr 200f0030 04-12 00:24:47.393 3656 3656 F DEBUG : 04-12 00:24:47.393 3656 3656 F DEBUG : backtrace: 04-12 00:24:47.393 3656 3656 F DEBUG : #00 pc 000188c4 /system/lib/libcamera_client.so (_ZN7android2spINS_14CaptureRequestEEC2ERKS2_+3) 04-12 00:24:47.393 3656 3656 F DEBUG : #01 pc 00018913 /system/lib/libcamera_client.so (_ZN7android6Camera6unlockEv+10) 04-12 00:24:47.393 3656 3656 F DEBUG : #02 pc 0000b403 /system/lib/librealtek_runtime.so 04-12 00:24:47.393 3656 3656 F DEBUG : #03 pc 721ab1ad /data/dalvik-cache/arm/system@[email protected] (offset 0x1f41000) 04-12 00:24:47.616 7489 7489 I wpa_supplicant: [CTRL_IFACE] wlan0: 'SIGNAL_POLL' 04-12 00:24:47.790 3656 3656 F DEBUG : 04-12 00:24:47.790 3656 3656 F DEBUG : Tombstone written to: /data/tombstones/tombstone_07 04-12 00:24:47.790 3656 3656 E DEBUG : AM write failed: Broken pipe 04-12 00:24:47.791 4932 5112 I BootReceiver: Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE) 04-12 00:24:47.793 4932 10113 W ActivityManager: Force finishing activity com.example.zuishare_test/com.zidoo.test.hdmi.HDMIActivity 04-12 00:24:47.800 4932 10113 W ActivityManager: Force finishing activity com.example.zuishare_test/.MainActivity
I was wondering why it was trying to access the camera.
My zidoo box is connected to a samsung tv.
Thanks in advance
The text was updated successfully, but these errors were encountered: