aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* P5100: device tree cleanupZiyan2016-01-035-81/+21
| | | | | | | | | Only cosmetical changes - fix some typos - use aosp instead full makefile - remove unused CleanSpec.mk Change-Id: I70932f8c3b5d033215fd902daeac4c76b081c949
* P5100: move some more parts to espresso-common (4/5)Andreas Blaesius2016-01-017-105/+11
| | | | | | | | | - we share one kernel source - get rid of BoardConfigCommon.mk in p3100/p5100 trees - get rid of p31xx/p51xx-common.mk - move common proprietary list Change-Id: Id6e770e58ec0c1939a69443ce1e0008c03a1c51d
* P5100: Add READMEAndreas Blaesius2015-12-301-0/+20
| | | | Change-Id: I60d0c7d6401b324be3cf9df48c0ec7f0d0d2f8da
* espresso-common: commonize bluetooth configuration (3/3)Ziyan2015-09-123-39/+0
| | | | Change-Id: I3432ddaac95a80912412d8015732edad9ca9d198
* P5100: remove omap4-common from dependenciesAndreas Blaesius2015-09-051-4/+0
| | | | Change-Id: I6a61d393be306327e47781c4b9f339c0641697ee
* p51xx: move audio HAL to espresso-common (4/5)Andreas Blaesius2015-08-215-3662/+0
| | | | Change-Id: I13313f5540806fa3f51f53c29210d8dfe0655a7a
* p51xx: change fstab handling (3/3)Ziyan2015-08-171-1/+1
| | | | | | | | | | | | Previously, fstab mounting was done in init.device.rc. This caused some problems, as for some reason, init.device.rc was executed after init.tab2.rc, not before, delaying the fstab mounts. Let's symlink fstab.espresso to fstab.espresso10 for espresso10 variants instead, so we don't need to use init.device.rc to mount fstab entries anymore. Change-Id: Ie2cf9cf73268644cc8e3d550a7cccc3d1e6c76ec
* Revert "P51XX: force builder to have vendor repos to compile"Andreas Blaesius2015-08-152-3/+3
| | | | | | This reverts commit d281417f8a6882cfb8cc48212f84050715775fc8. Change-Id: Ic13e0a77a3eec36dfc31ebcf96c01e109965e515
* p51xx: fix ramdisk (3/3)Andreas Blaesius2015-08-141-1/+2
| | | | | | | | | | | Vold expects fstab.${ro.hardware}. mount_all /fstab.${ro.hardware} doesn't work, and ends in bootloop. Let's move the mount_all line to init.device.${ro.hardware}.rc (Thanks to Tuxafgmur @ XDA) Change-Id: Iaa130a304ccb6aceb40353603d4b4381160c2541
* P51XX: fix P51XX ramdisk (2/2)Andreas Blaesius2015-08-131-1/+1
| | | | Change-Id: I13e99fd56be14ae0627d0d9978ac61ce15aca589
* P51xx: fix missmergeAndreas Blaesius2015-08-122-13/+0
| | | | | | | Remove dock_keyboard, common aosp overlay get added from espresso-common repo Change-Id: I5da13bdf71e3096eaf36859c9c900e8a995f80f2
* Use 44.1 kHz UI soundsZiyan2015-08-121-0/+3
| | | | | | | Our fast paths sampling rate is 44.1 kHz, which conflicts with the default 48 kHz sounds. Change-Id: I1505b88180b5db6efb70ad6882c3b12a10989782
* P51xx: move to espresso-common repo (1/2)andi342015-08-1247-4151/+10
| | | | Change-Id: If95daa33ddb81c48920b2914b7e97863c2c45881
* P51XX: Update SELinux Policies [2/2]Andreas Blaesius2015-07-3123-111/+72
| | | | | | | | - Move common policies to omap4-common - remove redundant seclabel in init.espresso10.rc - address some denials Change-Id: I396215f3eb1316c3ba96e5eb98a03b98b77543fd
* P51XX: remove 'discard' mount option from fstabAndreas Blaesius2015-07-281-2/+2
| | | | Change-Id: Ic7561260df137329309e9a65083a2d3c351614f6
* SELinux: fix the seclabel NOWAndreas Blaesius2015-07-181-1/+1
| | | | Change-Id: Ia502aa8b8cbdcab7f1e71f153114db1d9ca5e180
* P51XX: cleanup / rework ramdisk parts for better readability (1/2)Andreas Blaesius2015-07-187-7/+52
| | | | Change-Id: Ic5ea906ccbc348a4201628ac3269f5500e7830f7
* SELinux: seclabel correctlyAndreas Blaesius2015-07-181-1/+1
| | | | Change-Id: I4c0022bfd9184dfa32b61c187b292ee0a6fdbe29
* Use LZMA compression for recovery's ramdiskVojtech Bocek2015-07-152-0/+25
| | | | | | | | | Also set BOARD_CANT_BUILD_RECOVERY_FROM_BOOT_PATCH=true , else compiling will fail. This happens because imgdiff on recovery_from_boot.p expects a ramdisk to use GZIP, which is causing a chunk size issue if recovery is using LZMA Change-Id: I5a27136c973d6641264249a7fb209848456bb283
* P51XX: add performance profilesThomas-Karl Pietrowski2015-07-142-0/+17
| | | | Change-Id: I085f25019510b65d21020db22ff313980cb095c1
* P51XX: Don't need to copy FFMPEG config anymoreSteve Kondik2015-06-231-2/+1
| | | | Change-Id: Ib5ebdc56df0cc5640161efe67e5969192e851761
* P51XX: Enable USB OTG storage optionsKonsta2015-06-221-0/+4
| | | | Change-Id: I685c16ad8e5d74ab31c6210276ac7fa46c095373
* P51XX: Fix fstab definition of usb storageChristopher R. Palmer2015-06-221-1/+1
| | | | | | | This fixes an inconsistency between storage_list.xml and fstab, but shouldn't really have any noticable effect. Change-Id: Iba7850bcfa259d1eed6899ded33c9343417fe16d
* P51XX: rework overlayAndreas Blaesius2015-05-2317-70/+109
| | | | | | Split CM and AOSP specific overlay Change-Id: I55e5b2fe359e202b1ec65bc77316629309b68fa4
* P51XX: show battery capacity in charging animationAndreas Blaesius2015-05-151-0/+3
| | | | Change-Id: I9604b6d2592d402dbc69e52016fa22b0dc8529e6
* Remove density from PRODUCT_AAPT_CONFIGAdam Lesinski2015-05-151-1/+1
| | | | | | | | | | AAPT ignores densities in PRODUCT_AAPT_CONFIG. The use of PRODUCT_AAPT_PREF_CONFIG for density is encouraged, as AAPT is able to determine the fallback density to use if a resource of the specified density does not exist. Change-Id: Ib38e0b1c35b7074c70a28b7502008e79b12b9895
* P51XX: cleanup and update recovery flagsAndreas Blaesius2015-04-271-3/+1
| | | | Change-Id: I5eb14f5d8faf9c11982ad53a85df59c52a24cb30
* P5100: temporary fix for bootanimation causing PVR crashesZiyann2015-04-071-1/+2
| | | | Change-Id: I3f522385e8fedca730dfb5aeb5e8de99de916d67
* P51XX: Add usbdisk0 to "export SECONDARY_STORAGE"smx2015-03-061-3/+3
| | | | Change-Id: I3bf50d41b25a4fdaba3e5d689112e2706a401b96
* fstab: Update external SD card entryJustArchi2015-03-061-1/+1
| | | | | | | This will allow tools such as Link2SD work properly. We don't need to emulate external sd card. Change-Id: Ifb296dab7d199b61786173ad3f6e8712f406c45d
* P51XX: Get rid of ctrl_interface=/data/misc/wifi/socketsDmitry Shmidt2015-03-061-3/+1
| | | | Change-Id: I2657b742ecc7b78d2b9e4611e9e9729f4d7c37e0
* P51XX: device isn't LTE capableAndreas Blaesius2015-02-281-0/+3
| | | | Change-Id: I805e0f9631f4c4b6f9ae502b5fca4368cc73541c
* P51XX: set config_screenBrightnessDarkAndreas Blaesius2015-02-231-0/+9
| | | | | | | | | Some user turn off brightness completely and wonder why they can't see anything after that. Set config_screenBrightnessDark to 5, the display will be dark enought on the darkest possible brightness adjustment, but the user still can see everything on it. Change-Id: Iadfb691be4ccfd7f5952971018f9f9c39a8b4ec3
* media_codecs: fix NetflixMichael Gernoth2015-02-162-1/+113
| | | | | | | | | | | | The current Netflix app tries very hard to find a codec which supports AdaptivePlayback. As our HW-codec doesn't support that, the Google H.264 software-codec gets used. But it is incapable of decoding the stream from Netflix, returning H264SWDEC_STRM_ERR. The hw-codec plays the stream just fine. This removes the declaration of adaptive-playback from the (broken) software-codec which causes Netflix to use hw-based decoding. Change-Id: I50b33f445a7db5bd7ad59d200277c193c68e3ba7
* Revert temporary fix for bootanimation and remove unused flagsAndreas Blaesius2015-01-312-6/+1
| | | | | | This reverts commit 328c58c37aed0456c4957b8b0ce39add83f277b8. Change-Id: I69f683fc3c168bf27d5ff0f73776df077186a4b3
* P5100: slight volume boostandi342015-01-311-8/+8
| | | | | | Thanks to XDA Member "daniel644" and "tobbie" Change-Id: Iea177dad2ac8b66d2f885a874748ad90a18133f4
* P51XX: force builder to have vendor repos to compileLars Greiss2015-01-242-3/+3
| | | | | | | We have a lot unofficial builders who forget to fetch the binaries needed for the device. The build will error out now if it was forgotten. Change-Id: I858c7ebad4bf18fe95585e0143e1d23de45bd773
* P51XX: fix SELinux updateAndreas Blaesius2015-01-221-1/+1
| | | | | | Seclable correctly Change-Id: Iae733a6e7d9fc4d9f56d20ac0dd4cb91108adc0e
* wifi: don't build wifi HALGianmarco Reverberi2015-01-091-0/+1
| | | | | | This fixes wifi crash and system reboot every time the screen is locked Change-Id: I6c46ed1eb45a45df2e89646f472a649dc4a99319
* sepolicy: allow pvrsrvinit to talk to the GPUMichael Gernoth2015-01-062-0/+2
| | | | Change-Id: I39e7ac945cbe6aff5c8d2496374645c7c28fa2da
* p51xx: camera: get module by classAndrew Jiang2015-01-042-4/+1
| | | | Change-Id: I75854ad14a51dedfe3c394d32e1afe2866385d74
* P51XX: Update SELinux rulesAndreas Blaesius2015-01-0311-3/+54
| | | | Change-Id: I09f21459165d795da13ebe4572e16176be358f03
* Revert "CommonMK: Update drawable settings"Andreas Blaesius2015-01-021-2/+3
| | | | Change-Id: Ife7d88c80f7d888f27f7c27b8238ee28c86a098c
* P51XX: remove unused custom charger animationAndreas Blaesius2015-01-029-3/+0
| | | | Change-Id: I368f598f3b728037a7324bc61dad0c1ebe28ff47
* P5100: temporary fix for bootanimation causing PVR crashesZiyann2015-01-021-1/+2
| | | | Change-Id: I3f522385e8fedca730dfb5aeb5e8de99de916d67
* P51XX: Use fake shadows and hardware layers for recentsJiangyi2015-01-021-0/+7
| | | | | | SGX540 doesn't have the greatest graphics performance. Change-Id: Id73427b5f24a473765caa344604f19a81f6ccabc
* P51XX: Update Overlayandroid-andi2015-01-028-219/+165
| | | | | | | | | | - Update copyright header to match default files - remove unused definition (this also fixes compiling errors) - fade off to fix glitches on screen off - update hardware keys - show UI for multi user Change-Id: If53a2ecd96bb51084903d9078711cd5324e9347b
* P51XX: Update media_codecsandroid-andi2015-01-022-39/+11
| | | | Change-Id: I3bcf737151ab924ad2c0e89dc0daab4153d6f421
* P51XX: CameraWrapper: fix compilation warningsAndreas Blaesius2015-01-021-0/+1
| | | | | | Thanks to @MWisBest pointing me on that Change-Id: I9403de20981150d6613bd72242798077353ae689
* P51XX: Add missing include for Camera wrapperJosue Rivera2015-01-021-0/+4
| | | | Change-Id: I4b8191b42e37872c39f7837c1e1dbea4cce95b1f