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 <[email protected]>
wrote:

> 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
>
> _______________________________________________
> dev-bluetooth mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-bluetooth
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to