aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* adb: handle adbd auth in recovery modejt11342013-02-271-5/+1
| | | | | | | If /data/misc/adb/adb_keys exists, copy it to /adb_keys, set property for secure adb, and restart the adbd daemon. Change-Id: I2f826d4c1f6a49cb0959c9cd1a803cb10ec4e408
* fixup init.rcKoushik Dutta2012-11-241-2/+5
| | | | Change-Id: Ic90b9319123610f7705887007be3fa9a095f9b0c
* import init.recovery.hardware.rcKoushik Dutta2012-11-171-0/+2
| | | | Change-Id: I794a092942ece6928963343a06cc866534a1f34e
* recovery : add minadbd and sideload from AOSPBumble-Bee2012-10-121-8/+12
| | | | | | -- enable "adb sideload <zip>" command Change-Id: I3f74e10ab6e70cc5d1722e26ac35a06d8ca4e289
* Always run adbd as root in recovery.Mike Kasick2012-01-261-2/+4
| | | | | | | | | | | | | | | | | | At present, invoking "adb shell" while in recovery results in: - exec '/system/bin/sh' failed: No such file or directory (2) - "adb shell" should invoke /sbin/sh, but cannot as /sbin and /sbin/recovery lack other-user execute permission. Invoking "adb root" to restart adbd as root _does_ work, however this behavior may not be intuitive to users who encounter the above error. The solution implemented here is to always run adbd as root in recovery, so it has permission to run /sbin/sh. Furthemore, user shells in recovery are not particularly useful and "su" doesn't exist, thus "adb root" is likely to be invoked anyways. Change-Id: Iaaa25090e85d970e9a076fef068f5fae8202ab0b
* wipKoushik Dutta2011-11-161-3/+15
|\
| * Add missing commands to recovery init.rcMichael Ward2011-07-071-0/+3
| | | | | | | | | | | | Wrote some missing items in recovery, most notably the serial number so that it shows up correctly on adb. Change-Id: If430c0b78191c8d77f781aa605b5081571451775
| * init.rc: Simplify logic for starting adbd in recoveryMike Lockwood2011-06-291-25/+6
| | | | | | | | | | | | | | | | | | | | Always start adbd if ro.debuggable=1 rather than basing it on user preference in persistent system properties. Use new D001 product ID, which I just allocated for "android recovery mode" Change-Id: I6f1eac5257eaad2e538c0a8dd549ad89219efa3e Signed-off-by: Mike Lockwood <lockwood@android.com>
| * fix adb root in recoveryDoug Zongker2011-06-231-0/+4
| | | | | | | | | | | | recovery's init.rc was missing lines that made adb root work. Change-Id: I300e6997e3b5cb9c7b542b2012eed61deb2550f1
| * Fix starting adb in recovery modeMike Lockwood2011-06-191-3/+27
| | | | | | | | | | Change-Id: I8444f44d3194ff16ce54121633d5b255231393f5 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | deprecate BOARD_USES_RECOVERY_CHARGEMODEKoushik Dutta2011-10-231-59/+0
| | | | | | | | Change-Id: Ibda5585257f4380abccd97036eae3e747779a9e9
* | fix the disabled states in init.htc.rc....Koushik Dutta2011-10-231-10/+8
| | | | | | | | Change-Id: I475f470bc9d638383f0fd69ba0c43fe7c7928179
* | htc offmode charge: update daemons and init.htc.rc. remove png files needed ↵toastcfh2011-07-241-4/+11
| | | | | | | | | | | | by old offmode charge. add htcbatt daemon Change-Id: Id9a521decaa381b5d4cffca3fd51814a07f027ca
* | add offmode charging for htcKoushik Dutta2011-04-101-0/+54
| | | | | | | | Change-Id: I76ea278c10658e16bf864a8290edc95e4232970e
* | Add support to mount /boot for systems that have a mountable /boot.Brandon Bennett2011-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | This is checked at runtime to see if /boot is a mountable parition (i.e not mtd), if so it adds an entry into /etc/fstab. This will allow us to mount /boot from an edify script and push certain files without completely imaging the parition which can contain other files such as the bootloader (u-boot), and recovery kernel and ramdisks as is the case with the encore (NookColor) Test on NookColor and passion. Correct entry was added to the NC and not added to the passion as expected. Change-Id: I9850dee866b77653bf400bb5193905e55da3f25f
* | fix sd-ext backup and restore.Koushik Dutta2011-01-161-0/+2
| | | | | | | | Change-Id: I346724f231bb29df2c0fa833df420620ab1be1b4
* | Merge from ClockworkMod recoveryKoushik Dutta2010-12-181-0/+1
|\ \ | |/ |/| | | Change-Id: Id5b312147173ced559a62d97029acede6c2f8766
| * Added options for an internal SD card to be handled by recovery.Brint E. Kriebel2010-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Exable uses in BoardConfig.mk: BOARD_HAS_SDCARD_INTERNAL := true BOARD_SDCARD_DEVICE_INTERNAL := /dev/block/mmcblk3p1 Setting BOARD_SDCARD_DEVICE_SECONDARY to the same value as BOARD_SDCARD_DEVICE_INTERNAL will allow the device to "fall back" to the internal SD card for other actions. Change-Id: I2cf8ab4b1d385ac714f5b7416b915d059033d94b
* | am ecc76ba5: Set adbd to be disabled by default in recoveryKenny Root2010-06-281-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'ecc76ba5516d62a886f9c290906e0ca50702c9ab' into gingerbread * commit 'ecc76ba5516d62a886f9c290906e0ca50702c9ab': Set adbd to be disabled by default in recovery
| * | Set adbd to be disabled by default in recoveryKenny Root2010-06-281-0/+1
| |/ | | | | | | Change-Id: I74fa6edc4b001247b20be52e8301d18407fede2c
* | recovery: Add ueventd serviceColin Cross2010-05-141-0/+4
|/ | | | Change-Id: Iad448bc1608f88c5db2108475f35b88ea2877b07
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-0/+41
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-41/+0
|
* Initial ContributionThe Android Open Source Project2008-10-212-0/+41