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: 57b1d4595e2e
Choose a base ref
...
head repository: dazjo/android_device_huawei_u8815
compare: 0fb4738d5745
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

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. :(
    
    Conflicts:
    	overlay/frameworks/base/core/res/res/xml/storage_list.xml
    	ramdisk/init.huawei.rc
    Daz Jones committed Sep 10, 2013
    Copy the full SHA
    23b0688 View commit details
    Browse the repository at this point in the history
  2. recovery.fstab: rename sdcards

    /emmc -> /sdcard
    /sdcard -> /external_sd
    
    This satisfies CMUpdater so that alternateIsInternal is not set to true,
    and we get /sdcard passed to recovery.
    
    Conflicts:
    	recovery.fstab
    Daz Jones committed Sep 10, 2013
    Copy the full SHA
    0fb4738 View commit details
    Browse the repository at this point in the history