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: osm0sis/AnyKernel3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ebiroud/AnyKernel2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    bdfa381 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. AK2: add MTK support, insert_line fix

    - add built-in support for mkmtkhdr for mtk devices (see: https://github.com/osm0sis/mkmtkhdr)
    - fix insert_line when inserting after the last line
    osm0sis authored and ebiroud committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    0d2ebd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d56c0 View commit details
    Browse the repository at this point in the history
  3. tools: update to latest builds, including busybox (1.26.2)

    Compiled from my own updated forks:
    https://github.com/osm0sis/mkbootimg
    https://github.com/osm0sis/android-busybox-ndk
    
    ARM binaries; see AIK-mobile v2.5 for other architectures and optional binaries:
    https://forum.xda-developers.com/showthread.php?t=2073775
    osm0sis authored and ebiroud committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    784d52c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2bc96a View commit details
    Browse the repository at this point in the history
  5. AK2: add ELF support (repacks as boot.img for unlocked bootloaders)

    - add built-in support for unpackelf for Sony ELF devices (see: https://github.com/osm0sis/unpackelf)
    - kernel section is not gzipped on ELF devices with non-QCDT/non-ELF dtb, which needs compression and the dtb appended before it can be repacked (thanks @tobiaswaldvogel)
    osm0sis authored and ebiroud committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    c0dd113 View commit details
    Browse the repository at this point in the history
  6. AK2: add MTD device support and dd wiping

    - add built-in support for mtd-utils (nanddump, flash_erase, nandwrite) for MTD-based Android devices that do not work with dd
    - wipe boot block with dd before write to be clean/safe (SuperSU zip also does this)
    
    Known working mtd-utils ARM binaries can be found in my FlashIt v2.5 package:
    https://forum.xda-developers.com/showthread.php?t=2239421
    osm0sis authored and ebiroud committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    fe77d9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22a0e6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c179525 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    e4c9cab View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    5f237be View commit details
    Browse the repository at this point in the history
Loading