summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* Merge change I9f3020db into eclairAndroid (Google) Code Review2009-11-061-0/+15
|\ | | | | | | | | * changes: fix [2243164] live wallpaper screen artifacts at end of boot
| * fix [2243164] live wallpaper screen artifacts at end of bootMathias Agopian2009-11-061-0/+15
| | | | | | | | make sure to glClear() the areas not touched by the animation
* | DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-051-3/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 08259dd3dc9026887f9bbfedaf45866eb56ea9bc Author: Andreas Huber <andih@google.com> Date: Thu Nov 5 12:02:31 2009 -0800 DO NOT MERGE: Use PV for metadata extraction even if stagefright is used for playback. commit 991832fe4dc012e51d3d9ed8d647c7f09991858f Author: Andreas Huber <andih@google.com> Date: Thu Nov 5 11:24:11 2009 -0800 DO NOT MERGE: Do not assert if we encounter OMX_StateInvalid. All bets are off though. commit cec45cf302d9218fe79956cbe8a462d7ca3a10bb Author: Andreas Huber <andih@google.com> Date: Mon Oct 26 16:11:54 2009 -0700 DO NOT MERGE: When freeing an OMX node, attempt to transition it from its current state all the way to "Loaded" in order to properly free any allocated buffers. commit 34a1e885ef9113d68acbc26d36fcc47fdebbed84 Author: Andreas Huber <andih@google.com> Date: Thu Nov 5 11:10:49 2009 -0800 DO NOT MERGE: Fix heap corruptin in OMXNodeInstance. commit 5a47f7439a1298b330541a7e4e647a8b44487388 Author: Andreas Huber <andih@google.com> Date: Thu Nov 5 11:08:19 2009 -0800 DO NOT MERGE: Fix seek-on-initial-read behaviour of OMXCodec. commit 45bed64722501b9f411a2940aff5aff4cc4d2e98 Author: Andreas Huber <andih@google.com> Date: Thu Nov 5 11:02:23 2009 -0800 DO NOT MERGE: Renaming string.h to stagefright_string.h to avoid conflicts. commit 6738e306a50196f31a73d4fc7b7c45faff639903 Author: Andreas Huber <andih@google.com> Date: Thu Oct 15 13:46:54 2009 -0700 DO NOT MERGE: Reimplement the OMX backend for stagefright. Besides a major cleanup and refactoring, OMX is now a singleton living in the media server, it listens for death notifications of node observers/clients that allocated OMX nodes and performs/attempts cleanup. Changed APIs to conform to the rest of the system.
* Add -P flag to ps in dumpstateEvan Millar2009-10-292-3/+20
|
* A few more testcases for the vendor to reproduce issues with their decoder. ↵Andreas Huber2009-10-161-10/+29
| | | | Not part of the shipping image.
* Fix issue #2175693: Add vmallocinfo to dumpstateDianne Hackborn2009-10-081-0/+2
| | | | Change-Id: I88c6e2679919e56f581fcf79dbe683393dd8ce27
* dumpstate: 'RAMCONSOLE' -> 'LAST KMSG'San Mehat2009-10-081-1/+1
| | | | Signed-off-by: San Mehat <san@google.com>
* dumpstate: Emit a logcat message at beginning and end of execution.Mike Lockwood2009-10-051-0/+8
| | | | | | | | | | | Since the logcat is not printed until later in the output, this will make it easier to determine at what point the user pressed the key sequence to initiate the bugreport, which can be helpful when debugging timing dependent problems. b/2164183 Change-Id: I5b650a6163c383183ff28e344dac36fab11a2c7b Signed-off-by: Mike Lockwood <lockwood@android.com>
* Fix issue #2166755: BroadcastReceiver trying to return result during a ↵Dianne Hackborn2009-10-051-1/+2
| | | | | | | | | | | | non-ordered broadcast Tell the broadcast receiver whether it is getting an initial sticky value, so it will be quiet about attempts to do ordered broadcast stuff. Note that the original bug being reported was not actually a crash, just an error log. So all we are doing here is making the log quieter. Change-Id: Iaf1b718d82093ec1197142410a64feff47eb3859
* dumpstate: Add backlight information to bugreport output.Mike Lockwood2009-10-041-0/+7
| | | | | | | To help diagnose bugs b/2164183 and b/2164647 Change-Id: Ie80c3b205c231c485d8a24e68b0a9c5e025da479 Signed-off-by: Mike Lockwood <lockwood@android.com>
* dumpstate: Display mtime instead of ctimeSan Mehat2009-10-021-1/+1
| | | | Signed-off-by: San Mehat <san@google.com>
* improve boot animation a bitMathias Agopian2009-10-012-13/+256
|
* The touch screen is probably a feature.Dianne Hackborn2009-09-261-0/+45
| | | | | | Also extend the feature APIs a bit. Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
* Use reflection to figure out a readable string from install error code.Xavier Ducrohet2009-09-251-127/+74
| | | | | | | | | | | Instead of a switch that needs to be maintained, the code now look for public static final int fields in PackageManager whose names start with INSTALL_FAILED or INSTALL_PARSE_FAILED. If their int value match the error code, the name of the field is used as a human readable error string. Change-Id: If58ddc4d9ccc40a9a8aaec9de4cc7e4931db0292
* keystore: remove old implementation and test.Chia-chi Yeh2009-09-249-1532/+0
| | | | The new tests will be implemented in java.
* the boot animation is back! it broke in a recent check-inMathias Agopian2009-09-231-1/+1
|
* fix simulator buildMathias Agopian2009-09-231-0/+1
|
* fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to ↵Mathias Agopian2009-09-232-4/+23
| | | | create flip chain)
* keystore: rename scan() to saw().Chia-chi Yeh2009-09-221-4/+4
|
* keystore: exclude builds for simulator.Chia-chi Yeh2009-09-221-0/+4
|
* keystore: enable delete(), scan(), exist() when keystore is locked.Chia-chi Yeh2009-09-211-4/+14
| | | | Also check end-of-file explicitly.
* keystore: switch to multi-user version.Chia-chi Yeh2009-09-184-61/+87
|
* keystore: add multi-user support.Chia-chi Yeh2009-09-183-0/+662
| | | | Change-Id: I60268261110934a1d60efa341ff530f94415724f
* Merge change 25528 into eclairAndroid (Google) Code Review2009-09-171-0/+60
|\ | | | | | | | | * changes: Another stagefright test-case and ignore end-of-stream notifications while we're flushing.
| * Another stagefright test-case and ignore end-of-stream notifications while ↵Andreas Huber2009-09-171-0/+60
| | | | | | | | we're flushing.
* | Fix a minor bug in is_alnum_string()...Hung-ying Tyan2009-09-171-5/+8
|/ | | | and remove some verbose logging
* Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-151-0/+2
| | | | This api allows to instantiate a renderer by specifying the hosting java Surface object. This hides the implementation details of (java-)Surface, (native-)Surface and friends.
* Merge change 24673 into eclairAndroid (Google) Code Review2009-09-137-24/+94
|\ | | | | | | | | * changes: Add tests and misc fixes on keystore.
| * Add tests and misc fixes on keystore.Hung-ying Tyan2009-09-117-24/+94
| | | | | | | | | | | | | | | | | | * Refactor netkeystore.c to make client and server code testable. * Add a client test for setting new passwd and changing passwd. * Exclude "." and ".." from reset_keystore(). * Change ServerCommand.executeCommand() to accept variable length of arguments and add convert() to marshalling the args to bytes. * Keystore.java is revised accordingly.
* | Merge change 24762 into eclairAndroid (Google) Code Review2009-09-111-2/+0
|\ \ | | | | | | | | | | | | * changes: dumpstate: Switch back to running as non-root
| * | dumpstate: Switch back to running as non-rootMike Lockwood2009-09-111-2/+0
| |/ | | | | | | | | | | | | | | Now that we have straightened out the permissions on /data/dontpanic, root is no longer necessary. Change-Id: Ic895d712c2e929e4935707da321e1a2b015285c0 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Only build the "full" stagefright (including MediaExtractors and ↵Andreas Huber2009-09-111-0/+4
| | | | | | | | MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true).
* | Move JPEGSource.{cpp,h} into libstagefright.Andreas Huber2009-09-114-296/+1
|/
* Media MIME types now have corresponding constants in MediaDefs.h, new codec ↵Andreas Huber2009-09-104-7/+67
| | | | enumeration API.
* Merge change 24179 into eclairAndroid (Google) Code Review2009-09-091-2/+2
|\ | | | | | | | | * changes: Support encoding amr-wb content in stagefright.
| * Support encoding amr-wb content in stagefright.Andreas Huber2009-09-081-2/+2
| |
* | Replace the delimiter whitespace with '\0'.Chung-yih Wang2009-09-095-87/+96
|/ | | | | | | | + Use '\0' as the delimiter. + Allow whitespace character for keystore password. In previous implementation, we use space as the delimiter. That will stop user from using passphrase with whitespace character.
* dumpstate: Add the ctime (time the file was harvested out of /proc) to dump.San Mehat2009-09-051-5/+13
| | | | Signed-off-by: San Mehat <san@google.com>
* Add another testcase for moto to reproduce bug #2099685 to the stagefright ↵Andreas Huber2009-09-031-0/+3
| | | | commandline app.
* Merge change 23861 into eclairAndroid (Google) Code Review2009-09-033-1/+71
|\ | | | | | | | | * changes: Replace the bugreport symlink with a tool that starts the new dumpstate service.
| * Replace the bugreport symlink with a tool that starts the new dumpstate service.Mike Lockwood2009-09-033-1/+71
| | | | | | | | | | Change-Id: I57acae2344a264751f38b910e1e2bc750a1f1d24 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 23715 into eclairAndroid (Google) Code Review2009-09-031-7/+2
|\ \ | | | | | | | | | | | | * changes: Setting the component role appears to be mandatory now for all mime types.
| * | Setting the component role appears to be mandatory now for all mime types.Andreas Huber2009-09-021-7/+2
| | | | | | | | | | | | Also using CODEC_LOGV instead of vanilla LOGV to include the component name the message related to.
* | | Merge change 23714 into eclairAndroid (Google) Code Review2009-09-035-2/+203
|\ \ \ | |/ / | | / | |/ |/| * changes: Some work to make audio encoding work.
| * Some work to make audio encoding work.Andreas Huber2009-09-025-2/+203
| |
* | dumpstate: Add option to output to socket, disable code that switched to nonrootMike Lockwood2009-09-021-26/+54
|/ | | | | | | | This will be used to allow running dumpstate as root from the init process to enable gathering debugging information that requires root to access. Change-Id: I5bb7e83071fad2b377e549058f318a5118194061 Signed-off-by: Mike Lockwood <lockwood@android.com>
* dumpstate: Add support for apanic crash dataSan Mehat2009-09-011-2/+19
| | | | Signed-off-by: San Mehat <san@google.com>
* Add error output to pm for FAILED_MISSING_FEATUREXavier Ducrohet2009-08-311-0/+3
| | | | Change-Id: Ib9955b69b69db7d442402ab33e148cb40dec3d40
* More assert => CHECKAndreas Huber2009-08-281-8/+6
|
* Fixing the build.Andreas Huber2009-08-281-1/+1
|