본문 바로가기

안드로이드/ADB & Rooting

ADB in root mode

There are two things to remember if you want to browse everything on your device.

  1. You need to have a phone with root access in order to browse the data folder on an Android phone. That means either you have a developer device (ADP1 or an ION from Google I/O) or you've found a way to 'root' your phone some other way.
     
  2. You need to be running ADB in root mode, do this by executing: adb root

    "adb root" requires a custom build of adb, otherwise "adbd cannot run as root in production builds