This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| strongbad:crespo4g bbennett$ git diff HEAD~1..HEAD | |
| diff --git a/crespo4g_overlay/frameworks/base/core/res/res/values/config.xml b/crespo4g_overlay/frameworks/base/core/res/res/value | |
| index a4efdc0..b2b2580 100755 | |
| --- a/crespo4g_overlay/frameworks/base/core/res/res/values/config.xml | |
| +++ b/crespo4g_overlay/frameworks/base/core/res/res/values/config.xml | |
| @@ -23,31 +23,6 @@ | |
| interface. This name is in the ComponentName flattened format (package/class) --> | |
| <string name="config_statusBarComponent">com.android.systemui/com.android.systemui.statusbar.StatusBarService</string> | |
| - <!-- Do not translate. Defines the slots for the right-hand side icons. That is to say, the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- frameworks/base/core/res/res/values/config.xml 2011-02-24 10:34:59.000000000 -0700 | |
| +++ device/bn/encore/overlay/frameworks/base/core/res/res/values/config.xml 2011-02-24 10:33:11.000000000 -0700 | |
| @@ -39,7 +39,6 @@ | |
| <item><xliff:g id="id">volume</xliff:g></item> | |
| <item><xliff:g id="id">headset</xliff:g></item> | |
| <item><xliff:g id="id">wifi</xliff:g></item> | |
| - <item><xliff:g id="id">wimax</xliff:g></item> | |
| <item><xliff:g id="id">cdma_eri</xliff:g></item> | |
| <item><xliff:g id="id">data_connection</xliff:g></item> | |
| <item><xliff:g id="id">phone_evdo_signal</xliff:g></item> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/arch/arm/mach-omap2/board-encore.c b/arch/arm/mach-omap2/board-encore.c | |
| index 66a6b48..144193c 100755 | |
| --- a/arch/arm/mach-omap2/board-encore.c | |
| +++ b/arch/arm/mach-omap2/board-encore.c | |
| @@ -728,7 +728,7 @@ static struct regulator_init_data boxer_vdsi = { | |
| .consumer_supplies = &boxer_vdds_dsi_supply, | |
| }; | |
| -static struct twl4030_hsmmc_info mmc[] = { | |
| +static struct twl4030_hsmmc_info mmc[] __initdata = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| strongbad:tmp bbennett$ more META-INF/com/google/android/updater-script | |
| assert(getprop("ro.product.device") == "encore" || getprop("ro.build.product") == "encore" || getprop("ro.product.board") == "encore"); | |
| package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh"); | |
| set_perm(0, 0, 0777, "/tmp/backuptool.sh"); | |
| run_program("/tmp/backuptool.sh", "backup"); | |
| show_progress(0.500000, 0); | |
| format("ext4", "EMMC", "/dev/block/mmcblk0p5"); | |
| mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system"); | |
| package_extract_dir("recovery", "/system"); | |
| package_extract_dir("system", "/system"); |
NewerOlder