aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* Switch the default backup format to tar.Koushik Dutta2012-11-282-9/+9
| | | | Change-Id: I65990d21657bc11367269186b8efde63778fb611
* remove extraneous eng tagKoushik Dutta2012-11-241-1/+0
| | | | Change-Id: Ia64f999c608b0dfb21707f3ed7f0af2a95720a52
* Fix up mounts.c usage.Koushik Dutta2012-11-242-59/+9
| | | | Forward port write_raw_image changes to jellybean.
* Pull in android 4.2 updater bits willy nilly. Next commit will fix.Koushik Dutta2012-11-2413-48/+233
| | | | Change-Id: Id2616d1fead045688a5acf13b3420016322f664b
* fixup init.rcKoushik Dutta2012-11-241-2/+5
| | | | Change-Id: Ic90b9319123610f7705887007be3fa9a095f9b0c
* dedupe: fix buffer overflowPawit Pornkitprasan2012-11-241-1/+1
| | | | | | | the length of key was incorrect, 4.2's libc detects the overflow and crashes Change-Id: I0970848c6c089b86907827ce8242ef7499b12d63
* One more 4.2 dependency for ext4...Ricardo Cerqueira2012-11-242-3/+3
| | | | Change-Id: If8a7f00e0269b37f2865c0910d4e9efa21018cda
* Add mode when open(O_CREAT) is used.Nick Kralevich2012-11-241-2/+2
| | | | | | | | | | When creating a new file using open(..., O_CREAT), it is an error to fail to specify a creation mode. If a mode is not specified, a random stack provided value is used as the "mode". This will become a compile error in a future Android change. Change-Id: I73c1e1a39ca36bf01704b07302af4971d234b5a8
* recovery: Update for new libext4_utils library nameRicardo Cerqueira2012-11-242-3/+3
| | | | Change-Id: I0a820a6f9a9b0e092426e5eaa4760a89fe3ccdf6
* Fix bug with sd card partitioning.Koushik Dutta2012-11-231-1/+1
| | | | Change-Id: I84d1f641c7d493c268dcd26fceba863a042c490d
* Fix regression in sdcard partitioning menu.Koushik Dutta2012-11-221-3/+3
| | | | | | https://github.com/CyanogenMod/android_bootable_recovery/commit/1606b8a226ad6a2d7b2201f3e31b214322a56566 Change-Id: I110b7aee9274ddc58bc59a744d831f22e22e1336
* Remove wipe battery stats garbage.Chirayu Desai2012-11-213-23/+34
| | | | | | Add support for doing a true ext4 format of /data on /data/media devices. Change-Id: Ie6706989705e4cf90d0be119c7ffc54b2191d198
* Fix menu bug reported by sk8erwitskil:Koushik Dutta2012-11-201-1/+2
| | | | | | https://github.com/CyanogenMod/android_bootable_recovery/commit/014d02059c8533f7e1b2ff3f1e8fdb5464098c59#commitcomment-2185643 Change-Id: I790bcc13cd8fe6bf2f0d8c0511f7d50b50873ac8
* fix for backup completion log:Koushik Dutta2012-11-181-1/+2
| | | | | | https://github.com/CyanogenMod/android_bootable_recovery/commit/77013ccee7c0c4570fad84f854b5b6a44bee6a73#commitcomment-2172624 Change-Id: I3383ff66eb44b2507674f91ab0e20f30246b969b
* Add larger Roboto font (23x41) for 1080p+ screens (ie Nexus 10)CEnnis912012-11-181-0/+461
| | | | Change-Id: I1b0f9b093c7bcafc356d34db4c1aa2436eecbdba
* 6.0.1.9Koushik Dutta2012-11-181-1/+1
| | | | Change-Id: I69c9d8be7ff3d0730ec3aa6c896be822d6bbdf34
* revert mako hack fix. apparently that was not the problem.Koushik Dutta2012-11-181-2/+2
| | | | Change-Id: I8355e57e351cfae9e1452ad5c80119f712845c25