summaryrefslogtreecommitdiffstats
path: root/rootdir
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Temporarily disable the drm service. do not mergeGloria Wang2011-01-101-11/+13
| | | | | | | | | | | | | | | | | | | | Change-Id: I5cb04a9c2cc5b95443c6c0ea77132a4102ca47fc
* | | | | Move apache-xml to external. (project 4 of 4)Jesse Wilson2011-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8e1ea723481ae6d8e609563331c187576f306bce http://b/3351604
* | | | | Move rild to the core class.Ken Sumrall2011-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in init.stingray.rc now prevent rild from making sockets or named pipes on /data. Now that rild no longer prevents /data from being unmounted, we can put it in the core class, which doesn't restart when we enable encryption. This speeds up the boot by 20+ seconds. Change-Id: I71c426dab1b725e401116234167d41c7ccd958c1
* | | | | am af7bdc64: Add separate permission and group for access to MTP USB driverMike Lockwood2011-01-101-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'af7bdc646088e3112052f4fd35061bb720393287': Add separate permission and group for access to MTP USB driver
| * | | | Add separate permission and group for access to MTP USB driverMike Lockwood2011-01-101-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the "usb" group and ACCESS_USB permission will be used by regular apps to access USB devices in host mode, we need a separate permission for the device side MTP driver. Change-Id: Ibb546b8726d61e041fc7c273f71929624ad1575b Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Merge "To remove drm service from groups of "system" and "root"."Gloria Wang2011-01-071-1/+1
|\ \ \ \
| * | | | To remove drm service from groups of "system" and "root".Gloria Wang2011-01-071-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: Ieac11c667c72465f7082baab0787dc740797049f
* | | | rootdir: Fix system emulation startup.David 'Digit' Turner2011-01-064-4/+14
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the goldfish-specific config scripts used by init and ueventd to properly setup the system under emulation. This fixes a lot of broken-ess introduced by recent permission changes in the system. Note that there are still several problems after this patch is applied, but at least it becomes possible to get an adb connection to the emulated system, Change-Id: I1e8f5828b4d5cbb3a4338878df875dc718276b38
* | | Changes to init to support encrypted filesystems.Ken Sumrall2010-12-181-23/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | These are the changes to init and init.rc necessary to support booting with and encrypted /data filesystem. A corresponding change to init.<device>.rc goes along with this change. Change-Id: I0c7e2cc39568358014a82e317735c0eae14dd683
* | | don't run services with gid=0Nick Kralevich2010-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that we drop privileges for servicemanager and drmioserver. These should not be running with gid=0. Bug: 3275526 Testing: Applied change and successfully rebooted the device. No obvious bugs. Change-Id: I782fbda812cb88e0a365788b45b3b32894623177
* | | Remove services for adding SDP records.Jaikumar Ganesh2010-12-131-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was an inefficient way of doing things and was temporary. There are now direct calls to Bluez to add reserved SDP records. This improves connection time after turning on BT by 6-8 secs. Change-Id: I8750f44e1de73c9cc935d68710b8964e3f50c3a6
* | | Revert "HACK: slow_start for mediaserver to prevent restart race condition"Iliyan Malchev2010-12-081-2/+0
| | | | | | | | | | | | This reverts commit 9db7945ed2f9eb5756aa0c1e5e72fa6240f74847.
* | | HACK: slow_start for mediaserver to prevent restart race conditionPaul Eastham2010-12-041-0/+2
| | | | | | | | | | | | Change-Id: Ia76385612fd127c5f11b3d64205e350f27acfd82
* | | init.rc: Allow console in userdebug buildsMike Lockwood2010-11-191-1/+1
| | | | | | | | | | | | | | | Change-Id: Ib5734c6d3e2bf5a9da3d44721c529971f2345120 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Create directory for DRM plug-ins.Gloria Wang2010-10-281-3/+3
| | | | | | | | | | | | Change-Id: I1bfef96b1949f288852cd88222e0ce2bbb186f40
* | | am b7171987: am b4d65399: disable console in user buildsBrian Swetland2010-10-271-2/+8
|\ \ \ | |/ /
| * | am b4d65399: disable console in user buildsBrian Swetland2010-10-271-2/+8
| |\ \ | | |/
| | * disable console in user buildsBrian Swetland2010-10-271-2/+8
| | | | | | | | | | | | | | | | | | Also, run console as shell/log instead of root/root. Change-Id: I6104f1edddfd5e11843ff41d7839d0c296e6a6f9
* | | Let SocketClient users write binary data to clients.Brad Fitzpatrick2010-10-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a dependency for the DNS proxy CLs. This CL also adds a new socket for the netd process to inherit which is owned by the inet group. (so only apps with the INTERNET permission can use the DNS proxy...) Change-Id: Ic3475c697913ba85805b4e49801b65e7a1d59289
* | | am 60afdedc: am 146481b9: add rules to set perms for input device sysfs ↵Brian Swetland2010-10-261-0/+5
|\ \ \ | |/ / | | | | | | attributes
| * | am 146481b9: add rules to set perms for input device sysfs attributesBrian Swetland2010-10-261-0/+5
| |\ \ | | |/
| | * add rules to set perms for input device sysfs attributesBrian Swetland2010-10-261-0/+5
| | | | | | | | | | | | Change-Id: I28ab7f1ac5cc07ade7830e87f5e70c96464bb686
* | | am f3c29f0c: am 5988ea72: add sdcard access permission to ril daemonBrian Swetland2010-10-221-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'f3c29f0cf287ec3d329b012a2d48808b064632f6' * commit 'f3c29f0cf287ec3d329b012a2d48808b064632f6': add sdcard access permission to ril daemon
| * | am 5988ea72: add sdcard access permission to ril daemonBrian Swetland2010-10-221-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '5988ea726e91fbdc69485b729ea2f532fedfa1d6' into gingerbread-plus-aosp * commit '5988ea726e91fbdc69485b729ea2f532fedfa1d6': add sdcard access permission to ril daemon
| | * add sdcard access permission to ril daemonBrian Swetland2010-10-221-1/+1
| | | | | | | | | | | | | | | | | | Some RIL daemons write crashdumps to sdcard. Change-Id: I49a8d2cb342fd7f8bd23dbb1bcc378726e10a579
* | | am 33357f54: am 6490257d: Make netd restart when system server hangs on it.Brad Fitzpatrick2010-09-211-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '33357f5477a24cb16bd3dd692fe5ca14755ab033' * commit '33357f5477a24cb16bd3dd692fe5ca14755ab033': Make netd restart when system server hangs on it.
| * | am 6490257d: Make netd restart when system server hangs on it.Brad Fitzpatrick2010-09-211-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '6490257d116c35d3da927ee7b91179dde64ef713' into gingerbread-plus-aosp * commit '6490257d116c35d3da927ee7b91179dde64ef713': Make netd restart when system server hangs on it.
| | * Make netd restart when system server hangs on it.Brad Fitzpatrick2010-09-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netd has been seen hanging (cause suspected but unconfirmed) which then brings down the system server which blocks forever on its main thread trying to connect to netd with its hung event loop. This then results in an infinite watchdog runtime restart loop because the situation never improves: netd is still borked. Instead, we should kill netd and give it another chance when the system server dies. Bug: 3018996 Bug: 3017876 Change-Id: Ibf9ecf0ffcb78e48c38e5167f21cbeefe0e2a47f
* | | resolved conflicts for merge of 3b5214a6 to masterBrian Swetland2010-09-191-2/+5
|\ \ \ | |/ / | | | | | | Change-Id: Id73c53c6c2e9c21eb9b1d1e624aaeb25097ea7a4
| * | am 02863b95: add /vendor supportBrian Swetland2010-09-191-2/+6
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '02863b957cfbfc302d3136ed78c0cba86accacd8' into gingerbread-plus-aosp * commit '02863b957cfbfc302d3136ed78c0cba86accacd8': add /vendor support
| | * add /vendor supportBrian Swetland2010-09-191-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - look in /vendor/firmware/... in addition to /system/etc/firmware/... for firmware loading - add /vendor/bin to path before /system/bin - add /vendor/lib to ldpath before /system/lib - configure appropriate permissions for /system/vendor/bin - symlink /vendor -> /system/vendor Change-Id: I0c06ca1e38a44f0c7024cee6cea8907aa93a4532
* | | am 26ce6e0e: manual merge from readonly-korg-masterJean-Baptiste Queru2010-09-101-0/+12
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '26ce6e0e1608a9e804fa9721cc6326cdbaa5b7c1' * commit '26ce6e0e1608a9e804fa9721cc6326cdbaa5b7c1': - Add drm and drmio service
| * | manual merge from readonly-korg-masterJean-Baptiste Queru2010-09-101-0/+12
| |\ \ | | | | | | | | | | | | Change-Id: Id17f69d22fbbc84578be5aadd5e8e906ff0eb548
| | * \ Merge "- Add drm and drmio service - Add /data/drm directory for storing DRM ↵Jean-Baptiste Queru2010-09-091-0/+12
| | |\ \ | | | | | | | | | | | | | | | related data"
| | | * | - Add drm and drmio serviceaimitakeshi2010-07-271-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add /data/drm directory for storing DRM related data Change-Id: Ifd8922a3de109dbf5cd3f9cabbf4e5689b16c1d7
* | | | | am 8df3a4a5: am 4012c0a4: Merge "remount / as read-only only on post-fs to ↵Brian Swetland2010-09-081-2/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow per-target config of /" into gingerbread Merge commit '8df3a4a554184afba71887995c5f0983ce81196f' * commit '8df3a4a554184afba71887995c5f0983ce81196f': remount / as read-only only on post-fs to allow per-target config of /
| * | | | am 4012c0a4: Merge "remount / as read-only only on post-fs to allow ↵Brian Swetland2010-09-081-2/+3
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | per-target config of /" into gingerbread Merge commit '4012c0a46ab2ebdf6a1298bc4e85ed3368d1b8a4' into gingerbread-plus-aosp * commit '4012c0a46ab2ebdf6a1298bc4e85ed3368d1b8a4': remount / as read-only only on post-fs to allow per-target config of /
| | * | | remount / as read-only only on post-fs to allow per-target config of /Brian Swetland2010-09-081-2/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia89dd2021e0f960201b4cee573227f0addd48431
| * | | | am f2af88e8: Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-051-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f2af88e81af5efb2d585963507f798d5a8b93d67' into gingerbread-plus-aosp * commit 'f2af88e81af5efb2d585963507f798d5a8b93d67': Tracking merge of dalvik-dev to gingerbread
| | * | | Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git cherry-pick --no-commit b99a099c git cherry-pick --no-commit 9811671e023ceb82029040f7acf599013c773e6b git cherry-pick --no-commit d0645bf0cc76ef7be11cf77a8e1995233a1972e4 Change-Id: Ie70fecaeaba97a25f114cd2717e381b5107533b1
* | | | | Revert "system/core: add system/audio persmissions for /dev/audio*"Iliyan Malchev2010-07-301-1/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 7e8b01229dde701bee555ea1cf10986b773d5de0.
* | | | | system/core: add system/audio persmissions for /dev/audio*Iliyan Malchev2010-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If214241f8150f5ff6cce8b9a76c6c8e5bad9c35a Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | | | am 60c8f863: resolved conflicts for merge of 0fcbdb41 to gingerbread-plus-aospJean-Baptiste Queru2010-07-291-0/+10
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '60c8f863ca84f3e5bb8e78d8001c53511f094d53' * commit '60c8f863ca84f3e5bb8e78d8001c53511f094d53': Userland support for VM interconnection
| * | | | resolved conflicts for merge of 0fcbdb41 to gingerbread-plus-aospJean-Baptiste Queru2010-07-291-0/+10
| |\ \ \ \ | | | |/ / | | |/| | | | | | | Change-Id: I1396cd97b28f316849016d55596ad52fffd3235c
| | * | | Merge "Userland support for VM interconnection"Jean-Baptiste Queru2010-07-291-0/+10
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Userland support for VM interconnectionDries Harnie2010-07-151-0/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I699608f3072b39c8da1a7cc313bd0b736e90f225
* | | | | am 544e1f86: merge from open-source masterThe Android Open Source Project2010-07-161-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '544e1f866edcbe55b3d8f65d50bc831dfb818657' * commit '544e1f866edcbe55b3d8f65d50bc831dfb818657': Fix sdcard mount issue.
| * | | | merge from open-source masterThe Android Open Source Project2010-07-161-1/+1
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | Change-Id: I03f6a73a782706a7c77041db4e626c40dffa647a
| | * | Fix sdcard mount issue.Ravi K Yenduri2010-07-151-1/+1
| | |/ | | | | | | | | | | | | | | | | | | Push vold.fstab on to the emulator, which is now denoted by TARGET_PRODUCT=full. Change-Id: I502af9b06903808fa2448c1013ddd8904f6000ca
* | | resolved conflicts for merge of 3cac9cb3 to masterKenny Root2010-07-151-0/+5
|\ \ \ | |/ / | | | | | | Change-Id: I86b5173ad49522eae082bf2a3d096dbfb5240129