Re: [Barry-devel] HAL and python script

2008-10-31 Thread Martin Owens
> Thanks for the tips. This helped me test it on my system. No problem, glad the code and fdi made it's way into the main line development. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bui

Re: [Barry-devel] HAL and python script

2008-10-30 Thread Chris Frey
On Wed, Oct 22, 2008 at 10:51:18PM -0400, Martin Owens wrote: > Running hal-blackberry alone could come out with errors. > > What you need to do is take the UDI string from HAL (run hal-device for > a list of them) and post that into the enviroment variable UDI > > $UDI='something' /usr/bin/hal-b

Re: [Barry-devel] HAL and python script

2008-10-22 Thread Martin Owens
Running hal-blackberry alone could come out with errors. What you need to do is take the UDI string from HAL (run hal-device for a list of them) and post that into the enviroment variable UDI $UDI='something' /usr/bin/hal-blackberry That should then look at a real device. If it still errors the

[Barry-devel] HAL and python script

2008-10-22 Thread Chris Frey
Hi Martin, I'm working on integrating your HAL scripts, and while testing on my Debian Etch (stable) system, I'm running into some problems. Some questions: - How did you test your scripts? I'm assuming I can't just run /usr/bin/hal-blackberry and have some useful output