From f97874e8b69fbb033e2be7ba90c04cfa7fb26e59 Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Sun, 25 Sep 2016 12:52:59 -0700 Subject: [PATCH] adb exec-out doesn't work correctly on older TWRP 2.8.5 --- tetherback/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tetherback/README.md b/tetherback/README.md index 4d1cd67..ab7d747 100644 --- a/tetherback/README.md +++ b/tetherback/README.md @@ -12,6 +12,7 @@ following device/recovery/host combinations… | Device | Codename | TWRP recovery | `adb` | Host OS | Comments | |--------|----------|---------------|-------|---------|----------| +| [LG/Google Nexus 5](http://wikipedia.org/wiki/Nexus_5) | hammerhead | [v2.8.5-0](http://teamw.in/site/update/2015/02/12/twrp-2.8.5.0-released.html) | v1.0.32 | Ubuntu amd64 |**`adb exec-out` does not work** | | [LG/Google Nexus 5](http://wikipedia.org/wiki/Nexus_5) | hammerhead | [v3.0.0-0](https://twrp.me/site/update/2016/02/05/twrp-3.0.0-0-released.html) | v1.0.31 | Ubuntu amd64 | working | | [LG/Google Nexus 5](http://wikipedia.org/wiki/Nexus_5) | hammerhead | [v3.0.0-0](https://twrp.me/site/update/2016/02/05/twrp-3.0.0-0-released.html) | v1.0.32 | Ubuntu amd64 | working | | [LG/Google Nexus 5](http://wikipedia.org/wiki/Nexus_5) | hammerhead | [v3.0.2-0](https://twrp.me/site/update/2016/04/05/twrp-3.0.2-0-released.html) | v1.0.32 | Ubuntu amd64 | working |