aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-09-22 13:27:42 +1000
committerDavid Walter Seikel2014-09-22 13:27:42 +1000
commit55e3a03598f6fab37e18fad19296669be6886568 (patch)
treea4c9bc524fe4922f7373dbbe254d57dec4ab5c5e
parentMore UI, and get most of the UI working. (diff)
downloadtoyboxInstaller-55e3a03598f6fab37e18fad19296669be6886568.zip
toyboxInstaller-55e3a03598f6fab37e18fad19296669be6886568.tar.gz
toyboxInstaller-55e3a03598f6fab37e18fad19296669be6886568.tar.bz2
toyboxInstaller-55e3a03598f6fab37e18fad19296669be6886568.tar.xz
Update README.
-rw-r--r--README24
1 files changed, 7 insertions, 17 deletions
diff --git a/README b/README
index 8eacb35..b460bad 100644
--- a/README
+++ b/README
@@ -1,7 +1,4 @@
1This is an Android installer for Rob Landley's toybox. Toybox combines 1This is an Android installer for Rob Landley's toybox.
2common Linux command line utilities together into a single BSD-licensed
3executable that's simple, small, fast, reasonably standards-compliant,
4and powerful enough to turn Android into a development environment.
5 2
6http://landley.net/code/toybox/ 3http://landley.net/code/toybox/
7 4
@@ -17,19 +14,12 @@ My initial design thoughts are to download a recent binary of toybox
17from Rob's web site that is suitable for what ever CPU we are running 14from Rob's web site that is suitable for what ever CPU we are running
18on. 15on.
19 16
20http://landley.net/code/toybox/downloads/binaries/
21
22java.lang.System.getProperty("os.arch"); returns things like "armv7l".
23Currently the latests toybox binaries download only provides ARM 4, 5,
24and 6 versions. So would need some massaging to get the closest match.
25
26Then provide a list of the folders in the current PATH, so the user can 17Then provide a list of the folders in the current PATH, so the user can
27select where to install it. Likely root will be needed, though I think 18select where to install it. Likely root will be needed, though I think
28there are non root ways of running things like toybox. 19there are non root ways of running things like toybox.
29 20
30A fall back option is to use some sort of directory picker. Might just 21A fall back option is to use some sort of directory picker. Might just
31provide that anyway, for extra flexibility. One more option might be to 22provide that anyway, for extra flexibility.
32allow a choice of versions to install.
33 23
34 24
35About the logo. 25About the logo.
@@ -45,11 +35,11 @@ image for the toybox logo. So the Placitas_Green_pillow.jpg image, and
45all derivations of it, are used with permission from Bruce Gardner. 35all derivations of it, are used with permission from Bruce Gardner.
46Thank you Bruce. 36Thank you Bruce.
47 37
48Original image size is 176x176, Android requires MDPI 48x48, HDPI 72x72, 38Original size is 176x176, Android requires MDPI 48x48, HDPI 72x72, XHDPI
49XHDPI 96x96, XXHDPI 144x144, XXXHDPI 192x192, and Google Play logo at 3996x96, XXHDPI 144x144, XXXHDPI 192x192, and Google Play logo at 512x512.
50512x512. LDPI is also supported, but that gets the HDPI scaled down to 40LDPI is also supported, but that gets the HDPI scaled down to 36x36
5136x36 automatically. Actually Android in general takes what it has and 41automatically. Actually Android in general takes what it has and tries
52tries to scale it as best it can. Cropping it to 144 works OK. 42to scale it as best it can. Cropping it to 144 works OK.
53 43
54 44
55Authors. 45Authors.