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.
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.
--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting
There is no rfkill0 subdirectory created for me in "sys/class/rfkill"
path.
If rfkill0 is created under the path then I think I can give access on
rfkill0-> state to
bluetooth.
On Feb 24, 1:29 am, Deva R <r.deva...@gmail.com> wrote:
> 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-porti...@googlegroups.com<android-porting%2Bunsu...@googlegroups.com>
> > website:http://groups.google.com/group/android-porting
However I urge you to use texas instrument's very own ST driver for
chips which mux UART for BT, FM and GPS operation.
You can find / port that driver for yourself. (found under
drivers/misc/ti-st/ directory of same tree).
regards,
Pavan
> --
> unsubscribe: android-porti...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>
--
--Pavan Savoy
On Feb 23, 5:23 pm, Paturi <bharath.pat...@gmail.com> wrote:
> Hi,
>
> Can anyone please help me out in solving the bluetooth issue onbeagleboard.
> 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 onBeagleBoard. But when I try to on the