diff options
| author | David Walter Seikel | 2014-06-08 21:41:15 +1000 |
|---|---|---|
| committer | David Walter Seikel | 2014-06-08 21:41:15 +1000 |
| commit | e94917dc3c2c1b0ae6ac56bdf60a39a330da0662 (patch) | |
| tree | 2106a00200cd09007a6320ce89326e0ee187aeab | |
| download | toyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.zip toyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.tar.gz toyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.tar.bz2 toyboxInstaller-e94917dc3c2c1b0ae6ac56bdf60a39a330da0662.tar.xz | |
Initial commit, so just the README.
| -rw-r--r-- | README | 51 |
1 files changed, 51 insertions, 0 deletions
| @@ -0,0 +1,51 @@ | |||
| 1 | This is an Android installer for Rob Landley's toybox. | ||
| 2 | |||
| 3 | http://landley.net/code/toybox/ | ||
| 4 | |||
| 5 | |||
| 6 | Design. | ||
| 7 | ======= | ||
| 8 | |||
| 9 | My initial design thoughts are to download a recent binary of toybox | ||
| 10 | from Rob's web site that is suitable for what ever CPU we are running | ||
| 11 | on. | ||
| 12 | |||
| 13 | http://landley.net/code/toybox/bin/ | ||
| 14 | |||
| 15 | Then provide a list of the folders in the current PATH, so the user can | ||
| 16 | select where to install it. Likely root will be needed, though I think | ||
| 17 | there are non root ways of running things like toybox. I dunno yet if | ||
| 18 | access to the PATH is possible, or the CPU type. We shall see. | ||
| 19 | |||
| 20 | A fall back option is to use some sort of directory picker. | ||
| 21 | |||
| 22 | |||
| 23 | About the logo. | ||
| 24 | =============== | ||
| 25 | |||
| 26 | After some discussion on the mailing list about a suitable logo, Rob | ||
| 27 | mentioned that he would love to get the rights to use the image from - | ||
| 28 | |||
| 29 | http://www.dorodango.com/about.html | ||
| 30 | |||
| 31 | Bruce Gardner was gracious enough to give us the rights to use that | ||
| 32 | image for the toybox logo. So the Placitas_Green_pillow.jpg image, and | ||
| 33 | all derivations of it, are used with permission from Bruce Gardner. | ||
| 34 | Thank you Bruce. | ||
| 35 | |||
| 36 | |||
| 37 | Authors. | ||
| 38 | ======== | ||
| 39 | |||
| 40 | Rob Landley is the creator and maintainer of toybox, and many people | ||
| 41 | have contributed to toybox (see details on the toybox website above). | ||
| 42 | |||
| 43 | David Seikel is the author of this toyboxInstaller app for Android. | ||
| 44 | |||
| 45 | |||
| 46 | License. | ||
| 47 | ======== | ||
| 48 | |||
| 49 | ToyboxInstaller is licensed under the same BSD style license that toybox | ||
| 50 | is licensed under. See the toybox web site above for details. | ||
| 51 | |||
