Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TeamWin/android_system_update_engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: android-9.0
Choose a base ref
...
head repository: SHRP/android_system_update_engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: android-9.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 10, 2019

  1. Skip postinstall

    Due to some errors while running backuptools (set context), it's better to skip the whole postinstall process.
    
    Change-Id: I3d81715d1e5a51efd348b77496085c327dcd99ab
    Giovix92 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    8d8719e View commit details
    Browse the repository at this point in the history
  2. add ability to install to active slot [2/2]

    This commit is based off CosmicDan's one (CosmicDan-Android/android_system_update_engine_tissotmanager-mod@338245b), which enables TWRP to install ROM into same slot, this time using a bool set by a checkbox before installation and not by the Aroma backend itself.
    
    Change-Id: I36f57069469fb1318c91f6c934c85f5f8d567e92
    Signed-off-by: Giovix92 <ggualtierone@gmail.com>
    Giovix92 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    d99629f View commit details
    Browse the repository at this point in the history
  3. postinstall: make postinstall totally optional

    This helps preventing unwanted errors while running postinstall after LineageOS-based roms installations.
    Giovix92 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    93c45e5 View commit details
    Browse the repository at this point in the history
  4. prevent twrp from automatically switching slot on reboot

    This fixes the automatic slot change on reboot when active slot's install option is selected.
    Giovix92 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    2901683 View commit details
    Browse the repository at this point in the history
  5. ue: avoid error 15

    This is done by disabling kNewfsRootVerificationError and its dependency. This will help preventing TWRP to spit out error 15 during a clean install.
    Giovix92 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    929c58f View commit details
    Browse the repository at this point in the history
  6. fs_verifier: avoid error 11

    This prevents error 11 while doing a clean install.
    Giovix92 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    83e1ad4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    072d462 View commit details
    Browse the repository at this point in the history
  8. fs_verifier: Fix error 28

    Giovix92 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    8cc2c66 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. update_engine: fix build in android-9.0

    Change-Id: Ib55f40cbc049cc5763b4d617246fe2024e682e3a
    chaosmaster authored and epicX67 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    406874d View commit details
    Browse the repository at this point in the history
  2. update_engine: fix progress display

    Change-Id: I19800c02cd4f26ae54c35a45ef8bc927459d5672
    chaosmaster authored and epicX67 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    05332d2 View commit details
    Browse the repository at this point in the history
Loading