From 55e3a03598f6fab37e18fad19296669be6886568 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 22 Sep 2014 13:27:42 +1000 Subject: Update README. --- README | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/README b/README index 8eacb35..b460bad 100644 --- a/README +++ b/README @@ -1,7 +1,4 @@ -This is an Android installer for Rob Landley's toybox. Toybox combines -common Linux command line utilities together into a single BSD-licensed -executable that's simple, small, fast, reasonably standards-compliant, -and powerful enough to turn Android into a development environment. +This is an Android installer for Rob Landley's toybox. http://landley.net/code/toybox/ @@ -17,19 +14,12 @@ My initial design thoughts are to download a recent binary of toybox from Rob's web site that is suitable for what ever CPU we are running on. -http://landley.net/code/toybox/downloads/binaries/ - -java.lang.System.getProperty("os.arch"); returns things like "armv7l". -Currently the latests toybox binaries download only provides ARM 4, 5, -and 6 versions. So would need some massaging to get the closest match. - Then provide a list of the folders in the current PATH, so the user can select where to install it. Likely root will be needed, though I think there are non root ways of running things like toybox. A fall back option is to use some sort of directory picker. Might just -provide that anyway, for extra flexibility. One more option might be to -allow a choice of versions to install. +provide that anyway, for extra flexibility. About the logo. @@ -45,11 +35,11 @@ image for the toybox logo. So the Placitas_Green_pillow.jpg image, and all derivations of it, are used with permission from Bruce Gardner. Thank you Bruce. -Original image size is 176x176, Android requires MDPI 48x48, HDPI 72x72, -XHDPI 96x96, XXHDPI 144x144, XXXHDPI 192x192, and Google Play logo at -512x512. LDPI is also supported, but that gets the HDPI scaled down to -36x36 automatically. Actually Android in general takes what it has and -tries to scale it as best it can. Cropping it to 144 works OK. +Original size is 176x176, Android requires MDPI 48x48, HDPI 72x72, XHDPI +96x96, XXHDPI 144x144, XXXHDPI 192x192, and Google Play logo at 512x512. +LDPI is also supported, but that gets the HDPI scaled down to 36x36 +automatically. Actually Android in general takes what it has and tries +to scale it as best it can. Cropping it to 144 works OK. Authors. -- cgit v1.1