/documentation/android_access/tips.html

http://eyes-free.googlecode.com/ · HTML · 140 lines · 112 code · 16 blank · 12 comment · 0 complexity · a141de60f282da6840d56b32aefe5e5e MD5 · raw file

  1. <!-- Copyright 2010 Google Inc.
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License. -->
  11. <html>
  12. <head>
  13. <title>Tips and tricks - Android Accessibility</title>
  14. <link rel="stylesheet" type="text/css" href="style.css">
  15. </head>
  16. <body>
  17. <div id="main_body">
  18. <h1>Tips and Tricks</h1>
  19. <div class="nav">
  20. <div class="nav_back">
  21. <a href="customizing.html">Previous: Customizing Your Experience</a>
  22. </div>
  23. <div class="nav_up">
  24. <a href="index.html">Up: Android Accessibility</a>
  25. </div>
  26. <div class="nav_next">
  27. <a href="apps.html">Next: Accessible Apps</a>
  28. </div>
  29. </div>
  30. <p>
  31. <strong>Default apps</strong>:
  32. When you install multiple apps that fulfill the same role, such as
  33. multiple home screens or multiple web browsers, then Android might
  34. sometimes ask you which app you want to open. For example, when you
  35. press the Home button, but you have two Home screen apps, it will ask
  36. you which one you want. There's also a checkbox where you can set that
  37. app as the default, so it won't ask you again. The other app will
  38. still be there, but it won't open unless you specifically open it
  39. yourself. To reset the defaults, just open Settings, Application
  40. settings, Manage Applications, and click on the application that's the
  41. default now, and you'll get an option to make it not the default
  42. anymore.
  43. </p>
  44. <p>
  45. <strong>Shortcuts</strong>:
  46. You can assign Search key + any letter on your keyboard to opening an
  47. app of your choice. It's in Settings, under the Applications section.
  48. </p>
  49. <p>
  50. <strong>Toggle silent mode in the lock screen</strong>:
  51. When your phone is locked, you use a swipe gesture from left to right to
  52. unlock it. If you swipe from right to left, you can toggle silent mode
  53. on and off. TalkBack will announce the mode change if you do this
  54. successfully.
  55. </p>
  56. <p>
  57. <strong>Turn off features you don't need</strong>:
  58. If you're not going to be using the display, you can save battery by
  59. reducing the brightness to the lowest setting and turning off animations.
  60. You can find both of these in the Display section of Settings.
  61. You may also want to turn off auto-rotating the screen.
  62. </p>
  63. <p>
  64. <strong>TTS Extended lets you access advanced TTS features on older
  65. Android versions</strong>:
  66. You shouldn't download this if you have Android 2.2 or later. But if you
  67. have Android 2.1 or earlier, TTS Extended will allow many applications to
  68. speak using additional voices other than the built-in voice, and it gives
  69. you more options for controlling speech.
  70. </p>
  71. <p>
  72. <strong>The Music app is accessible</strong>:
  73. When playing a song, either click or press the spacebar to play or pause.
  74. To skip to another track, press left or right. To seek within a track,
  75. hold down the left or right keys.
  76. </p>
  77. <p>
  78. <strong>Sliders are not very accessible</strong>:
  79. If you encounter a slider or seek control, unfortunately it's not
  80. accessible. This is a known bug that will be fixed in a future version of
  81. Android. However, the control does actually move if you press the left or
  82. right arrows, there's just no way to get feedback as to the current
  83. position. Still, if it's very important to adjust something, you can always
  84. manipulate it blind and check to see if it had an effect some other way.
  85. </p>
  86. <p>
  87. <strong>Turn off Gmail syncing if you don't need it</strong>:
  88. Since Gmail isn't accessible, there's no need to sync it. Go to the Accounts
  89. &amp; Sync section in the Settings to stop syncing your Gmail email. You
  90. may want to keep syncing contacts and other Google data, though, since those
  91. are accessible. Note that you can still read your email from Gmail using
  92. a different accessible email program - you just can't use the built-in
  93. Gmail-only app.
  94. </p>
  95. <p>
  96. <strong>Many apps have tabs across the top of the screen</strong>:
  97. Don't forget to check the two-dimensional layout of the screen as you're
  98. exploring.
  99. </p>
  100. <p>
  101. <strong>Android has several keyboard shortcuts</strong>:
  102. Many of the text-editing keystrokes you're used to in a desktop computer
  103. will work on an Android device with a keyboard. For example, hold down
  104. Shift while moving the directional controller to select text, and press
  105. Alt+X to cut, Alt+C to copy, and Alt+V to paste in any text box. In addition,
  106. press Alt+Up to move to the top of a box and Alt+Down to move to the bottom.
  107. This also works in lists, not just in text boxes.
  108. </p>
  109. <div class="nav">
  110. <div class="nav_back">
  111. <a href="customizing.html">Previous: Customizing Your Experience</a>
  112. </div>
  113. <div class="nav_up">
  114. <a href="index.html">Up: Android Accessibility</a>
  115. </div>
  116. <div class="nav_next">
  117. <a href="apps.html">Next: Accessible Apps</a>
  118. </div>
  119. </div>
  120. </div>
  121. </body>
  122. </html>