Advertisement
Guest User

Untitled

a guest
Jun 6th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. The system cannot find message text for message numbe
  2. e for Application.
  3.  
  4. Copyright (c) 2009 Microsoft Corporation. All rights
  5. The system cannot find message text for message numbe
  6. or System.
  7.  
  8. C:\Program Files\Acer CloudMobile Tool 0.3a\adb>adb d
  9. Android Debug Bridge version 1.0.29
  10.  
  11. -d - directs command to t
  12. e
  13. returns an error if
  14. present.
  15. -e - directs command to t
  16. returns an error if
  17. unning.
  18. -s <serial number> - directs command to t
  19. ith
  20. the given serial num
  21. AL
  22. environment variable
  23. -p <product name or path> - simple product name
  24. a relative/absolute
  25. out directory like '
  26.  
  27. If -p is not specifi
  28.  
  29. environment variable
  30. be an absolute path.
  31. devices - list all connected d
  32. connect <host>[:<port>] - connect to a device
  33. Port 5555 is used by
  34. is specified.
  35. disconnect [<host>[:<port>]] - disconnect from a TC
  36. Port 5555 is used by
  37. is specified.
  38. Using this command w
  39.  
  40. will disconnect from
  41. es.
  42.  
  43. device commands:
  44. adb push <local> <remote> - copy file/dir to dev
  45. adb pull <remote> [<local>] - copy file/dir from d
  46. adb sync [ <directory> ] - copy host->device on
  47. (-l means list but d
  48. (see 'adb help all')
  49. adb shell - run remote shell int
  50. adb shell <command> - run remote shell com
  51. adb emu <command> - run emulator console
  52. adb logcat [ <filter-spec> ] - View device log
  53. adb forward <local> <remote> - forward socket conne
  54. forward specs are on
  55. tcp:<port>
  56. localabstract:<uni
  57. localreserved:<uni
  58. localfilesystem:<u
  59. dev:<character dev
  60. jdwp:<process pid>
  61. adb jdwp - list PIDs of process
  62.  
  63. adb install [-l] [-r] [-s] [--algo <algorithm name>
  64. iv <hex-encoded iv>] <file>
  65. - push this package fi
  66. l it
  67. ('-l' means forward-
  68. ('-r' means reinstal
  69. )
  70. ('-s' means install
  71. nal storage)
  72. ('--algo', '--key',
  73. encrypted already)
  74. adb uninstall [-k] <package> - remove this app pack
  75. ('-k' means keep the
  76. )
  77. adb bugreport - return all informati
  78. that should be inclu
  79.  
  80. adb backup [-f <file>] [-apk|-noapk] [-shared|-nosh
  81. stem] [<packages...>]
  82. - write an archive of
  83. .
  84. If no -f option is s
  85. itten
  86. to "backup.ab" in th
  87. (-apk|-noapk enable/
  88. themselves
  89. in the archive; t
  90. (-shared|-noshared e
  91. device's
  92. shared storage /
  93. lt is noshared.)
  94. (-all means to back
  95. ns)
  96. (-system|-nosystem t
  97. ically includes
  98. system applicatio
  99. de system apps)
  100. (<packages...> is th
  101. e backed up. If
  102. the -all or -shar
  103. he package
  104. list is optional.
  105. iven on the
  106. command line will
  107. tem would
  108. ordinarily cause
  109.  
  110. adb restore <file> - restore device conte
  111. archive
  112.  
  113. adb help - show this help messa
  114. adb version - show version num
  115.  
  116. scripting:
  117. adb wait-for-device - block until device i
  118. adb start-server - ensure that there is
  119. adb kill-server - kill the server if i
  120. adb get-state - prints: offline | bo
  121. adb get-serialno - prints: <serial-numb
  122. adb status-window - continuously print d
  123. d device
  124. adb remount - remounts the /system
  125. ad-write
  126. adb reboot [bootloader|recovery] - reboots the devi
  127. tloader or recovery program
  128. adb reboot-bootloader - reboots the device i
  129. adb root - restarts the adbd da
  130. adb usb - restarts the adbd da
  131. adb tcpip <port> - restarts the adbd da
  132. e specified port
  133. networking:
  134. adb ppp <tty> [parameters] - Run PPP over USB.
  135. Note: you should not automatically start a PPP conne
  136. <tty> refers to the tty for PPP stream. Eg. dev:/dev
  137. [parameters] - Eg. defaultroute debug dump local not
  138.  
  139. adb sync notes: adb sync [ <directory> ]
  140. <localdir> can be interpreted in several ways:
  141.  
  142. - If <directory> is not specified, both /system and
  143. pdated.
  144.  
  145. - If it is "system" or "data", only the correspondi
  146. is updated.
  147.  
  148. environmental variables:
  149. ADB_TRACE - Print debug informat
  150. of the following values
  151. 1 or all, adb, socke
  152. , sysdeps, transport, jdwp
  153. ANDROID_SERIAL - The serial number to
  154. ity over this if given.
  155. ANDROID_LOG_TAGS - When used with the l
  156. bug tags are printed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement