/README

http://eyes-free.googlecode.com/ · #! · 99 lines · 76 code · 23 blank · 0 comment · 0 complexity · 936f7786e6b6c010b460261a74af33ac MD5 · raw file

  1. # -*- mode: org -*-
  2. * Introduction
  3. This directory contains source code for various eyes-free
  4. applications for the Android platform --- see
  5. [[http://www.nytimes.com/2009/01/04/business/04blind.html?pagewanted=1&_r=1&ref=business][For
  6. The Blind, Technology Does What A Guide Dog Can't]], NYTimes,
  7. January 4, 2009. It will also contain supporting code and
  8. libraries for services such as Text-To-Speech
  9. [[http://en.wikipedia.org/wiki/Speech_synthesis][(TTS)]].
  10. [[http://www.youtube.com/eyesfreeandroid][For demos of various Eyes-Free
  11. projects, please visit our YouTube Channel.]]
  12. Or better yet, go to Android Market on your G1 and try these apps out for
  13. yourself.
  14. * Initial Setup
  15. 1. [[http://developer.android.com/][Download and setup the Android SDK.]]
  16. 2. [[http://code.google.com/p/eyes-free/source/checkout][Checkout the source
  17. code for the Eyes-Free project.]]
  18. 3. If you are building with Eclipse:
  19. - File > Import > General > Existing Projects into Workspace.
  20. - With "Select root directory:" selected, browse to the root of your SVN
  21. directory.
  22. - Select the Eyes-Free projects you wish to import into your Workspace.
  23. - Click Finish.
  24. - For each of the projects, right click, Properties > Java Build Path >
  25. Libraries and then fix any broken paths by pointing them at the
  26. "commonlibs" directory.
  27. If you are building with Ant:
  28. - Go to the "tools" subdirectory of the Android SDK.
  29. - For each project you wish to build, run this command:
  30. :android update project --path /path/to/fooproject --target 1
  31. * Build Instructions
  32. If you are building with Eclipse:
  33. These projects are built like any other Android project. Hit the run button,
  34. choose "Android Application" in the "Run As" screen, and you're done.
  35. If you are building with Ant:
  36. Each of these eyes-free applications can be built with a simple command-line
  37. of the form:
  38. :ant <build type>
  39. where <build type> is "debug", "release", "install", "reinstall", or
  40. "uninstall" without quotes.
  41. The most common types are "reinstall" (build with debug key and automatically
  42. install on your device/emulator, overwriting any older version that may exist)
  43. and "release" (build an unsigned apk which you can sign with your own key and
  44. put on Market).
  45. Thus, to build the Talking Dialer and automatically install it,
  46. : cd talkingdialer
  47. : ant reinstall
  48. * List Of Eyes-Free Applications
  49. Each application is found in its own sub-directory.
  50. | Name | Description | Directory |
  51. |----------------+-----------------------------------+---------------|
  52. | mem | The Android Memory Game | androidsays |
  53. | Brailler | Demo of using the touchscreen for Braille input | brailler |
  54. | Common Library | Jars used by all applications | commonlibs |
  55. | Compass | Talking Compass | compass |
  56. | Eyes-Free Config | Configuration manager for the Eyes-Free suite of applications | config |
  57. | Documentation | The documentation directory - contains example apps | documentation |
  58. | Native Code | The native code for the text-to-speech service | native |
  59. | Randroid | Random xkcd comic viewer that can read the comic aloud | randroid |
  60. | Remind Me | Talking alarm that uses stroke dialer input to set the time and the user's own voice note for the alarm | remindme |
  61. | Eyes-Free Shell | Alternative eyes-free homescreen | shell |
  62. | Slide Text | Demo of using stroke dialer for text entry | slidetext |
  63. | Talking Dialer | Talking dialer app that uses stroke dialing for eyes-free use | talkingdialer |
  64. | There | Location marking/way finding app | there |
  65. | Third Party | Third Party Code and Data | thirdparty |
  66. | Text-To-Speech Service | The text-to-speech service that generates synthesized speech | tts |
  67. | Utility Classes | Useful Java utility classes that can be reused by multiple projects | utils |
  68. | WhereAbout | Local information app | whereabout |
  69. |----------------+-----------------------------------+---------------|
  70. #+TITLE: README For Project Eyes-Free
  71. #+AUTHOR: T.V Raman and Charles L. Chen
  72. #+EMAIL: raman@google.com
  73. #+DATE: 2009-04-23 Thu
  74. #+LANGUAGE: en
  75. #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:nil skip:nil d:nil tags:not-in-toc
  76. #+LINK_HOME: http://eyes-free.googlecode.com