futeko.com FORUM
Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: nandish on February 25, 2020, 10:18:11 AM
-
I will ask a trivial question. how to make a screenshot on my Himedia Q10 Pro. Maybe someone knows? Is there any application to do this with the remote control? Thanks for any answers :)
I don't mean the himedia app on my smartphone, but directly in the player.
-
Use Unofficial Remote Patch for change key.xml for example 3D key to screenshot
https://www.futeko.com/newforum/index.php?topic=1259.0
Edit on key.xml
<key value="0xae51ef10" name="KEY_3D" />
to
<key value="0xae51ef10" name="KEYCODE_SYSRQ" />
or via adb shell from PC
adb connect <ip_player>
adb shell input keyevent 120
PS: KEYCODE_SYSRQ = 120
-
Thank you so much pcristi, it works :) Cool!