thats the place to start a service by default during android boot..

and i assume below will be taken care
- typo in 'oneshot','group'
- init.platform.rc => rename to init.rc

you might also want to mention user fields, to avoid permissions while
using the service later..


2010/4/27 Максим Андрущенко <[email protected]>:
> HI.
> My bluetooth 2.0 csr chip works only after i load some pskeys to it's 
> configuration using utility bccmd.
> But by default Android doesn't use bccmd. I have built bccmd utility which 
> allows to set pskeys to bluetooth chip. So my question is, how to integrate 
> bccmd into Android to setup bluetooth correctly.
> Should i place it in *.rc file or modify some sources?
> Rigth now i am thinking to add in init.platform.rc something like this:
>
> service bcccmd /system/bin/bccmd ..... pskeys.txt
>    oneshort
>
> service hciattach .......
>    groups bluetooth
>    ......
>
> Will this solution work correctly? Or may be there is a better solution?
>
> Thanks
>
> --
> unsubscribe: [email protected]
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to