I made these changes to my init.rc and init.herring.rc file as below

service hciattach /system/bin/logwrapper /system/bin/
brcm_patchram_plus --enable_hci --enable_lpm \
    --baudrate 3000000 --patchram /vendor/firmware/bcm4329.hcd /dev/
s3c2410_serial0
    user bluetooth
    group bluetooth net_bt_admin

    disabled
    oneshot

service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd -
n
    socket bluetooth stream 660 bluetooth bluetooth
    socket dbus_bluetooth stream 660 bluetooth bluetooth
    # init.rc does not yet support applying capabilities, so run as
root and
    # let bluetoothd drop uid to bluetooth with the right linux
capabilities
    group bluetooth net_bt_admin misc
    disabled

Not much change rather , just added /system/bin/logwrapper to both the
lines above thats it.

With this kernel the Bluetooth is not turning on.
This is the logcat log when I try to turn it on
http://pastebin.com/HRgXthMY

and the backtrace/dmesg for the same is
http://pastebin.com/HaCE9ZFS

Bluetooth ON Discovered and received file logcat
http://pastebin.com/CkC2hxCr
Bluetooth ON Discovered and received file dmesg
http://pastebin.com/sfkbsUqz

Is it possible to confer anything from this backtrace.
Regards
Ruth


-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to