[FE training-materials-updates] android: clarify conditions for adb root

Alexandre Belloni alexandre.belloni at free-electrons.com
Wed Oct 2 12:33:12 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=b6a98acdb3c19a96c651203bf19f6d2ce632ca47

>---------------------------------------------------------------

commit b6a98acdb3c19a96c651203bf19f6d2ce632ca47
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Wed Oct 2 12:32:26 2013 +0200

    android: clarify conditions for adb root
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


>---------------------------------------------------------------

b6a98acdb3c19a96c651203bf19f6d2ce632ca47
 slides/android-adb-use/android-adb-use.tex |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/android-adb-use/android-adb-use.tex b/slides/android-adb-use/android-adb-use.tex
index 29f2212..375bd34 100644
--- a/slides/android-adb-use/android-adb-use.tex
+++ b/slides/android-adb-use/android-adb-use.tex
@@ -68,9 +68,9 @@
   \item[reboot-bootloader] Reboots the device into the bootloader
   \item[root] Restarts ADBd with root permissions on the device
     \begin{itemize}
-    \item Only if the \code{ro.secure} property is set to \code{1}
-      to force ADB into user mode, and \code{ro.debuggable} is set
-      to \code{1} to allow to restart ADB as root
+    \item Useful if the \code{ro.secure} property is set to \code{1}
+      to force ADB into user mode. But \code{ro.debuggable} has to
+      be set to \code{1} to allow to restart ADB as root
     \end{itemize}
   \item[usb] Restarts ADBd listening on USB
   \item[tcpip] Restarts ADBd listening on TCP on the given port



More information about the training-materials-updates mailing list