Tags: CyanogenMod/android_bootable_recovery
Tags
cwm: Allow device-specific recovery modules Provide a means to include device-specific recovery modules that need to be built (i.e. not pre-built). A list of recovery modules can be specified by a device with: TARGET_RECOVERY_DEVICE_MODULES := rec_mod_one rec_mod_two Change-Id: Id28a41185b332a074cd15bd5c63e26bf284663d5
cwm: Declare additional dependencies instead of relying on build hax We want to include a suite of tools and symlinks with recovery. This was previously done with a hack in build/core/Makefile. That is rather unorthodox. Instead, use LOCAL_ADDITIONAL_DEPENDENCIES to declare the things we want to include. See also http://review.cyanogenmod.org/74244 Change-Id: Ib054f2bc8aa85cb3df9cbeba3f457ea74dd3ed98
Fix BOARD_RECOVERY_BLDRMSG_OFFSET CFLAG Including BOARD_RECOVERY_BLDRMSG_OFFSET in BOARD_RECOVERY_DEFINES turns the define into a string. We need BOARD_RECOVERY_BLDRMSG_OFFSET to be an int. Change-Id: Ib75dec0123e6fb318c4c8192645485683c6a5075
Version 6.0.5.0 Notable changes since 6.0.4.9: * Segfault fixes for command line nandroid backup/restore * Optimizations to progress thread so it doesn't get overloaded with screen updates (this significantly improves backup/restore speed) * Fixes for command line nandroid backups of vold volumes * Correctly update background image for errors and finished processes * Allow selective restore of more than one partition at a time * New MD5 calculator only verifies checksums of partition(s) selected for restore and warns you when files or checksums are not found * New touch code supports a wider variety of devices for swipe control and virtual (capacative touch) keys are now supported * Only show Mount USB storage option if possible Change-Id: I813dce9d31ce2aa445a512026a210a558cab39e6
Version 6.0.5.0 Notable changes since 6.0.4.9: * Segfault fixes for command line nandroid backup/restore * Optimizations to progress thread so it doesn't get overloaded with screen updates (this significantly improves backup/restore speed) * Fixes for command line nandroid backups of vold volumes * Correctly update background image for errors and finished processes * Allow selective restore of more than one partition at a time * New MD5 calculator only verifies checksums of partition(s) selected for restore and warns you when files or checksums are not found * New touch code supports a wider variety of devices for swipe control and virtual (capacative touch) keys are now supported * Only show Mount USB storage option if possible Change-Id: I813dce9d31ce2aa445a512026a210a558cab39e6
format non vold extra storage to ext4 when no selinux context is defined Change-Id: I810d071c53d570ff0c53ea3a69e4225b4df81db1
format non vold extra storage to ext4 when no selinux context is defined Change-Id: I810d071c53d570ff0c53ea3a69e4225b4df81db1
recovery: Fix the configuration of default_backup_format I believe that this was missed (and therefore broken) in this commit: commit a46e1bd Author: philz-cwm6 <[email protected]> Date: Sun Dec 1 22:26:45 2013 +0100 Define paths for recovery settings files in a separate header Also, use get_primary_storage_path() to define the locations of .no_conf .many_confirm, and .hidenandroidprogress instead of hard-coding /sdcard/ Change-Id: I50442a226af1d102786c833c0b53c25bf63c67a6 (cherry picked from commit bd0fe45) Conflicts: nandroid.c Change-Id: I7e6541071b35f0725accabd9cb6cc27b3f7d0a57
Quickly install from last install path This patch stores the last path a zip was installed from and adds a menu option to jump there quickly when installing new zips. Patchset 1) initial commit Patchset 2) remove un-need call to dirname() increase install_menu_items[] size Patchset 3) removed use of stat more install_menu_items[] changes Patchset 4) removed unused variable info Patchset 5) removed unused variables general clean up Change-Id: I02d2fde26b375fad36dbab50ec2a8b8a52afc003
PreviousNext