summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* Add -nosystem flag to adb backupChristopher Tate2011-10-041-1/+6
| | | | | | | | | | | | | | | This makes it easy to back up everything that belongs to 3rd party apps, but nothing that comes with the system per se. If any system packages are explicitly named on the command line they will be included in the backup even if -nosystem was passed. So, for example, this will back up all 3rd party apps as well as system settings, but nothing else belonging to system-deployed apps: adb backup -all -nosystem com.android.provider.settings Bug 5361503 Change-Id: Iebe04b7d7027ca58b9f55e8eb7f219d6cca69269
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-5/+46
| | | | Change-Id: I08c03219bf2d60fc5c6e89957bd4b4c615570983
* Merge "Properly connect to surface flinger in our shell tools"Andreas Huber2011-09-263-3/+19
|\
| * Properly connect to surface flinger in our shell toolsAndreas Huber2011-09-203-3/+19
| | | | | | | | | | | | Also raise the layer to INT_MAX to float in front of the toolbar. Change-Id: I045a1c83924e6655f1734d15f2504b90312eec64
* | Add an option to dump the raw stream to a file in the stagefright cmdline tool.Andreas Huber2011-09-231-1/+46
| | | | | | | | Change-Id: Ie19eca2cdf162d6973037ec554ef5916243ea7d7
* | ip-up-vpn: Handle the case where INTERNAL_NETMASK4 is empty.Chia-chi Yeh2011-09-221-4/+6
| | | | | | | | | | | | Also set the errno when inet_pton() fails. Change-Id: Ib98ed593fe1ceabecef4b92bf939f44ecf9fa665
* | dumpstate: add uptime to top of bugreportsColin Cross2011-09-201-0/+1
| | | | | | | | | | | | | | uptime is a good indicator to determine whether a restart was a kernel reboot or a runtime restart, put it at the top of bugreports. Change-Id: Ie4f4ef2f319a7216495ead3891bbfdc474146916
* | dumpstate: collect /proc/net/dev and /proc/net/xt_qtaguid/iface_stat_allJP Abgrall2011-09-191-2/+5
|/ | | | | | | | Add extra network interface statistics. Bug:5322407 Change-Id: I9441b2ca2517d8380b2c9f5bb5bd077a48438d04 Signed-off-by: JP Abgrall <jpa@google.com>
* Require INTERNET permission for network-based content.Dave Burke2011-09-021-2/+2
| | | | | | Bug #1870981 Change-Id: Ia3ad166390c4d60cea19c3783895b078a2c4c15f
* When encountering a discontinuity, flush(clear) all content enqueued up to thatAndreas Huber2011-08-251-10/+27
| | | | | | | point except previously enqueued discontinuities. Change-Id: Id04a559dc062fa4a5c80c599ad74bf81a543de01 related-to-bug: 5201378
* dumpstate: dump qtaguid info, ip6tables info, buddyinfoJP Abgrall2011-08-241-1/+6
| | | | | | | | | This will add around 50-120 lines for qtaguid info and 50-100 for ip6tables. The /proc/buddyinfo is for kernels where /proc/pagetypeinfo is not accurate (ones with more than one memory node, 2.6.35). Change-Id: I7fad53209c706d88e33e5ae824486b84941c02b6
* Merge "Add /proc/pagetypeinfo to dumpstate"Arve Hjønnevåg2011-08-181-0/+1
|\
| * Add /proc/pagetypeinfo to dumpstateArve Hjønnevåg2011-08-151-0/+1
| | | | | | | | | | | | This shows memory fragmentation Change-Id: I1ba2a764c1f61ce4b29ea14b4b951994488f4c48
* | Merge "Small improvements to am command."Dianne Hackborn2011-08-161-22/+84
|\ \
| * | Small improvements to am command.Dianne Hackborn2011-08-161-22/+84
| |/ | | | | | | | | | | | | | | The start command can now take a package name or component name for easier starting. New -S option allows you to force stop an app before starting it. Change-Id: I5c55b34dd794783f0f5f51851dc811b8c1b39b76
* | Merge "Infrastructure to support package verifier"Kenny Root2011-08-161-4/+19
|\ \ | |/ |/|
| * Infrastructure to support package verifierKenny Root2011-08-151-4/+19
| | | | | | | | | | | | | | Allow a package verifier to approve or disapprove of a package being installed. Change-Id: Ibfea0f2b1aaa4ab1589a4e59f96144702b9bf94b
* | Add new am option to profile the launching of an activity.Dianne Hackborn2011-08-151-6/+35
| | | | | | | | Change-Id: Ie71a8043eafe41f53a0b3dbb5170276d87acbc9b
* | boot animation doesn't use EGLUtils anymoreMathias Agopian2011-08-151-2/+4
|/ | | | Change-Id: I0767ac2a5ab814382b41c85bd5b0786c7a025255
* Add lsof to bugreport.Jeff Brown2011-08-111-0/+2
| | | | Change-Id: I439795ad46a4e100019b3819855c76ba695f279f
* resolved conflicts for merge of 41394a36 to honeycomb-plus-aospRobert Greenwalt2011-07-261-2/+2
|\ | | | | | | Change-Id: If4dc99c558dc45c9a7ff8d3ea5be69578b4ee793
| * Disable name lookups for dumpstate calls to "iptables -L"John Michelau2011-07-251-2/+2
| | | | | | | | | | | | | | The name lookups are not helpful enough to warrant the large delays they can cause. Change-Id: I8710e76b15b7cf060b7f4f89128ea3249fcdbd0d
* | Merge "QueryCodecs() signature change"Jean-Michel Trivi2011-07-241-1/+1
|\ \
| * | QueryCodecs() signature changeJean-Michel Trivi2011-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | Restore QueryCodecs() signature exactly as used by third-party libs. Add an alternative function to select HW only codecs. Change-Id: Ibb2cb4dd36fc0c6599eb93aa5751c216397e3b6f
* | | Add looper profiling to adb shell amRomain Guy2011-07-211-3/+9
|/ / | | | | | | | | | | | | | | | | To profile the looper, run the following command: adb shell am profile looper start <process> <file> adb shell am profile looper stop <process> Change-Id: I781f156e473d7bdbb6d13aaffeeaae88bc01a69f
* | Allow BoardConfig.mk to define an extension to dumpstateColin Cross2011-07-183-0/+21
| | | | | | | | | | | | | | | | If BoardConfig.mk defines BOARD_LIB_DUMPSTATE, link to that library and call dumpstate_board(), which can dump debugging information that only make senses on one device. Change-Id: I2c5006a1a04b02cf26fd73575047ac176f222616
* | Merge "Add option to query hardware decoders only"Jean-Michel Trivi2011-07-181-1/+7
|\ \
| * | Add option to query hardware decoders onlyJean-Michel Trivi2011-07-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to OMXCodec::QueryCodecs() to filter out software codecs. Update stagefright command line tool to list the roles of codecs. Change-Id: Icddb79118c30fe13cc3aea20f340174cc082c4e0
* | | Merge "ip-up-vpn: Create proper states for pppd and racoon."Chia-chi Yeh2011-07-141-9/+125
|\ \ \
| * | | ip-up-vpn: Create proper states for pppd and racoon.Chia-chi Yeh2011-07-141-9/+125
| | | | | | | | | | | | | | | | | | | | | | | | VPN no longer uses system properties to pass parameters. Change-Id: I13e4339ababb08552c4276c675c21176774da66c
* | | | Merge "Include all supported mime types when querying decoder profile/level ↵Andreas Huber2011-07-141-1/+3
|\ \ \ \ | |/ / / |/| | | | | | | support."
| * | | Include all supported mime types when querying decoder profile/level support.Andreas Huber2011-07-131-1/+3
| |/ / | | | | | | | | | Change-Id: Ia1c930eee489bfebb482ac5079bd6ac9354532f2
* | | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-5/+0
|/ / | | | | | | | | Change-Id: I13d9f251f86c05ae5405f37adbf6b8e9660935ba Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-129-37/+0
|\ \
| * | Remove the simulator target from all makefiles.Jeff Brown2011-07-119-37/+0
| | | | | | | | | | | | | | | | | | Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
* | | Merge "allow Uri as intent extra in am command"Guang Zhu2011-07-111-0/+6
|\ \ \ | |/ / |/| |
| * | allow Uri as intent extra in am commandGuang Zhu2011-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When composing an intent using am command line, certain extra fields need to be added as a Uri (a Parceable in fact). This patch adds a "--eu" parameter so that the provided value is parsed as a Uri then added into intent's extra bundle. Change-Id: I7110829554962d314aa58fd25083dd5041680a73
* | | Remove more simulator support code.Jeff Brown2011-07-118-1190/+0
| | | | | | | | | | | | | | | | | | Bug: 5010576 Change-Id: Ie6c8665306bf4e822693b76f25c3a0f05c12d42d
* | | Eliminate single-process mode.Jeff Brown2011-07-083-105/+33
| | | | | | | | | | | | | | | | | | Bug: 5010576 Change-Id: Id450dc83efed4897d1e4ff451530fed14457aace
* | | Can now restore a subset of apps from historical datasetChristopher Tate2011-07-081-6/+26
|/ / | | | | | | | | | | | | | | | | | | | | Adds the ability to filter a restore of an historical dataset so that it only restores certain apps' data regardless of what is actually present in the dataset. This is currently only used by the bmgr command-line tool, for debugging / developer support. Bug 2021590 Change-Id: I7685e5d609b0f5506f71d70c26410602bb387659
* | Merge "Add support for some custom YUV420 color formats to recordvideo utility"James Dong2011-07-071-8/+7
|\ \
| * | Add support for some custom YUV420 color formats to recordvideo utilityJames Dong2011-07-071-8/+7
| | | | | | | | | | | | Change-Id: I2f0dfba466efb94b704dca761162d7c7457a43cf
* | | am 5eeeea29: am 97667d0c: Merge "Allow vril-dump to work on user builds" ↵Wink Saville2011-07-071-4/+14
|\ \ \ | |/ / |/| / | |/ | | | | | | into honeycomb-LTE * commit '5eeeea29ecd731897211d31bde7ee87af182420c': Allow vril-dump to work on user builds
| * Allow vril-dump to work on user buildsJohn Michelau2011-07-061-4/+14
| | | | | | | | | | | | | | | | | | Run vril-dump without "su root" when ro.build.type=user. Also add inet perms for dumpstate, so that it can communicate with basebands that have IP-based interfaces. Bug: 4993955 Change-Id: Icc65ba0f80756db1f63f12f89f9973a55bf405f2
* | Promote ip-up-vpn into the framework.Chia-chi Yeh2011-07-022-0/+61
| | | | | | | | | | | | pppd needs it, and racoon will also use it soon. Change-Id: I7fc40a709f7d44f75cd3683ab77d90cbc29cd765
* | Revert "Add keychain user with special keystore access permissions"Brian Carlstrom2011-06-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 8c2a1a90a81f04573bfa578eab32f5fd4a30eafb. Conflicts: cmds/keystore/keystore.c Bug:4970237 Change-Id: I626023d695becfada47e5f319b18e0889b766563
* | Merge "SF transactions are now O(1) wrt IPC instead of O(N)."Mathias Agopian2011-06-294-8/+9
|\ \
| * | SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-294-8/+9
| | | | | | | | | | | | Change-Id: I57669852cbf6aabae244ea86940a08a5a27ffc43
* | | Merge "Plumb information from the framework about asec container size."Dianne Hackborn2011-06-293-6/+20
|\ \ \
| * | | Plumb information from the framework about asec container size.Dianne Hackborn2011-06-283-6/+20
| |/ / | | | | | | | | | Change-Id: Ie0ec3cb6d463aefa341a8cbea80be790451ba5e3