2016-06-06 11:21 GMT+08:00 youling 257 <
youli...@gmail.com>:
> Do not understand the meaning of your English
> If compile the source code to get ISO, must modify the system.img, copy
> into the /bin/rtk_hciattach, copy into the /etc/init.d/2.sh, cm13 support
> init.d,
> 2.sh, it just needs to be edited.
> # /system/bin/sh!
> rtk_hciattach -n -s /dev/ttyS1 115200 rtk_h5
>
> 在 2016年6月6日星期一 UTC+8上午10:34:04,Chih-Wei Huang写道:
>>
>> 2016-06-06 7:17 GMT+08:00 youling 257 <
youli...@gmail.com>:
>> > Chih-Wei Huang,I see you add CONFIG_RFKILL_GPIO=m to kernel tree,
>> >
>> >
https://sourceforge.net/p/android-x86/kernel/ci/bf3cf2a8dded98d77e4c3ed12c19bedb65c4f955/
>> > I tell you,need system/bin/rtk_hciattach,please extract
>> > rtk_hciattach.tar.gz
>>
>> Please use btattach (fix or modify it if necessary).
The btattach is a standard Bluez tool which
has been integrated into our codebase.
See
https://www.daemon-systems.org/man/btattach.8.html
You may contact the author if you need help
to add the support of your device.
>> > and add to source ;need every boot,rtk_hciattach -n -s 115200 /dev/ttyS1
>> > rtk_h5,please add it to init.sh
>>
>> Provide a patch for your device.
Read function init_hal_bluetooth() of init.sh
to see how to add the support for your device.