summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Collapse)AuthorAgeFilesLines
* am 06c93386: Merge "Exit boot animation cleanly." into jb-devMathias Agopian2012-06-202-5/+38
|\ | | | | | | | | * commit '06c93386374de3812629908f21c057a8d60c4b12': Exit boot animation cleanly.
| * Exit boot animation cleanly.Kevin Hester2012-06-192-5/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The desc.txt file can now mark parts as 'must finish cleanly' by using 'c' as the part line prefix rather than 'p'. If so indicated, if the bootanimation is asked to quit it will do so only after waiting to finish that part. I considered either making init.c service killing smarter or promoting bootanim to be a bindable service with a requestExit method. However, these changes are probably too big/risky given our ship date. So I used a property as a mailbox between SurfaceFlinger and bootanim. Bug: 6679877 Change-Id: I1f8dd9e7da1ea80a483b31fa14c4a5645922d774
* | am 386ce58a: Merge "Don\'t backup or delete the backup file, if it\'s in the ↵Amith Yamasani2012-06-181-3/+19
|\ \ | |/ | | | | | | | | | | backup path." into jb-dev * commit '386ce58a21b81390d2831b0f1107d03773af687a': Don't backup or delete the backup file, if it's in the backup path.
| * Merge "Don't backup or delete the backup file, if it's in the backup path." ↵Amith Yamasani2012-06-181-3/+19
| |\ | | | | | | | | | into jb-dev
| | * Don't backup or delete the backup file, if it's in the backup path.Amith Yamasani2012-06-181-3/+19
| | | | | | | | | | | | Change-Id: Ie77782722a271e09f8cbde7fb5393e8127d4334d
* | | resolved conflicts for merge of 4de60b26 to jb-dev-plus-aospKenny Root2012-06-181-13/+16
|\ \ \ | |/ / | | | | | | Change-Id: Id1b1847a3ab5c0f51ac8a732fce5ba12e5810259
| * | Make lib dir before changing ownership of app dirKenny Root2012-06-141-5/+8
| |/ | | | | | | | | Bug: 6668897 Change-Id: I8998a50359892277b15e80b5b5590ff94b125467
* | am ceb80679: Merge "make the boot animation 32-bits to avoid banding" into ↵Justin Ho2012-06-121-1/+1
|\ \ | |/ | | | | | | | | | | jb-dev * commit 'ceb8067920043a430478be386c56c244355d4c9f': make the boot animation 32-bits to avoid banding
| * make the boot animation 32-bits to avoid bandingMathias Agopian2012-06-111-1/+1
| | | | | | | | | | | | Bug: 6611693 Change-Id: Id31b711ea755c89240eaea26f6403a031cd939e4
* | am 63dd4c65: am 60b3d59d: Merge "Modify installd to set the SELinux security ↵Kenny Root2012-06-082-1/+45
|\ \ | |/ |/| | | | | | | | | context on package directories." * commit '63dd4c65c41187967ba0828d386117f90020840e': Modify installd to set the SELinux security context on package directories.
| * Merge "Modify installd to set the SELinux security context on package ↵Kenny Root2012-06-082-1/+45
| |\ | | | | | | | | | directories."
| | * Modify installd to set the SELinux security context on package directories.Stephen Smalley2012-01-242-1/+45
| | | | | | | | | | | | | | | | | | | | | installd already sets the UID/GID/mode for package directories. Extend it to also call libselinux to set the SELinux security context. Change-Id: I22d38e3e7facdfcee20a34bf30f1412dbb87761f
* | | Fix issue #6295373: "Package com.google.android.apps.authenticator2 has...Dianne Hackborn2012-06-073-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...mismatched uid: X on disk, Y in settings" errors on Froyo and Gingerbread Deal more gracefully with the uid changing in three ways: 1. If the uid on disk has become root, then have installd change it to the application's uid. This is to correct a potential case where installd was interrupted while linking or unlinking the libs dir, during which it temporarily changes the owner of the dir to root so that a malicious app can not get in its way. So if the uid on disk has become root, we assume we can safely just change it back to the correct uid. 2. When scaning packages at boot, use the same "delete and rebuild data directory" code for third party applications as we have for system applications. This allows us to at least end up in a state where the app will run, even if its data is lost. 3. But we really don't want to get in to case 2, so if an application update is being installed and we find that the uid we now have for the app is different than the one on disk, fail the update. This will protect against for example a developer changing the sharedUserId of their app and getting into this bad state. Bug: 6295373 Change-Id: Ic802fdd818ac62449ff3c61d1fff1aa4d4942f39
* | | Remove some unnecessary man page entriesAmith Yamasani2012-05-302-7/+3
| | | | | | | | | | | | Change-Id: I1ceda3f5efac83b80ab4b6e7cae4086aeed5062a
* | | Remove unused, obsolete debug codeRomain Guy2012-05-211-6/+2
| | | | | | | | | | | | | | | | | | | | | All these features have either been abandonned and left un-maintained for years or can be replaced by systrace. Change-Id: I42e4579a8078744047e5fe08a7a15254970b09bc
* | | fix BootAnimation timingMathias Agopian2012-05-121-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were including the delay of the previous frame when calculating the delay needed between a frame and the next. This caused a bad jitter in the animation timing. We also now use clock_nanosleep(). Change-Id: Iebb8cca4d57fe2f11d83b23a736e03db7a7d2006
* | | Merge "Empower the 'input' command with keycode labels." into jb-devJeff Brown2012-05-091-4/+6
|\ \ \
| * | | Empower the 'input' command with keycode labels.Jeff Brown2012-05-091-4/+6
| | | | | | | | | | | | | | | | Change-Id: Ia077f8ee0732599cec9b04efc2f828d3d22f5bac
* | | | Add encryption parameters to package installationAnonymous Coward2012-05-071-4/+131
|/ / / | | | | | | | | | Change-Id: Ic9f8ab9f8110f08bb3c00725cfce5b8ee7b766f3
* | | Merge "remove extra semi colon" into jb-devGuang Zhu2012-05-011-1/+4
|\ \ \
| * | | remove extra semi colonGuang Zhu2012-04-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Eclipse has been complaining about it... Change-Id: I39fb4eeab26af883dd2287baf49ec244db453365
* | | | Change permission enforcement through pm command.Jeff Sharkey2012-04-301-0/+33
|/ / / | | | | | | | | | | | | | | | | | | | | | Add "set-permission-enforced", which can currently only mutate enforcement of READ_EXTERNAL_STORAGE. Bug: 6363043 Change-Id: I3f7929738c8c36b0a54fbf171c03fe16c09b5d99
* | | Add Usb control to svc.Robert Greenwalt2012-04-272-1/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | We used to have control over usb via ndc but recent changes removed that. The reverse_tether.sh script needs control (on rooted devices) to run so added this. bug:4208971 Change-Id: I722fc0e14540890be0d79a0b7d22f23b2d57f20c
* | | am f4b6628e: BootAnimation: fix bug to delay the appropriate amount of time ↵Travis Geiselbrecht2012-04-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | per frame * commit 'f4b6628e5084bf317eab5326c51cbecb8fabdc45': BootAnimation: fix bug to delay the appropriate amount of time per frame
| * | | BootAnimation: fix bug to delay the appropriate amount of time per frameTravis Geiselbrecht2012-04-241-1/+1
| | | | | | | | | | | | | | | | Change-Id: I300b67a97a9a685cec59df12d8d605c2b0b49180
| * | | am ce06c000: Merge "Debugging code for #6169553: Make Phone launch faster" ↵Dianne Hackborn2012-03-161-0/+18
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ics-mr1 * commit 'ce06c000b4133c63414c3244c3325e25315ab179': Debugging code for #6169553: Make Phone launch faster
| * | | | Add native common time config service.John Grossman2012-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define a native service interface for configuring and controlling the common time service. Implement the native marshallers and stub the implementation of the new interface. Change-Id: Ia6a6a20ef3d221e8829c55be1dd5f98ed996c610
| * | | | De-AAH-ify the common time service.John Grossman2012-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bulk name change to remove references to Android@Home from the common time service in preparation for cleanup and up-integration into the master branch. Basically, aah_timesrv is now common_time. Change-Id: I3d3db212f96e8ba171aa36b9c58e27e4a336cb0a
| * | | | resolved conflicts for merge of 0c0120ef to ics-aahJason Simmons2011-12-061-31/+68
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: If1f39ff160b4305ef057d50bb1f01d2c45f1579d
| * \ \ \ \ am 5a7c9176: Merge "Fix free_cache to actually work" into ics-mr1Kenny Root2011-12-014-18/+84
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5a7c91769f011bc150c9def9edab9cccb4761c66': Fix free_cache to actually work
| * \ \ \ \ \ am eaeb4f4e: Merge "Fix some policy-base routing issues." into ics-mr1Robert Greenwalt2011-11-231-0/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'eaeb4f4e3c914550d28a042fb3d752efcf20ab9e': Fix some policy-base routing issues.
| * \ \ \ \ \ \ am 0f3570c3: Merge "Re-enable vril-dump for adb bugreport." into ics-mr1Jake Hamby2011-11-171-3/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0f3570c3c1467bc4c900d256c6d9dc12ffb35ff1': Re-enable vril-dump for adb bugreport.
| * \ \ \ \ \ \ \ am 5f11d73c: Merge "Improve low memory dropbox reporting." into ics-mr1Dianne Hackborn2011-11-151-0/+37
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5f11d73c918de72368ac5605c50f5fb9ac0457cb': Improve low memory dropbox reporting.
| * \ \ \ \ \ \ \ \ am de62d9cb: Merge "boot animation is dithered and scaled" into ics-mr1Mathias Agopian2011-11-111-3/+10
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'de62d9cbe00d0fcac24af9a3d89ba7a125e56eaa': boot animation is dithered and scaled
| * \ \ \ \ \ \ \ \ \ resolved conflicts for merge of 3af8b88d to ics-aahJason Simmons2011-11-091-0/+20
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2b68cd7c904e68a16565b7274560e7105c643c87
| * \ \ \ \ \ \ \ \ \ \ am 26f70db9: Merge "Remove surface legacy APIs and code." into ics-mr1Andreas Huber2011-11-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '26f70db99f483be36caa7a4c84fec5de50bec034': Remove surface legacy APIs and code.
| * \ \ \ \ \ \ \ \ \ \ \ am 55fe6763: Merge "Include showmap output in bug report." into ics-mr1Dianne Hackborn2011-11-043-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55fe6763d29cb0e899b2541497f4d8bc1bbd14ba': Include showmap output in bug report.
| * | | | | | | | | | | | | Add clear-data command to am to wipe the given package's data.Joe Onorato2011-11-011-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2fa5bb6b15f59ae6dc4ae18ab42e849811a2eb81
| * | | | | | | | | | | | | am f136aa34: Merge "Various performance and other work." into ics-mr1Dianne Hackborn2011-11-011-123/+137
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f136aa341abaaf7fd6f7632d41a30b2989d93985': Various performance and other work.
| * | | | | | | | | | | | | | Add service/aah_timesrvMike J. Chen2011-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a common time service used by Tungsten for synchronizing distributed playback. This is a squashed merge from master-tungsten of the following changes: commit 43be3231034ff8537fdd84422a7954780038671f Author: John Grossman <johngro@google.com> Date: Mon Jun 27 18:59:12 2011 -0700 Move libaah_rtp over from the vendor directory. Also move factor PipeEvent out into utils. Change-Id: Id3877c66efe22d771cf3ef4877107e431b828e37 commit a148e2674b1d3cb73289b82b85c333f0a66824a9 Author: John Grossman <johngro@google.com> Date: Mon Jun 20 17:02:24 2011 -0700 Move the A@H time service into frameworks/base Change-Id: I5c570cde70e8931e205516cb33517585804ce841 commit 86c94c7d6780fcfa4e1146325706fb78bc30544c Author: Jason Simmons <jsimmons@google.com> Date: Mon Jun 20 15:44:31 2011 -0700 Update the service manager UID table to match the new name of the common clock service Change-Id: I5a65e84e8dff743c69d182e9851e58fc68791564 commit 6ab14c34be8c1b10b1258bdebbba1e52743ff5b9 Author: Jason Simmons <jsimmons@google.com> Date: Fri Jun 3 18:19:40 2011 -0700 Add tungsten_timesrv to init.rc Change-Id: I851aa990612440e1df1af992ed6e4d64b54a4951 Change-Id: Id832a0a00d447aa562bb7476902799bfa5bbda8d Signed-off-by: Mike J. Chen <mjchen@google.com> Signed-off-by: John Grossman <johngro@google.com>
| * | | | | | | | | | | | | | Add the ability to pass float extras to AM.Mike J. Chen2011-10-281-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from master-tungsten: commit 43a2825a283e29c0f70100146394957af0598b0e Author: John Grossman <johngro@google.com> Date: Wed Apr 27 09:03:53 2011 -0700 Add the ability to pass float extras to AM. Change-Id: I970ad3f76a65bd781099204019095c73ed8c09db Change-Id: I824de23e244d0fc23112e0af4548524ae2c313e5 Signed-off-by: Mike J. Chen <mjchen@google.com> Signed-off-by: John Grossman <johngro@google.com>
* | | | | | | | | | | | | | | Fix issue #4499996: LiveWallpaperPreview activity intent filterDianne Hackborn2012-04-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5fc71503d2c59c907da954dbda3587394e6405bf
* | | | | | | | | | | | | | | Request key maps from input manager service.Jeff Brown2012-04-101-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of each application loading the KeyCharacterMap from the file system, get them from the input manager service as part of the InputDevice object. Refactored InputManager to be a proper singleton instead of having a bunch of static methods. InputManager now maintains a cache of all InputDevice objects that it has loaded. Currently we never invalidate the cache which can cause InputDevice to return stale motion ranges if the device is reconfigured. This will be fixed in a future change. Added a fake InputDevice with ID -1 to represent the virtual keyboard. Change-Id: If7a695839ad0972317a5aab89e9d1e42ace28eb7
* | | | | | | | | | | | | | | Merge "Build /system/bin/asan/app_process."Stephen Hines2012-04-061-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Build /system/bin/asan/app_process.Evgeniy Stepanov2012-04-041-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id3fa26a1bc0e0832bfde73dbd3acce15ecce823d
* | | | | | | | | | | | | | | | Move some APIs from window manager to input manager.Jeff Brown2012-04-051-27/+12
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplified input injection API down to just one call. Removed all input state reading API. It was only used by the window manager policy and required a permission that applications could not obtain. READ_INPUT_STATE is now unused and deprecated. Change-Id: I41278141586ddee9468cae0fb59ff0dced6cbc00
* | | | | | | | | | | | | | | Revert "Build /system/bin/asan/app_process."Stephen Hines2012-04-041-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cb5c734790e1e3d8496b4c75c57e8a537784c056
* | | | | | | | | | | | | | | Build /system/bin/asan/app_process.Evgeniy Stepanov2012-04-031-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icdfe215a7e86466a07fe0508775c89963a0a4787
* | | | | | | | | | | | | | | Deleted the media, camera, drm related files since they are relocatedJames Dong2012-03-2815-4623/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9bc5573ee07e30b305b5b879023aa9ec69e10b91
* | | | | | | | | | | | | | | move dumpstate and dumpsys from frameworks/base to frameworks/nativeColin Cross2012-03-268-1297/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifdff51a974a9ee3c8ee7b04648a45d2f278ce4df