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
------------ overlay/frameworks/base/core/res/res/values/config.xml ------------ | |
index fb4c6c0..d728bd7 100644 | |
@@ -139,7 +139,7 @@ | |
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this | |
should be empty. --> | |
<string-array translatable="false" name="config_tether_bluetooth_regexs"> | |
- <item>"bnep\\d"</item> | |
+ <item>"bt-pan"</item> | |
</string-array> | |
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
W: Could not find sources | |
I: Checking whether resources has changed... | |
I: Building resources... | |
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibExceptio | |
n: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 17, --t | |
arget-sdk-version, 17, -F, C:\Users\SAKURA~1\AppData\Local\Temp\APKTOOL7286447550208631408 | |
.tmp, -x, -S, C:\Users\sakuramilk\Downloads\make_JP_CompleteROM_SC05D_sinu\make_JP_Complet | |
eROM_SC05D\work2\framework-res\res, -M, C:\Users\sakuramilk\Downloads\make_JP_CompleteROM_ | |
SC05D_sinu\make_JP_CompleteROM_SC05D\work2\framework-res\AndroidManifest.xml] | |
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:357) |
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
make_boot_image() | |
{ | |
./release-tools/mkbootfs $RAMDISK_TMP_DIR > $BIN_DIR/ramdisk-$IMAGE_NAME.cpio | |
lzma < $BIN_DIR/ramdisk-$IMAGE_NAME.cpio > $BIN_DIR/ramdisk-$IMAGE_NAME.img | |
./release-tools/mkbootimg --cmdline "androidboot.hardware=qcom user_debug=31 zcache" --base $KERNEL_BASEADDRESS --pagesize 2048 --ramdisk_offset $KERNEL_RAMDISK_OFFSET --kernel $BIN_DIR/kernel --ramdisk $BIN_DIR/ramdisk-$IMAGE_NAME.img --output $BIN_DIR/$IMAGE_NAME.img | |
echo " $BIN_DIR/$IMAGE_NAME.img" | |
rm $BIN_DIR/ramdisk-$IMAGE_NAME.img | |
rm $BIN_DIR/ramdisk-$IMAGE_NAME.cpio | |
rm $BIN_DIR/kernel | |
} |
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
TheMuppets proprietary_vendor_samsung | |
From github.com:TheMuppets/proprietary_vendor_samsung | |
* branch cm-10.1 -> FETCH_HEAD | |
warning: Cannot merge binary files: jf-common/proprietary/lib/hw/camera.msm8960.so (HEAD vs. FETCH_HEAD) | |
Auto-merging jf-common/proprietary/vendor/lib/libqmiservices.so | |
CONFLICT (add/add): Merge conflict in jf-common/proprietary/vendor/lib/libqmiservices.so | |
Auto-merging jf-common/proprietary/vendor/lib/libqmi_csi.so | |
CONFLICT (add/add): Merge conflict in jf-common/proprietary/vendor/lib/libqmi_csi.so | |
Auto-merging jf-common/proprietary/vendor/lib/libqmi_client_qmux.so |
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
From 433e766e8b6b8cf6bb4639b61fb76f5a9c0aae47 Mon Sep 17 00:00:00 2001 | |
From: sakuramilk <[email protected]> | |
Date: Wed, 15 Jan 2014 22:18:30 +0900 | |
Subject: [PATCH] Add recovery-preprocess | |
--- | |
Android.mk | 8 ++++++++ | |
recovery-prepprocess | 19 +++++++++++++++++++ | |
2 files changed, 27 insertions(+) | |
create mode 100755 recovery-prepprocess |
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
shell@jfltedcm:/system/etc/firmware $ ls -la | |
-rw-r--r-- root root 1156 2008-08-01 21:00 a300_pfp.fw | |
-rw-r--r-- root root 9220 2008-08-01 21:00 a300_pm4.fw | |
lrwxrwxrwx root root 2014-01-25 23:58 acdb.mbn -> /firmware-mdm/image/acdb.mbn | |
lrwxrwxrwx root root 2014-01-25 23:58 apps.mbn -> /firmware-mdm/image/apps.mbn | |
lrwxrwxrwx root root 2014-01-25 23:58 dsp1.mbn -> /firmware-mdm/image/dsp1.mbn | |
lrwxrwxrwx root root 2014-01-25 23:58 dsp2.mbn -> /firmware-mdm/image/dsp2.mbn | |
lrwxrwxrwx root root 2014-01-25 23:58 dsp3.mbn -> /firmware-mdm/image/dsp3.mbn | |
lrwxrwxrwx root root 2014-01-25 23:58 efs1.mbn -> /firmware-mdm/image/efs1.mbn | |
lrwxrwxrwx root root 2014-01-25 23:58 efs2.mbn -> /firmware-mdm/image/efs2.mbn |
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
From c4a142271742c813a9c053844c9d14fd1486b648 Mon Sep 17 00:00:00 2001 | |
From: sakuramilk <[email protected]> | |
Date: Thu, 30 Jan 2014 21:31:43 +0900 | |
Subject: [PATCH] Disabled set android permissions | |
--- | |
bin/ext4_utils/make_ext4fs.c | 2 ++ | |
1 file changed, 2 insertions(+) | |
diff --git a/bin/ext4_utils/make_ext4fs.c b/bin/ext4_utils/make_ext4fs.c |
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
$ git clone [email protected]:aojp/android_system_core.git | |
$ cd android_system_core | |
$ git fetch https://github.com/CyanogenMod/android_system_core.git cm-11.0 | |
$ git checkout -b cm-11.0 FETCH_HEAD | |
$ git push origin cm-11.0 |
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
I/PowerManagerService( 833): Going to sleep by user request... | |
E/BroadcastReceiver( 2719): BroadcastReceiver trying to return result during a non-ordered broadcast | |
E/BroadcastReceiver( 2719): java.lang.RuntimeException: BroadcastReceiver trying to return result during a non-ordered broadcast | |
E/BroadcastReceiver( 2719): at android.content.BroadcastReceiver.checkSynchronousHint(BroadcastReceiver.java:795) | |
E/BroadcastReceiver( 2719): at android.content.BroadcastReceiver.setResultCode(BroadcastReceiver.java:550) | |
E/BroadcastReceiver( 2719): at com.android.providers.calendar.CalendarProviderBroadcastReceiver.onReceive(CalendarProviderBroadcastReceiver.java:37) | |
E/BroadcastReceiver( 2719): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2439) | |
E/BroadcastReceiver( 2719): at android.app.ActivityThread.access$1700(ActivityThread.java:145) | |
E/BroadcastReceiver( 2719): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1282) | |
E/BroadcastReceiver( 2719): at android.os.Handler.dispatchM |
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
I/ActivityManager( 576): Start proc 8610:com.felicanetworks.mfm/u0a54 for activity com.felicanetworks.mfm/.ServiceListActivity | |
D/AndroidRuntime( 8610): Shutting down VM | |
E/AndroidRuntime( 8610): FATAL EXCEPTION: main | |
E/AndroidRuntime( 8610): Process: com.felicanetworks.mfm, PID: 8610 | |
E/AndroidRuntime( 8610): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.felicanetworks.mfm/com.felicanetworks.mfm.ServiceListActivity}: java.lang.ClassNotFoundException: Didn't find class "com.felicanetworks.mfm.ServiceListActivity" on path: DexPathList[[zip file "/system/app/MobileFeliCaMenuApp/MobileFeliCaMenuApp.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]] | |
E/AndroidRuntime( 8610): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2267) | |
E/AndroidRuntime( 8610): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418) | |
E/AndroidRuntime( 8610): at android.app.ActivityThread.access$900(ActivityThread.java:154) | |
E/AndroidRuntime( 8610): at andro |