From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.devel Subject: [tramp-adb] su? Date: Thu, 28 Feb 2013 10:08:28 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1362064144 8112 80.91.229.3 (28 Feb 2013 15:09:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2013 15:09:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 16:09:26 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UB56h-0000Sn-Ig for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2013 16:09:15 +0100 Original-Received: from localhost ([::1]:32906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB56M-0000l8-6e for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2013 10:08:54 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB56E-0000cs-Kb for emacs-devel@gnu.org; Thu, 28 Feb 2013 10:08:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB566-0003Ow-Ka for emacs-devel@gnu.org; Thu, 28 Feb 2013 10:08:46 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:54486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB566-0003Op-Eg for emacs-devel@gnu.org; Thu, 28 Feb 2013 10:08:38 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UB56P-0000AX-PK for emacs-devel@gnu.org; Thu, 28 Feb 2013 16:08:57 +0100 Original-Received: from c-68-33-202-49.hsd1.md.comcast.net ([68.33.202.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2013 16:08:57 +0100 Original-Received: from ndbecker2 by c-68-33-202-49.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2013 16:08:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-68-33-202-49.hsd1.md.comcast.net User-Agent: KNode/4.9.5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157457 Archived-At: tramp-adb is working, but I don't think it's running with root permission. It is using adb shell, I believe. After adb shell To get root permission, we need to use su I'm testing using /adb:root@0149B2851300A016: I got the device id using adb devices List of devices attached 0149B2851300A016 device Is there a way to get tramp-adb to have root access?