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: d524f1bc6781
Choose a base ref
...
head repository: dazjo/android_device_huawei_u8815
compare: 051c7d473c11
Choose a head ref
  • 14 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 28, 2013

  1. audio: attempt to improve in-call audio a little

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    1b3b4c1 View commit details
    Browse the repository at this point in the history
  2. BoardConfig: disable SMP

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    3d1c998 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c445e57 View commit details
    Browse the repository at this point in the history
  4. Fix adb root lock

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    7c87ed0 View commit details
    Browse the repository at this point in the history
  5. u8815: add script for determining libcm to be used

    This script thanks to a modification to fs/proc/app_info.c links
    the correct libcm.so to /system/lib/libcm.so based on which baseband
    is being used. This is possible as the baseband can be identified
    by what framebuffer memory has been allocated by the bootloader.
    
    This is being done because many people have been suffering from
    random reboots on any custom ROM on the 2030 baseband for some
    unknown reason, and 109808 works fine. Asking everyone to move
    back to the 109808 baseband would be unreasonable and having
    to maintain 2 builds for 1 lib is unreasonable too. :P
    
    Thanks kra1o5 for the libcm.so findings :D
    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    d033e6e View commit details
    Browse the repository at this point in the history
  6. u8815: tweaks to make me feel better

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    da73390 View commit details
    Browse the repository at this point in the history
  7. power: stop slaughtering battery pls

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    a122675 View commit details
    Browse the repository at this point in the history
  8. u8815: finally introduce fstab.u8815 and clean up

    Conflicts:
    	ramdisk/init.huawei.rc
    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    04d03b5 View commit details
    Browse the repository at this point in the history
  9. init.huawei.rc: remove what are apparently lte services

    Conflicts:
    	ramdisk/init.huawei.rc
    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    cf167ab View commit details
    Browse the repository at this point in the history
  10. Settings: enable volume rocker wake

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    c83c0bc View commit details
    Browse the repository at this point in the history
  11. Change backlight values (thanks kra1o5)

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    9e0a0f9 View commit details
    Browse the repository at this point in the history
  12. system.prop: set max background apps to 10

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    750e4f2 View commit details
    Browse the repository at this point in the history
  13. BoardConfig: remove some junk

    Daz Jones committed Apr 28, 2013
    Copy the full SHA
    751c0e9 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    051c7d4 View commit details
    Browse the repository at this point in the history