View Single Post
Old 03-27-2010, 07:04 AM   #19
tonyx3
Connoisseur
tonyx3 began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Jan 2010
Device: Nexus One
Cool, thanks. I ended up switching to a development environment so I could just tweak the .py directly, and it's working great now.

Also, while looking around at the code I noticed this comment in 'interface.py'

Code:
# BCD can be either None to not distinguish between devices based on BCD, or
# it can be a list of the BCD numbers of all devices supported by this driver.
    BCD         = None


So I tried to just set it to 'None' in the android driver, and it didn't work at all. Am I misreading this comment, or is this even possible?


Thanks!
tonyx3 is offline   Reply With Quote