Activity for TWRP Recovery

  • Doug Zongker committed [28ce47]

    turn recovery into a C++ binary

  • The Android Open Source Project committed [0890a0]

    Reconcile with ics-mr1-release

  • Doug Zongker committed [211aeb]

    refactor ui functions into a class

  • Doug Zongker committed [32a0a4]

    move key processing to RecoveryUI

  • The Android Open Source Project committed [9fc3e3]

    Reconcile with ics-mr1-release

  • Doug Zongker committed [d9428e]

    mount cache before sideloading from external storage

  • Dima Zavin committed [0a7b45]

    recovery: convert all usages of $prop to ${prop}

  • Steve Block committed [adb5c2]

    Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE

  • Steve Block committed [210f88]

    Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE

  • Steve Block committed [e6ef63]

    Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

  • Android Git Automerger committed [4029fb]

    am 9fc3e3c8: Reconcile with ics-mr1-release

  • Doug Zongker committed [9270a2]

    support "sideload over ADB" mode

  • Doug Zongker committed [1c43c9]

    fix failure to free memory

  • The Android Open Source Project committed [37d0f2]

    Reconcile with ics-mr1-release

  • Doug Zongker committed [b07b29]

    fix build

  • Doug Zongker committed [663924]

    always initialize usb product, vendor, etc. for adb in recovery

  • Doug Zongker committed [35a35a]

    remove retouching code from updater

  • Android Git Automerger committed [53013c]

    am 62947db5: am 37d0f260: Reconcile with ics-mr1-release

  • Elliott Hughes committed [74a627]

    libz is a superset of libunz, so we don't need both.

  • Doug Zongker committed [48b5b0]

    allow recovery UI to ignore certain keypresses

  • Doug Zongker committed [703ed1]

    run minadbd as shell user

  • Android Git Automerger committed [62947d]

    am 37d0f260: Reconcile with ics-mr1-release

  • Doug Zongker committed [acd73e]

    fail edify script if set_perm() or symlink() fails

  • Doug Zongker committed [e83b7c]

    support "sideload over ADB" mode

  • Mike Lockwood committed [19021a]

    Merge remote-tracking branch 'goog/ics-aah-exp'

  • Doug Zongker committed [7d0542]

    C++ class for device-specific code

  • Android (Google) Code Review committed [b23643]

    Merge "fail edify script if set_perm() or symlink() fails"

  • Doug Zongker committed [bd8e7f]

    verifier_test needs to provide a UI object

  • Doug Zongker committed [a4e88e]

    move key processing to RecoveryUI

  • Android (Google) Code Review committed [45fdb3]

    Merge "allow recovery UI to ignore certain keypresses" into ics-aah

  • Doug Zongker committed [10e418]

    turn recovery into a C++ binary

  • Doug Zongker committed [336a99]

    allow recovery UI to ignore certain keypresses

  • Doug Zongker committed [098d1f]

    remove unused code from minadbd

  • Doug Zongker committed [744063]

    refactor ui functions into a class

  • Android (Google) Code Review committed [5e12cc]

    Merge "verifier_test needs to provide a UI object" into ics-aah

  • Doug Zongker committed [d538eb]

    fix verifier test

  • Stephen Smalley committed [516e4e]

    Change the format command to always take the mount point as an argument.

  • android code review committed [155cd3]

    Merge changes Ied379f26,I09fb9d56

  • Android Git Automerger committed [78911b]

    am 2a4ab824: Merge "Change the format command to always take the mount point as an argument."

  • Stephen Smalley committed [1a1144]

    Add libselinux to LOCAL_STATIC_LIBRARIES wherever libext4_utils is used.

  • Kenny Root committed [038818]

    Update merge for SELinux to compile

  • Stephen Smalley committed [779701]

    Extend recovery and updater to support setting file security contexts.

  • Mike Lockwood committed [345544]

    Merge remote-tracking branch 'goog/ics-aah'

  • android code review committed [2a4ab8]

    Merge "Change the format command to always take the mount point as an argument."

  • Android Git Automerger committed [1e4469]

    am 78911bdf: am 2a4ab824: Merge "Change the format command to always take the mount point as an argument."

  • Kenny Root committed [41dda8]

    resolved conflicts for merge of 0b1fee1b to master

  • Doug Zongker committed [487047]

    run minadbd as shell user, remove unused code

  • Android Git Automerger committed [0b1fee]

    am 155cd3c1: Merge changes Ied379f26,I09fb9d56

  • Wei Zhong committed [6e960c]

    Add NOTICE file

  • Android (Google) Code Review committed [c686a3]

    Merge "Add NOTICE file"

  • Doug Zongker committed [e5d5ac]

    minor recovery changes

  • Doug Zongker committed [69f4b6]

    fix timed progress bars in recovery

  • Android Git Automerger committed [f69d40]

    am e5d5ac76: minor recovery changes

  • The Android Automerger committed [ba5e54]

    merge in jb-release history after reset to master

  • The Android Automerger committed [9d3b75]

    merge in jb-release history after reset to master

  • The Android Automerger committed [8619a7]

    merge in jb-release history after reset to master

  • The Android Automerger committed [25bb2a]

    merge in jb-release history after reset to master

  • The Android Automerger committed [bc05cb]

    merge in jb-release history after reset to master

  • The Android Automerger committed [42b734]

    merge in jb-release history after reset to master

  • Ying Wang committed [eef790]

    Use a dependency file to replace the list file.

  • android code review committed [6d6066]

    Merge "Use a dependency file to replace the list file."

  • Colin Cross committed [cde94f]

    Link against libsparse

  • android code review committed [989a28]

    Merge "Link against libsparse"

  • Joe Onorato committed [4eeb37]

    Use the static version of libsparse

  • android code review committed [dd6cd4]

    Merge "graphics: add support for "single buffering""

  • Joe Onorato committed [c0481a]

    host modules don't need LOCAL_MODULE_TAGS

  • Andrew Boie committed [0e3488]

    graphics: add support for "single buffering"

  • Joe Onorato committed [6396e7]

    Multiple modules with the same name are going away.

  • android code review committed [3733d2]

    Merge changes I664f8dc7,I4154db06,I5e1df90f

  • Edwin Vane committed [edc5d1]

    Fixing trivial warnings for libminui

  • Edwin Vane committed [76b666]

    Fixed warnings in libmtdutils

  • android code review committed [6a693d]

    Merge "Fixed warnings in libmtdutils"

  • Edwin Vane committed [0298ec]

    Fix multiple defined symbol errors

  • android code review committed [bddbb5]

    Merge "Fixing trivial warnings for libminui"

  • Dees_Troy committed [240e4a]

    Initial stub of partitions.hpp

  • Dees_Troy committed [51a0e8]

    TWRP-ify AOSP code

  • Edwin Vane committed [4f66d5]

    Fixed unused param warnings for check-lost+found

  • android code review committed [481e03]

    Merge "Fixed unused param warnings for check-lost+found"

  • android code review committed [0254d5]

    Merge "Fix multiple defined symbol errors"

  • Dees_Troy committed [74df7d]

    Add readme

  • Dees_Troy committed [5bf439]

    Add processing of fstab, mounting, and decrypt

  • Dees_Troy committed [8170a9]

    Cleanup extra-functions

  • Dees_Troy committed [657c30]

    Zip install works again

  • Dees_Troy committed [43d8b0]

    Update backup and restore code, adb sideload

  • Dees_Troy committed [32c8eb]

    Make text appear in GUI console, Zip install works.

  • Dees_Troy committed [38bd76]

    Add wipe functions, compiles in CM7, text shows in UI, zips install

  • Dees_Troy committed [4a2a12]

    Improve backup and restore

  • Dees_Troy committed [19968d]

    Clean up extra-functions

  • Dees_Troy committed [b9d88a]

    Move to shared libmincrypt

  • Dees_Troy committed [fdf5fc]

    Move device ID code to data manager

  • Dees_Troy committed [511273]

    Improve storage size code, mount, unmount

  • Dees_Troy committed [7d15c2]

    Hax to make it boot

  • Dees_Troy committed [63c8df]

    More Partition Manager functionality

  • Dees_Troy committed [e2920f]

    Fix ext storage and zip paths

  • Dees_Troy committed [cfb63a]

    Improve adb sideload -- add cancel

  • Dees_Troy committed [9a4b56]

    Improve adb sideload - use storage vs tmp

  • Dees_Troy committed [093b76]

    Add progress bar support to backup and restore

  • Dees_Troy committed [ab10ee]

    Fix special partition handling

  • Dees_Troy committed [bbb210]

    Update portrait themes with ADB sideload

  • Dees_Troy committed [39f982]

    Remove unneeded AOSP images

1 >