|
发表于 2017-3-20 11:40:09
36110 浏览 1 回复
Android4.4.4实现ble功能
本帖最后由 Linux 于 2017-4-21 14:22 编辑
①.如果是4418:
在4418/android/device/nexell/drone2/device.mk中添加:
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
②.如果是4412:
在4412Android4.4.4中iTop4412_KK4.4_git/device/samsung/smdk4x12/device.mk添加:
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
以上列举了两个开发板的Android4.4.4支持ble的修改方法,这个方法的本质是把android.hardware.bluetooth.xml,android.hardware.bluetooth_le.xml两个文件复制到system/etc/permissions/之中,这样就打开了ble权限。应该Android4.4支持ble的方法都是这样的。大家可以尝试一下,欢迎在下面留言评论。
|
|
|
|
|
|
|
|
发表于 2018-9-27 19:07:05
|
|
|
|
|
|
登录或注册
扫一扫关注迅为公众号


|