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: dazjo/android_device_huawei_u8815
base: 4dd79fa2d240
Choose a base ref
...
head repository: dazjo/android_device_huawei_u8815
compare: 4c26eb7edd18
Choose a head ref
  • 16 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 31, 2013

  1. BoardConfig: remove fstab version

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    9387788 View commit details
    Browse the repository at this point in the history
  2. libaudio: complete overhaul for mr2

    Change-Id: I5fbec0a6b052512d2c74c6a195aefd78f2c0267b
    
    Conflicts:
    	audio/AudioPolicyManager.cpp
    	audio/AudioPolicyManager.h
    KonstaT authored and Daz Jones committed Aug 31, 2013
    Copy the full SHA
    5617971 View commit details
    Browse the repository at this point in the history
  3. BoardConfig: enable qcom av enhancements

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    0efea89 View commit details
    Browse the repository at this point in the history
  4. BoardConfig: make display-legacy do what I want it to do

    wow I can't believe this has been broken for so long
    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    11e4361 View commit details
    Browse the repository at this point in the history
  5. media_codecs: update for mr2

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    08653e6 View commit details
    Browse the repository at this point in the history
  6. Revert "Recovery Touch: Update recovery key layout"

    This reverts commit 5f2e724.
    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    86ff30a View commit details
    Browse the repository at this point in the history
  7. recovery: remove custom graphics and update init.rc

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    8dd5ebf View commit details
    Browse the repository at this point in the history
  8. hardware tunables: vibrator support

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    2903359 View commit details
    Browse the repository at this point in the history
  9. BoardConfig: add TLS register

    This isn't in CM's android_build and androidarmv6's GL ES needs it or rip boot
    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    95a81f1 View commit details
    Browse the repository at this point in the history
  10. BoardConfig: remove ancient flag

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    eaf856a View commit details
    Browse the repository at this point in the history
  11. BoardConfig: enable lowmem

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    ec052ea View commit details
    Browse the repository at this point in the history
  12. Revert "system.prop: update max background apps key"

    We're back to this one again.
    
    This reverts commit 6c72379.
    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    8bd858f View commit details
    Browse the repository at this point in the history
  13. BoardConfig: use cortex-a5 cpu variant

    Daz Jones committed Aug 31, 2013
    Copy the full SHA
    8d7f397 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. init.rc: merge recent updates

    Ignoring CyanogenMod/android_bootable_recovery@ad054c6 because it breaks adb completely.
    Daz Jones committed Sep 3, 2013
    Copy the full SHA
    dac891e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2013

  1. setbtmac: get the bdaddr from the radio instead of cheating

    Cheating worked unless you were on the Gingerbread bootloader, as
    the serialno was not set to the bdaddr but some other weird string.
    
    This is pretty much the same method that brcm_patchram_plus uses, without
    all of the fancy structs and enums... and error checking, but it's hard to do
    that without having the code for this stuff, and probably not really necessary
    anyway. :D
    
    Also clean up setwifimac
    Daz Jones committed Sep 8, 2013
    Copy the full SHA
    b3e4cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. Make internal SD (emmc) the primary storage

    Necessary to fix the CMUpdater/recovery disaster post 4.3 without hacking
    away at recovery code as everything assumes this kind of setup.
    It's also "mandatory for CM10", so maybe we're a little late here. :D
    
    When (if) the vold switchable pair stuff gets merged this shouldn't be much of
    a problem, but I'm sure there are going to be "vocal" users following this change. :(
    Daz Jones committed Sep 10, 2013
    Copy the full SHA
    4c26eb7 View commit details
    Browse the repository at this point in the history