scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

My Fire HD 10 won't connect to scrcpy

Open s-bie opened this issue 2 years ago • 3 comments

  • [X] I have read the FAQ.
  • [X] I have searched in existing issues.

Environment

  • OS: Chrome OS 11.0.5563.71
  • scrcpy version: 1.17
  • installation method: manual
  • device model: Fire HD 10 (2021, 11th gen)
  • Android version: 9

Describe the bug A clear and concise description of what the bug is.

Okay so, I have been trying to connect my fire tablet to scrcpy, but, it never works. I always get the warning

INFO: OpenGL version: 3.1 Mesa 21.2.6
INFO: Trilinear filtering enabled
INFO: Initial texture: 1920x1200
WARN: Device disconnected
WARN: Killing the server..

Now, I know you might say try another cable, which I've tried, I've tried doing it wireless, but nothing works. The screen does turn on when I run the command scrcpy -s [serial] But nothing happens. And sometimes it says it can't retrieve my device information. Whatever/whoever can help/fix this problem, I appreciate it.

s-bie avatar Mar 22 '23 15:03 s-bie

scrcpy version: 1.17

Could you try the latest? (currently, 2.0)

Could you copy the whole console output, please, with scrcpy -Vdebug?

Also try with another --video-encoder: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#codec

rom1v avatar Mar 22 '23 15:03 rom1v

Could you try the latest? (currently, 2.0)

Uh, I don't know how to reply to this, but, I can't, Chrome OS linux uses debian 11, and on the version page it says debian 11 runs 1.17 so i just went with it

Could you copy the whole console output, please, with scrcpy -Vdebug?

INFO: scrcpy 1.17 <https://github.com/Genymobile/scrcpy>
DEBUG: Using server: /usr/share/scrcpy/scrcpy-server
/usr/share/scrcpy/scrcpy-server: 1 file...ushed. 0.7 MB/s (34015 bytes in 0.046s)
DEBUG: Screensaver enabled
[server] INFO: Device: Google rammus (Android 11)
DEBUG: Starting stream thread
DEBUG: Starting controller thread
DEBUG: Starting receiver thread
[server] DEBUG: Using encoder: 'c2.v4l2.avc.encoder'
INFO: Renderer: opengl
INFO: OpenGL version: 3.1 Mesa 21.2.6
INFO: Trilinear filtering enabled
INFO: Initial texture: 1920x1080
DEBUG: User requested to quit
DEBUG: quit...
DEBUG: End of frames
DEBUG: Receiver stopped
[server] DEBUG: Controller stopped
WARN: Killing the server...
DEBUG: Server terminated

Also try with another --video-encoder: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#codec

Just tells me

scrcpy: unrecognized option '--video-codec=h265'

s-bie avatar Mar 22 '23 15:03 s-bie

Chrome OS linux uses debian 11, and on the version page it says debian 11 runs 1.17 so i just went with it

OK. On Chrome OS, could you install the latest version by following these steps: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version ?

Also try with another --video-encoder:

On older versions, use scrcpy --encoder=_, it will fail with the list of available encoders, then use scrcpy --encoder=some_encoder_name.

rom1v avatar Mar 22 '23 16:03 rom1v