Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 25 of 167) sorted by relevance

1234567

/frameworks/av/services/audioflinger/tests/
Dmixer_to_wav_tests.sh48 adb root && adb wait-for-device remount
49 adb push $OUT/system/lib/libaudioresampler.so /system/lib
50 adb push $OUT/system/bin/test-mixer /system/bin
65 adb shell test-mixer $1 -s 48000 \
69 adb pull /sdcard/tm48000grif.wav $2
74 adb shell test-mixer $1 -s 48000 \
78 adb pull /sdcard/tm48000gr.wav $2
85 adb shell test-mixer $1 -c 5 -s 9307 \
88 adb pull /sdcard/tm9307gra.wav $2
89 adb pull /sdcard/aux9307gra.wav $2
[all …]
Dbuild_and_run_all_unit_tests.sh16 adb root && adb wait-for-device remount
17 adb push $OUT/system/lib/libaudioresampler.so /system/lib
18 adb push $OUT/data/nativetest/resampler_tests /system/bin
Drun_all_unit_tests.sh9 adb root && adb wait-for-device remount
11 adb shell /system/bin/resampler_tests
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py337 def __init__(self, adb, name="android-status", cat=gdb.COMMAND_OBSCURE, verbose=False): argument
340 self.adb = adb
347 self.adb.get_process_info(process_name)
352 self.adb.get_process_info(gdbserver_process_name)
388 (pid, user) = self.adb.get_process_info(process_name)
391 (pid, user) = self.adb.get_process_info(process_name)
427 def __init__ (self, adb, name="start-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
428 super (StartAndroidApp, self).__init__(adb, name, cat, verbose)
429 self.adb = adb
455 am_output = self.adb._shell(*args)
[all …]
/frameworks/base/docs/html/tools/help/
Dadb.jd4 page.tags=adb
11 <li><a href="#Enabling">Enabling adb Debugging</a></li>
19 <li><a href="#stopping">Stopping the adb Server</a></li>
26 <p>Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an
32 by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create
33 adb clients. </li>
35 manages communication between the client and the adb daemon running on an emulator or device. </li>
39 <p>You can find the {@code adb} tool in {@code &lt;sdk&gt;/platform-tools/}.</p>
41 <p>When you start an adb client, the client first checks whether there is an adb server
43 it binds to local TCP port 5037 and listens for commands sent from adb clients&mdash;all adb
[all …]
/frameworks/base/packages/Keyguard/scripts/
Dcopy_profile_icons.sh3 for user in `adb $* shell ls /data/system/users | grep -v xml`
6 adb shell mkdir /data/user/${user}/users
7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
10 adb shell mkdir /data/user/${user}/users/${photo}
11 adb pull /data/system/users/${photo}/photo.png
12 adb push photo.png /data/user/${user}/users/${photo}
/frameworks/native/opengl/libs/GLES_trace/
Ddev.make5 adb root
6 adb remount
7 adb shell stop
8 adb sync
9 adb shell start
/frameworks/webview/chromium/tools/
Dwebview_command_line21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
25 adb shell rm $CMD_LINE_FILE >/dev/null
29 adb shell "echo 'webview $*' > $CMD_LINE_FILE"
30 adb shell chmod 0664 $CMD_LINE_FILE
/frameworks/base/docs/html-intl/intl/zh-tw/preview/testing/
Dguide.jd79 <li>從命令列使用 {@code adb} 工具管理權限:
82 <pre>adb shell pm list permissions -d -g</pre>
85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
146 $ adb shell dumpsys battery unplug
147 $ adb shell dumpsys deviceidle step
148 $ adb shell dumpsys deviceidle -h
168 $ adb shell am broadcast -a android.os.action.DISCHARGING
169 $ adb shell am set-idle &lt;packageName&gt; true
174 <pre>$ adb shell am set-idle &lt;packageName&gt; false</pre>
/frameworks/base/docs/html-intl/intl/zh-cn/preview/testing/
Dguide.jd79 <li>使用 {@code adb} 工具从命令行管理权限:
82 <pre>adb shell pm list permissions -d -g</pre>
85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
146 $ adb shell dumpsys battery unplug
147 $ adb shell dumpsys deviceidle step
148 $ adb shell dumpsys deviceidle -h
168 $ adb shell am broadcast -a android.os.action.DISCHARGING
169 $ adb shell am set-idle &lt;packageName&gt; true
174 <pre>$ adb shell am set-idle &lt;packageName&gt; false</pre>
/frameworks/base/docs/html-intl/intl/ko/preview/testing/
Dguide.jd79 <li>명령줄에서 권한을 관리할 때 {@code adb} 도구를 사용합니다.
82 <pre>adb shell pm list permissions -d -g</pre>
85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
146 $ adb shell dumpsys battery unplug
147 $ adb shell dumpsys deviceidle step
148 $ adb shell dumpsys deviceidle -h
168 $ adb shell am broadcast -a android.os.action.DISCHARGING
169 $ adb shell am set-idle &lt;packageName&gt; true
174 <pre>$ adb shell am set-idle &lt;packageName&gt; false</pre>
/frameworks/base/docs/html-intl/intl/ru/preview/testing/
Dguide.jd79 <li>Воспользуйтесь инструментом {@code adb} для управления разрешениями из командной строки:
82 <pre>adb shell pm list permissions -d -g</pre>
85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
146 $ adb shell dumpsys battery unplug
147 $ adb shell dumpsys deviceidle step
148 $ adb shell dumpsys deviceidle -h
168 $ adb shell am broadcast -a android.os.action.DISCHARGING
169 $ adb shell am set-idle &lt;packageName&gt; true
174 <pre>$ adb shell am set-idle &lt;packageName&gt; false</pre>
/frameworks/base/docs/html-intl/intl/ja/preview/testing/
Dguide.jd79 <li>{@code adb} ツールを使用して、コマンドラインからパーミッションを管理します。
82 <pre>adb shell pm list permissions -d -g</pre>
85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
146 $ adb shell dumpsys battery unplug
147 $ adb shell dumpsys deviceidle step
148 $ adb shell dumpsys deviceidle -h
168 $ adb shell am broadcast -a android.os.action.DISCHARGING
169 $ adb shell am set-idle &lt;packageName&gt; true
174 <pre>$ adb shell am set-idle &lt;packageName&gt; false</pre>
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/
Dindex.jd55 <p>&gt; adb kill-server</p>
56 <p>&gt; adb devices</p>
57 <p>&gt; adb shell dumpsys batterystats --reset</p>
59 <p>&gt; adb devices</p>
60 <p>&gt;adb shell dumpsys batterystats &gt; batterystats.txt</p>
84 <li>Shut down your running adb server.
85 <br><code>&gt; adb kill-server</code></li>
87 <li>Restart adb and check for connected devices.
88 <br><code>&gt; adb devices</code>
91 is turned on, and then kill and restart adb.</li>
[all …]
/frameworks/base/docs/html/training/wearables/apps/
Dbt-debugging.jd63 adb forward tcp:4444 localabstract:/adb-hub
64 adb connect localhost:4444
79 Your wearable should show up as <code>localhost:4444</code> when running <code>adb devices</code>.
81 To run any <code>adb</code> command, use this format:
83 <pre>adb -s localhost:4444 &lt;command&gt; </pre>
88 adb -e &lt;command&gt;
92 adb -e logcat
93 adb -e shell
94 adb -e bugreport
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md8 adb shell settings put global sysui_demo_allowed 1
12 The protocol is based on broadcast intents, and thus can be driven via the command line (```adb she…
65 adb shell am broadcast -a com.android.systemui.demo -e command enter
72 adb shell am broadcast -a com.android.systemui.demo -e command exit
79 adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm
87 adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi
95 adb shell am broadcast -a com.android.systemui.demo -e command status -e volume
103 adb shell am broadcast -a com.android.systemui.demo -e command battery -e level
111 adb shell am broadcast -a com.android.systemui.demo -e command notifications -e
119 adb shell am broadcast -a com.android.systemui.demo -e command exit
[all …]
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd52 <code>adb</code> connection to the Android-powered device via USB. You can still access
53 <code>adb</code> over a network connection. To enable <code>adb</code> over a network
59 <li>From your SDK <code>platform-tools/</code> directory, enter <code>adb tcpip 5555</code> at
62 <li>Enter <code>adb connect &lt;device-ip-address&gt;:5555</code> You should now be connected
63 to the Android-powered device and can issue the usual <code>adb</code> commands like <code>adb
66 <li>To set your device to listen on USB, enter <code>adb usb</code>.</li>
/frameworks/base/docs/html/tools/debugging/
Dindex.jd28 <dt><a href="{@docRoot}tools/help/adb.html"><strong>adb</strong></a></dt>
30 <dd><code>adb</code> acts as a middleman between a device and your development system. It
39 …<dd>DDMS is a graphical program that communicates with your devices through <code>adb</code>. DDMS…
47 <code>adb</code> device daemon runs on the device or emulator and provides a means for the
48 <code>adb</code> host daemon to communicate with the device or emulator.</dd>
71 <code>adb</code> device daemon allows communication with the VMs from an outside party.</p>
73 <p>On your development machine, the <code>adb</code> host daemon communicates with the
74 …<code>adb</code> device daemon and allows tools such as DDMS to communicate with the device or emu…
75 The <code>adb</code> host daemon also allows you to access shell commands on the device as well as
85 <code>adb</code>, and a
[all …]
/frameworks/base/tests/HierarchyViewerTest/
Drun_tests.sh3 adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk
4 adb shell am instrument -w com.android.test.hierarchyviewer/android.test.InstrumentationTestRunner
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt25 and run adb install out/target/.../SmartCamera.apk. The application should
27 You might also need to run adb sync after building to sync the
31 adb remount
32 adb sync
33 adb install -r $ANDROID_PRODUCT_OUT/data/app/SmartCamera.apk
/frameworks/base/libs/hwui/unit_tests/
Dhow_to_run.txt2 adb push $ANDROID_PRODUCT_OUT/data/nativetest/hwui_unit_tests/hwui_unit_tests \
4 adb shell /data/nativetest/hwui_unit_tests/hwui_unit_tests
/frameworks/support/v17/tests/
DREADME.txt4 adb install -r AndroidLeanbackTests.apk
7 adb shell am instrument -w android.support.v17.leanback.tests/android.test.InstrumentationTestRunner
/frameworks/support/graphics/drawable/
Drunavdtest.sh3 adb install -r $OUT/data/app/AndroidAnimatedVectorDrawableTests/AndroidAnimatedVectorDrawableTests.…
4 adb shell am start -n android.support.test.vectordrawable/android.support.test.vectordrawable.TestA…
Druntest.sh3 adb install -r $OUT/data/app/AndroidVectorDrawableTests/AndroidVectorDrawableTests.apk && \
4 adb shell am start -n android.support.test.vectordrawable/android.support.test.vectordrawable.TestA…
/frameworks/opt/calendar/
DREADME4 adb install -r $OUT/data/app/CalendarCommonTests.apk
5 adb shell am instrument -w com.android.calendarcommon2.tests/android.test.InstrumentationTestRunner

1234567