diff --git a/BoardConfig.mk b/BoardConfig.mk index c63a29b..421ae95 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -86,6 +86,8 @@ TARGET_LIBAGL_USE_GRALLOC_COPYBITS := true BOARD_NO_RGBX_8888 := true +TARGET_ELECTRONBEAM_FRAMES := 10 + # WITH_DEXPREOPT := true JS_ENGINE := v8 diff --git a/click.mk b/click.mk index 378e7bf..65a5200 100644 --- a/click.mk +++ b/click.mk @@ -22,7 +22,6 @@ PRODUCT_COPY_FILES += \ # Libs to be added to this ROM PRODUCT_PACKAGES += \ - librs_jni \ sensors.bahamas \ lights.bahamas \ copybit.bahamas \ @@ -35,6 +34,7 @@ PRODUCT_PACKAGES += \ librpc \ dhcpcd.conf \ rzscontrol \ + com.android.future.usb.accessory \ dexpreopt DISABLE_DEXPREOPT := false @@ -70,7 +70,9 @@ PRODUCT_COPY_FILES += \ frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ - frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml + frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ + frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ + frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml # keychars and keylayout files PRODUCT_COPY_FILES += \ diff --git a/custom/kernel b/custom/kernel index 749164e..0b142e8 100644 Binary files a/custom/kernel and b/custom/kernel differ diff --git a/custom/modules/wlan.ko b/custom/modules/wlan.ko index d28174a..e12ff03 100644 Binary files a/custom/modules/wlan.ko and b/custom/modules/wlan.ko differ diff --git a/init.bahamas.rc b/init.bahamas.rc index ec217e0..3dea4c3 100644 --- a/init.bahamas.rc +++ b/init.bahamas.rc @@ -100,6 +100,10 @@ service dhcpcd_tiwlan0 /system/bin/dhcpcd -ABKL disabled oneshot +service iprenew_tiwlan0 /system/bin/dhcpcd -n + disabled + oneshot + service hciattach /system/bin/hciattach \ -n -s 115200 /dev/ttyHS0 texasalt 4000000 flow user bluetooth diff --git a/libcamera/QualcommCameraHardware.cpp b/libcamera/QualcommCameraHardware.cpp index 2198241..abec21f 100644 --- a/libcamera/QualcommCameraHardware.cpp +++ b/libcamera/QualcommCameraHardware.cpp @@ -13,7 +13,7 @@ ** See the License for the specific language governing permissions and ** limitations under the License. */ -#define REVISION_C "CM.7.0.1." +#define REVISION_C "CM.7.1.0." // #define LOG_NDEBUG 0 #define LOG_TAG "QualcommCameraHardware" @@ -973,7 +973,6 @@ void QualcommCameraHardware::runJpegEncodeThread(void *data) camera_position_type *npt = &pt; if(!encode_location) { npt = NULL; - } int jpeg_quality = mParameters.getInt("jpeg-quality"); diff --git a/overlay/packages/apps/ADWLauncher/res/values/config.xml b/overlay/packages/apps/ADWLauncher/res/values/config.xml deleted file mode 100644 index 5792ca6..0000000 --- a/overlay/packages/apps/ADWLauncher/res/values/config.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - KalimAz - true - true - 600 - 30 - 10 - 4 - 3 - 4 - 3 - 1 - 0 - 0 - true - - 4 - 2 - false - true - true - true - false - false - false - - 100 - - 7 - false - true - 0xa0000000 - 0xa0000000 - true - 0x80000000 - - 1 - 1 - false - true - true - true - true - - 1 - true - - 1 - - 2 - false - true - true - - 4 - 1 - 0 - false - 0xffffffff - true - 1 - true - diff --git a/overlay/packages/inputmethods/LatinIME/java/res/layout/input_gingerbread.xml b/overlay/packages/inputmethods/LatinIME/java/res/layout/input_gingerbread.xml new file mode 100644 index 0000000..29a835b --- /dev/null +++ b/overlay/packages/inputmethods/LatinIME/java/res/layout/input_gingerbread.xml @@ -0,0 +1,35 @@ + + + +