aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* espresso-common: define cache partition sizeAndreas Blaesius2015-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | --- Entry #7 --- Binary Type: 0 (AP) Device Type: 2 (MMC) Identifier: 8 Attributes: 1 (Read/Write) Update Attributes: 0 Partition Block Size/Offset: 106496 Partition Block Count: 1433600 File Offset (Obsolete): 0 File Size (Obsolete): 0 Partition Name: CACHE Flash Filename: cache.img FOTA Filename: --------------- 1433600 * 512 = 734003200 Change-Id: Ib1392d2acb531daf18e0304c01ffefa6bf81c5b1
* espresso-common: define recovery partition sizeAndreas Blaesius2015-08-251-0/+1
| | | | | | | | | | | | | | | | | | --- Entry #6 --- Binary Type: 0 (AP) Device Type: 2 (MMC) Identifier: 7 Attributes: 0 (Read-Only) Update Attributes: 0 Partition Block Size/Offset: 90112 Partition Block Count: 16384 File Offset (Obsolete): 0 File Size (Obsolete): 0 Partition Name: RECOVERY Flash Filename: recovery.img FOTA Filename: Change-Id: I17388d708aaf87b74aaa7b1f99223972ff0cc124
* espresso-common: fix fstab.esppresso10 symlinkAndreas Blaesius2015-08-181-1/+1
| | | | Change-Id: Id6f1fb939f6882992ec6d36c159ac8c9136ad6a7
* espresso-common: change fstab handling (1/3)Ziyan2015-08-174-25/+24
| | | | | | | | | | | | 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: Ia8d2f292326cea90ac7aa19fa1ffce4fb13529d1
* espresso-common: remove obsolete pvrsrvctl serviceZiyan2015-08-171-6/+2
| | | | Change-Id: I20a1d392ccc164b764b9076b4d748154f8b71ce8
* espresso-common: update gps.xml to use the manta blobs (1/3)Ziyan2015-08-171-3/+0
| | | | | | | | espresso-common: update gpsxml vendor: add manta's gps blobs omap4-common: remove gps header and move into devicespecific repos if needed Change-Id: I8ac96099f531469df6a22884c155d49c71041fb7
* espresso-common: set restorecon_recursive on /efsZiyan2015-08-171-19/+5
| | | | | | Some small order changes too. Change-Id: Ib90d6ef47752ed6bcd5493289ca786e3e236b4dd
* espresso-common: remove USE_CAMERA_STUB defineZiyan2015-08-161-2/+0
| | | | | | | Using camera stub without the vendor repo is useless, as we won't be able to boot anyways, so let's remove it. Change-Id: I7ade9f4cf027468733d898b2b47c53b03453cb40
* Remove deprecated egl.cfgkhusika2015-08-162-3/+0
| | | | | | see here: https://android.googlesource.com/platform/frameworks/native/+/9938142%5E!/ Change-Id: Ib29fc8685df1de424a0b50733acb0d194b8c9e4f
* Revert "wifi: don't build wifi HAL"Andreas Blaesius2015-08-161-1/+0
| | | | | | | | | This workaround was needed on Android 5.0 but is deprecated on Android 5.1 This reverts commit 409a0019e897d78a722d54cb9f3dbb8c9462b817. Change-Id: I8fb0deff3518916d06b7947b2378ad50c8b9aed2
* espresso-common: Use dlmallocJiangyi2015-08-161-0/+3
| | | | Change-Id: I27d64a9d7adb027d59931fd24577fc7d3ee17232
* espresso-common: libsensors: store previous orientation valuesZiyan2015-08-151-1/+14
| | | | | | | Since we only get updates from the sensor, it is needed to save (and return) all axis values. Change-Id: Ibe4448262f17d6a15154d16ecb0acc476b3399f0
* espresso-common: libsensors: exclude proximity from P3110 buildsZiyan2015-08-152-1/+5
| | | | Change-Id: I7e843b6a90fd6c9b79e8c6d0a4305d1fc0b5fe0a
* espresso-common: libsensors: update vendor-namesAndreas Blaesius2015-08-151-3/+3
| | | | Change-Id: Iff7213601e79b691b6cdc930c8f58c08480895af
* espresso-common: libsensors: fix buffer overflowsChristian Balster2015-08-1514-69/+72
| | | | | | long/int can't hold timestamp values in ns, use int64_t instead Change-Id: Id3e08a45aa556d8858b8b57d03c3b737e999772d
* espresso-common: libsensors: update sensors info to v1.3Christian Balster2015-08-151-6/+12
| | | | Change-Id: I32afb779df63c41870979f0e27e5d6bac554dc13
* espresso-common: libsensors: sync with replicantPaul Kocialkowski2015-08-1520-1378/+2290
| | | | Change-Id: Idcb9a57af699833c504f236692a6bdb1ef33c98e
* espresso-common: add opensource sensor halPaul Kocialkowski2015-08-1516-1/+3248
| | | | Change-Id: I45912eb1b0820d4045704fdfa77769dd26b6b22c
* espresso-common: Support f2fs on /data and /cacheAndreas Blaesius2015-08-151-0/+2
| | | | Change-Id: I1385d29ef17912ce425043f7a572bfe0520db669
* espresso-common: Add f2fs filesystem supportAndreas Blaesius2015-08-152-0/+10
| | | | Change-Id: I0b1ee7b9a4b020a94311b789a150731f7b673b5d
* espresso-common: fix ramdisk (1/3)Andreas Blaesius2015-08-144-1/+25
| | | | | | | | | | | 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: I3642c77fc756a64788417919f6fd195f628a8c76
* espresso-common: fix P51XX ramdisk (1/2)Andreas Blaesius2015-08-132-6/+1
| | | | Change-Id: I437792e8f614fe50a2d9b1c3507255c4cce5492a
* consumerir: use TARGET_BOOTLOADER_BOARD_NAME on LOCAL_MODULEandi342015-08-121-1/+1
| | | | Change-Id: I5007c72a6bafd2f863513e7ac6372f2fa80cbd59
* espresso-common: add consumerir moduleandi342015-08-122-0/+158
| | | | Change-Id: I9302e07ccf7ad2fdd24dbfc462966a2f3007e257
* espresso-common: cleanup and make the device tree-commonandi342015-08-1235-4753/+33
| | | | Change-Id: I631495d13cbd28d54a30358dbfdea6a24db6c1ea
* espresso-common: add READMEandi342015-08-121-0/+4
| | | | Change-Id: I69e75c33d377989c067a5aa0b08b7137c7397a4f
* P31XX: update SELinux PolicyAndreas Blaesius2015-07-315-8/+9
| | | | | Change-Id: I043758b0ddb617240824695136133c7f4f1f1673 Todo: for gps.te - Label with gps_data_file, somehow this doesn't get relabeled at the moment.
* P31XX: Update SELinux Policies [2/2]Andreas Blaesius2015-07-3121-107/+67
| | | | | | | | - Move common policies to omap4-common - remove redundant seclabel in init.espresso.rc - address some denials Change-Id: I396215f3eb1316c3ba96e5eb98a03b98b77543fd
* P31XX: 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
* P31XX: define TARGET_RECOVERY_DEVICE_DIRS (1/2)Andreas Blaesius2015-07-181-0/+1
| | | | | | | | | Needs "build: recovery: Support adding device-specific items" (http://review.cyanogenmod.org/#/c/76553/) init.recovery.espresso.rc can be removed from p3110 device tree now Change-Id: I6ac343f7a4104012d261730b3ca6a0b5fd3c1f52
* P31XX: cleanup / rework ramdisk parts for better readability (1/2)Andreas Blaesius2015-07-187-7/+56
| | | | | | | | init.espresso.rc need to be placed inside /device/samsung/p3100/recovery/root because it else don't get included to the recovery ramdisk. Change-Id: Ic5ea906ccbc348a4201628ac3269f5500e7830f7
* SELinux: seclabel correctlyAndreas Blaesius2015-07-181-1/+1
| | | | Change-Id: I3e70c270512a064a4c43d14ac0aca60fa3e5814c
* 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
* P31XX: add performance profilesThomas-Karl Pietrowski2015-07-142-0/+17
| | | | Change-Id: I085f25019510b65d21020db22ff313980cb095c1
* P31XX: Don't need to copy FFMPEG config anymoreSteve Kondik2015-06-231-2/+1
| | | | Change-Id: Ib5ebdc56df0cc5640161efe67e5969192e851761
* P31XX: Enable USB OTG storage optionsKonsta2015-06-081-0/+4
| | | | Change-Id: I685c16ad8e5d74ab31c6210276ac7fa46c095373
* P31XX: Fix fstab definition of usb storageChristopher R. Palmer2015-06-081-1/+1
| | | | | | | This fixes an inconsistency between storage_list.xml and fstab, but shouldn't really have any noticable effect. Change-Id: Iba7850bcfa259d1eed6899ded33c9343417fe16d
* P31XX: rework overlayAndreas Blaesius2015-05-2317-70/+109
| | | | | | Split CM and AOSP specific overlay Change-Id: Ia1cca2ef645ad6502b8b1e444697107751c9f142
* P31XX: 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
* P31XX: cleanup and update recovery flagsAndreas Blaesius2015-04-271-3/+1
| | | | Change-Id: I5eb14f5d8faf9c11982ad53a85df59c52a24cb30
* P3100: temporary fix for bootanimation causing PVR crashesZiyann2015-04-071-1/+2
| | | | Change-Id: I69bde1f41f4a6a50dc06ac9e92a54421e4cdaf42
* P31XX: Add usbdisk0 to "export SECONDARY_STORAGE"smx2015-03-061-4/+4
| | | | 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
* P31XX: Get rid of ctrl_interface=/data/misc/wifi/socketsDmitry Shmidt2015-03-011-3/+1
| | | | Change-Id: I2657b742ecc7b78d2b9e4611e9e9729f4d7c37e0
* P31XX: device isn't LTE capableAndreas Blaesius2015-02-281-0/+3
| | | | Change-Id: I805e0f9631f4c4b6f9ae502b5fca4368cc73541c
* P31XX: 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 44ec97701619d27ed53ab069e00a145fbbcb0f4c. Change-Id: I96b6ab57abc65bf8e44c9c11798c64e952b58113