vetzki
Philosoph
- 1.750
1-2% ist schon arg wenig, keine ahnung ob ich das so hinbekomme,
hier wäre zumindest mal ein neuerer build mit usb host einstellungen.
(bisher nur zum ausschalten und wieder einschalten, wenns gleich beim booten gesetzt werden soll, muss momentan noch ein init.d skript verwendet werden, z.b. so
)
log
grouper:
https://drive.google.com/file/d/0B-X-10V5Md5ka1luUXg4RDg5LU0/edit?usp=sharing
tilapia:
https://drive.google.com/file/d/0B-X-10V5Md5ka3M2aWhOdjE1U1k/edit?usp=sharing
hier wäre zumindest mal ein neuerer build mit usb host einstellungen.
(bisher nur zum ausschalten und wieder einschalten, wenns gleich beim booten gesetzt werden soll, muss momentan noch ein init.d skript verwendet werden, z.b. so
Code:
#!/system/bin/sh
echo 1 > /sys/kernel/usbhost_fixed_install_mode
echo 1 > /sys/kernel/usbhost_hotplug_on_boot
log
Projects Overview
art
* aosp_mv ( 4 commits, Thu May 8 11:41:39 2014 +0200)
- 6f9c74ad Use /usr/bin/env python for the shebang in tools/generate-operator-out.py
- 6bb41d67 Fix NewLocalRef, NewGlobalRef to handle cleared weak globals.
- 3dfcbc5b Finish fixing Zygote descriptor leakage problem
- 84b774ac Remove old fork-and-specialize API
build
* aosp_mv (49 commits, Thu May 8 10:32:03 2014 +0200)
- 55b52c54 Remove unnecessary locales and languages (for me)
- 71f118cb Locales: remove unnecessery ones (for me)
- 5424c9e5 ro.secure=0
- 73cf6996 ota release tools: comment out build date assert
- 1d030481 PRODUCT_BUILD_PROP_OVERRIDES
- f0f6b5ad ota release tools: comment out stock recovery
- 8c1ff6da ota release tools: override device assert
- abd1e895 rm vendor_module_check make file
- 6ab604a9 default data roaming to false
- 33a83ea8 drop the check-product-copy-files
- 37bb1c81 ota files: use shell date
- f2f25df2 drop aosp VoiceDialer
- e8af5098 drop aosp Music&MusicFX
- 9e2d13d1 drop aosp QuickSearchBox
- 4cccb001 drop aosp Calendar
- 174b1ecd WITH_DEXPREOPT := false
- 2f77d36f build only mako specific audio files package
- c70706ba main: remove the listing of make files calls
- 26bdf0d4 ota tools: add build name and date
- 5c191365 Allow Device Specific Headers
- d4067900 Allow a device to generically define its own headers
- 88f4c3ff remove quicksearchbox
- f72ee106 Remove HomeSample from builds
- 48bc0eae Switch from launcher2 to launcher3
- a17ba8d7 Drop PinyinIME (full_base.mk and sdk.mk)
- b5e2e75b Drop OpenWnn
- 83c2dca6 drop aosp libjni_latinime, use google prebuilt
- 18d404eb Revert "main: remove the listing of make files calls"
- 5c04963e Remove property_overrides, use device/lge/make/full_mako ones (TEST)
- 6705c8c0 Remove notification property override, use full_mako in
- 581e7717 Drop PhotoTable
- 3c427a9e Switch to PRODUCT_LOCALES de_DE
- 26558223 Some changes added to compile and run with Java 6 and Java 7.
- 9c839621 build: Don't copy APN list from emulator
- d33d7762 Readd MusicFX
- 0377685d Revert "ro.secure=0"
- 8d7d34a0 Show nice ascii during flash
- 713d976a Revert "drop aosp Calendar"
- a6c4e532 Revert "drop aosp libjni_latinime, use google prebuilt"
- d09c8724 Revert "Switch from launcher2 to launcher3"
- d7848ea2 Remove LatinIME (aosp keyboard)
- 964c83e5 Build with Launcher3
- 94f2ac16 Revert "Remove LatinIME (aosp keyboard)"
- 2c7dc1c4 core/main.mk: Suppress warning for make 4.0
- 8154541d Some changes in ota_from_target_files regarding recovery
- 520545e5 Revert "Revert "drop aosp libjni_latinime, use google prebuilt""
- 747b012e Revert "Allow a device to generically define its own headers"
- ab027718 Revert "Allow Device Specific Headers"
- be8fc800 Add f2fs to list of partition types in common.py
dalvik
* aosp_mv (31 commits, Mon Apr 7 15:53:30 2014 +0200)
- d31a1f9b Exclude sha1.c when building libdex for device
- efc0092f dalvik: fix a bug in redundant branch elimination
- 95fad23e ThumbVFP.cpp:231:10: error: variable 'wide' set but not used [-Werror=unused-but-set
- 47067f2b Added missing <include sys/resource.h> for gcc-4.7.1
- 2cd8e68c Zygote: Restrict slave mountspace so Dalvik apps can mount system-wide volumes
- 5cb68b09 JIT: Combine shift & sub for monitor unlock.
- cbbb0c9d JIT: Hoist loop load operations above loop.
- 69e3cb4e JIT: Combine add with shift.
- 245288d4 JIT: Combine add with shift and offset for array load & store.
- 7bdea1bb Excessive JNI: Dump HPROF dump.
- ea0f74c7 Add barriers for proper observation sequence.
- 6193731c GC triggering performance optimizations
- 0ed033d6 dalvik/libdex: Change to -O2 if we're building with -O3
- 6f7a0c6b dalvik/libdex: Don't reduce optimization level to -O2
- 49bb3b81 dalvik: Fix for broswer-crashing bug
- 2acd00c7 Fix that getClasses() method returns protected classes
- 3d5d118f Dump hprof when app encounters Out of memory
- cd85e5f9 Reject dex files that attempt to use unspecified class access flags
- 48a9e15f Move verification of class access flags to libdex
- dc922040 Support setting capabilities in the top 32 bits.
- 87edccd3 export setThreadName() and add NULL check
- 887eceb5 Set Processes comm name to package name
- 6cf2e7a9 Dalvik: DMB Optimisation
- 988f9c64 Dalvik: DMB Optimisations for TracingJIT
- abe5e4af Fix "dalvikvm -help".
- 647ab437 Dalvik: Ensure that the array length complies with the final specifier
- 71db381f Fix a couple of minor publicly-reported GC bugs.
- 0c92f031 Removed excessive GC freed lines instead disable them
- 32522fba Add venv folder (arch-python2) to gitignore
- 9c1660d1 Finish fixing Zygote descriptor leakage problem
- 93b449b1 Remove old fork-and-specialize API
developers/build
* aosp_mv ( 1 commit, Fri Dec 6 10:25:16 2013 +0100)
- 03c0dbcc Merge commit '61cd5b8642dbb52a4f33a5affaae8fae3aed9dc4' into aosp_mv
device/asus/flo
* aosp_mv ( 1 commit, Fri Dec 6 10:25:18 2013 +0100)
- bec4cdcf Merge commit '3a6db01a73b78eb7026d2c2afd0c8105f23092d8' into aosp_mv
device/asus/grouper
* aosp_mv (20 commits, Tue May 13 17:22:03 2014 +0200)
- 15ec8c5e Merge commit 'd6d39d874394a5edac8041e332296086943427f3' into aosp_mv
- 4b7f1153 adjust sepolicy to new SE and allow tilapia to use it prob
- 65115545 Dont restrict vendor files
- 4e2d2515 Add build.prop overrides and change product_brand & model
- cc8fc73a build.prop: remove overrides (fingerpint, name)
- 33d8d027 Show SELinux state
- 8d50a4c8 Build.prop: add persist.sys.root.access
- 91f3b6c0 Add Extra Packages
- 7d90a181 Add TERM and TERMINFO
- 4d2e6d67 Remove openvpn
- 6a5e0671 Changes for TWRP recovery
- 8e8ed0ea Remove TERM and TERMINFO (moved to init.aosp.rc - vendor)
- 0b943986 Remove property override (moved to vendor/mv/grouper-vendor.mk)
- f057b367 call own vendor file (grouper-vendor.mk)
- e67b5169 moved build.prop overrides and extra packages to grouper-vendor
- beffeb90 Added overlay for gesture input for aosp keyboard
- 5c72a512 Grouper: change prebuilt kernel
- 3e7021e8 grouper: Enable USB OTG kk4.4 style
- cd02c8ec Enable rndis support for USB Tethering
- 12cb7544 power: remove cpufreq resets
device/asus/tilapia
* aosp_mv ( 9 commits, Wed May 7 23:47:06 2014 +0200)
- 853ea55b Call own vendor file
- 311f1fbc Change product brand and model
- e74876e7 Add overlay for gesture input for aosp keyboard
- fc0c5153 TWRP: changes for twrp recovery
- 48b10cd0 tilapia: Enable USB OTG kk4.4 style
- 91366b3d tilapia: enable Tethering & portable hotspot
- d9b70ffd TWRP: add tilapia init.rc and twrp.fstab (same as grouper)
- 0f38ebc7 Tilapia: dont restrict vendor files
- 94f3757a Add MMS Network Attribute
device/common
* aosp_mv ( 1 commit, Fri Dec 6 10:25:23 2013 +0100)
- 0c9d01ac Merge commit '0637f57b6f26719c7b39e2ea305424d917e842a3' into aosp_mv
device/generic/mini-emulator-armv7-a-neon
* aosp_mv ( 1 commit, Tue Nov 5 12:58:00 2013 +0100)
- ecc0fed2 Merge commit 'a937060f553627c6c3577a4686fab9a344717cd3' into aosp_mv
device/generic/mini-emulator-mips
* aosp_mv ( 1 commit, Tue Nov 5 12:58:02 2013 +0100)
- 4f212fe9 Merge commit '3006e46e6b82a30c48716c3daaa84c3be47ffd2e' into aosp_mv
device/generic/mini-emulator-x86
* aosp_mv ( 1 commit, Tue Nov 5 12:58:05 2013 +0100)
- 92c8683d Merge commit '06a9c90e6fa446924bede066c16accd3abeff575' into aosp_mv
device/generic/mips
* aosp_mv ( 1 commit, Tue Nov 5 12:58:06 2013 +0100)
- 51299923 Merge commit '4ef96b2a220d0c20b55325e05b6de3e4062afaf0' into aosp_mv
device/generic/x86
* aosp_mv ( 1 commit, Tue Nov 5 12:58:07 2013 +0100)
- 1254ff25 Merge commit '01ffd55d9f7c34697ada24af5149343f53b42a3b' into aosp_mv
device/lge/hammerhead-kernel
* aosp_mv ( 1 commit, Fri Dec 6 10:25:25 2013 +0100)
- b34fa2ca Merge commit 'be1ce26b68cded370b546a265533362dec973e8a' into aosp_mv
device/lge/mako
* aosp_mv (62 commits, Tue Apr 29 10:36:06 2014 +0200)
- 9941ee21 full_mako: use vendor files
- ea460041 build.prop: full.mako.mk: changes
- f4de3b1c remove build prop override
- 4341aadb Add TARGET_PROVIDES_GPS_LOC_API flag
- f9dd61c9 BoardConfig: Add touchboost path
- 4295c993 Revert "remove build prop override"
- 78bf449d add product_propery_overrides
- 65ea5a56 Add mako-vendor.mk
- 568ea28a vendor/mv: add vendor path
- 171e0b20 full_mako: Change default ringtone and notification sound
- 5a586335 Enable Torch
- c1924edd Update Build_fingerprint and Build_desc
- 46b8fda6 init.mako.rc: tweaking ondemang gov and reduce swapiness
- bae04432 Add different kernel path
- ece363fd Enable SlimFileManager
- a5a7fb43 ondemand: change up_treshold_multi_core
- 4719e66a Switch to CMfilemanager
- 91f1f275 Adding liblights and enable battery light settings with overlay
- 19239cf7 Comment out battery led
- f8b5af11 Revert "Comment out battery led"
- c1878361 Revert "Adding liblights and enable battery light settings with overlay"
- ea968b0f Add extra tools and new package (bash,bb,nano,vim,DSP)
- 6e480c3d Temporarly remove DSP,nano and vim (fc)
- 84868262 Add PAckages (dsp, vim, nano,...)
- bef4352e mako: Use custom liblight
- 8a695cfb Comment out BatteryLED
- f153f867 Remove DSPManager and nano, vim, ...
- deef2bc1 Update Build_Fingerprint and BUILD_DESC to 4.4.1
- 898aa844 Revert "Add different kernel path"
- edcac2f0 Use CM_Powerhal
- be8b84e0 Add BOARD_USES_QCOM_HARDWARE stuff
- 425de2c3 Revert "Add BOARD_USES_QCOM_HARDWARE stuff"
- afde0b7b Show SELinunx state
- f1b0fc5e Build.prop: add persist.sys.root.access
- 0311c6db Add Embedded Superuser (koush)
- d346e4f2 Add term and terminfo
- 589d3791 Add vim, nano, htop, powertop
- 1b1400cb Revert "Add Embedded Superuser (koush)"
- 2a8958a8 Remove audio_effects.conf
- 0f112269 Remove superuer from init.mako.rc
- 8d57c137 Remove persist.sys.root_access=1 from propery overrides
- 470a089b Add Openssh and openssl
- 5d504f6f build.prop: kot49h fingerprint and build_desc
- ead1f043 build.prop: Disable excessive dalvik debug messages
- 71dc7608 Revert "Add term and terminfo"
- 269e6227 Remove property overrides
- cbf2d320 Revert "Comment out BatteryLED"
- e3f9d9ee Revert "mako: Use custom liblight"
- e6703c1c Revert "Enable Torch"
- 209068da Add Apollo
- b7d60312 Recovery: Add TWRP files, also some changes for f2fs
- e4042e30 BoardConfig TWRP stuff
- dba39a96 fstab.mako: switch to F2FS
- 059d9d93 Build F2FS packages
- 7e6854f4 F2FS: add prebuild kernel
- 79ae237e Move call F2FS packages from device.mk to BoardConfig.mk
- 2e2c9a25 new fstab.mako and twrp.fstab for f2fs
- eff71c62 Revert "new fstab.mako and twrp.fstab for f2fs"
- 2cd65c9b Revert "fstab.mako: switch to F2FS"
- 20a95091 Removed Product_property_overrides, moved to vendor/mv/mako-vendor
- c7733dd6 AOSP Keyboard: add overlay and enable gesture-input
- f8d342de removed extra packages, moved to vendor_mv_mako-vendor.mk
external/aac
* aosp_mv ( 1 commit, Tue Nov 5 12:58:08 2013 +0100)
- 268d8411 Merge commit '8233dec1bedfd6468f60cfc583776944a7411c6a' into aosp_mv
external/android-clat
* aosp_mv ( 1 commit, Fri Dec 6 10:25:28 2013 +0100)
- 9753fda7 Merge commit '61338bd8dfc2d14b1db0de5059e289f6375b5e44' into aosp_mv
external/antlr
* aosp_mv ( 1 commit, Tue Nov 5 12:58:10 2013 +0100)
- ef81cce7 Merge commit '02d17a0a52f10cb446170fab4fc905834878a938' into aosp_mv
external/apache-http
* aosp_mv ( 1 commit, Fri Dec 6 10:25:30 2013 +0100)
- 5ac60f30 Merge commit '1ec986f319369dfdf1c52ef4a74169f802995b3b' into aosp_mv
external/ceres-solver
* aosp_mv ( 1 commit, Tue Nov 5 12:58:11 2013 +0100)
- 02c09004 Merge commit '681c588d094a3ff58d7eb74135dd1d4f675a3b96' into aosp_mv
external/chromium
* aosp_mv ( 1 commit, Tue Nov 5 12:58:12 2013 +0100)
- efb71bfe Merge commit '8a18bf63791e74094ef3a4e93851baa4ec5816ca' into aosp_mv
external/chromium-trace
* aosp_mv ( 1 commit, Tue Nov 5 12:58:14 2013 +0100)
- f7091acf Merge commit 'e6de3562fbe559410eb0aa88c6ac911a8630a5a1' into aosp_mv
external/chromium_org
* aosp_mv ( 1 commit, Fri Dec 6 10:57:09 2013 +0100)
- e8e222ae gpu: Refactor GpuMemoryBuffer framework for multi-process support.
external/chromium_org/third_party/angle_dx11
* aosp_mv ( 1 commit, Fri Dec 6 10:25:33 2013 +0100)
- 64518fa8 Merge commit '3edd4c014ae6a63a18f5c4f4c36374143195e1a0' into aosp_mv
external/chromium_org/third_party/icu
* aosp_mv ( 1 commit, Fri Dec 6 10:25:35 2013 +0100)
- 3fb8cd95 Merge commit 'bee0475bc156890f8e8a79ea67de0eb4a958eb03' into aosp_mv
external/chromium_org/third_party/openssl
* aosp_mv ( 1 commit, Fri Dec 6 10:25:37 2013 +0100)
- 028bb324 Merge commit '136a6ea42ead47817acae1b3d25058027a374c54' into aosp_mv
external/chromium_org/third_party/ots
* aosp_mv ( 1 commit, Fri Dec 6 10:25:38 2013 +0100)
- 8a4f5148 Merge commit 'f9ee2173b65bcade9f8f5b605793865974f95617' into aosp_mv
external/chromium_org/v8
* aosp_mv ( 1 commit, Fri Dec 6 10:25:40 2013 +0100)
- f55547ed Merge commit '3503f69bc37c8ad5eb04ae051c776f6e82650e95' into aosp_mv
external/clang
* aosp_mv ( 2 commits, Sun Nov 17 11:19:16 2013 +0100)
- fd7876da Merge commit '5958c70dbb86a7039618f031c7d4f06ba528580c' into aosp_mv
- 3f391794 clang: add support for neon-vfp instructions
external/dexmaker
* aosp_mv ( 1 commit, Fri Dec 6 10:25:42 2013 +0100)
- 94528c7c Merge commit '07d4b6cc0e1ab4ef5cb90900b5c2f13066713663' into aosp_mv
external/dhcpcd
* aosp_mv ( 1 commit, Tue Nov 5 12:58:20 2013 +0100)
- 91866085 Merge commit 'a601b4bb8af4cdef5566f33414b7968a70c6a2bb' into aosp_mv
external/doclava
* aosp_mv ( 1 commit, Fri Dec 6 10:25:44 2013 +0100)
- 44b60d77 Merge commit '807009fa8dbbd0deecb6d4b7ccbd9bdce1894108' into aosp_mv
external/e2fsprogs
* aosp_mv ( 1 commit, Fri Dec 6 10:57:45 2013 +0100)
- 71a8b95b Fix dev time initialization for cache age caculation
external/eigen
* aosp_mv ( 1 commit, Fri Dec 6 10:25:46 2013 +0100)
- 4832eab1 Merge commit '723b0d1acc963ff5f4f3141ee1e9f6121bb0e653' into aosp_mv
external/expat
* aosp_mv ( 1 commit, Tue Nov 5 12:58:23 2013 +0100)
- 208dcf55 Merge commit '582a21cd7628233ac27b8760d418252dc27824ff' into aosp_mv
external/flac
* aosp_mv ( 1 commit, Tue Nov 5 12:58:24 2013 +0100)
- 8aaa6dc1 Merge commit '7dc55d7fdbebad7153f2fa8beb8d6418495e622a' into aosp_mv
external/freetype
* aosp_mv ( 1 commit, Tue Nov 5 12:58:28 2013 +0100)
- 88ac5e5e Merge commit '28e915c473fb9bee00123d15265abf0ea094d7d6' into aosp_mv
external/fsck_msdos
* aosp_mv ( 1 commit, Fri Dec 6 10:25:48 2013 +0100)
- e1daf09e Merge commit '4d720c4e64e7af29de9f541e17a95ad8371cb040' into aosp_mv
external/giflib
* aosp_mv ( 1 commit, Tue Nov 5 12:58:30 2013 +0100)
- cee921d4 Merge commit '27a5869d7a549c96ea8d202c7e7e02b63e3a0ba8' into aosp_mv
external/guava
* aosp_mv ( 1 commit, Tue Nov 5 12:58:31 2013 +0100)
- 2fa39b4b Merge commit 'f1d3fee823ac0b760185cee8fb7420da62849b80' into aosp_mv
external/harfbuzz
* aosp_mv ( 1 commit, Tue Nov 5 12:58:32 2013 +0100)
- 56390925 Merge commit 'df7922a375eaab34f09e4c30e3b4bcdbbebb949d' into aosp_mv
external/harfbuzz_ng
* aosp_mv ( 1 commit, Tue Nov 5 12:58:33 2013 +0100)
- a6f8eb60 Merge commit '6a818782d978935f8e84eaa12f4cdda73aac3304' into aosp_mv
external/iproute2
* aosp_mv ( 1 commit, Tue Nov 5 12:58:34 2013 +0100)
- ab8c11ae Merge commit '09c4b7174f24f64a7cd9e2b89e0b9e607e64347c' into aosp_mv
external/iptables
* aosp_mv ( 1 commit, Fri Dec 6 10:25:50 2013 +0100)
- 7d2b3d11 Merge commit 'fb4654838b6f8d7995d25fd127e05ebeed82cfd4' into aosp_mv
external/javasqlite
* aosp_mv ( 1 commit, Tue Nov 5 12:58:35 2013 +0100)
- 2937a91a Merge commit '876d192f6deaf61d9a1b1fde8d750c3e673e0ed1' into aosp_mv
external/jhead
* aosp_mv ( 1 commit, Tue Nov 5 12:58:37 2013 +0100)
- 3a91fee0 Merge commit 'ddb9fb2d99fb2ddc61bc59994d13b5113e67d6e7' into aosp_mv
external/jsilver
* aosp_mv ( 1 commit, Tue Nov 5 12:58:38 2013 +0100)
- 4bfeb2e3 Merge commit '66c2b617112d28ca1a873ee42423ded2a3872215' into aosp_mv
external/jsr305
* aosp_mv ( 1 commit, Tue Nov 5 12:58:39 2013 +0100)
- 7391e753 Merge commit 'c93a5dfea82abf99953ea9acd943f8cfb59109c4' into aosp_mv
external/junit
* aosp_mv ( 1 commit, Fri Dec 6 10:25:52 2013 +0100)
- fbbcd513 Merge commit '540858bb76a909a83e40f3ecea06bea9ceb2ed5d' into aosp_mv
external/libnfc-nxp
* aosp_mv ( 1 commit, Tue Nov 5 12:58:43 2013 +0100)
- 02f6561f Merge commit 'ae3cf747ba7b2171180ff4836b085bd0561ebfde' into aosp_mv
external/libphonenumber
* aosp_mv ( 1 commit, Tue Nov 5 12:58:44 2013 +0100)
- a9297ab8 Merge commit 'fb2e012683fcf157cb7541e10a10b7ec0ef04d79' into aosp_mv
external/libpng
* aosp_mv ( 1 commit, Tue Nov 5 12:58:45 2013 +0100)
- c600472e Merge commit 'ffc86a12f5e207d03c808945f876bc69726a637d' into aosp_mv
external/libsepol
* aosp_mv ( 1 commit, Fri Dec 6 10:25:54 2013 +0100)
- 90a91022 Merge commit '427883dc8ab171b56c643ee2bd1e98c11a3e976c' into aosp_mv
external/mp4parser
* aosp_mv ( 1 commit, Tue Nov 5 12:58:49 2013 +0100)
- 0faa6275 Merge commit '7ca57594c105d89d548efae966d654716c7d7f77' into aosp_mv
external/noto-fonts
* aosp_mv ( 1 commit, Tue Nov 5 12:58:51 2013 +0100)
- cf64144c Merge commit '36e67347edd67a2f76aabc1661a025dbbc210f80' into aosp_mv
external/okhttp
* aosp_mv ( 1 commit, Fri Dec 6 10:26:07 2013 +0100)
- df0005c8 Merge commit '5ce146574d170ce71d737ccda85df852ae9cef55' into aosp_mv
external/ppp
* aosp_mv ( 1 commit, Tue Nov 5 12:58:53 2013 +0100)
- 6492792c Merge commit '579b3490d28781eea67c7a5ce1d1506169d0eb0a' into aosp_mv
external/proguard
* aosp_mv ( 1 commit, Tue Nov 5 12:58:55 2013 +0100)
- 3be5b59b Merge commit '592bf18e613f46c349d7aba06bd8a7d4f74ddb5c' into aosp_mv
external/robolectric
* aosp_mv ( 1 commit, Tue Nov 5 12:58:56 2013 +0100)
- cc617ec5 Merge commit 'e203682ec9acbb3b2c039ab99677bab49fdb8cb6' into aosp_mv
external/sepolicy
* aosp_mv ( 3 commits, Thu May 8 11:47:53 2014 +0200)
- 393c4cca Merge commit '0edb800c68417164dfed20da51c7e4a23cf74c31' into aosp_mv
- 3d823372 Let Zygote talk to init
- 39b67d3c Address adb backup/restore denials.
external/sonivox
* aosp_mv ( 1 commit, Tue Nov 5 12:58:59 2013 +0100)
- 31fbd55d Merge commit 'deec941a890a4f538ded9e26bc29c82a489adce1' into aosp_mv
external/sqlite
* aosp_mv ( 1 commit, Tue Nov 5 12:59:03 2013 +0100)
- 32d5ba8a Merge commit '8df18bd964c100fa6c7f3095bfe289af8591b037' into aosp_mv
external/tinyalsa
* aosp_mv ( 1 commit, Tue Nov 5 12:59:05 2013 +0100)
- 0336e5d1 Merge commit '7c90046e391beda4d0edabd8c61b70a1c9c6aa73' into aosp_mv
external/webp
* aosp_mv ( 1 commit, Tue Nov 5 12:59:08 2013 +0100)
- 73a7f380 Merge commit '9ea07b3f4e37d063be42483ee36fa0f43010c6d9' into aosp_mv
external/xmp_toolkit
* aosp_mv ( 1 commit, Tue Nov 5 12:59:10 2013 +0100)
- ccf68305 Merge commit '4b7a149b77de4f482d8119fb7ce2c54115c1bd87' into aosp_mv
external/zlib
* aosp_mv ( 1 commit, Fri Dec 6 10:26:10 2013 +0100)
- a5f207cb Merge commit 'e2c9d90c31ae3dd39fce5b176d0d784a8291c527' into aosp_mv
frameworks/base
* aosp_mv (22 commits, Thu May 15 14:59:29 2014 +0200)
- fe728568 GC triggering performance optimizations
- 267f7560 Keaguard: enable translucent keyguard by default
- 68a651d1 Correct executable bit for source files
- 0907096c Remove unnecessary updateSurfaceScreenOn call.
- 0b99d8e5 am: Allow more hidden apps on devices with lots of RAM
- 697965ea gps: Add support for Qualcomm GPS hardware
- cc3b4aac Framework: Fix GSM signal strength
- 2e81b9db Location Provider: add provider
- e0d98428 Disable stock OTA components if installed
- de3e1d6f Frameworks: apple can do...we can do as well
- 089920bb Don't let apps disable the SIM PIN entry screen.
- 6e67d70a Change SQL to improve performance.
- 36d57337 Fix to memory leak leaving WallpaperCropActivity.
- 02b91284 Revert "am: Allow more hidden apps on devices with lots of RAM"
- 818feee7 Finish fixing Zygote descriptor leakage problem
- 7d91deb6 Fixed upgrading from forward-lock application to system application
- 0ede0864 Navigation bar custom height
- c90cfc58 wifi: Allow Settings to retrieve country code
- ba5dc432 audio-hotplug
- 41d382d3 audio-hotplug
- 1592b816 audio-hotplug: fix missing class
- b07aef5f activate UEVENT handler depending on SystemProperties
frameworks/compile/mclinker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:11 2013 +0100)
- 91415761 Merge commit '49733d9c38fa0c32e82d3eb7b896efb959051012' into aosp_mv
frameworks/compile/slang
* aosp_mv ( 1 commit, Tue Nov 5 12:59:12 2013 +0100)
- 346aa95a Merge commit '1f077b3fe7add23ad0a14288b9363da5527a330a' into aosp_mv
frameworks/native
* aosp_mv (14 commits, Thu May 8 10:11:29 2014 +0200)
- a3354a6b SurfaceFlinger: try dropping features from EGL config query before giving up
- faebe15e GC triggering performance optimizations
- da5c3a6b installd: Delete cache properly for devices using datadata partition
- 451b016a surfaceflinger: odd hw rotation (90/270) patch for swapping width/height
- 1dfba428 surfaceflinger: Reimplement hwrotation
- 024ae94c libEGL: allow devices to workaround Google bug 10194508
- 5b49f373 servicemanager: Add listen service to the service table
- ab3d9471 GlES2: Add NULL check
- 7ba1db7b surfaceflinger: Set max acquired buffer count
- 136e9244 libs/ui: Fix crash issue because of null pointer access
- 76c6d9a2 servicemanager: Allow tegra audio to register as a service
- f1638f28 frameworks/native: fix copy back dirty region
- 40932c0a Forward-port surface dithering from CM10.2
- 695aa375 Revert "libs/ui: Fix crash issue because of null pointer access"
frameworks/opt/calendar
* aosp_mv ( 1 commit, Fri Dec 6 10:26:11 2013 +0100)
- b7d64d10 Merge commit 'dbd551addaf3ec4eee2568c0ec596b656c9dba46' into aosp_mv
frameworks/opt/colorpicker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:15 2013 +0100)
- 6bda941b Merge commit '1f0eb513a6296f62a58eca362b3d241094ec7b47' into aosp_mv
frameworks/opt/datetimepicker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:16 2013 +0100)
- b07e6b4e Merge commit 'a88457aaed0f0ee86fceb8eadf79607567d1cb3f' into aosp_mv
frameworks/opt/net/voip
* aosp_mv ( 1 commit, Tue Nov 5 12:59:20 2013 +0100)
- 31a363c8 Merge commit 'fea678015b22809472ed2f1e4928d96e6fd77ae2' into aosp_mv
frameworks/opt/photoviewer
* aosp_mv ( 2 commits, Fri Dec 6 11:40:08 2013 +0100)
- 65b11729 Revert "Don't scale on double tap if there is movement before an up event"
- 2d95d451 Don't scale on double tap if there is movement before an up event
frameworks/opt/telephony
* aosp_mv ( 1 commit, Sat Feb 15 13:50:57 2014 +0100)
- 58f5f27c Fix Data stop while calling
frameworks/opt/timezonepicker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:23 2013 +0100)
- afe33ab2 Merge commit 'b74ebb422c74dc3e425967ad1a0ce3c24004d853' into aosp_mv
frameworks/rs
* aosp_mv ( 2 commits, Sun Jan 26 17:34:54 2014 +0100)
- 88273722 Merge commit 'ec64773b993e17a8fc1d2f2683222fbbf278d8e9' into aosp_mv
- 40d9f441 Stop using the PLD macro. (NEEDED FOR BIONIC COMMITS)
frameworks/support
* aosp_mv ( 1 commit, Fri Dec 6 10:26:14 2013 +0100)
- 0ec5348b Merge commit '8aef1ab3db1db070b4785c6891744a0e2bb66f03' into aosp_mv
frameworks/uiautomator
* aosp_mv ( 1 commit, Fri Dec 6 10:26:16 2013 +0100)
- 70d37b25 Merge commit '25d8dfefbf607643a7b4cf1a2ba8e0c19aa92e2e' into aosp_mv
frameworks/wilhelm
* aosp_mv ( 1 commit, Tue Nov 5 12:59:26 2013 +0100)
- 1cc12f2b Merge commit '4292a6210211ef33c8a6cdde0c356bfac9ce58e1' into aosp_mv
hardware/akm
* aosp_mv ( 1 commit, Tue Nov 5 12:59:27 2013 +0100)
- ae7ce44e Merge commit '50752940a93079f08a14b56bf8cbfe25e1864ee5' into aosp_mv
hardware/broadcom/libbt
* aosp_mv ( 1 commit, Fri Dec 6 10:36:35 2013 +0100)
- 497bc146 Merge commit 'daf736b5cd94a0f600f5709166644c4f36447439' into aosp_mv
hardware/invensense
* aosp_mv ( 1 commit, Tue Nov 5 12:59:30 2013 +0100)
- 5f38c376 Merge commit '613a868613744ed1d3b49d82fc062a49e871d955' into aosp_mv
hardware/libhardware
* aosp_mv ( 4 commits, Fri Dec 6 11:50:11 2013 +0100)
- d8f4c484 power: Add POWER_HINT_CPU_BOOST
- 6a287a81 Add gralloc_perform enums definitions
- 71a9616d libhardware: Add allocSize hook function.
- 15510932 Add psc field to AGpsRefLocationCellID struct
hardware/libhardware_legacy
* aosp_mv ( 4 commits, Thu May 15 14:58:13 2014 +0200)
- 7233911d audio policy: disable audio offloading with video
- 64a64c6d audio-hotplug
- 94c9fa8c hide some logging
- 829e5d00 ...
hardware/qcom/audio
* aosp_mv ( 1 commit, Fri Dec 6 11:57:35 2013 +0100)
- 169d3fbd audio: Don't build if TARGET_QCOM_AUDIO_VARIANT is set
hardware/qcom/bt
* aosp_mv ( 1 commit, Tue Nov 5 12:59:33 2013 +0100)
- e19ba206 Merge commit '0cce78391c371ee25e89610553049ee7bfe2ea43' into aosp_mv
hardware/qcom/camera
* aosp_mv ( 1 commit, Fri Dec 6 10:26:19 2013 +0100)
- 0e9cff1e Merge commit '5b4d76ba22db4cd4d5d8120969ee91e3fc40d41c' into aosp_mv
hardware/qcom/display
* aosp_mv ( 2 commits, Fri Dec 6 11:57:36 2013 +0100)
- 2c0dc234 Don't build when variant is requested.
- fdf497bb qcom_display: add TARGET_PROVIDES_LIBLIGHT for msm8960 target
hardware/qcom/msm8x74
* aosp_mv ( 1 commit, Fri Dec 6 10:26:21 2013 +0100)
- 4ecffe5f Merge commit '4b2a1bc43adbcb88557be7bbd4f5e12bd0769067' into aosp_mv
hardware/qcom/power
* aosp_mv ( 2 commits, Fri Dec 6 12:01:48 2013 +0100)
- 0d414292 Re-add build barriers
- 3868ede9 power: Allow passing socket name from config
hardware/qcom/wlan
* aosp_mv ( 1 commit, Tue Nov 5 12:59:36 2013 +0100)
- f72d24c2 Merge commit '6b4430a0d9ed7c5f272844291bacbaa5640f8326' into aosp_mv
hardware/ril
* aosp_mv ( 1 commit, Fri Dec 6 10:26:23 2013 +0100)
- 27ede6fa Merge commit 'f21cd64a2bed49964a296d8c831f82897152b90a' into aosp_mv
hardware/ti/wlan
* aosp_mv ( 1 commit, Tue Nov 5 12:59:42 2013 +0100)
- 6a5b51a5 Merge commit 'fc25652ec303d32fae7d3ba6f03ea7157b5eb593' into aosp_mv
libcore
* aosp_mv ( 4 commits, Thu May 8 11:28:22 2014 +0200)
- 2865945c GC triggering performance optimizations
- f6efba44 libcore: Fix compilation of Enum on JDK 7
- 5c8115da Finish fixing Zygote descriptor leakage problem
- 82017c4d Remove old fork-and-specialize API
packages/apps/BasicSmsReceiver
* aosp_mv ( 1 commit, Tue Nov 5 12:59:43 2013 +0100)
- 53b05f0c Merge commit '0b33990744431d3d83d366abdb380beafcf4c4a0' into aosp_mv
packages/apps/Calendar
* aosp_mv ( 1 commit, Sat Feb 15 13:45:39 2014 +0100)
- 345a84ca Merge tag '9085c14dce4b0dc528e5cd4591a9f1727708ea00' into aosp_mv
packages/apps/CellBroadcastReceiver
* aosp_mv ( 1 commit, Fri Dec 6 10:26:24 2013 +0100)
- 316aa41d Merge commit 'a7278dea9957570d6018ee96e215b9739d59197b' into aosp_mv
packages/apps/Dialer
* aosp_mv ( 5 commits, Sun Jan 19 15:26:17 2014 +0100)
- 88296192 Enable contact photo preloading.
- 62aa31a1 Refresh adapter on resuming, so that call dates are updated.
- 9cbc7f40 Dialer: Update Icons to KitKat
- 0292c256 Add GoogleDialer Drawables
- 13f71837 [PATCH] Open-source Google Dialer
packages/apps/Gallery2
* aosp_mv ( 1 commit, Fri Dec 6 10:26:26 2013 +0100)
- bf880a13 Merge commit '624544f618d5350fdc0c4ffb5132ae63f581d91b' into aosp_mv
packages/apps/HTMLViewer
* aosp_mv ( 1 commit, Tue Nov 5 12:59:59 2013 +0100)
- 9e7340fc Merge commit 'cb9c25ec4e642e93ba862ad158e17dec0f62be50' into aosp_mv
packages/apps/LegacyCamera
* aosp_mv ( 1 commit, Fri Dec 6 10:26:30 2013 +0100)
- b6a88d3f Merge commit 'b994c4074db4df2b7d3d2f71e27e0f51a306d10f' into aosp_mv
packages/apps/Mms
* aosp_mv ( 4 commits, Sat Feb 15 13:50:59 2014 +0100)
- 3ce5ef66 Fix AAPT warnings
- f451167f Forward port Templates functionality
- 60eb9d04 Bring back QuickMessage, Unicode stripping, TimeStamps and Add to Calendar
- d95dd55b Bring back Split SMS
packages/apps/Music
* aosp_mv ( 1 commit, Fri Dec 6 10:26:33 2013 +0100)
- e632aa53 Merge commit '81496d9451ce49bf1b982c54f71ee7bfbf9da66f' into aosp_mv
packages/apps/MusicFX
* aosp_mv ( 1 commit, Tue Nov 5 13:00:05 2013 +0100)
- fc09fac1 Merge commit '2698016deee552532fe1080680d3f3d558df8ed2' into aosp_mv
packages/apps/Nfc
* aosp_mv ( 1 commit, Fri Dec 6 10:26:34 2013 +0100)
- b30398c6 Merge commit 'ca04655ac0fee01b1622277e8e173655c63db288' into aosp_mv
packages/apps/PackageInstaller
* aosp_mv ( 1 commit, Fri Dec 6 10:26:35 2013 +0100)
- 74e992ef Merge commit 'cb3a4f24d699225a652dc424405ee9713aa6212e' into aosp_mv
packages/apps/PhoneCommon
* aosp_mv ( 1 commit, Fri Dec 6 10:26:37 2013 +0100)
- 5244fc09 Merge commit '6cffa1f841703b0f75c7d19bd7fb1f4f1723eaf9' into aosp_mv
packages/apps/QuickSearchBox
* aosp_mv ( 1 commit, Fri Dec 6 10:26:38 2013 +0100)
- e75da93f Merge commit '6b4872c2a7fab09a307e75ffbace96b079cd4f9d' into aosp_mv
packages/apps/Settings
* aosp_mv (26 commits, Thu May 15 16:43:07 2014 +0200)
- 76997ac9 Settings: add built-in superuser
- ee730045 Settings: Fix aapt locale set caused by SuperUser
- 1498e4dc AppOps: Improve listing of apps
- 9ffa3648 AppOps: show all apps (also system apps)
- 39da38fe Settings: Bring back app ops
- 8fdd9925 UsbHostSettings init
- 8d2254de add new switch for wired-accessory-hotplug & !TODO: get usbhost -...
- 83723d2b wifi: Allow configuration of country code for wifi
- c9e6c699 Navigation bar custom height
- 25e335fa fix android:title for navbar size setting
- 06beb769 New "Dies und Das" icon
- acc9b60e Add new Settings category
- 8d5fbc6b system_settings: remove cherry-picked unused code
- 7598ebca Own Settings: new position
- 68e6397a Rename system_settings xml to mv_system_settings
- 93039cd7 Settings: remove own menu category header
- e300852b (!squash) Rename system_settings xml to mv_system_settings
- 565cfbec Settings: change used title string
- a806d7e8 Settings: change own category title and remove obsolete string
- 4ed03536 Utils: add new function to read and write from/to file
- 5ab2e55f (squash!) usbhost: fix settings partly
- 4f492c36 Utils: add device and screen types (tablet,phone,hybrid)
- 6832d0bd evaluating usbhost switches
- 82839be0 adding credentials
- 8d6291e8 HOST_MODE sysfs interface
- f6f227e6 Remove Landscape UI
packages/apps/SoundRecorder
* aosp_mv ( 1 commit, Fri Dec 6 10:26:39 2013 +0100)
- 7fdc04e8 Merge commit 'e102b07dee1c415d4b00381a45b6172db0a19fb4' into aosp_mv
packages/apps/Stk
* aosp_mv ( 1 commit, Fri Dec 6 10:26:41 2013 +0100)
- 3c1a86a1 Merge commit '1e2493d710df9cc9f6196fcaf2a25d9637e064b1' into aosp_mv
packages/apps/Tag
* aosp_mv ( 1 commit, Fri Dec 6 10:26:42 2013 +0100)
- e499822f Merge commit '72ffe63c3f54c4fe5df004fcf4661c25975dde6a' into aosp_mv
packages/apps/VideoEditor
* aosp_mv ( 1 commit, Fri Dec 6 10:26:43 2013 +0100)
- 89777f7d Merge commit '4a3006f3df88b50a76dcd57c68f5a46d270ec13a' into aosp_mv
packages/experimental
* aosp_mv ( 1 commit, Fri Dec 6 10:26:44 2013 +0100)
- e1881e59 Merge commit '84ce637f4c72446be4d966f2f56881ab3afe8698' into aosp_mv
packages/inputmethods/LatinIME
* aosp_mv ( 1 commit, Sat Feb 15 13:49:57 2014 +0100)
- 3d31f090 Merge tag 'cc766a5008d1615340c7abdfaa56e282588264a9' into aosp_mv
packages/providers/CalendarProvider
* aosp_mv ( 1 commit, Fri Dec 6 13:30:20 2013 +0100)
- 70dbd337 Don't trigger a sync for ALERTS tables
packages/providers/ContactsProvider
* aosp_mv ( 1 commit, Fri Dec 6 10:26:45 2013 +0100)
- 021e1cd6 Merge commit 'fad19b80c1cdad915dd2e3b0c42b28e6ee74e26a' into aosp_mv
packages/providers/DownloadProvider
* aosp_mv ( 1 commit, Fri Dec 6 10:26:47 2013 +0100)
- a876267b Merge commit 'ebf51a8b4cd80f5fd2e2c04bbd21903c36cc0ea5' into aosp_mv
packages/screensavers/PhotoTable
* aosp_mv ( 1 commit, Fri Dec 6 10:26:48 2013 +0100)
- 0afe6202 Merge commit '864f4d234b68fbe0fc5609aee93750e0fb5e085d' into aosp_mv
packages/services/Telephony
* aosp_mv ( 2 commits, Tue Apr 1 16:14:21 2014 +0200)
- ad996155 Mobile Network Battery Saver Mode
- 31fd4498 Translation: Battery Saving mode
packages/wallpapers/Basic
* aosp_mv ( 1 commit, Fri Dec 6 10:26:50 2013 +0100)
- 28c65e97 Merge commit '7b9b7c6469a0bd2998255ce68b825fa6ee897fda' into aosp_mv
packages/wallpapers/HoloSpiral
* aosp_mv ( 1 commit, Fri Dec 6 10:26:51 2013 +0100)
- 78c98ab9 Merge commit 'e5bae27d554cbfde909c608064326c289ae628f5' into aosp_mv
packages/wallpapers/LivePicker
* aosp_mv ( 1 commit, Fri Dec 6 10:26:52 2013 +0100)
- dae4728a Merge commit '05ccb8262ab2974c90c79303a78390084c092e60' into aosp_mv
packages/wallpapers/MusicVisualization
* aosp_mv ( 1 commit, Fri Dec 6 10:26:54 2013 +0100)
- ffea353c Merge commit '8037da25386901f603f26a94ae25dc81e78a2757' into aosp_mv
pdk
* aosp_mv ( 1 commit, Fri Dec 6 10:26:55 2013 +0100)
- 0bf6eabc Merge commit 'ce3b20e414cf16c1e8c193f293ac7eec18039aa6' into aosp_mv
prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
* aosp_mv ( 1 commit, Fri Dec 6 10:26:57 2013 +0100)
- 52673273 Merge commit '852e34ce60f22aa9df2f2ea249ac85fa4bb8d733' into aosp_mv
prebuilts/misc
* aosp_mv ( 1 commit, Fri Dec 6 10:26:58 2013 +0100)
- aeeb8f49 Merge commit 'bf53a15795f309f90d8698a7afe4088eeaa6c0f0' into aosp_mv
prebuilts/python/darwin-x86/2.7.5
* aosp_mv ( 1 commit, Fri Dec 6 10:26:59 2013 +0100)
- 727390c4 Merge commit 'bc077b401c8414482c0d199c6e2e204715f18dec' into aosp_mv
prebuilts/python/linux-x86/2.7.5
* aosp_mv ( 1 commit, Fri Dec 6 10:27:01 2013 +0100)
- 6ca8b3f1 Merge commit '15a02b233e9d21b9ab2185f9b98533a95b496680' into aosp_mv
system/core
* aosp_mv (27 commits, Wed May 14 23:29:37 2014 +0200)
- b3d8bb4d fix up adb to prefer /sbin/sh if it exists
- 38159c52 rootdir: Update cpufreq permissions when governor changes
- 247b1eac rootdir: Tighten permissions on boostpulse nodes
- 1e2f412b rootdir: Set perms on interactive governor's min_sample_time
- cf135cef rootdir: set perms on ondemand governor's up_threshold
- ec05aa60 Set permissions on io_is_busy node for interactive governor
- 366aee08 rootdir: Set permissions for additional ondemand sysfs nodes
- 2e01b851 Add libminshacrypt static lib
- 37254ebf Fix PowerHAL cpufreq permissions
- 5b3c6cb6 Permissions for I/O scheduler settings
- 7555620c Revert "Revert "put back the unused virtuals in Vector<>""
- c70b772f init: uevent: Add msm video symbolic link handling
- 516b7d3d audio: Fix submix output device check.
- 14bd1f73 Add back DurationTimer to fix camera.msm8960 load
- 5764de6b adb: Fix backup fallback
- e1a41392 Conditionally Revert "put back the unused virtuals in Vector<>"
- 881dc0cb Fix a bunch of small system/core bugs.
- 50bce759 healthd: who really needs this dmesg spilling by default
- 5af1e0b3 Add TERMINFO and TERM
- 23a240d8 import init file
- 5728b7cb Revert "Add TERMINFO and TERM"
- 72746893 healtd: Send messages to Android log, not the kernel log
- 246000b7 Add init.d support
- 15e21866 Add sysinit (for init.d)
- b7ed3b89 Removed sysinit from init.rc, moved to own init.rc file
- b07433d5 Reserve AID_AUDIT
- 24039147 Add module directory
system/extras
* aosp_mv ( 1 commit, Fri Dec 6 13:30:26 2013 +0100)
- 1d85cde9 drop aosp su
system/media
* aosp_mv ( 1 commit, Thu May 8 11:09:34 2014 +0200)
- afcdaad2 audio_route: fix crash with unsupported control types
system/netd
* aosp_mv ( 1 commit, Fri Dec 6 10:27:02 2013 +0100)
- 670484d6 Merge commit 'a9ed1b34e5b2234910a3165c6d4c71322f3d85df' into aosp_mv
vendor/mv
31d8197 Grouper: remove ringtone
6a88731 Add Modules for grouper/tilapia for prebuilt kernel
02a8e47 Change Alarm sound to a existing one
10a7dee Add Tilapia vendor
13f8970 Sounds: Bender: a little louder
a5d582e packages: mako,grouper: build without powertop
d2f99a1 Add some packages (rsync, lsof, micro_bench, oprofiled)
1380df2 Fix superuser
ad3657a Extra_Packages: Removed vim (dont work yet)
7f996cb Add packages (removed from device_lge_mako)
deabd8f Superuser: gouper: add embedded su from koush
c09a157 Add embedded su
49f193d changes prebuilt swapfile script
44b0fea Added build.prop overrides and extra packages
787259b Update prebuilt libjni_latinime.so
61280c2 AOSP Keyboard: Gesture input: copy prebuilt libjni_latinime
861d68f init.aosp.rc: start sysinit run it
27083ff Added property overrides (moved from full_mako) and init.d support
ee48ddc make-swapfile.sh: set right permissions if init.d file created
2855685 Add android.mk file (to show in included at build start)
9da7a64 Add grouer-vendor file
728b823 Add init.d scripts (for userinit and make swapfile)
68b189a Add sysinit for init.d
8c25e9a Add Bender Sound
7ea1ddb add init.aosp.rc
6c08212 Remove prebuilt latinime lib
5612122 Update prebuilt libjni_latinime.so
158b358 Revert "Add Terminal app"
29d6aa8 fix bootanimation speed
9fd9c83 Change Bootanimation
4b8a911 Add Terminal app
131765a Change Bootanimation
3a2e7a2 Add prebuilt libjni_latinime
2bca9c1 New Bootanimation
7eee3f4 Add Bootanimation
110ec44 vendor_mv: Add system/media files
6360f27 temporary remove term.apk
00a7590 Bootanimation: temporary remove because isnt shown at boot
4467b56 perbuilt_app: Add prebuilt Terminal.apk
31ce7ff Add bootanimation
fe209eb Initialize
kernel:
64071c1 arm: tegra: Set Core to 0.95V in LP1
febf057 arm: tegra: Board files settings for LP1 0.95V CoreV
b977b22 Revert "defconfigs: enable tegra4 backport"
3a60266 Remove cpuoc ifdefs; let all cores use max freq
adeda97 Revert "defconfig: enable cpu oc"
c082a89 clocks: oc: remove 1.6 ghz freq table
52b9b91 defconfig: remove some debugging
54e7850 cpufreq: interactive: set default hispeed freq
dc2c856 cpufreq: remove earlysuspend/lateresume to limit/unlimit our cpu...
2b10697 Add script to create update zip
8faebd0 fix rt2832 naming in defconfig
5c8b25b update to linuxtv rtl2832 drivers and support for r820t tuner backported from linux 3.8
ae658db remove old rtl2832 drivers
0d4dc91 video: tegra: host: Fix error case memory leaks
9513d05 iommu/tegra: smmu: Fix deadly typo
ee4e2c2 video: tegra: nvmap: Fix overflow in nvmap_heap
ce6cad3 video: tegra: host: Fix crash if allocation fails
7ea5313 tegra: Minor bugfixes for Tegra kernels
761f03a Deadline i/o scheduler - added morfic's 1:1 secret sauce that I remember
c997d94 (!squash) Update media otg drivers
dd77465 add easycap drivers backported from 3.4 to support all easycap devices, even the clones
ac003c0 charger: smb345: add hot limit temperature to stop charging
3ca4b17 Fixed install mode, hostmode: fixes and updates
e324ed3 build.sh: dont list copied modules
664b98f Revert "FI install mode: ehci-tegra: update"
603b61d defconfig: disable KSM
6a177a2 Revert "drivers: touchscreen: ektf3k: fix & enable elan sysfs > android_touch"
3d1cf62 Revert "fixed install: usbhost.c: remove some stuff for test"
1897711 fixed install: usbhost.c: remove some stuff for test
fa530e5 defconfig: build more stuff as module
7f14ccb ccgroup_timer_slack: fix forgotton endif
c0e633d defconfig: enable ccgroup_timer_slack
e1399a2 cgroup/timer_slack: fix cgroup permission errors
0d16c3d [PATCH, v9] cgroups: introduce timer slack controller
92f6b66 sched: don't call task_group() many times in set_task_rq()
68e777a Defconfig: changes usb audio & usbhost; alos autogroup
134f210 Secondary sound card: postpone device probe
0f46719 USB Audio as secondary sound device
4b479f4 FI install mode: ehci-tegra: update
dbe0b4c FI install mode (default 0, off)
8320e5f Revert "audit: fix info leak in AUDIT_GET requests"
0c61296 drivers: touchscreen: ektf3k: fix & enable elan sysfs > android_touch
827846c sheduler: row: change license to gpl (from gplv2) to build a module
9e5ab78 Add BFQ scheduler and enable it in defconfig.
e6fb23d audit: fix info leak in AUDIT_GET requests
c642044 sched: disable GENTLTE_FAIR_SLEEPERS for better performance on Android
e892d68 build.sh: changes for arch and copy modules to extra folder ...
6102af7 defconfig: enable cpu oc
c5ec9bc defconfig: build mac80211 module
4da75a1 s2w: partially revert c52f6ba9a2409f829ff9b1d46614575d32c10a64
d6275b5 oc: tegra_clocks: fix 1.6 ghz table and freq tables
1eb893b ondemand: partially reverts commit 68aa33e39c6212d....
bd689db Revert "drivers: cpufreq: ondemand: add touchpoke & 2phase."
b52d856 Revert "mach-tegra: board-grouper: add ondemand two phase init"
7512e27 mach-tegra: edp: fix quadcore 1.55 & 1.6Ghz
db02cf9 mach-tegra: common/speedo: don't cap our freq table
e8455ca mach-tegra: edp: export t3 variant to debugfs
4f5d185 mach-tegra: edp: remove distinction between multi/single core
2acdf7f mach-tegra: board-grouper: add ondemand two phase init
1b6844c mach-tegra: pm: remove awake frequency lock
f18b810 mach-tegra: pm: fix wrong awake cpufreq
2cc7f0c drivers: cpufreq: ondemand: add touchpoke & 2phase.
68aa33e mach-tegra: cpu: several changes, see commit msg
8e73f71 Revert "lowmemorykiller: Compact memory when killing processes"
50aa1a0 Revert "lowmemorykiller: Use asynchronous compaction"
6a70ec5 defconfig: enable more modules for wlan sticks,etc...
3899c41 Revert "Asynchronous I/O latency to a solid-state disk greatly increased"
c04d437 partially revert: drivers/rtc/alarm.c
6958f8c defconfig: support multiple usb wifi support and emm28 dvb drivers
596185b defconf: build wlan as module
91ed397 Build Tun as module, endable module support
c52f6ba update media drivers and otg charging drivers
a8ae4cb Add support for Chinese QF9700-based USB Ethernet adapters
bf466f0 defconfig: Enable custom voltage control
ec2209d Asynchronous I/O latency to a solid-state disk greatly increased
4082ff5 lowmemorykiller: Use asynchronous compaction
d347bcb lowmemorykiller: Compact memory when killing processes
c6d8bf6 defconfig: use arm optimized crypto algos
22e596a arm/crypto: Add optimized AES and SHA1 routines
bcade97 Proportional Rate Reduction for TCP.
df66653 tegra: custom user voltage control
6139c81 ARM: smp: Fix cpu_up() racing with sys_reboot
a10c9ba Audio perflock: min freq 340 (from 370)
8be84c6 defconfig: changes
1dbb3b8 defconfigs: enable tegra4 backport
7289629 defconfig-audio_perflock: enable ksm and compaction
a443220 Revert "lib/string: use glibc version"
92e7b0f Revert "lib/memcopy: use glibc version"
ef7b4c9 video: tegra: backport Tegra SD Gen2 support from Tegra 4
2f2e5fa tmpfs: fix mempolicy object leaks
3f2bdf1 tmpfs: fix use-after-free of mempolicy object
3efc856 Sweep2wake / D2TW (squash)
6eb8f47 Not cool to force that debugging.
ebfb2cc lib/memcopy: use glibc version
c8e9214 lib/string: use glibc version
5617a6b block: cfq: winning values.
1a95706 drivers/staging: reduce buffer size to save kernel memory size
df3877b grouper: Better background gradients
93a81b8 arm: smp: remove cpu boot/shutdown dmesg spam
38f0568 cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
4364b80 cpuset: mm: reduce large amounts of memory barrier related damage v3
906b994 cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask
36cd68d cpusets: avoid looping when storing to mems_allowed if one node remains set
2c1307d slub: fix a memory leak in get_partial_node()
16affbc slub: Do not hold slub_lock when calling sysfs_slab_add()
44a42a0 slub: avoid potential NULL dereference or corruption
d6dc220 slub: use irqsafe_cpu_cmpxchg for put_cpu_partial
ad434de slub: move discard_slab out of node lock
13bb8a6 slub: use correct parameter to add a page to partial list tail
e371730 lib/string.c: introduce memchr_inv()
faa3b3d slub: Discard slab page when node partial > minimum partial number
f55fe64 slub: correct comments error for per cpu partial
0686728 mm: restrict access to slab files under procfs and sysfs
9559381 slub: Code optimization in get_partial_node()
8162c5c slub: explicitly document position of inserting slab to partial list
3f7abe5 slub: per cpu cache for partial pages
bbd70e3 slub: return object pointer from get_partial() / new_slab().
74194c0 slub: pass kmem_cache_cpu pointer to get_partial()
9b3a326 slub: Prepare inuse field in new_slab()
b069e02 slub: Remove useless statements in __slab_alloc
204cbf4 slub: free slabs without holding locks
26eee60 slub: use print_hex_dump
8ffb173 defconfig: enable ksm and compaction
184b17a mm compaction: fix of improper cache flush in migration code
27232de oom: fix race while temporarily setting current's oom_score_adj
73c8224 mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages
6874f79 mm: migration: clean up unmap_and_move()
2fe14a9 mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
c8f2a65 mm: avoid swapping out with swappiness==0
0e32f78 mm: vmscan: convert global reclaim to per-memcg LRU lists
dbaa1c3 mm: test PageSwapBacked in lumpy reclaim
6101ee6 cpufreq: interactive: init default values at compile time
bcc4e40 cpufreq: interactive: run at fraction of hispeed_freq when load is low
ade7b46 cpufreq: interactive: always limit initial speed bump to hispeed
bf86c61 cpufreq: interactive: replace old workqueue
4f069c1 cpufreq: interactive: handle speed up and down in the realtime task
7b3b45b cpufreq: interactive: keep freezer happy when not current governor
d2f6d6b Enable RNDIS support
378319f tegra3_clocks.c: remove 51Mhz CPU step - itits dumb and too low for my own liking. Also now boots correctly with 102Mhz and n
5ffc5a5 defconfig: added new defconfig for audio_perflock
23d3d10 Audio_perflock: removed whitespace
4d45921 sound/soc/tegra/tegra_pcm: add min CPU perf lock for audio playback
2d5dc12 mv_defconfig: set defalut usb_otg_on_charging
d29d364 tegra-otg: HACK to allow OTG peripheral and charging at the same time
cbc8b51 OTG HOST moe: disable charging of slave + enable vbus in
f915aa6 gitignore
ff35045 defconfig: changes
204e2f4 mv_defcofnig: some changes (rwsem, xz compress., timer_slack,...)
768ec12 Add GPU clock control. Allows users to overclock this GPU as much as their device handles (higher than 800MHz is unheard off
f6f4468 Make config option to choose hardboot restart mode (normal or recovery)
e87365a block: row: hardcode tunables.
6ca1c3d block: fixes required to make the kernel compile with ROW.
72a1ac2 block: row: squash commits from codeaurora.
f492ab0 block: Add API for urgent request handling
229010d block: Add support for reinsert a dispatched req
37aad8c Add ROW I/O Scheduler by Qualcomm.
429784b Added optimized ARM RWSEM algorithm.
40204d2 ARM: support XZ compressed kernels
89fe174 kernel: audit: disable audit logging
b65b226 build.sh: take right config
3da622b set compression to lzma
c2a7f86d build.sh: use gcc4.7
1fb4fd8 Enable kexec hardboot
b2b814c [PATCH]: Kexec-hardboot
f7c8c74 Add own defconfig (set -O3 alias OPTIMIZE_ALOT)
630e909 add build.sh
7b9a26e -O3 compilation fixups
8edc6f0 Makefile: Added ARM optimizations
2483a51 Makefile: adding config variable for Os/O2/O3 compilation
cc30070 fix gcc4.7 compile
art
* aosp_mv ( 4 commits, Thu May 8 11:41:39 2014 +0200)
- 6f9c74ad Use /usr/bin/env python for the shebang in tools/generate-operator-out.py
- 6bb41d67 Fix NewLocalRef, NewGlobalRef to handle cleared weak globals.
- 3dfcbc5b Finish fixing Zygote descriptor leakage problem
- 84b774ac Remove old fork-and-specialize API
build
* aosp_mv (49 commits, Thu May 8 10:32:03 2014 +0200)
- 55b52c54 Remove unnecessary locales and languages (for me)
- 71f118cb Locales: remove unnecessery ones (for me)
- 5424c9e5 ro.secure=0
- 73cf6996 ota release tools: comment out build date assert
- 1d030481 PRODUCT_BUILD_PROP_OVERRIDES
- f0f6b5ad ota release tools: comment out stock recovery
- 8c1ff6da ota release tools: override device assert
- abd1e895 rm vendor_module_check make file
- 6ab604a9 default data roaming to false
- 33a83ea8 drop the check-product-copy-files
- 37bb1c81 ota files: use shell date
- f2f25df2 drop aosp VoiceDialer
- e8af5098 drop aosp Music&MusicFX
- 9e2d13d1 drop aosp QuickSearchBox
- 4cccb001 drop aosp Calendar
- 174b1ecd WITH_DEXPREOPT := false
- 2f77d36f build only mako specific audio files package
- c70706ba main: remove the listing of make files calls
- 26bdf0d4 ota tools: add build name and date
- 5c191365 Allow Device Specific Headers
- d4067900 Allow a device to generically define its own headers
- 88f4c3ff remove quicksearchbox
- f72ee106 Remove HomeSample from builds
- 48bc0eae Switch from launcher2 to launcher3
- a17ba8d7 Drop PinyinIME (full_base.mk and sdk.mk)
- b5e2e75b Drop OpenWnn
- 83c2dca6 drop aosp libjni_latinime, use google prebuilt
- 18d404eb Revert "main: remove the listing of make files calls"
- 5c04963e Remove property_overrides, use device/lge/make/full_mako ones (TEST)
- 6705c8c0 Remove notification property override, use full_mako in
- 581e7717 Drop PhotoTable
- 3c427a9e Switch to PRODUCT_LOCALES de_DE
- 26558223 Some changes added to compile and run with Java 6 and Java 7.
- 9c839621 build: Don't copy APN list from emulator
- d33d7762 Readd MusicFX
- 0377685d Revert "ro.secure=0"
- 8d7d34a0 Show nice ascii during flash
- 713d976a Revert "drop aosp Calendar"
- a6c4e532 Revert "drop aosp libjni_latinime, use google prebuilt"
- d09c8724 Revert "Switch from launcher2 to launcher3"
- d7848ea2 Remove LatinIME (aosp keyboard)
- 964c83e5 Build with Launcher3
- 94f2ac16 Revert "Remove LatinIME (aosp keyboard)"
- 2c7dc1c4 core/main.mk: Suppress warning for make 4.0
- 8154541d Some changes in ota_from_target_files regarding recovery
- 520545e5 Revert "Revert "drop aosp libjni_latinime, use google prebuilt""
- 747b012e Revert "Allow a device to generically define its own headers"
- ab027718 Revert "Allow Device Specific Headers"
- be8fc800 Add f2fs to list of partition types in common.py
dalvik
* aosp_mv (31 commits, Mon Apr 7 15:53:30 2014 +0200)
- d31a1f9b Exclude sha1.c when building libdex for device
- efc0092f dalvik: fix a bug in redundant branch elimination
- 95fad23e ThumbVFP.cpp:231:10: error: variable 'wide' set but not used [-Werror=unused-but-set
- 47067f2b Added missing <include sys/resource.h> for gcc-4.7.1
- 2cd8e68c Zygote: Restrict slave mountspace so Dalvik apps can mount system-wide volumes
- 5cb68b09 JIT: Combine shift & sub for monitor unlock.
- cbbb0c9d JIT: Hoist loop load operations above loop.
- 69e3cb4e JIT: Combine add with shift.
- 245288d4 JIT: Combine add with shift and offset for array load & store.
- 7bdea1bb Excessive JNI: Dump HPROF dump.
- ea0f74c7 Add barriers for proper observation sequence.
- 6193731c GC triggering performance optimizations
- 0ed033d6 dalvik/libdex: Change to -O2 if we're building with -O3
- 6f7a0c6b dalvik/libdex: Don't reduce optimization level to -O2
- 49bb3b81 dalvik: Fix for broswer-crashing bug
- 2acd00c7 Fix that getClasses() method returns protected classes
- 3d5d118f Dump hprof when app encounters Out of memory
- cd85e5f9 Reject dex files that attempt to use unspecified class access flags
- 48a9e15f Move verification of class access flags to libdex
- dc922040 Support setting capabilities in the top 32 bits.
- 87edccd3 export setThreadName() and add NULL check
- 887eceb5 Set Processes comm name to package name
- 6cf2e7a9 Dalvik: DMB Optimisation
- 988f9c64 Dalvik: DMB Optimisations for TracingJIT
- abe5e4af Fix "dalvikvm -help".
- 647ab437 Dalvik: Ensure that the array length complies with the final specifier
- 71db381f Fix a couple of minor publicly-reported GC bugs.
- 0c92f031 Removed excessive GC freed lines instead disable them
- 32522fba Add venv folder (arch-python2) to gitignore
- 9c1660d1 Finish fixing Zygote descriptor leakage problem
- 93b449b1 Remove old fork-and-specialize API
developers/build
* aosp_mv ( 1 commit, Fri Dec 6 10:25:16 2013 +0100)
- 03c0dbcc Merge commit '61cd5b8642dbb52a4f33a5affaae8fae3aed9dc4' into aosp_mv
device/asus/flo
* aosp_mv ( 1 commit, Fri Dec 6 10:25:18 2013 +0100)
- bec4cdcf Merge commit '3a6db01a73b78eb7026d2c2afd0c8105f23092d8' into aosp_mv
device/asus/grouper
* aosp_mv (20 commits, Tue May 13 17:22:03 2014 +0200)
- 15ec8c5e Merge commit 'd6d39d874394a5edac8041e332296086943427f3' into aosp_mv
- 4b7f1153 adjust sepolicy to new SE and allow tilapia to use it prob
- 65115545 Dont restrict vendor files
- 4e2d2515 Add build.prop overrides and change product_brand & model
- cc8fc73a build.prop: remove overrides (fingerpint, name)
- 33d8d027 Show SELinux state
- 8d50a4c8 Build.prop: add persist.sys.root.access
- 91f3b6c0 Add Extra Packages
- 7d90a181 Add TERM and TERMINFO
- 4d2e6d67 Remove openvpn
- 6a5e0671 Changes for TWRP recovery
- 8e8ed0ea Remove TERM and TERMINFO (moved to init.aosp.rc - vendor)
- 0b943986 Remove property override (moved to vendor/mv/grouper-vendor.mk)
- f057b367 call own vendor file (grouper-vendor.mk)
- e67b5169 moved build.prop overrides and extra packages to grouper-vendor
- beffeb90 Added overlay for gesture input for aosp keyboard
- 5c72a512 Grouper: change prebuilt kernel
- 3e7021e8 grouper: Enable USB OTG kk4.4 style
- cd02c8ec Enable rndis support for USB Tethering
- 12cb7544 power: remove cpufreq resets
device/asus/tilapia
* aosp_mv ( 9 commits, Wed May 7 23:47:06 2014 +0200)
- 853ea55b Call own vendor file
- 311f1fbc Change product brand and model
- e74876e7 Add overlay for gesture input for aosp keyboard
- fc0c5153 TWRP: changes for twrp recovery
- 48b10cd0 tilapia: Enable USB OTG kk4.4 style
- 91366b3d tilapia: enable Tethering & portable hotspot
- d9b70ffd TWRP: add tilapia init.rc and twrp.fstab (same as grouper)
- 0f38ebc7 Tilapia: dont restrict vendor files
- 94f3757a Add MMS Network Attribute
device/common
* aosp_mv ( 1 commit, Fri Dec 6 10:25:23 2013 +0100)
- 0c9d01ac Merge commit '0637f57b6f26719c7b39e2ea305424d917e842a3' into aosp_mv
device/generic/mini-emulator-armv7-a-neon
* aosp_mv ( 1 commit, Tue Nov 5 12:58:00 2013 +0100)
- ecc0fed2 Merge commit 'a937060f553627c6c3577a4686fab9a344717cd3' into aosp_mv
device/generic/mini-emulator-mips
* aosp_mv ( 1 commit, Tue Nov 5 12:58:02 2013 +0100)
- 4f212fe9 Merge commit '3006e46e6b82a30c48716c3daaa84c3be47ffd2e' into aosp_mv
device/generic/mini-emulator-x86
* aosp_mv ( 1 commit, Tue Nov 5 12:58:05 2013 +0100)
- 92c8683d Merge commit '06a9c90e6fa446924bede066c16accd3abeff575' into aosp_mv
device/generic/mips
* aosp_mv ( 1 commit, Tue Nov 5 12:58:06 2013 +0100)
- 51299923 Merge commit '4ef96b2a220d0c20b55325e05b6de3e4062afaf0' into aosp_mv
device/generic/x86
* aosp_mv ( 1 commit, Tue Nov 5 12:58:07 2013 +0100)
- 1254ff25 Merge commit '01ffd55d9f7c34697ada24af5149343f53b42a3b' into aosp_mv
device/lge/hammerhead-kernel
* aosp_mv ( 1 commit, Fri Dec 6 10:25:25 2013 +0100)
- b34fa2ca Merge commit 'be1ce26b68cded370b546a265533362dec973e8a' into aosp_mv
device/lge/mako
* aosp_mv (62 commits, Tue Apr 29 10:36:06 2014 +0200)
- 9941ee21 full_mako: use vendor files
- ea460041 build.prop: full.mako.mk: changes
- f4de3b1c remove build prop override
- 4341aadb Add TARGET_PROVIDES_GPS_LOC_API flag
- f9dd61c9 BoardConfig: Add touchboost path
- 4295c993 Revert "remove build prop override"
- 78bf449d add product_propery_overrides
- 65ea5a56 Add mako-vendor.mk
- 568ea28a vendor/mv: add vendor path
- 171e0b20 full_mako: Change default ringtone and notification sound
- 5a586335 Enable Torch
- c1924edd Update Build_fingerprint and Build_desc
- 46b8fda6 init.mako.rc: tweaking ondemang gov and reduce swapiness
- bae04432 Add different kernel path
- ece363fd Enable SlimFileManager
- a5a7fb43 ondemand: change up_treshold_multi_core
- 4719e66a Switch to CMfilemanager
- 91f1f275 Adding liblights and enable battery light settings with overlay
- 19239cf7 Comment out battery led
- f8b5af11 Revert "Comment out battery led"
- c1878361 Revert "Adding liblights and enable battery light settings with overlay"
- ea968b0f Add extra tools and new package (bash,bb,nano,vim,DSP)
- 6e480c3d Temporarly remove DSP,nano and vim (fc)
- 84868262 Add PAckages (dsp, vim, nano,...)
- bef4352e mako: Use custom liblight
- 8a695cfb Comment out BatteryLED
- f153f867 Remove DSPManager and nano, vim, ...
- deef2bc1 Update Build_Fingerprint and BUILD_DESC to 4.4.1
- 898aa844 Revert "Add different kernel path"
- edcac2f0 Use CM_Powerhal
- be8b84e0 Add BOARD_USES_QCOM_HARDWARE stuff
- 425de2c3 Revert "Add BOARD_USES_QCOM_HARDWARE stuff"
- afde0b7b Show SELinunx state
- f1b0fc5e Build.prop: add persist.sys.root.access
- 0311c6db Add Embedded Superuser (koush)
- d346e4f2 Add term and terminfo
- 589d3791 Add vim, nano, htop, powertop
- 1b1400cb Revert "Add Embedded Superuser (koush)"
- 2a8958a8 Remove audio_effects.conf
- 0f112269 Remove superuer from init.mako.rc
- 8d57c137 Remove persist.sys.root_access=1 from propery overrides
- 470a089b Add Openssh and openssl
- 5d504f6f build.prop: kot49h fingerprint and build_desc
- ead1f043 build.prop: Disable excessive dalvik debug messages
- 71dc7608 Revert "Add term and terminfo"
- 269e6227 Remove property overrides
- cbf2d320 Revert "Comment out BatteryLED"
- e3f9d9ee Revert "mako: Use custom liblight"
- e6703c1c Revert "Enable Torch"
- 209068da Add Apollo
- b7d60312 Recovery: Add TWRP files, also some changes for f2fs
- e4042e30 BoardConfig TWRP stuff
- dba39a96 fstab.mako: switch to F2FS
- 059d9d93 Build F2FS packages
- 7e6854f4 F2FS: add prebuild kernel
- 79ae237e Move call F2FS packages from device.mk to BoardConfig.mk
- 2e2c9a25 new fstab.mako and twrp.fstab for f2fs
- eff71c62 Revert "new fstab.mako and twrp.fstab for f2fs"
- 2cd65c9b Revert "fstab.mako: switch to F2FS"
- 20a95091 Removed Product_property_overrides, moved to vendor/mv/mako-vendor
- c7733dd6 AOSP Keyboard: add overlay and enable gesture-input
- f8d342de removed extra packages, moved to vendor_mv_mako-vendor.mk
external/aac
* aosp_mv ( 1 commit, Tue Nov 5 12:58:08 2013 +0100)
- 268d8411 Merge commit '8233dec1bedfd6468f60cfc583776944a7411c6a' into aosp_mv
external/android-clat
* aosp_mv ( 1 commit, Fri Dec 6 10:25:28 2013 +0100)
- 9753fda7 Merge commit '61338bd8dfc2d14b1db0de5059e289f6375b5e44' into aosp_mv
external/antlr
* aosp_mv ( 1 commit, Tue Nov 5 12:58:10 2013 +0100)
- ef81cce7 Merge commit '02d17a0a52f10cb446170fab4fc905834878a938' into aosp_mv
external/apache-http
* aosp_mv ( 1 commit, Fri Dec 6 10:25:30 2013 +0100)
- 5ac60f30 Merge commit '1ec986f319369dfdf1c52ef4a74169f802995b3b' into aosp_mv
external/ceres-solver
* aosp_mv ( 1 commit, Tue Nov 5 12:58:11 2013 +0100)
- 02c09004 Merge commit '681c588d094a3ff58d7eb74135dd1d4f675a3b96' into aosp_mv
external/chromium
* aosp_mv ( 1 commit, Tue Nov 5 12:58:12 2013 +0100)
- efb71bfe Merge commit '8a18bf63791e74094ef3a4e93851baa4ec5816ca' into aosp_mv
external/chromium-trace
* aosp_mv ( 1 commit, Tue Nov 5 12:58:14 2013 +0100)
- f7091acf Merge commit 'e6de3562fbe559410eb0aa88c6ac911a8630a5a1' into aosp_mv
external/chromium_org
* aosp_mv ( 1 commit, Fri Dec 6 10:57:09 2013 +0100)
- e8e222ae gpu: Refactor GpuMemoryBuffer framework for multi-process support.
external/chromium_org/third_party/angle_dx11
* aosp_mv ( 1 commit, Fri Dec 6 10:25:33 2013 +0100)
- 64518fa8 Merge commit '3edd4c014ae6a63a18f5c4f4c36374143195e1a0' into aosp_mv
external/chromium_org/third_party/icu
* aosp_mv ( 1 commit, Fri Dec 6 10:25:35 2013 +0100)
- 3fb8cd95 Merge commit 'bee0475bc156890f8e8a79ea67de0eb4a958eb03' into aosp_mv
external/chromium_org/third_party/openssl
* aosp_mv ( 1 commit, Fri Dec 6 10:25:37 2013 +0100)
- 028bb324 Merge commit '136a6ea42ead47817acae1b3d25058027a374c54' into aosp_mv
external/chromium_org/third_party/ots
* aosp_mv ( 1 commit, Fri Dec 6 10:25:38 2013 +0100)
- 8a4f5148 Merge commit 'f9ee2173b65bcade9f8f5b605793865974f95617' into aosp_mv
external/chromium_org/v8
* aosp_mv ( 1 commit, Fri Dec 6 10:25:40 2013 +0100)
- f55547ed Merge commit '3503f69bc37c8ad5eb04ae051c776f6e82650e95' into aosp_mv
external/clang
* aosp_mv ( 2 commits, Sun Nov 17 11:19:16 2013 +0100)
- fd7876da Merge commit '5958c70dbb86a7039618f031c7d4f06ba528580c' into aosp_mv
- 3f391794 clang: add support for neon-vfp instructions
external/dexmaker
* aosp_mv ( 1 commit, Fri Dec 6 10:25:42 2013 +0100)
- 94528c7c Merge commit '07d4b6cc0e1ab4ef5cb90900b5c2f13066713663' into aosp_mv
external/dhcpcd
* aosp_mv ( 1 commit, Tue Nov 5 12:58:20 2013 +0100)
- 91866085 Merge commit 'a601b4bb8af4cdef5566f33414b7968a70c6a2bb' into aosp_mv
external/doclava
* aosp_mv ( 1 commit, Fri Dec 6 10:25:44 2013 +0100)
- 44b60d77 Merge commit '807009fa8dbbd0deecb6d4b7ccbd9bdce1894108' into aosp_mv
external/e2fsprogs
* aosp_mv ( 1 commit, Fri Dec 6 10:57:45 2013 +0100)
- 71a8b95b Fix dev time initialization for cache age caculation
external/eigen
* aosp_mv ( 1 commit, Fri Dec 6 10:25:46 2013 +0100)
- 4832eab1 Merge commit '723b0d1acc963ff5f4f3141ee1e9f6121bb0e653' into aosp_mv
external/expat
* aosp_mv ( 1 commit, Tue Nov 5 12:58:23 2013 +0100)
- 208dcf55 Merge commit '582a21cd7628233ac27b8760d418252dc27824ff' into aosp_mv
external/flac
* aosp_mv ( 1 commit, Tue Nov 5 12:58:24 2013 +0100)
- 8aaa6dc1 Merge commit '7dc55d7fdbebad7153f2fa8beb8d6418495e622a' into aosp_mv
external/freetype
* aosp_mv ( 1 commit, Tue Nov 5 12:58:28 2013 +0100)
- 88ac5e5e Merge commit '28e915c473fb9bee00123d15265abf0ea094d7d6' into aosp_mv
external/fsck_msdos
* aosp_mv ( 1 commit, Fri Dec 6 10:25:48 2013 +0100)
- e1daf09e Merge commit '4d720c4e64e7af29de9f541e17a95ad8371cb040' into aosp_mv
external/giflib
* aosp_mv ( 1 commit, Tue Nov 5 12:58:30 2013 +0100)
- cee921d4 Merge commit '27a5869d7a549c96ea8d202c7e7e02b63e3a0ba8' into aosp_mv
external/guava
* aosp_mv ( 1 commit, Tue Nov 5 12:58:31 2013 +0100)
- 2fa39b4b Merge commit 'f1d3fee823ac0b760185cee8fb7420da62849b80' into aosp_mv
external/harfbuzz
* aosp_mv ( 1 commit, Tue Nov 5 12:58:32 2013 +0100)
- 56390925 Merge commit 'df7922a375eaab34f09e4c30e3b4bcdbbebb949d' into aosp_mv
external/harfbuzz_ng
* aosp_mv ( 1 commit, Tue Nov 5 12:58:33 2013 +0100)
- a6f8eb60 Merge commit '6a818782d978935f8e84eaa12f4cdda73aac3304' into aosp_mv
external/iproute2
* aosp_mv ( 1 commit, Tue Nov 5 12:58:34 2013 +0100)
- ab8c11ae Merge commit '09c4b7174f24f64a7cd9e2b89e0b9e607e64347c' into aosp_mv
external/iptables
* aosp_mv ( 1 commit, Fri Dec 6 10:25:50 2013 +0100)
- 7d2b3d11 Merge commit 'fb4654838b6f8d7995d25fd127e05ebeed82cfd4' into aosp_mv
external/javasqlite
* aosp_mv ( 1 commit, Tue Nov 5 12:58:35 2013 +0100)
- 2937a91a Merge commit '876d192f6deaf61d9a1b1fde8d750c3e673e0ed1' into aosp_mv
external/jhead
* aosp_mv ( 1 commit, Tue Nov 5 12:58:37 2013 +0100)
- 3a91fee0 Merge commit 'ddb9fb2d99fb2ddc61bc59994d13b5113e67d6e7' into aosp_mv
external/jsilver
* aosp_mv ( 1 commit, Tue Nov 5 12:58:38 2013 +0100)
- 4bfeb2e3 Merge commit '66c2b617112d28ca1a873ee42423ded2a3872215' into aosp_mv
external/jsr305
* aosp_mv ( 1 commit, Tue Nov 5 12:58:39 2013 +0100)
- 7391e753 Merge commit 'c93a5dfea82abf99953ea9acd943f8cfb59109c4' into aosp_mv
external/junit
* aosp_mv ( 1 commit, Fri Dec 6 10:25:52 2013 +0100)
- fbbcd513 Merge commit '540858bb76a909a83e40f3ecea06bea9ceb2ed5d' into aosp_mv
external/libnfc-nxp
* aosp_mv ( 1 commit, Tue Nov 5 12:58:43 2013 +0100)
- 02f6561f Merge commit 'ae3cf747ba7b2171180ff4836b085bd0561ebfde' into aosp_mv
external/libphonenumber
* aosp_mv ( 1 commit, Tue Nov 5 12:58:44 2013 +0100)
- a9297ab8 Merge commit 'fb2e012683fcf157cb7541e10a10b7ec0ef04d79' into aosp_mv
external/libpng
* aosp_mv ( 1 commit, Tue Nov 5 12:58:45 2013 +0100)
- c600472e Merge commit 'ffc86a12f5e207d03c808945f876bc69726a637d' into aosp_mv
external/libsepol
* aosp_mv ( 1 commit, Fri Dec 6 10:25:54 2013 +0100)
- 90a91022 Merge commit '427883dc8ab171b56c643ee2bd1e98c11a3e976c' into aosp_mv
external/mp4parser
* aosp_mv ( 1 commit, Tue Nov 5 12:58:49 2013 +0100)
- 0faa6275 Merge commit '7ca57594c105d89d548efae966d654716c7d7f77' into aosp_mv
external/noto-fonts
* aosp_mv ( 1 commit, Tue Nov 5 12:58:51 2013 +0100)
- cf64144c Merge commit '36e67347edd67a2f76aabc1661a025dbbc210f80' into aosp_mv
external/okhttp
* aosp_mv ( 1 commit, Fri Dec 6 10:26:07 2013 +0100)
- df0005c8 Merge commit '5ce146574d170ce71d737ccda85df852ae9cef55' into aosp_mv
external/ppp
* aosp_mv ( 1 commit, Tue Nov 5 12:58:53 2013 +0100)
- 6492792c Merge commit '579b3490d28781eea67c7a5ce1d1506169d0eb0a' into aosp_mv
external/proguard
* aosp_mv ( 1 commit, Tue Nov 5 12:58:55 2013 +0100)
- 3be5b59b Merge commit '592bf18e613f46c349d7aba06bd8a7d4f74ddb5c' into aosp_mv
external/robolectric
* aosp_mv ( 1 commit, Tue Nov 5 12:58:56 2013 +0100)
- cc617ec5 Merge commit 'e203682ec9acbb3b2c039ab99677bab49fdb8cb6' into aosp_mv
external/sepolicy
* aosp_mv ( 3 commits, Thu May 8 11:47:53 2014 +0200)
- 393c4cca Merge commit '0edb800c68417164dfed20da51c7e4a23cf74c31' into aosp_mv
- 3d823372 Let Zygote talk to init
- 39b67d3c Address adb backup/restore denials.
external/sonivox
* aosp_mv ( 1 commit, Tue Nov 5 12:58:59 2013 +0100)
- 31fbd55d Merge commit 'deec941a890a4f538ded9e26bc29c82a489adce1' into aosp_mv
external/sqlite
* aosp_mv ( 1 commit, Tue Nov 5 12:59:03 2013 +0100)
- 32d5ba8a Merge commit '8df18bd964c100fa6c7f3095bfe289af8591b037' into aosp_mv
external/tinyalsa
* aosp_mv ( 1 commit, Tue Nov 5 12:59:05 2013 +0100)
- 0336e5d1 Merge commit '7c90046e391beda4d0edabd8c61b70a1c9c6aa73' into aosp_mv
external/webp
* aosp_mv ( 1 commit, Tue Nov 5 12:59:08 2013 +0100)
- 73a7f380 Merge commit '9ea07b3f4e37d063be42483ee36fa0f43010c6d9' into aosp_mv
external/xmp_toolkit
* aosp_mv ( 1 commit, Tue Nov 5 12:59:10 2013 +0100)
- ccf68305 Merge commit '4b7a149b77de4f482d8119fb7ce2c54115c1bd87' into aosp_mv
external/zlib
* aosp_mv ( 1 commit, Fri Dec 6 10:26:10 2013 +0100)
- a5f207cb Merge commit 'e2c9d90c31ae3dd39fce5b176d0d784a8291c527' into aosp_mv
frameworks/base
* aosp_mv (22 commits, Thu May 15 14:59:29 2014 +0200)
- fe728568 GC triggering performance optimizations
- 267f7560 Keaguard: enable translucent keyguard by default
- 68a651d1 Correct executable bit for source files
- 0907096c Remove unnecessary updateSurfaceScreenOn call.
- 0b99d8e5 am: Allow more hidden apps on devices with lots of RAM
- 697965ea gps: Add support for Qualcomm GPS hardware
- cc3b4aac Framework: Fix GSM signal strength
- 2e81b9db Location Provider: add provider
- e0d98428 Disable stock OTA components if installed
- de3e1d6f Frameworks: apple can do...we can do as well
- 089920bb Don't let apps disable the SIM PIN entry screen.
- 6e67d70a Change SQL to improve performance.
- 36d57337 Fix to memory leak leaving WallpaperCropActivity.
- 02b91284 Revert "am: Allow more hidden apps on devices with lots of RAM"
- 818feee7 Finish fixing Zygote descriptor leakage problem
- 7d91deb6 Fixed upgrading from forward-lock application to system application
- 0ede0864 Navigation bar custom height
- c90cfc58 wifi: Allow Settings to retrieve country code
- ba5dc432 audio-hotplug
- 41d382d3 audio-hotplug
- 1592b816 audio-hotplug: fix missing class
- b07aef5f activate UEVENT handler depending on SystemProperties
frameworks/compile/mclinker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:11 2013 +0100)
- 91415761 Merge commit '49733d9c38fa0c32e82d3eb7b896efb959051012' into aosp_mv
frameworks/compile/slang
* aosp_mv ( 1 commit, Tue Nov 5 12:59:12 2013 +0100)
- 346aa95a Merge commit '1f077b3fe7add23ad0a14288b9363da5527a330a' into aosp_mv
frameworks/native
* aosp_mv (14 commits, Thu May 8 10:11:29 2014 +0200)
- a3354a6b SurfaceFlinger: try dropping features from EGL config query before giving up
- faebe15e GC triggering performance optimizations
- da5c3a6b installd: Delete cache properly for devices using datadata partition
- 451b016a surfaceflinger: odd hw rotation (90/270) patch for swapping width/height
- 1dfba428 surfaceflinger: Reimplement hwrotation
- 024ae94c libEGL: allow devices to workaround Google bug 10194508
- 5b49f373 servicemanager: Add listen service to the service table
- ab3d9471 GlES2: Add NULL check
- 7ba1db7b surfaceflinger: Set max acquired buffer count
- 136e9244 libs/ui: Fix crash issue because of null pointer access
- 76c6d9a2 servicemanager: Allow tegra audio to register as a service
- f1638f28 frameworks/native: fix copy back dirty region
- 40932c0a Forward-port surface dithering from CM10.2
- 695aa375 Revert "libs/ui: Fix crash issue because of null pointer access"
frameworks/opt/calendar
* aosp_mv ( 1 commit, Fri Dec 6 10:26:11 2013 +0100)
- b7d64d10 Merge commit 'dbd551addaf3ec4eee2568c0ec596b656c9dba46' into aosp_mv
frameworks/opt/colorpicker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:15 2013 +0100)
- 6bda941b Merge commit '1f0eb513a6296f62a58eca362b3d241094ec7b47' into aosp_mv
frameworks/opt/datetimepicker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:16 2013 +0100)
- b07e6b4e Merge commit 'a88457aaed0f0ee86fceb8eadf79607567d1cb3f' into aosp_mv
frameworks/opt/net/voip
* aosp_mv ( 1 commit, Tue Nov 5 12:59:20 2013 +0100)
- 31a363c8 Merge commit 'fea678015b22809472ed2f1e4928d96e6fd77ae2' into aosp_mv
frameworks/opt/photoviewer
* aosp_mv ( 2 commits, Fri Dec 6 11:40:08 2013 +0100)
- 65b11729 Revert "Don't scale on double tap if there is movement before an up event"
- 2d95d451 Don't scale on double tap if there is movement before an up event
frameworks/opt/telephony
* aosp_mv ( 1 commit, Sat Feb 15 13:50:57 2014 +0100)
- 58f5f27c Fix Data stop while calling
frameworks/opt/timezonepicker
* aosp_mv ( 1 commit, Tue Nov 5 12:59:23 2013 +0100)
- afe33ab2 Merge commit 'b74ebb422c74dc3e425967ad1a0ce3c24004d853' into aosp_mv
frameworks/rs
* aosp_mv ( 2 commits, Sun Jan 26 17:34:54 2014 +0100)
- 88273722 Merge commit 'ec64773b993e17a8fc1d2f2683222fbbf278d8e9' into aosp_mv
- 40d9f441 Stop using the PLD macro. (NEEDED FOR BIONIC COMMITS)
frameworks/support
* aosp_mv ( 1 commit, Fri Dec 6 10:26:14 2013 +0100)
- 0ec5348b Merge commit '8aef1ab3db1db070b4785c6891744a0e2bb66f03' into aosp_mv
frameworks/uiautomator
* aosp_mv ( 1 commit, Fri Dec 6 10:26:16 2013 +0100)
- 70d37b25 Merge commit '25d8dfefbf607643a7b4cf1a2ba8e0c19aa92e2e' into aosp_mv
frameworks/wilhelm
* aosp_mv ( 1 commit, Tue Nov 5 12:59:26 2013 +0100)
- 1cc12f2b Merge commit '4292a6210211ef33c8a6cdde0c356bfac9ce58e1' into aosp_mv
hardware/akm
* aosp_mv ( 1 commit, Tue Nov 5 12:59:27 2013 +0100)
- ae7ce44e Merge commit '50752940a93079f08a14b56bf8cbfe25e1864ee5' into aosp_mv
hardware/broadcom/libbt
* aosp_mv ( 1 commit, Fri Dec 6 10:36:35 2013 +0100)
- 497bc146 Merge commit 'daf736b5cd94a0f600f5709166644c4f36447439' into aosp_mv
hardware/invensense
* aosp_mv ( 1 commit, Tue Nov 5 12:59:30 2013 +0100)
- 5f38c376 Merge commit '613a868613744ed1d3b49d82fc062a49e871d955' into aosp_mv
hardware/libhardware
* aosp_mv ( 4 commits, Fri Dec 6 11:50:11 2013 +0100)
- d8f4c484 power: Add POWER_HINT_CPU_BOOST
- 6a287a81 Add gralloc_perform enums definitions
- 71a9616d libhardware: Add allocSize hook function.
- 15510932 Add psc field to AGpsRefLocationCellID struct
hardware/libhardware_legacy
* aosp_mv ( 4 commits, Thu May 15 14:58:13 2014 +0200)
- 7233911d audio policy: disable audio offloading with video
- 64a64c6d audio-hotplug
- 94c9fa8c hide some logging
- 829e5d00 ...
hardware/qcom/audio
* aosp_mv ( 1 commit, Fri Dec 6 11:57:35 2013 +0100)
- 169d3fbd audio: Don't build if TARGET_QCOM_AUDIO_VARIANT is set
hardware/qcom/bt
* aosp_mv ( 1 commit, Tue Nov 5 12:59:33 2013 +0100)
- e19ba206 Merge commit '0cce78391c371ee25e89610553049ee7bfe2ea43' into aosp_mv
hardware/qcom/camera
* aosp_mv ( 1 commit, Fri Dec 6 10:26:19 2013 +0100)
- 0e9cff1e Merge commit '5b4d76ba22db4cd4d5d8120969ee91e3fc40d41c' into aosp_mv
hardware/qcom/display
* aosp_mv ( 2 commits, Fri Dec 6 11:57:36 2013 +0100)
- 2c0dc234 Don't build when variant is requested.
- fdf497bb qcom_display: add TARGET_PROVIDES_LIBLIGHT for msm8960 target
hardware/qcom/msm8x74
* aosp_mv ( 1 commit, Fri Dec 6 10:26:21 2013 +0100)
- 4ecffe5f Merge commit '4b2a1bc43adbcb88557be7bbd4f5e12bd0769067' into aosp_mv
hardware/qcom/power
* aosp_mv ( 2 commits, Fri Dec 6 12:01:48 2013 +0100)
- 0d414292 Re-add build barriers
- 3868ede9 power: Allow passing socket name from config
hardware/qcom/wlan
* aosp_mv ( 1 commit, Tue Nov 5 12:59:36 2013 +0100)
- f72d24c2 Merge commit '6b4430a0d9ed7c5f272844291bacbaa5640f8326' into aosp_mv
hardware/ril
* aosp_mv ( 1 commit, Fri Dec 6 10:26:23 2013 +0100)
- 27ede6fa Merge commit 'f21cd64a2bed49964a296d8c831f82897152b90a' into aosp_mv
hardware/ti/wlan
* aosp_mv ( 1 commit, Tue Nov 5 12:59:42 2013 +0100)
- 6a5b51a5 Merge commit 'fc25652ec303d32fae7d3ba6f03ea7157b5eb593' into aosp_mv
libcore
* aosp_mv ( 4 commits, Thu May 8 11:28:22 2014 +0200)
- 2865945c GC triggering performance optimizations
- f6efba44 libcore: Fix compilation of Enum on JDK 7
- 5c8115da Finish fixing Zygote descriptor leakage problem
- 82017c4d Remove old fork-and-specialize API
packages/apps/BasicSmsReceiver
* aosp_mv ( 1 commit, Tue Nov 5 12:59:43 2013 +0100)
- 53b05f0c Merge commit '0b33990744431d3d83d366abdb380beafcf4c4a0' into aosp_mv
packages/apps/Calendar
* aosp_mv ( 1 commit, Sat Feb 15 13:45:39 2014 +0100)
- 345a84ca Merge tag '9085c14dce4b0dc528e5cd4591a9f1727708ea00' into aosp_mv
packages/apps/CellBroadcastReceiver
* aosp_mv ( 1 commit, Fri Dec 6 10:26:24 2013 +0100)
- 316aa41d Merge commit 'a7278dea9957570d6018ee96e215b9739d59197b' into aosp_mv
packages/apps/Dialer
* aosp_mv ( 5 commits, Sun Jan 19 15:26:17 2014 +0100)
- 88296192 Enable contact photo preloading.
- 62aa31a1 Refresh adapter on resuming, so that call dates are updated.
- 9cbc7f40 Dialer: Update Icons to KitKat
- 0292c256 Add GoogleDialer Drawables
- 13f71837 [PATCH] Open-source Google Dialer
packages/apps/Gallery2
* aosp_mv ( 1 commit, Fri Dec 6 10:26:26 2013 +0100)
- bf880a13 Merge commit '624544f618d5350fdc0c4ffb5132ae63f581d91b' into aosp_mv
packages/apps/HTMLViewer
* aosp_mv ( 1 commit, Tue Nov 5 12:59:59 2013 +0100)
- 9e7340fc Merge commit 'cb9c25ec4e642e93ba862ad158e17dec0f62be50' into aosp_mv
packages/apps/LegacyCamera
* aosp_mv ( 1 commit, Fri Dec 6 10:26:30 2013 +0100)
- b6a88d3f Merge commit 'b994c4074db4df2b7d3d2f71e27e0f51a306d10f' into aosp_mv
packages/apps/Mms
* aosp_mv ( 4 commits, Sat Feb 15 13:50:59 2014 +0100)
- 3ce5ef66 Fix AAPT warnings
- f451167f Forward port Templates functionality
- 60eb9d04 Bring back QuickMessage, Unicode stripping, TimeStamps and Add to Calendar
- d95dd55b Bring back Split SMS
packages/apps/Music
* aosp_mv ( 1 commit, Fri Dec 6 10:26:33 2013 +0100)
- e632aa53 Merge commit '81496d9451ce49bf1b982c54f71ee7bfbf9da66f' into aosp_mv
packages/apps/MusicFX
* aosp_mv ( 1 commit, Tue Nov 5 13:00:05 2013 +0100)
- fc09fac1 Merge commit '2698016deee552532fe1080680d3f3d558df8ed2' into aosp_mv
packages/apps/Nfc
* aosp_mv ( 1 commit, Fri Dec 6 10:26:34 2013 +0100)
- b30398c6 Merge commit 'ca04655ac0fee01b1622277e8e173655c63db288' into aosp_mv
packages/apps/PackageInstaller
* aosp_mv ( 1 commit, Fri Dec 6 10:26:35 2013 +0100)
- 74e992ef Merge commit 'cb3a4f24d699225a652dc424405ee9713aa6212e' into aosp_mv
packages/apps/PhoneCommon
* aosp_mv ( 1 commit, Fri Dec 6 10:26:37 2013 +0100)
- 5244fc09 Merge commit '6cffa1f841703b0f75c7d19bd7fb1f4f1723eaf9' into aosp_mv
packages/apps/QuickSearchBox
* aosp_mv ( 1 commit, Fri Dec 6 10:26:38 2013 +0100)
- e75da93f Merge commit '6b4872c2a7fab09a307e75ffbace96b079cd4f9d' into aosp_mv
packages/apps/Settings
* aosp_mv (26 commits, Thu May 15 16:43:07 2014 +0200)
- 76997ac9 Settings: add built-in superuser
- ee730045 Settings: Fix aapt locale set caused by SuperUser
- 1498e4dc AppOps: Improve listing of apps
- 9ffa3648 AppOps: show all apps (also system apps)
- 39da38fe Settings: Bring back app ops
- 8fdd9925 UsbHostSettings init
- 8d2254de add new switch for wired-accessory-hotplug & !TODO: get usbhost -...
- 83723d2b wifi: Allow configuration of country code for wifi
- c9e6c699 Navigation bar custom height
- 25e335fa fix android:title for navbar size setting
- 06beb769 New "Dies und Das" icon
- acc9b60e Add new Settings category
- 8d5fbc6b system_settings: remove cherry-picked unused code
- 7598ebca Own Settings: new position
- 68e6397a Rename system_settings xml to mv_system_settings
- 93039cd7 Settings: remove own menu category header
- e300852b (!squash) Rename system_settings xml to mv_system_settings
- 565cfbec Settings: change used title string
- a806d7e8 Settings: change own category title and remove obsolete string
- 4ed03536 Utils: add new function to read and write from/to file
- 5ab2e55f (squash!) usbhost: fix settings partly
- 4f492c36 Utils: add device and screen types (tablet,phone,hybrid)
- 6832d0bd evaluating usbhost switches
- 82839be0 adding credentials
- 8d6291e8 HOST_MODE sysfs interface
- f6f227e6 Remove Landscape UI
packages/apps/SoundRecorder
* aosp_mv ( 1 commit, Fri Dec 6 10:26:39 2013 +0100)
- 7fdc04e8 Merge commit 'e102b07dee1c415d4b00381a45b6172db0a19fb4' into aosp_mv
packages/apps/Stk
* aosp_mv ( 1 commit, Fri Dec 6 10:26:41 2013 +0100)
- 3c1a86a1 Merge commit '1e2493d710df9cc9f6196fcaf2a25d9637e064b1' into aosp_mv
packages/apps/Tag
* aosp_mv ( 1 commit, Fri Dec 6 10:26:42 2013 +0100)
- e499822f Merge commit '72ffe63c3f54c4fe5df004fcf4661c25975dde6a' into aosp_mv
packages/apps/VideoEditor
* aosp_mv ( 1 commit, Fri Dec 6 10:26:43 2013 +0100)
- 89777f7d Merge commit '4a3006f3df88b50a76dcd57c68f5a46d270ec13a' into aosp_mv
packages/experimental
* aosp_mv ( 1 commit, Fri Dec 6 10:26:44 2013 +0100)
- e1881e59 Merge commit '84ce637f4c72446be4d966f2f56881ab3afe8698' into aosp_mv
packages/inputmethods/LatinIME
* aosp_mv ( 1 commit, Sat Feb 15 13:49:57 2014 +0100)
- 3d31f090 Merge tag 'cc766a5008d1615340c7abdfaa56e282588264a9' into aosp_mv
packages/providers/CalendarProvider
* aosp_mv ( 1 commit, Fri Dec 6 13:30:20 2013 +0100)
- 70dbd337 Don't trigger a sync for ALERTS tables
packages/providers/ContactsProvider
* aosp_mv ( 1 commit, Fri Dec 6 10:26:45 2013 +0100)
- 021e1cd6 Merge commit 'fad19b80c1cdad915dd2e3b0c42b28e6ee74e26a' into aosp_mv
packages/providers/DownloadProvider
* aosp_mv ( 1 commit, Fri Dec 6 10:26:47 2013 +0100)
- a876267b Merge commit 'ebf51a8b4cd80f5fd2e2c04bbd21903c36cc0ea5' into aosp_mv
packages/screensavers/PhotoTable
* aosp_mv ( 1 commit, Fri Dec 6 10:26:48 2013 +0100)
- 0afe6202 Merge commit '864f4d234b68fbe0fc5609aee93750e0fb5e085d' into aosp_mv
packages/services/Telephony
* aosp_mv ( 2 commits, Tue Apr 1 16:14:21 2014 +0200)
- ad996155 Mobile Network Battery Saver Mode
- 31fd4498 Translation: Battery Saving mode
packages/wallpapers/Basic
* aosp_mv ( 1 commit, Fri Dec 6 10:26:50 2013 +0100)
- 28c65e97 Merge commit '7b9b7c6469a0bd2998255ce68b825fa6ee897fda' into aosp_mv
packages/wallpapers/HoloSpiral
* aosp_mv ( 1 commit, Fri Dec 6 10:26:51 2013 +0100)
- 78c98ab9 Merge commit 'e5bae27d554cbfde909c608064326c289ae628f5' into aosp_mv
packages/wallpapers/LivePicker
* aosp_mv ( 1 commit, Fri Dec 6 10:26:52 2013 +0100)
- dae4728a Merge commit '05ccb8262ab2974c90c79303a78390084c092e60' into aosp_mv
packages/wallpapers/MusicVisualization
* aosp_mv ( 1 commit, Fri Dec 6 10:26:54 2013 +0100)
- ffea353c Merge commit '8037da25386901f603f26a94ae25dc81e78a2757' into aosp_mv
pdk
* aosp_mv ( 1 commit, Fri Dec 6 10:26:55 2013 +0100)
- 0bf6eabc Merge commit 'ce3b20e414cf16c1e8c193f293ac7eec18039aa6' into aosp_mv
prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
* aosp_mv ( 1 commit, Fri Dec 6 10:26:57 2013 +0100)
- 52673273 Merge commit '852e34ce60f22aa9df2f2ea249ac85fa4bb8d733' into aosp_mv
prebuilts/misc
* aosp_mv ( 1 commit, Fri Dec 6 10:26:58 2013 +0100)
- aeeb8f49 Merge commit 'bf53a15795f309f90d8698a7afe4088eeaa6c0f0' into aosp_mv
prebuilts/python/darwin-x86/2.7.5
* aosp_mv ( 1 commit, Fri Dec 6 10:26:59 2013 +0100)
- 727390c4 Merge commit 'bc077b401c8414482c0d199c6e2e204715f18dec' into aosp_mv
prebuilts/python/linux-x86/2.7.5
* aosp_mv ( 1 commit, Fri Dec 6 10:27:01 2013 +0100)
- 6ca8b3f1 Merge commit '15a02b233e9d21b9ab2185f9b98533a95b496680' into aosp_mv
system/core
* aosp_mv (27 commits, Wed May 14 23:29:37 2014 +0200)
- b3d8bb4d fix up adb to prefer /sbin/sh if it exists
- 38159c52 rootdir: Update cpufreq permissions when governor changes
- 247b1eac rootdir: Tighten permissions on boostpulse nodes
- 1e2f412b rootdir: Set perms on interactive governor's min_sample_time
- cf135cef rootdir: set perms on ondemand governor's up_threshold
- ec05aa60 Set permissions on io_is_busy node for interactive governor
- 366aee08 rootdir: Set permissions for additional ondemand sysfs nodes
- 2e01b851 Add libminshacrypt static lib
- 37254ebf Fix PowerHAL cpufreq permissions
- 5b3c6cb6 Permissions for I/O scheduler settings
- 7555620c Revert "Revert "put back the unused virtuals in Vector<>""
- c70b772f init: uevent: Add msm video symbolic link handling
- 516b7d3d audio: Fix submix output device check.
- 14bd1f73 Add back DurationTimer to fix camera.msm8960 load
- 5764de6b adb: Fix backup fallback
- e1a41392 Conditionally Revert "put back the unused virtuals in Vector<>"
- 881dc0cb Fix a bunch of small system/core bugs.
- 50bce759 healthd: who really needs this dmesg spilling by default
- 5af1e0b3 Add TERMINFO and TERM
- 23a240d8 import init file
- 5728b7cb Revert "Add TERMINFO and TERM"
- 72746893 healtd: Send messages to Android log, not the kernel log
- 246000b7 Add init.d support
- 15e21866 Add sysinit (for init.d)
- b7ed3b89 Removed sysinit from init.rc, moved to own init.rc file
- b07433d5 Reserve AID_AUDIT
- 24039147 Add module directory
system/extras
* aosp_mv ( 1 commit, Fri Dec 6 13:30:26 2013 +0100)
- 1d85cde9 drop aosp su
system/media
* aosp_mv ( 1 commit, Thu May 8 11:09:34 2014 +0200)
- afcdaad2 audio_route: fix crash with unsupported control types
system/netd
* aosp_mv ( 1 commit, Fri Dec 6 10:27:02 2013 +0100)
- 670484d6 Merge commit 'a9ed1b34e5b2234910a3165c6d4c71322f3d85df' into aosp_mv
vendor/mv
31d8197 Grouper: remove ringtone
6a88731 Add Modules for grouper/tilapia for prebuilt kernel
02a8e47 Change Alarm sound to a existing one
10a7dee Add Tilapia vendor
13f8970 Sounds: Bender: a little louder
a5d582e packages: mako,grouper: build without powertop
d2f99a1 Add some packages (rsync, lsof, micro_bench, oprofiled)
1380df2 Fix superuser
ad3657a Extra_Packages: Removed vim (dont work yet)
7f996cb Add packages (removed from device_lge_mako)
deabd8f Superuser: gouper: add embedded su from koush
c09a157 Add embedded su
49f193d changes prebuilt swapfile script
44b0fea Added build.prop overrides and extra packages
787259b Update prebuilt libjni_latinime.so
61280c2 AOSP Keyboard: Gesture input: copy prebuilt libjni_latinime
861d68f init.aosp.rc: start sysinit run it
27083ff Added property overrides (moved from full_mako) and init.d support
ee48ddc make-swapfile.sh: set right permissions if init.d file created
2855685 Add android.mk file (to show in included at build start)
9da7a64 Add grouer-vendor file
728b823 Add init.d scripts (for userinit and make swapfile)
68b189a Add sysinit for init.d
8c25e9a Add Bender Sound
7ea1ddb add init.aosp.rc
6c08212 Remove prebuilt latinime lib
5612122 Update prebuilt libjni_latinime.so
158b358 Revert "Add Terminal app"
29d6aa8 fix bootanimation speed
9fd9c83 Change Bootanimation
4b8a911 Add Terminal app
131765a Change Bootanimation
3a2e7a2 Add prebuilt libjni_latinime
2bca9c1 New Bootanimation
7eee3f4 Add Bootanimation
110ec44 vendor_mv: Add system/media files
6360f27 temporary remove term.apk
00a7590 Bootanimation: temporary remove because isnt shown at boot
4467b56 perbuilt_app: Add prebuilt Terminal.apk
31ce7ff Add bootanimation
fe209eb Initialize
kernel:
64071c1 arm: tegra: Set Core to 0.95V in LP1
febf057 arm: tegra: Board files settings for LP1 0.95V CoreV
b977b22 Revert "defconfigs: enable tegra4 backport"
3a60266 Remove cpuoc ifdefs; let all cores use max freq
adeda97 Revert "defconfig: enable cpu oc"
c082a89 clocks: oc: remove 1.6 ghz freq table
52b9b91 defconfig: remove some debugging
54e7850 cpufreq: interactive: set default hispeed freq
dc2c856 cpufreq: remove earlysuspend/lateresume to limit/unlimit our cpu...
2b10697 Add script to create update zip
8faebd0 fix rt2832 naming in defconfig
5c8b25b update to linuxtv rtl2832 drivers and support for r820t tuner backported from linux 3.8
ae658db remove old rtl2832 drivers
0d4dc91 video: tegra: host: Fix error case memory leaks
9513d05 iommu/tegra: smmu: Fix deadly typo
ee4e2c2 video: tegra: nvmap: Fix overflow in nvmap_heap
ce6cad3 video: tegra: host: Fix crash if allocation fails
7ea5313 tegra: Minor bugfixes for Tegra kernels
761f03a Deadline i/o scheduler - added morfic's 1:1 secret sauce that I remember
c997d94 (!squash) Update media otg drivers
dd77465 add easycap drivers backported from 3.4 to support all easycap devices, even the clones
ac003c0 charger: smb345: add hot limit temperature to stop charging
3ca4b17 Fixed install mode, hostmode: fixes and updates
e324ed3 build.sh: dont list copied modules
664b98f Revert "FI install mode: ehci-tegra: update"
603b61d defconfig: disable KSM
6a177a2 Revert "drivers: touchscreen: ektf3k: fix & enable elan sysfs > android_touch"
3d1cf62 Revert "fixed install: usbhost.c: remove some stuff for test"
1897711 fixed install: usbhost.c: remove some stuff for test
fa530e5 defconfig: build more stuff as module
7f14ccb ccgroup_timer_slack: fix forgotton endif
c0e633d defconfig: enable ccgroup_timer_slack
e1399a2 cgroup/timer_slack: fix cgroup permission errors
0d16c3d [PATCH, v9] cgroups: introduce timer slack controller
92f6b66 sched: don't call task_group() many times in set_task_rq()
68e777a Defconfig: changes usb audio & usbhost; alos autogroup
134f210 Secondary sound card: postpone device probe
0f46719 USB Audio as secondary sound device
4b479f4 FI install mode: ehci-tegra: update
dbe0b4c FI install mode (default 0, off)
8320e5f Revert "audit: fix info leak in AUDIT_GET requests"
0c61296 drivers: touchscreen: ektf3k: fix & enable elan sysfs > android_touch
827846c sheduler: row: change license to gpl (from gplv2) to build a module
9e5ab78 Add BFQ scheduler and enable it in defconfig.
e6fb23d audit: fix info leak in AUDIT_GET requests
c642044 sched: disable GENTLTE_FAIR_SLEEPERS for better performance on Android
e892d68 build.sh: changes for arch and copy modules to extra folder ...
6102af7 defconfig: enable cpu oc
c5ec9bc defconfig: build mac80211 module
4da75a1 s2w: partially revert c52f6ba9a2409f829ff9b1d46614575d32c10a64
d6275b5 oc: tegra_clocks: fix 1.6 ghz table and freq tables
1eb893b ondemand: partially reverts commit 68aa33e39c6212d....
bd689db Revert "drivers: cpufreq: ondemand: add touchpoke & 2phase."
b52d856 Revert "mach-tegra: board-grouper: add ondemand two phase init"
7512e27 mach-tegra: edp: fix quadcore 1.55 & 1.6Ghz
db02cf9 mach-tegra: common/speedo: don't cap our freq table
e8455ca mach-tegra: edp: export t3 variant to debugfs
4f5d185 mach-tegra: edp: remove distinction between multi/single core
2acdf7f mach-tegra: board-grouper: add ondemand two phase init
1b6844c mach-tegra: pm: remove awake frequency lock
f18b810 mach-tegra: pm: fix wrong awake cpufreq
2cc7f0c drivers: cpufreq: ondemand: add touchpoke & 2phase.
68aa33e mach-tegra: cpu: several changes, see commit msg
8e73f71 Revert "lowmemorykiller: Compact memory when killing processes"
50aa1a0 Revert "lowmemorykiller: Use asynchronous compaction"
6a70ec5 defconfig: enable more modules for wlan sticks,etc...
3899c41 Revert "Asynchronous I/O latency to a solid-state disk greatly increased"
c04d437 partially revert: drivers/rtc/alarm.c
6958f8c defconfig: support multiple usb wifi support and emm28 dvb drivers
596185b defconf: build wlan as module
91ed397 Build Tun as module, endable module support
c52f6ba update media drivers and otg charging drivers
a8ae4cb Add support for Chinese QF9700-based USB Ethernet adapters
bf466f0 defconfig: Enable custom voltage control
ec2209d Asynchronous I/O latency to a solid-state disk greatly increased
4082ff5 lowmemorykiller: Use asynchronous compaction
d347bcb lowmemorykiller: Compact memory when killing processes
c6d8bf6 defconfig: use arm optimized crypto algos
22e596a arm/crypto: Add optimized AES and SHA1 routines
bcade97 Proportional Rate Reduction for TCP.
df66653 tegra: custom user voltage control
6139c81 ARM: smp: Fix cpu_up() racing with sys_reboot
a10c9ba Audio perflock: min freq 340 (from 370)
8be84c6 defconfig: changes
1dbb3b8 defconfigs: enable tegra4 backport
7289629 defconfig-audio_perflock: enable ksm and compaction
a443220 Revert "lib/string: use glibc version"
92e7b0f Revert "lib/memcopy: use glibc version"
ef7b4c9 video: tegra: backport Tegra SD Gen2 support from Tegra 4
2f2e5fa tmpfs: fix mempolicy object leaks
3f2bdf1 tmpfs: fix use-after-free of mempolicy object
3efc856 Sweep2wake / D2TW (squash)
6eb8f47 Not cool to force that debugging.
ebfb2cc lib/memcopy: use glibc version
c8e9214 lib/string: use glibc version
5617a6b block: cfq: winning values.
1a95706 drivers/staging: reduce buffer size to save kernel memory size
df3877b grouper: Better background gradients
93a81b8 arm: smp: remove cpu boot/shutdown dmesg spam
38f0568 cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
4364b80 cpuset: mm: reduce large amounts of memory barrier related damage v3
906b994 cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask
36cd68d cpusets: avoid looping when storing to mems_allowed if one node remains set
2c1307d slub: fix a memory leak in get_partial_node()
16affbc slub: Do not hold slub_lock when calling sysfs_slab_add()
44a42a0 slub: avoid potential NULL dereference or corruption
d6dc220 slub: use irqsafe_cpu_cmpxchg for put_cpu_partial
ad434de slub: move discard_slab out of node lock
13bb8a6 slub: use correct parameter to add a page to partial list tail
e371730 lib/string.c: introduce memchr_inv()
faa3b3d slub: Discard slab page when node partial > minimum partial number
f55fe64 slub: correct comments error for per cpu partial
0686728 mm: restrict access to slab files under procfs and sysfs
9559381 slub: Code optimization in get_partial_node()
8162c5c slub: explicitly document position of inserting slab to partial list
3f7abe5 slub: per cpu cache for partial pages
bbd70e3 slub: return object pointer from get_partial() / new_slab().
74194c0 slub: pass kmem_cache_cpu pointer to get_partial()
9b3a326 slub: Prepare inuse field in new_slab()
b069e02 slub: Remove useless statements in __slab_alloc
204cbf4 slub: free slabs without holding locks
26eee60 slub: use print_hex_dump
8ffb173 defconfig: enable ksm and compaction
184b17a mm compaction: fix of improper cache flush in migration code
27232de oom: fix race while temporarily setting current's oom_score_adj
73c8224 mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages
6874f79 mm: migration: clean up unmap_and_move()
2fe14a9 mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
c8f2a65 mm: avoid swapping out with swappiness==0
0e32f78 mm: vmscan: convert global reclaim to per-memcg LRU lists
dbaa1c3 mm: test PageSwapBacked in lumpy reclaim
6101ee6 cpufreq: interactive: init default values at compile time
bcc4e40 cpufreq: interactive: run at fraction of hispeed_freq when load is low
ade7b46 cpufreq: interactive: always limit initial speed bump to hispeed
bf86c61 cpufreq: interactive: replace old workqueue
4f069c1 cpufreq: interactive: handle speed up and down in the realtime task
7b3b45b cpufreq: interactive: keep freezer happy when not current governor
d2f6d6b Enable RNDIS support
378319f tegra3_clocks.c: remove 51Mhz CPU step - itits dumb and too low for my own liking. Also now boots correctly with 102Mhz and n
5ffc5a5 defconfig: added new defconfig for audio_perflock
23d3d10 Audio_perflock: removed whitespace
4d45921 sound/soc/tegra/tegra_pcm: add min CPU perf lock for audio playback
2d5dc12 mv_defconfig: set defalut usb_otg_on_charging
d29d364 tegra-otg: HACK to allow OTG peripheral and charging at the same time
cbc8b51 OTG HOST moe: disable charging of slave + enable vbus in
f915aa6 gitignore
ff35045 defconfig: changes
204e2f4 mv_defcofnig: some changes (rwsem, xz compress., timer_slack,...)
768ec12 Add GPU clock control. Allows users to overclock this GPU as much as their device handles (higher than 800MHz is unheard off
f6f4468 Make config option to choose hardboot restart mode (normal or recovery)
e87365a block: row: hardcode tunables.
6ca1c3d block: fixes required to make the kernel compile with ROW.
72a1ac2 block: row: squash commits from codeaurora.
f492ab0 block: Add API for urgent request handling
229010d block: Add support for reinsert a dispatched req
37aad8c Add ROW I/O Scheduler by Qualcomm.
429784b Added optimized ARM RWSEM algorithm.
40204d2 ARM: support XZ compressed kernels
89fe174 kernel: audit: disable audit logging
b65b226 build.sh: take right config
3da622b set compression to lzma
c2a7f86d build.sh: use gcc4.7
1fb4fd8 Enable kexec hardboot
b2b814c [PATCH]: Kexec-hardboot
f7c8c74 Add own defconfig (set -O3 alias OPTIMIZE_ALOT)
630e909 add build.sh
7b9a26e -O3 compilation fixups
8edc6f0 Makefile: Added ARM optimizations
2483a51 Makefile: adding config variable for Os/O2/O3 compilation
cc30070 fix gcc4.7 compile
grouper:
https://drive.google.com/file/d/0B-X-10V5Md5ka1luUXg4RDg5LU0/edit?usp=sharing
tilapia:
https://drive.google.com/file/d/0B-X-10V5Md5ka3M2aWhOdjE1U1k/edit?usp=sharing
Anhänge
Zuletzt bearbeitet: