由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
PDA版 - Googe/Android TV remote没有Menu键怎么破
进入PDA版参与讨论
1 (共1页)
v*******y
发帖数: 1
1
买了Sony X90J,遥控器没有Menu键
然后买了Onn UHD streamer,遥控器也没有Menu键
而以前的Fire TV 4K是有这个Menu键的
很多的中国APP都需要Menu键来检测调整视频源和清晰度。没有的话几乎不能用
网上的破解方法是长按OK键,对Onn和Sony完全没有用
还有什么键组合能解决这个问题?
另外,Onn对TV的兼容性不好,我家的三星TV没有问题,但Onn对Sony的音量调整就太差
了,比Sony原来的信号弱了4倍,以致切换到Sony电视后声音太响。
另外,接了Onn设备后,似乎显示品质下降,不知是否是HDMI的Cable问题?
k**********s
发帖数: 6409
2
我用来看电视的几个apps都还行,用back,OK或左右键能进入menu。实在不行的话,你
可以在手机或平板上装个遥控器app,只用它来进菜单。
以后不要在这个版面逛了,没人管,都是广告垃圾。去电脑版吧,那里至少还有个嘀嗒
在做善事。
n****1
发帖数: 474
3
用Button Mapper和adb可以map一个key。在Tivo Stream 4K上操作可以用。

【在 v*******y 的大作中提到】
: 买了Sony X90J,遥控器没有Menu键
: 然后买了Onn UHD streamer,遥控器也没有Menu键
: 而以前的Fire TV 4K是有这个Menu键的
: 很多的中国APP都需要Menu键来检测调整视频源和清晰度。没有的话几乎不能用
: 网上的破解方法是长按OK键,对Onn和Sony完全没有用
: 还有什么键组合能解决这个问题?
: 另外,Onn对TV的兼容性不好,我家的三星TV没有问题,但Onn对Sony的音量调整就太差
: 了,比Sony原来的信号弱了4倍,以致切换到Sony电视后声音太响。
: 另外,接了Onn设备后,似乎显示品质下降,不知是否是HDMI的Cable问题?

n****1
发帖数: 474
4
在Sony Android tv上操作也可以用。
如果你看到下图表示adb没操作好。

【在 n****1 的大作中提到】
: 用Button Mapper和adb可以map一个key。在Tivo Stream 4K上操作可以用。
n****1
发帖数: 474
5
Info key cord=165
for SmartTube NEXT or NETFLIX , PRIME VIDEO , Apple TV+
Menu key code=82
For 千尋 , FreeDTV , SmartTube NEXT....及多數大陸的TV APP

【在 n****1 的大作中提到】
: 在Sony Android tv上操作也可以用。
: 如果你看到下图表示adb没操作好。

k**********s
发帖数: 6409
6

在我的飞利浦4K上也成!用的code 82。
adb shell pm grant flar2.homebutton android.permission.WRITE_SECURE_SETTINGS

【在 n****1 的大作中提到】
: Info key cord=165
: for SmartTube NEXT or NETFLIX , PRIME VIDEO , Apple TV+
: Menu key code=82
: For 千尋 , FreeDTV , SmartTube NEXT....及多數大陸的TV APP

n****1
发帖数: 474
7
据说,全有的Google TV/box 的firmware都要送Google审查认证。所以TV/box的底层都
一样,都可map key。
Kodi need
Page Up key KEYCODE_PAGE_UP = 92
Page Down key KEYCODE_PAGE_DOWN = 93
Stop media key KEYCODE_MEDIA_STOP = 86
下面的link是Android Key Codes
https://elementalx.org/button-mapper/android-key-codes/

SETTINGS

【在 k**********s 的大作中提到】
:
: 在我的飞利浦4K上也成!用的code 82。
: adb shell pm grant flar2.homebutton android.permission.WRITE_SECURE_SETTINGS

s********i
发帖数: 17328
8
请问adb怎么用?很少用安卓的东西,很久没搞了。
一是这两个键,二是要卸载奈菲之类的自带app,老人用不到,会confuse。

【在 n****1 的大作中提到】
: Info key cord=165
: for SmartTube NEXT or NETFLIX , PRIME VIDEO , Apple TV+
: Menu key code=82
: For 千尋 , FreeDTV , SmartTube NEXT....及多數大陸的TV APP

n****1
发帖数: 474
9
卸载应用,应用分两种普通和系统:卸载前要disable auto-Update。
普通应用:clear date then uninstall.
系统应用:clear date, uninstall update then disable.
提一下要经常check and update Android System WebView.

【在 s********i 的大作中提到】
: 请问adb怎么用?很少用安卓的东西,很久没搞了。
: 一是这两个键,二是要卸载奈菲之类的自带app,老人用不到,会confuse。

n****1
发帖数: 474
10
* Android TV/Box adb setup
https://www.makeuseof.com/how-to-use-adb-on-android-tv/
*Android TV/Box 和PC要在同一个 home network。
*Check Android TV/Box的IP 例如: 123.456.7.89
*Android TV/Box
Find, download and install "Button Mapper Pro" and run it.
v3.04 or v1.51 will be fine.
*PC
Download, unzip the adb file and run "cmd-here.exe":
https://drive.google.com/u/0/uc?id=1tGdCcA55X2gxITVHUcVMSzeMGHkZpolt&export=
download
** Run adb command (copy and past ):
adb connect 123.456.7.89:5555
*here replace with your IP*.
then goto you TV click Yes/ok
If nothing on your TV screen you have to redo the first command.
*******************************
** next 3 commands,run one by one (copy and past ):
adb shell pm grant flar2.homebutton android.permission.WRITE_SECURE_SETTINGS
adb shell settings put secure enabled_accessibility_services flar2.
homebutton/flar2.homebutton.a.ai
adb shell settings put secure accessibility_enabled 1
********************************
After run close "cmd-here" window.
*Go back to "Button Mapper Pro" to setup your key.
>> Add Buttons >>
>> Press any key you want to change
you will see GUIDE xxx
GUIDE xxx is the key code
>> Costomize
>> Single tap >>
>> Actions >> Costom keycode (Ver 2)>>
>> put 82 (for menu) >> OK
s********i
发帖数: 17328
11
谢了,Onn Android TV有developer mode一说吗?电视家app在所有应用里能看见,但
桌面应用看不到。

【在 n****1 的大作中提到】
: 卸载应用,应用分两种普通和系统:卸载前要disable auto-Update。
: 普通应用:clear date then uninstall.
: 系统应用:clear date, uninstall update then disable.
: 提一下要经常check and update Android System WebView.

n****1
发帖数: 474
12
First step.
电视家
Go to the web page to make a small apk.
s********i
发帖数: 17328
13
你在另一个帖子里发的办法?http://atvlauncher.trekgonewild.de/index.php
电视家的package name是什么?去哪里找?

【在 n****1 的大作中提到】
: First step.
: 电视家
: Go to the web page to make a small apk.

k**********s
发帖数: 6409
14

用Sideload Channel可以把任何app放到桌面上。

【在 s********i 的大作中提到】
: 谢了,Onn Android TV有developer mode一说吗?电视家app在所有应用里能看见,但
: 桌面应用看不到。

n****1
发帖数: 474
15
如果你用ES File Explorer Manager安装就会看见package name。

【在 s********i 的大作中提到】
: 你在另一个帖子里发的办法?http://atvlauncher.trekgonewild.de/index.php
: 电视家的package name是什么?去哪里找?

s********i
发帖数: 17328
16
谢谢,回头试试。

【在 k**********s 的大作中提到】
:
: 用Sideload Channel可以把任何app放到桌面上。

s********i
发帖数: 17328
17
谢谢,用的是x-plorer,没注意package name是啥。

【在 n****1 的大作中提到】
: 如果你用ES File Explorer Manager安装就会看见package name。
s********i
发帖数: 17328
18
我把TV App Repo装上用它生成shortcut了。

【在 n****1 的大作中提到】
: 如果你用ES File Explorer Manager安装就会看见package name。
b****q
发帖数: 567
19


【在 s********i 的大作中提到】
: 谢谢,用的是x-plorer,没注意package name是啥。
s********i
发帖数: 17328
20
谢谢

【在 b****q 的大作中提到】

1 (共1页)
进入PDA版参与讨论