summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* am c74034b6: am 24651682: added BinderService<> template to help creating ↵Mathias Agopian2010-07-141-12/+19
|\ | | | | | | | | | | | | | | | | native binder services Merge commit 'c74034b6bf0940dc80c4d4efa1e677ad0d2dfd6c' * commit 'c74034b6bf0940dc80c4d4efa1e677ad0d2dfd6c': added BinderService<> template to help creating native binder services
| * added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-12/+19
| | | | | | | | Change-Id: Id980899d2647b56479f8a27c89eaa949f9209dfe
* | am 78983a91: am 4055b780: Merge "move native services under services/" into ↵Mathias Agopian2010-07-142-4/+4
|\ \ | |/ | | | | | | | | | | | | | | gingerbread Merge commit '78983a9133d3dd3f08b1ec462a7e2f9e7bfa9e2f' * commit '78983a9133d3dd3f08b1ec462a7e2f9e7bfa9e2f': move native services under services/
| * move native services under services/Mathias Agopian2010-07-142-4/+4
| | | | | | | | | | | | | | | | moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
* | Allow "am" to initiate heap dumps.Andy McFadden2010-07-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was mostly cloned from the "am profile" implementation. It's intended to replace the old "kill -10" approach used by "runhat". We could really use a native heap dump, so I pass a "managed" flag through that indicates whether we want to dump the native or managed heap. We don't currently have a native heap dump-to-file function, so it currently just logs a warning. (android.ddm.DdmHandleNativeHeap.getLeakInfo is a good start -- it copies /proc/maps and then calls get_malloc_leak_info to get some goodies. Needs some formatting to make it human-readable. I didn't want to cram all that into this change.) It would be useful if "am" didn't exit until the heap dump operation completed, but I'm not sure how to do that. Bug 2759474. Change-Id: I46bc98067738d8c72ac0fc10002ca67bb4929271
* | am d51c2cac: am 45bac57a: Support for writing the extracted data to an .mp4 ↵Andreas Huber2010-07-012-3/+36
|\ \ | |/ | | | | | | | | | | | | | | file in the stagefright commandline tool. Merge commit 'd51c2cacce4ad945bea4c00cea4326cf76b49cd2' * commit 'd51c2cacce4ad945bea4c00cea4326cf76b49cd2': Support for writing the extracted data to an .mp4 file in the stagefright commandline tool.
| * Support for writing the extracted data to an .mp4 file in the stagefright ↵Andreas Huber2010-07-012-3/+36
| | | | | | | | | | | | commandline tool. Change-Id: I972324a8fc9757e6e8116b0270ec0882106f8733
* | am 0d964c94: am a2549bb6: Merge "Remove most stagefright property overrides, ↵Andreas Huber2010-06-241-4/+0
|\ \ | |/ | | | | | | | | | | | | | | remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread Merge commit '0d964c94459e25b9b2221a7c7c789b29f77f15dd' * commit '0d964c94459e25b9b2221a7c7c789b29f77f15dd': Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright.
| * Remove most stagefright property overrides, remove VorbisPlayer and ↵Andreas Huber2010-06-231-4/+0
| | | | | | | | | | | | | | VorbisMetadataRetriever as this functionality is now provided by stagefright. Change-Id: Ieafe75a4550c273ad59b4518d7cd4c0fce0f7cce related-to-bug: 2370115
* | am 235073a5: am 8a42f881: Merge "Make sure sine: is supported again in ↵Andreas Huber2010-06-231-1/+1
|\ \ | |/ | | | | | | | | | | | | | | stagefright commandline tool." into gingerbread Merge commit '235073a549ec664caea93e0ccded95e4a6819b6b' * commit '235073a549ec664caea93e0ccded95e4a6819b6b': Make sure sine: is supported again in stagefright commandline tool.
| * Merge "Make sure sine: is supported again in stagefright commandline tool." ↵Andreas Huber2010-06-221-1/+1
| |\ | | | | | | | | | into gingerbread
| | * Make sure sine: is supported again in stagefright commandline tool.Andreas Huber2010-06-211-1/+1
| | | | | | | | | | | | Change-Id: I703f1a8b7556543ef71b141dc8e38d8b82d8c6dc
* | | am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode ↵Brad Fitzpatrick2010-06-232-2/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | policy over Binder calls." into gingerbread Merge commit 'efcf68aa1fd7fcfd52cf3d2837ed8db8e797194b' * commit 'efcf68aa1fd7fcfd52cf3d2837ed8db8e797194b': Start of work on passing around StrictMode policy over Binder calls.
| * | Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-212-2/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | This is (intendend to be) a no-op change. At this stage, Binder RPCs just have an additional uint32 passed around in the header, right before the interface name. But nothing is actually done with them yet. That value should right now always be 0. This now boots and seems to work. Change-Id: I135b7c84f07575e6b9717fef2424d301a450df7b
* | Revert "Don't chdir into the keystore directory"Chia-chi Yeh2010-06-191-39/+18
| | | | | | | | | | The same functionality can be achieved by running "stop keystore". This reverts commit 831c6cc7c1cfcf1271c75dc960948ab6ce720b67.
* | Don't chdir into the keystore directoryColin Cross2010-06-171-18/+39
| | | | | | | | | | | | | | | | If the keystore daemon chdir's into /data/misc/keystore, /data can never be unmounted. During bringup, it's helpful if we can umount /data and reformat it. Change-Id: Id5b93ee8a54846fd07e6e0e57bfd0a6fabf603ee
* | am 32d8b25f: am a6ef19a8: Merge "Simplify the code in the stagefright ↵Andreas Huber2010-06-102-14/+4
|\ \ | |/ | | | | commandline utility." into kraken
| * Simplify the code in the stagefright commandline utility.Andreas Huber2010-06-102-14/+4
| | | | | | | | Change-Id: Ia222b25ef12af34f6434421fd96b67eca800d1ab
* | am 7e8566a6: am d7f659e8: Merge "Fail gracefully if the user fails to supply ↵Christopher Tate2010-06-091-0/+10
|\ \ | |/ | | | | necessary args to bmgr" into kraken
| * Fail gracefully if the user fails to supply necessary args to bmgrChristopher Tate2010-06-091-0/+10
| | | | | | | | | | | | Fixes bug #2755355 Change-Id: I4690756bb5077a6b4bbbfb232cd852cad43cef77
* | am 5220af87: am 770492cb: more clean-up in preparation of bigger changesMathias Agopian2010-06-011-1/+1
|\ \ | |/
| * more clean-up in preparation of bigger changesMathias Agopian2010-05-281-1/+1
| | | | | | | | | | | | | | the most important change here is the renaming of ISurfaceFlingerClient to ISurfaceComposerClient Change-Id: I94e18b0417f50e06f21377446639c61f65f959b3
* | bugreport: wifi: Add list of networksDmitry Shmidt2010-05-261-0/+3
|/ | | | | Change-Id: I0271bf1f2cac874c1801658a81a3dcf7533da781 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Make the -o option actually terminate.Andreas Huber2010-05-201-0/+3
| | | | Change-Id: I91b70ee5c3e1fc9b8bb645e219af296867692e65
* am 3c16154a: am 2723e092: Merge "Better handling of codec initialization ↵Andreas Huber2010-05-201-1/+6
|\ | | | | | | | | | | | | | | | | failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo Merge commit '3c16154a3309fe250177d69f3fcd5b6e9a82d1b3' into kraken * commit '3c16154a3309fe250177d69f3fcd5b6e9a82d1b3': Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize.
| * am 2723e092: Merge "Better handling of codec initialization failure in the ↵Andreas Huber2010-05-201-1/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo Merge commit '2723e09229ce916724861ab90b6b8fc7c9ea9f2e' into froyo-plus-aosp * commit '2723e09229ce916724861ab90b6b8fc7c9ea9f2e': Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize.
| | * Better handling of codec initialization failure in the player and thumbnail ↵Andreas Huber2010-05-201-1/+6
| | | | | | | | | | | | | | | | | | | | | extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize. Change-Id: I5cba02ee85a41e43c2623053de40f26e2cf2efe4 related-to-bug: 2699505
* | | am d6c0bb0f: merge from open-source masterThe Android Open Source Project2010-05-191-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'd6c0bb0f0f3827f1c336db20ac9dc0eb90cd46fa' into kraken * commit 'd6c0bb0f0f3827f1c336db20ac9dc0eb90cd46fa': Removed Calls to deprecated APIs
| * | merge from open-source masterThe Android Open Source Project2010-05-191-1/+1
| |\ \ | | |/ | |/| | | | Change-Id: I0598edad283a177a5ddcc30e20d2284503e6038e
| | * Removed Calls to deprecated APIsChristian Mehlmauer2010-05-171-1/+1
| | | | | | | | | | | | Change-Id: I3f9b6a8d3c8a050156a6cc7ea0eb9de33b82f79a
| | * Unify am startservice commands.Jean-Baptiste Queru2010-04-161-14/+12
| | | | | | | | | | | | | | | | | | This replaces the implementation with an equivalent one. Change-Id: I1343ddee9414a67906cd426b8381ddbace873894
| | * Allow Am to start servicesAnthony Newnam2010-04-141-0/+15
| | | | | | | | | | | | Change-Id: I31d066ae2c980cc293e55034446a63a0f42088ad
* | | add execution permission to "input" script (DO NOT MERGE)Guang Zhu2010-05-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Although when building system image, "input" script will be given execution permission, adb sync will push a version without x onto device from build tree. Refer to frameworks/base/cmds/svc/svc, which has execution bit set. Change-Id: Ie82df2f0d3150c3df9498399f2c446f07ea89ca5
* | | am bd535646: am 57fff78a: dumpstate: Add blocked process wait-channel info ↵San Mehat2010-04-273-1/+66
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | to bugreport Merge commit 'bd5356468a5e6823fe4dce040ee75fbef66488dc' into kraken * commit 'bd5356468a5e6823fe4dce040ee75fbef66488dc': dumpstate: Add blocked process wait-channel info to bugreport
| * | dumpstate: Add blocked process wait-channel info to bugreportSan Mehat2010-04-273-1/+66
| | | | | | | | | | | | | | | | | | | | | Fix for http://b/2630027 Change-Id: I3606d8bf95c58df2b290dbd13f48538d82f16088 Signed-off-by: San Mehat <san@google.com>
* | | am 30e9c2d4: am db281311: Merge "Better diagnostics in the stagefright ↵Andreas Huber2010-04-132-4/+59
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a"." in Merge commit '30e9c2d4db145e02b5312ce29606b03dd78349d3' into kraken * commit '30e9c2d4db145e02b5312ce29606b03dd78349d3': Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a".
| * | Better diagnostics in the stagefright commandline tool, support for playing ↵Andreas Huber2010-04-132-4/+59
| | | | | | | | | | | | | | | | | | | | | sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a". related-to-bug: 2553359 Change-Id: Ic49eb89feb62474d9513bc21571e0e8fe3a15e0b
* | | Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-3/+8
| | | | | | | | | | | | Change-Id: I75a461c9882e2449082ad754ee7b231c1ceec039
* | | am a599469f: am c2461be6: Merge "Fix 2579461 Move install location values to ↵Suchi Amalapurapu2010-04-071-3/+69
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | secure settings. Diable attribute for UI. Set default value to auto. Add command line interface to set install location via pm." into froyo Merge commit 'a599469f9095532cac95a8e7600412f156b88f1c' into kraken * commit 'a599469f9095532cac95a8e7600412f156b88f1c': Fix 2579461
| * | Fix 2579461Suchi Amalapurapu2010-04-071-3/+69
| | | | | | | | | | | | | | | | | | | | | | | | Move install location values to secure settings. Diable attribute for UI. Set default value to auto. Add command line interface to set install location via pm. Change-Id: I80e97b3d24845adad7102f40dcbe238f00efa406
* | | am ccb2c6cf: am 1bfcaa59: Merge "Fix \'bmgr restore\'" into froyoChristopher Tate2010-04-061-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'ccb2c6cf3a2bf2ddbf5cd261bd22ee02f0bf7aa7' into kraken * commit 'ccb2c6cf3a2bf2ddbf5cd261bd22ee02f0bf7aa7': Fix 'bmgr restore'
| * | Fix 'bmgr restore'Christopher Tate2010-04-061-1/+1
| | | | | | | | | | | | | | | | | | Zero means success. Fixes bug #2573785 Change-Id: I11bd4d85aa2b3a061aa37e085790ee8cd52d50a2
* | | am 0f7c543c: am eb6e3edc: Merge "Coalesce multiple encoded AAC frames into a ↵Andreas Huber2010-04-021-4/+15
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | single input buffer on this particular OMX codec to increase throughput significantly." into froyo Merge commit '0f7c543cc48d287591b5638a15bf8ca977e162a2' into kraken * commit '0f7c543cc48d287591b5638a15bf8ca977e162a2': Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly.
| * | Coalesce multiple encoded AAC frames into a single input buffer on this ↵Andreas Huber2010-04-021-4/+15
| | | | | | | | | | | | | | | | | | | | | particular OMX codec to increase throughput significantly. Change-Id: I90c7db6656a53339c5d454336548c4f00d0d9064 related-to-bug: 2548426
* | | am b3f7fe44: am 22375e4a: Merge "Make ↵Christopher Tate2010-03-301-6/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | RestoreSession.getAvailableRestoreSets() asynchronous" into froyo Merge commit 'b3f7fe44f5a3a6a4c04d4102eb61f29edf83129c' into kraken * commit 'b3f7fe44f5a3a6a4c04d4102eb61f29edf83129c': Make RestoreSession.getAvailableRestoreSets() asynchronous
| * | Make RestoreSession.getAvailableRestoreSets() asynchronousChristopher Tate2010-03-301-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This transaction can involve the transport having to query a remote backend over the wire, so it can take a Long Time(tm). Make it main-thread-safe by making it asynchronous, with the results passed as a callback to the invoker's RestoreObserver. We also make the IRestoreObserver callback interface properly oneway. Bug #2550665 Bug #2549422 Change-Id: If18a233a0a3d54c7b55101715c9e6195b762c5a0
| * | DO NOT MERGEOscar Montemayor2010-03-293-118/+43
|/ / | | | | | | | | | | | | Removing unused features from source tree. Please refer to Bug#2502219. Change-Id: I879c29bfd5ffe933f64bb1082aaae7c956450a5a
* | Fix issue #2538228: Intents targeting browsers constantly naggingDianne Hackborn2010-03-261-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some applications are setting the MIME type field for an http: intent, which is technically wrong because the recipient opening the URI will get the MIME type from the header. This was hitting a bug when we compute the intent filter when setting the preferred activity, where we have to set both the MIME type and data URI for the intent filter. (For file: and content: URIs only the MIME type is needed, since these can be opened directly through ContentResolver so everyone is presumed to be able to handle them.) Change-Id: Ia7025e6859e9c90997bf56c2c80f225fca7a2007
* | API CHANGE: Backup/restore API changes requested by the API CouncilChristopher Tate2010-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * @hide the android.app.backup.RestoreSession class and functionality * Provide a public method on android.app.backup.BackupManager that apps can use to request a restore pass of their last-known-good dataset. The new method is called requestRestore(). * Provide the name of the package being restored, not just its ordinal, in the RestoreObserver's onUpdate() callback. Part of bug #2545514 Change-Id: I9689bf8d6e2b808b4ee412424a36a835be0a5ca8
* | QueryCodecs now returns the names of the software codecs (non-OpenMax) as well.Andreas Huber2010-03-241-1/+3
| | | | | | | | | | Change-Id: Ic4cd61f4dd722fb0dda544ffaa5615e87e3a4d40 related-to-bug: 2541647