Hi,
you need to  modify init.rc like below, to give access on rfkill0->state to
bluetooth.

   #bluetooth power up/down interface
   chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
   chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
   chmod 0660                /sys/class/rfkill/rfkill0/state


On Tue, Feb 23, 2010 at 2:53 PM, Paturi <bharath.pat...@gmail.com> wrote:

>
> Hi,
>
> Can anyone please help me out in solving the bluetooth issue on
> beagleboard.
> Bluetooth is not getting on from GUI. At kernel level it is working
> good I can able to scan other bluetooth devices using hcitool.
> From GUI it is unable to on bluetooth because it is unable to open
> "sys/class/rfkill/rfkill0/state" path.
> there is no rfkill0 directory in my system. Can anyone help me out to
> sort this.
>
> On Feb 22, 4:52 pm, Paturi <bharath.pat...@gmail.com> wrote:
> > Hi,
> >
> > I have ported Android on BeagleBoard. But when I try to on the
> > Bluetooth It is getting failed. In my logcat I can trace this reason
> > since it is unable to open ("sys/class/rfkill/rfkill0/state").
> > In my file explorer it created a structure "sys/class/rfkill" after
> > enabling RFKILL flag in kernel config file.
> > But rfkill directory doesnt contain any contents. In bluetooth.c it is
> > returning error since it cant find this path. Please tell me how I can
> > enable bluetooth? What is the use of this rfkill.
>
> --
> unsubscribe: 
> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-porting
>

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

Reply via email to