方法:
1.改写kl文件,可以在源码改写,可以把手机的kl文件直接改写(root后)
2.适配一个新的手柄kl 我们需要知道vendor号和product号。然后放在sdk编译,或者直接放手机。
下面,自己需要知道哪个步骤自行阅读。
1.android sdk
目录:/frameworks/base/data/keyboards/

ex: Vendor_045e_Product_02dd.kl
Vendor_045e :表示生产商代号是045e (XBox One)
Product_02dd :表示产品型号
可以通过getevent得到Vendor和Product,后面会讲。
进入文件
# Copyright (C) 2019 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under th

本文介绍了安卓手柄kl文件的适配方法。首先可在源码或root后在手机改写kl文件,适配新手柄需知道vendor号和product号。通过android sdk获取相关信息,用getevent得知vid、pid和事件值,配置.kl文件,最后将文件推送到安卓机指定路径,重启生效,有权限问题可使用特定命令。
最低0.47元/天 解锁文章
5048

被折叠的 条评论
为什么被折叠?



