Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 6.0 #192

Open
wants to merge 6 commits into
base: android-7.1
Choose a base branch
from
Open

Android 6.0 #192

wants to merge 6 commits into from

Commits on Sep 23, 2016

  1. MD5 checking: fix issues introduced with adb backup patchset

    This patchset will fix issues with creating and checking
    md5 checksums with single partitions and subpartitions.
    
    Change-Id: Id2d46af0f0913c944aa1d800c44327cfb47e6bd7
    bigbiff authored and jcadduono committed Sep 23, 2016
    5 Configuration menu
    Copy the full SHA
    9079c85 View commit details
    Browse the repository at this point in the history
  2. Fix restore of subpartitions

    Change-Id: Ie86bc7525a9097b2ab25661e17803b14a7c9ad79
    Dees-Troy authored and jcadduono committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    bedb920 View commit details
    Browse the repository at this point in the history
  3. Fix compressed backups with split archives

    Change-Id: I526d4e6a009c40c7fc7803553ba0c70701fbfb77
    Dees-Troy authored and jcadduono committed Sep 23, 2016
    2 Configuration menu
    Copy the full SHA
    c08b236 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Clean up PartitionSettings

    The PartitionSettings struct contains some data elements that are duplicates
    of data elements in the TWPartition class that is contained within the
    PartitionsSettings.Part element. We will eliminate this duplication to help
    reduce the chances for programming bugs.
    
    Specifically, this fixes problems where the current file system does not
    match the backed up file system.
    
    Change-Id: I02f236e72093362050556a2e53a09d1dbb9a269d
    Dees-Troy authored and jcadduono committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    c0d40de View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Fix image flashing

    PS2: full_filename is not a dir
    
    PS3: use a consistent format of always assuming directory
         is missing the trailing / + fix whitespace alignment
    
    Change-Id: Ib963473ae10571b3d069b326d024ca04c7224dda
    Dees-Troy authored and jcadduono committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    d3ec059 View commit details
    Browse the repository at this point in the history
  2. Fix image flashing: attempt 2

    We missed a spot!
    
    Change-Id: Ic838f4a23107b4d52d3fb1d7a875e265726c4516
    jcadduono committed Oct 25, 2016
    3 Configuration menu
    Copy the full SHA
    f3c1b2f View commit details
    Browse the repository at this point in the history