redaready / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

Sorry pop-up when turning BrailleBack ON and OFF. #315

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on TalkBack
2. Turn BrailleBack ON.
3. Turn BrailleBack OFF.

What is the expected output? What do you see instead?
After somtime, turn Brailleback OFF. 
Observe that there is a Sorry Pop-up.

What version of the product are you using? On what operating system?
BrailleBack version is 0.93.0 and Android version is 4.1.2.

Please provide any additional information below.

I think this sorry-popup is caused by using unsupported method on Android 
4.1.2. The quitSafley method is added in API level 18 which is on Android 4.3 
version. 

Logs are below.

08-27 13:32:02.360 E/AndroidRuntime(27743): FATAL EXCEPTION: DisplayManager
08-27 13:32:02.360 E/AndroidRuntime(27743): java.lang.NoSuchMethodError: 
android.os.HandlerThread.quitSafely
08-27 13:32:02.360 E/AndroidRuntime(27743):         at 
com.googlecode.eyesfree.brailleback.DisplayManager$DisplayHandler.handleStop(Dis
playManager.java:661)
08-27 13:32:02.360 E/AndroidRuntime(27743):         at 
com.googlecode.eyesfree.brailleback.DisplayManager$DisplayHandler.handleMessage(
DisplayManager.java:575)
08-27 13:32:02.360 E/AndroidRuntime(27743):         at 
android.os.Handler.dispatchMessage(Handler.java:99)
08-27 13:32:02.360 E/AndroidRuntime(27743):         at 
android.os.Looper.loop(Looper.java:137)
08-27 13:32:02.360 E/AndroidRuntime(27743):         at 
android.os.HandlerThread.run(HandlerThread.java:60)

Original issue reported on code.google.com by dongog....@gmail.com on 29 Aug 2013 at 12:59

GoogleCodeExporter commented 9 years ago
I believe this was resolved in the latest BrailleBack release.

Original comment by caseybur...@google.com on 5 Dec 2013 at 7:43