aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* support version 2 (2048-bit e=65537) keys in recoveryDoug Zongker2013-05-253-10/+72
| | | | | Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org> Change-Id: I9849c69777d513bb12926c8c622d1c12d2da568a
* Fix recovery filesystem table output to logMatt Mower2013-05-241-4/+4
| | | | | | Use fprintf when printing to a specified stream. Change-Id: I863e3b570e3cf560deec9e8bb39cb339f40ae94c
* add getpropKoushik Dutta2013-05-134-20/+73
| | | | Change-Id: Id7a87626d2351d49750e9982d6f81d2646d9d36d
* revert mmcutils. cleanups and fixes.henry j. mason2013-05-096-36/+217
| | | | Change-Id: I2b0c3918528e5f7e6f4d2f8df1592c55f98317d3
* Rename prebuilt recovery su to su.recovery, so it does not interfere with ↵Koushik Dutta2013-05-072-2/+2
| | | | | | devices that have a shared recovery/boot. Change-Id: Id542215a31c4617e230474b65ecf54bbc8117d4e
* Delete sideloaded file once installedsconosciuto2013-05-061-0/+2
| | | | | | | If not deleted, it will be unexpectedly re-installed in case the user starts and then cancels adb sideload. Change-Id: Idfea3b5d5c95ab29fd946cd404d1255105105ce3
* Merge "recovery: fix sideload cancel" into cm-10.1Koushik Dutta2013-05-051-1/+1
|\
| * recovery: fix sideload cancelMarcel Bokhorst2013-05-021-1/+1
| | | | | | | | Change-Id: I76fcea55cc38edc713211742890b00acf8de4117
* | 6032Koushik Dutta2013-05-021-1/+1
| | | | | | | | Change-Id: Ieb03cb1b06e3a9a2eaab61ac3d6c2e02922cea4c
* | Reverse kang Wil Wheaton Recovery enhancements.Koushik Dutta2013-05-026-3/+56
|/ | | | Change-Id: Ia9eace0ff0826801515b335ac6543c1271948612
* Bump version to 6.0.3.1Nathan Grebowiec2013-04-131-1/+1
| | | | Change-Id: I01f94f18e240bf9580f118c6cb30ad702fb37e80
* allow sideload to be triggered via /cache/recovery command for eatKoushik Dutta2013-04-111-0/+10
| | | | Change-Id: I36996ceea831160830815c1b267328f307bbd906
* Allow cancelation of adb sideload.Koushik Dutta2013-04-104-17/+54
| | | | Change-Id: I1cc5a6719c3fe547afe944a94e134519c2c45fc6
* Merge "minui: add extended courier font" into cm-10.1Koushik Dutta2013-04-031-0/+536
|\
| * minui: add extended courier fontCEnnis912013-02-271-0/+536
| | | | | | | | Change-Id: Ic796b7b6892f6de26436015044a0b1a9cdc78fab
* | nandroid: backup: save recovery logChirayu Desai2013-03-241-1/+4
| | | | | | | | Change-Id: Id9e73317a6b46ddc0ec0c3005bfc9ef55cf7bf0d
* | minadbd: remove unnecessary header files.Nick Kralevich2013-03-231-2/+0
| | | | | | | | Change-Id: Iff2b53d9e63b279d0262cd2e9cfb11e0ca4d6b42
* | Add external_sd and efs to /etc/fstab generated by recoveryNathan Grebowiec2013-03-221-0/+1
| | | | | | | | | | | | | | Patchset 1) initial patch Patchset 2) drop efs mount Change-Id: I6330550061a55379280ada9d315f9b13c1ee2535
* | Store CWM Recovery Version and DeviceNathan Grebowiec2013-03-202-5/+9
| | | | | | | | | | | | | | | | | | | | | | Patchset 1) Initial commit Patchset 2) moved fclose() Patchset 3) move to one file Patchset 4) removed unneeded variable Patchset 5) fixed version Patchset 6) rebase Change-Id: I2f958f6085d6a8fac303b9b013e2be955fb42780
* | 6.0.3.0Nathan Grebowiec2013-03-191-1/+1
| | | | | | | | Change-Id: I6a4275e9d21290b817beffe58ca4ae530d1d9296
* | 6.0.2.10Nathan Grebowiec2013-03-191-1/+1
| | | | | | | | Change-Id: Iff91c16f1ba46a9cc63df33e4278eb8ae5713ac0
* | Remove HAVE_SELINUX guardsKenny Root2013-03-1711-41/+17
| | | | | | | | Change-Id: Iddb0a977a8e809413defd4e7a9bb21311f5db862
* | Store CWM Recovery Version NumberNathan Grebowiec2013-03-152-0/+13
| | | | | | | | | | | | | | Patchset 1) Initial patch Patchset 2) moved location of calls Change-Id: Ie21fc92eca42bc12a8f04622153beef64c0e7ef7
* | Fix segfault with dead symlinksRicardo Cerqueira2013-03-131-1/+1
| | | | | | | | | | | | | | If a symlink pointed to a non-existing directory, the path navigation menu would crash when attempting to free the structs Change-Id: Icd6e7dcc711645f82c5ac014fcacd506b95a2fc2
* | 6.0.2.9Koushik Dutta2013-03-091-1/+1
| | | | | | | | Change-Id: Ib39519bb312c234b1092c067957c50d6c522ba49
* | Blocked cached Google Music files from nandroidNathan Grebowiec2013-03-071-1/+1
| | | | | | | | | | | | Patchset 1) initial patch Change-Id: I76719bdd90be716f1beaeac293c5158eddf3a240
* | Merge "Pass the correct pointer to munmap on failure." into cm-10.1Chirayu Desai2013-03-071-4/+4
|\ \
| * | Pass the correct pointer to munmap on failure.Elliott Hughes2013-02-281-4/+4
| | | | | | | | | | | | | | | | | | | | | This won't ever happen, and you're probably screwed anyway if it does, but that's no excuse... Change-Id: Ic7e91285996f9f52d898326757c6fc53fcac34c9
* | | Merge "adb: handle adbd auth in recovery mode" into cm-10.1Pawit Pornkitprasan2013-03-042-5/+36
|\ \ \ | |/ / |/| |
| * | adb: handle adbd auth in recovery modejt11342013-02-272-5/+36
| |/ | | | | | | | | | | | | 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
* | add optional overscan compensation to recovery graphicsDoug Zongker2013-02-273-5/+32
|/ | | | | | | | | | | | | | If your screen is a TV, it may not actually be displaying the edges of the framebuffer. Allow specifying an overscan percentage, and move each edge of the framebuffer in by that percent of the width/height. (The gr_* layer just lies to the caller about the size of the framebuffer, telling the caller it's smaller than it really is, and offsets all drawing commands to match.) Change-Id: I11bb2feb39ae522bd3e957a14ebdecf3609e0fdc Conflicts: minui/Android.mk
* UI text correctionsMatt Mower2013-02-231-2/+2
| | | | Change-Id: I3833941e4ef81cbb99a3042b343ce689bf60305f
* Fix use of TARGET_USE_CUSTOM_LUN_FILE_PATHMatt Mower2013-02-221-3/+1
| | | | | | | | | | TARGET_USE_CUSTOM_LUN_FILE_PATH is already available as a string to extendedcommands.c, regardless of whether it is quoted or unquoted in BoardConfig.mk. Removed STRINGIFY define because it is already available in common.h (along with EXPAND which shoud be used instead of STRINGIFY anyways). Change-Id: I3f4ab8d1529df240c200e44049fc60519c0afd5b
* Add support for TARGET_USE_CUSTOM_LUN_FILE_PATHKoushik Dutta2013-02-062-2/+7
| | | | Change-Id: I22507597087eca2cb2b1d364b773fac8256ab43d
* recovery: add transparency to error imagesjackmu952013-01-263-0/+0
| | | | | | | | | | | | | | | Patch Set 1: * added transparcency to following images - icon_error.png - icon_firmware_erroer.png - icon_firmware_install.png * Preview: old: http://bit.ly/ToTUUm new: http://bit.ly/ToU3at Change-Id: I1ff7957ecaeebd1f3dbabed7ab074ee709174f47
* Do not attempt to back up .android_secure if it is on /data/mediaKoushik Dutta2012-12-282-5/+3
| | | | Change-Id: Id252dd3fdd528ff2b87816a0f1947f2a54d5200a
* 6.0.2.6Koushik Dutta2012-12-281-1/+1
| | | | Change-Id: I001ac826f698bf509b423a6455694b1f705226e0
* nandroid: Fix nonexistent backup format type bug.Koushik Dutta2012-12-281-0/+1
| | | | Change-Id: Ia5d6832137700b542c88b3c8d14efdd470bd195d
* nandroid: Fix nonexistent backup format type bug.Koushik Dutta2012-12-281-2/+3
| | | | Change-Id: I008d18e613e6a34099dc577d0452790f29a67169
* 6.0.2.5Koushik Dutta2012-12-211-1/+1
| | | | Change-Id: I45c2323e0dea0d3029658ee0f3bf577acf229b55
* 6.0.2.3Koushik Dutta2012-12-161-1/+1
| | | | Change-Id: Iac4393f861edaa2969245fa92d3f999819a62e72
* 6.0.2.2Koushik Dutta2012-12-151-1/+1
| | | | Change-Id: I2a8571b23aea8145f4d36986cde89401e4b5ca28
* Fix crash in recovery that occurs during backup.Koushik Dutta2012-12-121-14/+11
| | | | Change-Id: I8d13646eede75c64878b50a8b6f4617a48e10b32
* fix default backup format selection menuJames Sullins2012-12-123-8/+31
| | | | | | | | | | * Change "choose backup format" to "choose default backup format" to clarify that the change is persistent * Change the default backup format selection such that it correctly shows the current default format (instead of always showing tar) Change-Id: I4fe4bd9a07633f8fc4d335c424e20aea99f90f85
* Fix up RSA key loading bug in jellybean.Koushik Dutta2012-12-121-24/+44
| | | | Change-Id: Iaa6af3eceeac8a92e056abd0bcfffcc805426f61
* actually properly change hte default backup handlerKoushik Dutta2012-12-041-1/+1
| | | | Change-Id: I3b3b85e2eec3a81fd50aa4bdba531def607a6bfc
* 6.0.2.1Koushik Dutta2012-12-041-1/+1
| | | | Change-Id: I68cc9d1611d0774a22b6f76bc4b97071f78373a3
* port more graphics.c changes for Android.mkKoushik Dutta2012-12-041-2/+6
| | | | Change-Id: Id0dbbfb419b5f4723a7f7af3c009612b8903a1b4
* merge graphics.c changesKoushik Dutta2012-12-042-2/+21
| | | | Change-Id: Iec4068fce123fc22b42c27989889d5abb237d6f9
* Fix bug in ui_copy_image reported in:Koushik Dutta2012-11-281-1/+1
| | | | | | https://github.com/CyanogenMod/android_bootable_recovery/commit/107629b02d49fa69b25c414f445e823e1e4bbec3#commitcomment-2219143 Change-Id: Ib3041aba7461d4e139c37e150e63b7d47768563b