Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: PSA: Bluetooth daemon will land during January

11 views
Skip to first unread message

Thomas Zimmermann

unread,
Jan 21, 2015, 3:21:10 AM1/21/15
to Mozilla, dev-bl...@lists.mozilla.org
We landed the final patches for enabling the Bluetooth daemon on master
for JB and KK. L will be ready soon. If you see related problems with
Bluetooth, please make sure your local branches are up to date. If that
doesn't help, please report a bug and add me (:tzimmermann) to the cc list.

Best regards
Thomas

Am 08.01.2015 um 09:40 schrieb Thomas Zimmermann:
> Hello everyone,
>
> the Bluetooth team has been working on a new Bluetooth daemon for the
> last couple of months. The work is almost complete and we will enable it
> step-by-step during January.
>
> We have tested our new architecture on different targets and Android
> versions, but there might still be problems that we didn't notice. If
> you run into a Bluetooth bug, such as build errors or broken Bluetooth
> services, and you think it's related to the new Bluetooth daemon, please
> report a bug that blocks bug 1005934 [1] and/or add me (:tzimmermann) to
> the cc list.
>
> Best regards
> Thomas
>
> [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1005934

Bruce Sun

unread,
Jan 21, 2015, 11:39:47 PM1/21/15
to Thomas Zimmermann, dev-bl...@lists.mozilla.org, Mozilla
Hi all,

It's worth noting that *boot.img* should be built and flashed to your
device along with gecko changes.

Generally speaking, Bluetooth daemon should work fine by building all and
flashing all onto your device. But if you would like to save time by just
building and flashing necessary components only, the following steps would
help.

step 0: Make sure your codes are updated.
- $ git pull
- $ ./repo sync
step 1: Build libfdio.so, bluetoothd, boot.img, and gecko.
- $ . setup.sh
- $ mmm system/libfdio
- $ mmm system/bluetoothd
- $ ./build.sh bootimage
- $ ./build.sh gecko
step 2: Flash boot.img and gecko.
- $ ./flash.sh boot
- $ ./flash.sh gecko
step 3: Reboot the device. Done.
- $ adb reboot

If you would like to try the Bluetooth daemon by flashing PVT builds,
please remember to flash boot.img and system.img both onto your device.

Best regards,
Bruce Sun.

On Wed, Jan 21, 2015 at 4:19 PM, Thomas Zimmermann <tzimm...@mozilla.com>
wrote:
> _______________________________________________
> dev-bluetooth mailing list
> dev-bl...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-bluetooth
>
0 new messages