[quoted lines by Dietmar Segbert on 2013/04/07 at 16:28 +0200] >In the settings for accessibility i can activate brltty, bt if i activate >setting of brltty), a message "brltty stopped OK" appears on the screen. > Must i activate some other settings?
No. When you get that dialog, it means that brltty has probably crashed. What we need you to do, as soon as possible after such a crash, is to capture a log and send it to us (attaching to a message to this list is fine). There are notes in README.Android on how to do this. The command is: adb logcat -v time -d >logfile Since "adb logcat" writes the log to standard output, the > is to redirect its standard output to a file. The "-v time" option adds a timestamp to each line in the log. The "-d" option dumps the log and then quits - without it, "adb logcat" keeps on waiting for more log records. > Where is the brltty.conf. It doesn't make much sense on Android. Use the "Settings" button for BRLTTY within the "Accessibility" settings. -- 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.com/ _______________________________________________ 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
