1/9
Remote ADB Shell screenshot 0
Remote ADB Shell screenshot 1
Remote ADB Shell screenshot 2
Remote ADB Shell screenshot 3
Remote ADB Shell screenshot 4
Remote ADB Shell screenshot 5
Remote ADB Shell screenshot 6
Remote ADB Shell screenshot 7
Remote ADB Shell screenshot 8
Remote ADB Shell Icon

Remote ADB Shell

Cameron Gutman
Trustable Ranking Icon인증완료
25K+다운로드
578.5kB크기
Android Version Icon4.0.1 - 4.0.2+
안드로이드 버전
1.7.2(29-06-2022)최신 버전
4.8
(4 리뷰)
Age ratingPEGI-3
설치 방법
1
설치 파일을 다운로드하고 엽니다.
2
Unblock AptoideAptoide is a safe app! Just tap on More details and then on Install anyway.
3
설치를 완료하고 Aptoide를 엽니다
app-card-icon
세부 정보리뷰버전정보
1/9

의 설명 Remote ADB Shell

Remote ADB Shell is a terminal app that allows you to connect to the ADB shell service of other Android devices over the network and execute terminal commands. This can be useful for remotely debugging Android devices (running tools like top, logcat, or dumpsys). It supports multiple simultaneous connections to different devices and keeps these connections alive even when the app is in the background. This app does not require root on either device, but root may be helpful to configure the target devices. If the target devices are not rooted, you must use a computer with the Android SDK and Google USB drivers to configure the them (detailed below).


This app is a wrapper around the shell that is exposed over ADB. It maintains a 15 command history which is accessible by long pressing the command box. Long pressing the terminal display itself will give the option to send a Ctrl+C, toggle auto-scrolling, or exit the terminal session.


This works in the exact same way that the "adb shell" command works on a computer. Because this app uses a native implementation of the ADB protocol in Java, it does not require root on either device or any 3rd party apps on the target device. The devices simply speak the same protocol to each other that they would to a computer running the ADB client from the Android SDK.


IMPORTANT: Devices running Android 4.2.2 and later use RSA keys to authenticate the ADB connection. In my testing, devices running 4.2.2 will need to be plugged in to a computer the first time you connect to them (from each device with this app installed). This allows them to display the public key acceptance dialog, which you must accept (and check "Always allow from this computer"). Devices running Android 4.3 and 4.4 seem to have no problem displaying the dialog without a connection to a computer, so it looks like this is a workaround specific to Android 4.2.2.


To configure a stock un-rooted target, plug the target device into a computer that has the Android SDK installed and run "adb tcpip 5555" from the Android SDK's platform-tools folder. This will start ADB listening on port 5555 on the target device. The device can then be unplugged and will remain configured properly until reboot.


For devices that are rooted (although it's not required), you can install one of the several "ADB WiFi" apps to enable the ADB server to listen over the network. Devices with a custom ROM may have an option to enable ADB over the network in the Developer Options pane of Settings. Using either of these methods will properly configure ADB for network access with this app. The extra step for 4.2.2 is still required for the initial connection.


To connect to your remote Android device, type in the IP address of the device and the port number (5555 from the example above) in Remote ADB Shell. Tap Connect and it will attempt to connect to the device and start up the terminal.


I welcome feature requests and bug reports. You can include them in your app reviews or post them on the forum (links below). Please rate this app if you can; it really helps me learn what features/fixes I should focus on next.


Developers: The custom Java ADB library I've written for this app is open-source under the BSD license athttps://github.com/cgutman/AdbLibXDA forum links:


Remote ADB Shell App Thread -http://forum.xda-developers.com/showthread.php?t=2373265Java ADB Library Thread -http://forum.xda-developers.com/showthread.php?t=2405030원격 ADB 쉘을 사용하면 네트워크를 통해 다른 안드로이드 장치의 ADB 쉘 서비스에 연결하고 터미널 명령을 실행할 수있는 터미널 응용 프로그램입니다. 이 원격으로 안드로이드 장치 (상단, logcat, 또는 dumpsys 같은 도구를 실행) 디버깅을 위해 유용 할 수 있습니다. 그것은 다른 장치에 여러 개의 동시 연결을 지원하고 앱이 백그라운드에있는 경우에도 이러한 연결이 살아 유지합니다. 이 응용 프로그램은 두 장치에있는 루트가 필요하지 않지만, 루트 대상 장치를 구성하는 데 도움이 될 수 있습니다. 대상 장치가 뿌리하지 않는 경우, 당신은 그들을 (아래에 자세히 설명)를 구성하는 안드로이드 SDK와 Google USB 드라이버가 컴퓨터를 사용합니다.


이 응용 프로그램은 ADB를 통해 노출되는 쉘 래퍼입니다. 그것은 긴 명령 상자를 눌러 액세스 할 수있는 15 명령 기록을 유지합니다. 길이 자체는 Ctrl 키 + C, 토글 자동 스크롤을 보내거나 터미널 세션을 종료 할 수있는 옵션을 제공 단말 표시됩니다 누르면.


이것은 "ADB 셸"명령은 컴퓨터에서 작동하는 동일한 방식으로 작동합니다. 이 응용 프로그램은 자바 ADB 프로토콜의 기본 구현을 사용하기 때문에 두 장치의 루트 또는 대상 장치에 대한 제 3 자 애플 리케이션을 필요하지 않습니다. 이 장치는 단순히 그들이 안드로이드 SDK에서 ADB 클라이언트를 실행하는 컴퓨터에 것이 서로 동일한 프로토콜을 말한다.


중요 : 안드로이드 4.2.2을 실행하는 장치 및 나중에 ADB 연결을 인증하는 RSA 키를 사용합니다. 내 테스트에서, 4.2.2을 실행하는 장치는 당신이 그들에 처음 연결할 때 (이 응용 프로그램이 설치된 각 장치)를 컴퓨터에 연결해야합니다. 이것은 그들이 당신이 동의해야합니다 공개 키 수락 대화 상자 (하고 "항상이 컴퓨터에서 할 수")를 표시 할 수 있습니다. 안드로이드 4.3과 4.4을 실행하는 장치는 컴퓨터에 연결하지 않고 대화 상자를 표시하는 아무 문제가없는 것, 그래서 이것은 안드로이드 4.2.2 특정 해결 방법입니다 것 같습니다.


안드로이드 SDK를 설치하고 안드로이드 SDK의 플랫폼 도구 폴더에서 "ADB TCPIP 5555"을 실행 한 컴퓨터에 대상 장치 플러그, 주식 않은 뿌리 대상을 구성합니다. 이 ADB 대상 장치의 포트 5555에서 수신을 시작합니다. 이 장치는 다음 분리 할 수​​ 있으며, 다시 부팅 할 때까지 제대로 구성 유지됩니다.


(그것은 필요하지 않습니다 비록) 뿌리 장치의 경우 네트워크를 통해 듣고 ADB 서버를 사용하려면 몇 가지 "ADB 와이파이"애플 리케이션 중 하나를 설치할 수 있습니다. 사용자 정의 ROM과 장치 설정의 개발자 옵션 창에서 네트워크를 통해 ADB를 활성화하는 옵션이 있습니다. 이러한 방법 중 하나를 사용하는 것이 적절이 응용 프로그램의 네트워크 액세스를 위해 ADB 구성합니다. 4.2.2 추가 단계가 아직 초기 연결이 필요합니다.


장치의 IP 주소와 원격 ADB 쉘에서 포트 번호 (위의 예에서 5555)에 원격 안드로이드 장치, 입력에 연결합니다. 연결을 누릅니다 그리고 그것은 장치에 연결하고 터미널을 시작하려고합니다.


내가 기능 요청 및 버그 보고서를 환영합니다. 당신은 당신의 애플 리케이션 리뷰에 포함하거나 포럼 (아래 링크)에 그들을 게시 할 수 있습니다. 께서는이 응용 프로그램을하기 위하여 당신이 할 수 있다면, 그것은 정말 내가 다음에 초점을 맞추어야 / 수정을 갖추고 배울 수 있습니다.


개발자 :이 응용 프로그램에 대해 서면으로 작성했습니다 사용자 정의 Java ADB 라이브러리https://github.com/cgutman/AdbLib의 BSD 라이센스 하에서 오픈 소스


XDA 포럼 링크 :


원격 ADB 셸 응용 프로그램 스레드 -http://forum.xda-developers.com/showthread.php?t=2373265자바 ADB 도서관 스레드 -http://forum.xda-developers.com/showthread.php?t=2405030

Remote ADB Shell - 버전 1.7.2

(29-06-2022)
다른 버전들
뭐가 새롭나Version 1.6.3:Android 4.4 compatibility updateVersion 1.6.2:Improved usability by only updating terminal text when scrolled to the bottom to avoid jank while scrollingStop service when not in useVersion 1.6.1:Minor bug fixesVersion 1.6:Connections to multiple devices can now run at the same timeAdded a new option in the terminal long-press menu to exit the terminal session

아직 평가나 리뷰가 없습니다! 첫 번째로 남겨 보세요

-
4 Reviews
5
4
3
2
1
Info Trust Icon
좋은 앱임을 보장합니다이 어플리케이션은 바이러스,멀웨어와 기타 악의적인 공격에 대한 보안 시험을 통과하였으며 어떠한 위험요소도 포함되어 있지 않습니다.

Remote ADB Shell - APK 정보

APK 버전: 1.7.2패키지: com.cgutman.androidremotedebugger
안드로이드 호환: 4.0.1 - 4.0.2+ (Ice Cream Sandwich)
개발자:Cameron Gutman권한:3
이름: Remote ADB Shell크기: 578.5 kB다운로드: 2K버전 : 1.7.2출시 날짜: 2023-12-22 19:17:49최소 스크린: SMALL지원되는 CPU:
패키지 ID: com.cgutman.androidremotedebuggerSHA1 서명: CB:5D:25:05:8D:23:06:D7:1C:AE:9B:53:78:91:D1:9C:38:EC:77:1B개발자 (CN): Cameron Gutman단체 (O): 로컬 (L): 나라 (C): US주/시 (ST):

Remote ADB Shell의 최신 버전

1.7.2Trust Icon Versions
29/6/2022
2K 다운로드578.5 kB 크기

다른 버전들

1.7.1Trust Icon Versions
19/5/2022
2K 다운로드578.5 kB 크기
1.7Trust Icon Versions
18/5/2022
2K 다운로드578 kB 크기
1.6.5Trust Icon Versions
13/1/2018
2K 다운로드594.5 kB 크기

동일 카테고리의 앱

좋아할 만한 것...