[quoted lines by payman shaykhmehdi on 2016/11/13 at 13:22 +0330] >My device and it's driver are listed in the device setting of brltty app >and I can select them, but there is no braille output.
Did you configure with cfg-android? In that script, you'll see that the braille drivers need to be explicitly listed. My guess is that you didn't list yours in cfg-android. > E/brltty (18813): dlopen failed: cannot locate symbol >"dotsTable_ISO11548_1" referenced by "libbrlttybpa.so"... The reason that you need to list your driver in cfg-android is because it needs to be statically linked. I haven't figured out, yet, how to make dynamic driver loading work. The problem is as you see here - external references from the driver to the core aren't being resolved. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.org/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
