summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add new method call back in MountService.Suchi Amalapurapu2010-03-221-37/+0
| | | | | | | | | | | PackageManager invokes this call back when its done handling the media status update. Add new uid check for updateExternalMediaStatus Change killPids method in ActivityManager. Remove mountsd command in Pm.java We cannot arbitrarily enable/disable packages in PackageManager now. Change-Id: I28dcba4afd2b4486f68abdaa1628a31b66544c91
* Merge "Fix bcm4329 FW dump in bugreport for user-debug build"Dmitry Shmidt2010-03-191-1/+1
|\
| * Fix bcm4329 FW dump in bugreport for user-debug buildDmitry Shmidt2010-03-191-1/+1
| | | | | | | | | | Change-Id: I56dfdc700db5704a91015ddcdc2adb0952b097ba Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Only backup real files.Dianne Hackborn2010-03-181-1/+1
|/ | | | | | Fixes hang when backing up droid. Change-Id: Ie8b5c9f76c39c2e6c2cdf1e3b03f56ae37912bad
* Merge "Add new install flag to install on internal flash only Change default ↵Suchi Amalapurapu2010-03-171-1/+5
|\ | | | | | | install location policy for new flag. New error code for media unavailable."
| * Add new install flag to install on internal flash onlySuchi Amalapurapu2010-03-171-1/+5
| | | | | | | | | | | | | | Change default install location policy for new flag. New error code for media unavailable. Change-Id: I5a5d0828b067692b2b94a15a2bcc7534f796c1a2
* | dumpstate: Remove df from bugreport and add vold system dumpSan Mehat2010-03-171-1/+1
|/ | | | | Change-Id: Ib5a7611019c13bae04f6bf099c4c598f1662890a Signed-off-by: San Mehat <san@google.com>
* keystore: rephrase the comment to make the usage more clear.Chia-chi Yeh2010-03-171-3/+5
| | | | Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96
* Do storage checks before initiating a move.Suchi Amalapurapu2010-03-161-13/+3
| | | | | | | | | | | | Add new remote method to check for insufficient error conditions. Some fixes in MountService when updating media status on PackageManagerService Fix size calculation condition in installd. Add new error code if media is unavailable. New tests for testing error codes. Some additional debugging statements in MountService. Change-Id: Ibfe90d5ed6c71d57f9c1c67806f38b5ae9ecdfbf
* Properly use a long long literal to avoid under/overflow during fps computation.Andreas Huber2010-03-161-1/+1
| | | | Change-Id: I04730c86d43d6192ded3e779631effda9dd06e63
* HTTPDataSource must be connected before it is usable. Fix this in the ↵Andreas Huber2010-03-161-1/+5
| | | | | | stagefright tool. Change-Id: I5313b2cb7839233d51b2d37a03b6598b0760c2e0
* The return of rawbu. For other nefarious purposes.Dianne Hackborn2010-03-113-0/+938
| | | | Change-Id: I3e9c892cb6ee79e85bc4d9b817f4ad9942a73b4e
* Merge "Dont include code size for apps on sdcard. Use constants defined in ↵Suchi Amalapurapu2010-03-101-0/+9
|\ | | | | | | PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number"
| * Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-0/+9
| | | | | | | | | | | | | | | | | | Use constants defined in PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number Change-Id: Ib5110c9377990e20a48cee923e55898dfddfd1e6
* | Merge "Extend stagefright tool to extract either album art or video frame."Andreas Huber2010-03-101-4/+16
|\ \ | |/ |/|
| * Extend stagefright tool to extract either album art or video frame.Andreas Huber2010-03-101-4/+16
| | | | | | | | Change-Id: Iab50924e37a1aad057470a349c8f1a81858424e9
* | Use proper config to enable LVMX.Glenn Kasten2010-03-091-3/+1
| | | | | | | | Change-Id: Ic8792e2b48110b2e91903e2e407b828a97d6e531
* | Initial version of LifeVibes integration.Glenn Kasten2010-03-092-0/+8
|/ | | | Also changed tabs to spaces in other audioflinger files.
* Merge "More consistent and clear traces.txt reporting."Dan Egnor2010-03-082-1/+26
|\
| * More consistent and clear traces.txt reporting.Dan Egnor2010-03-082-1/+26
| | | | | | | | | | | | | | Print ANR traces.txt even if it's old. Print more detailed error messages about VM trace dumps. Change-Id: I067c90b8f3b3647b6136528eff3120e6cfea5715
* | Merge "keystore: add AID_ROOT into the user table."Chia-chi Yeh2010-03-081-5/+6
|\ \ | |/ |/|
| * keystore: add AID_ROOT into the user table.Chia-chi Yeh2010-03-091-5/+6
| | | | | | | | Change-Id: I4b9cf24d75ca79583d7913bbb2c33745a2316cde
* | dumpstate: Add secure container + mounted filesystems to bugreportSan Mehat2010-03-081-1/+4
| | | | | | | | | | Change-Id: I0cb465da86976f5cce3594c4bb846aa6510c52d6 Signed-off-by: San Mehat <san@google.com>
* | keystore: allow '\0's in keys and add guards for cplusplus.Chia-chi Yeh2010-03-081-4/+10
|/ | | | Change-Id: I0af6ed7c5d51ce4ca39cb837e475942800cf6e2d
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-4/+4
| | | | Change-Id: I0b21316ff890d7f3c7d4b82837bb60670724c2e8
* fix hex parsing of bmgrChristian Sonntag2010-03-041-1/+1
|
* Allow multiple original-package tags.Dianne Hackborn2010-03-031-9/+17
| | | | Also fix some issues with moving files from update commands.
* Add new -W option to Am to wait for the start to complete.Dianne Hackborn2010-02-261-13/+51
|
* Add single-package restore to Bmgr feature setChristopher Tate2010-02-261-17/+64
| | | | | | | | | Also sanity-check the package name on the Backup Manager side, failing gracefully if the given package is not a backup/restore participant. Bug: 2293977 Change-Id: I3575046ffcaa3cf45c1c602824baeadd64082f70
* Replacing hard-coded mount point for ASEC with a getenv() call.Oscar Montemayor2010-02-251-1/+1
|
* Merge "add "startservice" option to am command-line utility"Doug Zongker2010-02-241-0/+13
|\
| * add "startservice" option to am command-line utilityDoug Zongker2010-02-241-0/+13
| | | | | | | | | | | | Allows starting Services in addition to Activities. Change-Id: Ib078115f6200faa8907b35909af2f64b0c563b38
* | Some framework fixes for apps on sdSuchi Amalapurapu2010-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | change hard coded path in installd fix tests Work around for renaming containers. Do forced unmount when destroying containers. Force a gc in default container service to release handle to parsed package and thus avoid getting killed by vold Some cosmetic changes to PackageManager api. Unit tests for renaming container for MountService Remove internal size limit on app to be installed.
* | Merge "Tag stagefright development tools as "debug-only"."Andreas Huber2010-02-241-0/+6
|\ \ | |/ |/|
| * Tag stagefright development tools as "debug-only".Andreas Huber2010-02-231-0/+6
| |