Home
last modified time | relevance | path

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

1234

/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 \
68 adb pull /sdcard/tm48000gr.wav $2
75 adb shell test-mixer $1 -c 5 -s 9307 \
78 adb pull /sdcard/tm9307gra.wav $2
79 adb pull /sdcard/aux9307gra.wav $2
84 adb shell test-mixer $1 -s 32000 \
87 adb pull /sdcard/tm32000gnr.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/system/bin/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/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.make10 adb root
11 adb remount
12 adb shell stop
13 adb sync
14 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/training/wearables/apps/
Dbt-debugging.jd61 adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
76 Your wearable should show up as <code>localhost:4444</code> when running <code>adb devices</code>.
78 To run any <code>adb</code> command, use this format:
80 <pre>adb -s localhost:4444 &lt;command&gt; </pre>
85 adb -e &lt;command&gt;
89 adb -e logcat
90 adb -e shell
91 adb -e bugreport
/frameworks/base/docs/html/tools/help/
Dadb.jd4 page.tags=adb
11 <li><a href="#Enabling">Enabling adb Debugging</a></li>
30 <li><a href="#stopping">Stopping the adb server</a></li>
37 <p>Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an
43 by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create
44 adb clients. </li>
46 manages communication between the client and the adb daemon running on an emulator or device. </li>
50 <p>You can find the {@code adb} tool in {@code &lt;sdk&gt;/platform-tools/}.</p>
52 <p>When you start an adb client, the client first checks whether there is an adb server
54 it binds to local TCP port 5037 and listens for commands sent from adb clients&mdash;all adb
[all …]
Dsqlite3.jd17 <pre>adb [-d|-e|-s {&lt;serialNumber&gt;}] shell</pre>
29 shell. To exit and return to the adb remote shell, enter <code>exit</code> or press
35 <pre>$ adb -s emulator-5554 shell
49 adb pull &lt;database-file-on-device&gt;
Dlogcat.jd19 [adb] logcat [&lt;option&gt;] ... [&lt;filter-spec&gt;] ...
22 <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt
23 of your emulator or connected device. To view log output using adb, navigate to your SDK
26 $ adb logcat
31 $ adb shell
Dbmgr.jd31 accessed via the <a href="{@docRoot}tools/help/adb.html">adb</a> shell.
48 <pre class="no-pretty-print">adb shell bmgr backup <em>&lt;package&gt;</em></pre>
58 <pre class="no-pretty-print">adb shell bmgr run</pre>
87 <pre class="no-pretty-print">adb shell bmgr restore <em>&lt;package&gt;</em></pre>
107 <pre class="no-pretty-print">adb shell bmgr wipe <em>&lt;package&gt;</em></pre>
120 <pre class="no-pretty-print">adb shell bmgr enabled</pre>
127 <pre class="no-pretty-print">adb shell bmgr enable <em>&lt;boolean&gt;</em></pre>
153 <pre class="no-pretty-print">adb shell bmgr list transports</pre>
163 <pre class="no-pretty-print">adb shell bmgr transport <em>&lt;name&gt;</em></pre>
182 <pre class="no-pretty-print">adb shell bmgr list sets</pre>
/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 provides…
38 …<dd>DDMS is a graphical program that communicates with your devices through <code>adb</code>. DDMS…
45 …<dd>Your application must run in a device or in an AVD so that it can be debugged. An <code>adb</c…
46 … daemon runs on the device or emulator and provides a means for the <code>adb</code> host daemon to
69 … emulator or device, each application runs in its own instance of a Dalvik VM. The <code>adb</code>
72 …<p>On your development machine, the <code>adb</code> host daemon communicates with the <code>adb</…
73 …allows tools such as DDMS to communicate with the device or emulator. The <code>adb</code> host da…
83 …<p>If you are using Eclipse, much of these interconnections are hidden from you. DDMS, <code>adb</…
122 in with <code>adb shell</code>, use <code>ps</code> to find the process you
[all …]
Ddebugging-log.jd65 [adb] logcat [&lt;option&gt;] ... [&lt;filter-spec&gt;] ...
69 adb shell in an emulator/device instance. To view log output in your development computer, you
72 $ adb logcat
75 <p>and from a remote adb shell you use</p>
191 adb logcat ActivityManager:I MyApp:D *:S
202 adb logcat *:W
206 remote adb shell), you can also set a default filter expression by exporting a value for the
213 instance, if you are running LogCat from a remote shell or using <code>adb shell
246 [adb] logcat [-v &lt;format&gt;]
252 adb logcat -v thread
[all …]
/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
/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/media/tests/
DREADME.txt7 adb shell mkdir /sdcard/media_api
8 adb push contents/media_api/ /sdcard/media_api/
/frameworks/base/tests/LegacyRestoreTest/
DREADME2 "adb backup" archive of the settings provider package. It was generated on a
7 'adb restore' decrypts and applies the restored archive successfully on a device
12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
/frameworks/opt/telephony/
DREADME.txt33adb shell am broadcast -a com.android.internal.telephony.dataconnection.action_fail_bringup --ei c…
37 adb shell am broadcast -a com.android.internal.telephony.dataconnection.action_deactivate_all
41 adb shell am broadcast -a com.android.internal.telephony.{x}.action_detached
42 adb shell am broadcast -a com.android.internal.telephony.{x}.action_attached
/frameworks/base/core/tests/overlaytests/
Dtestrunner.py33 adb = 'adb' variable
36 argv = shlex.split(adb + " shell '" + cmd + "; echo $?'")
192 argv = shlex.split(adb + ' push %s %s' % (src, self.dest))
361 argv = shlex.split(adb + ' root')
367 argv = shlex.split(adb + ' wait-for-device')
380 argv = shlex.split(adb + ' remount')
511 global adb
513 adb = 'adb -d'
515 adb = 'adb -e'
517 adb = 'adb -s ' + value
/frameworks/testing/uiautomator/samples/SkeletonTest/
DREADME11 adb push ${OUT}/data/local/tmp/uiautomator.skeletontest.jar /data/local/tmp/
13 adb shell uiautomator runtest uiautomator.skeletontest.jar \
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd69 <p>Try restarting adb by stopping it (<code>adb
70 kill-server</code>) then any other adb command to restart it.</p>
86 ….apk file to the device (<a href="{@docRoot}guide/developing/tools/adb.html#move">adb install</a>)…
87 <li>Run logcat on your device (<code>adb logcat</code>)
103 … to send your .apk file to the device (<a href="{@docRoot}guide/developing/tools/adb.html#move">adb
188 <pre>adb kill-server </pre>
212 [2008-08-13 15:14:15 - ApiDemos] Please execute 'adb uninstall com.android.samples' in a shell.</pr…
220 the adb tool. Here's how to do that:</p>
225 …<li>Uninstall the preinstalled app using the command <code>adb uninstall com.example.android.apis<…
226 …<li>Reinstall the app using the command <code>adb install &lt;path to the ApiDemos.apk&gt;</code>.…
[all …]
/frameworks/base/tests/CoreTests/
Drun_junit.sh9 adb shell exec dalvikvm -cp system/app/MoreTests.apk junit.textui.TestRunner $*
/frameworks/base/tests/backup/
Dtest_backup_common.sh20 function a { $DRY_RUN adb $ADB_OPTS "$@"; }

1234