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
>