From 8371c62ba9a553bb2fb1d6f6265dae3ea1fecc6e Mon Sep 17 00:00:00 2001 From: Gustavo Dias Alexandre Date: Thu, 3 Sep 2020 17:09:49 -0300 Subject: [PATCH] fastboot: add getvar example (#4312) --- pages/common/fastboot.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/fastboot.md b/pages/common/fastboot.md index 3a3375f6ba..082b5bfbfa 100644 --- a/pages/common/fastboot.md +++ b/pages/common/fastboot.md @@ -26,3 +26,7 @@ - Display connected devices: `fastboot devices` + +- Display all information of a device: + +`fastboot getvar all`