summaryrefslogtreecommitdiffstats
path: root/i9300.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-12-131-2/+10
|\ | | | | | | https://github.com/CyanogenMod/android_device_samsung_i9300 into replicant-6.0
| * i9300: Remove enhanced NFC featureZhao Wei Liew2016-11-181-2/+0
| | | | | | | | | | | | This is no longer used anywhere. Change-Id: Iaabfaec2d7c734b5f286f3dc4ef651d93b2f2bc8
| * i9300: initial pegasusq powerhalSimon Shields2016-02-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * based off flo * powersave (3 core max/1GHz), balanced (current defaults), and performance (back off on downscaling) * support for separate low power profiles (activated on screen off) PS2: low power + min/max cpu freq support PS3: whitespace fixes PS4: apparently POWER_HINT_LOW_POWER means PROFILES[POWER_SAVE]. Change-Id: I786a9e0e35fcc1dba1510baa13493ecf261bdfcc
| * i9300: enable f2fs supportSimon Shields2016-02-171-0/+6
| | | | | | | | Change-Id: I4405cbf6573e277ac7d2dbcb0014131d9cbbcc9d
| * Move Snap to common treerogersb112016-02-141-2/+1
| | | | | | | | Change-Id: I0ffe9a68ebadab7a91866857e1b5dfcf398551ea
| * i9300: join the snap partySimon Shields2016-01-141-1/+2
| | | | | | | | Change-Id: Id397b5a07a3239e87f8be41868401c9f5c788e36
* | remove more hacks for proprietary RILWolfgang Wiedmeyer2016-02-051-7/+2
| | | | | | | | | | | | | | libsamsung_symbols and ril-wrapper aren't present anymore, anyway The LD_SHIM_LIBS export of libsamsung-ril is not needed. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | remove duplicate brightness settings and silence.wav is now in smdk4412-commonWolfgang Wiedmeyer2015-12-221-1/+0
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge remote-tracking branch 'replicant/replicant-4.2' into replicant-6.0Wolfgang Wiedmeyer2015-12-171-4/+19
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | ril and vibrator do not work Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> Conflicts: cm.mk i9300.mk include/telephony/ril.h init.smdk4x12.rc overlay/frameworks/base/core/res/res/values/config.xml system.prop
| * SMDK4x12 Sensorsreplicant-4.2-0002replicant-4.2-0001Paul Kocialkowski2014-01-061-0/+4
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
| * Audio-RIL-InterfacePaul Kocialkowski2014-01-041-0/+3
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
| * Samsung-RILPaul Kocialkowski2014-01-041-3/+3
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
| * Input devices configsPaul Kocialkowski2014-01-041-0/+11
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
| * Initial Replicant 4.2 commitPaul Kocialkowski2014-01-041-1/+1
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
| * i9300: audio: play silence on bootDaniel Hillenbrand2013-07-251-2/+4
| | | | | | | | | | | | workaround for dead incall audio if no sound got played after boot Change-Id: I1ee26e438cf980afdb618539aa0377453b730abe
* | i9300: M sepolicy bringupforkbomb2015-12-111-1/+2
| | | | | | | | | | | | | | | | | | GPS fixes taken from grouper: https://github.com/CyanogenMod/android_device_asus_grouper/commit/9651b24fb481bf0fc1db3b1d700033cf66eb067e and https://github.com/CyanogenMod/android_device_asus_grouper/commit/f5592571d581478622f0fc3f86fbbddf20cf89c7 Change-Id: I7ec658691c65c3b6c087ee41ba69f2cb37ade525
* | i9300: Use open-source camera againJustArchi2015-11-251-2/+2
| | | | | | | | | | | | | | Conflicts: BoardConfig.mk Change-Id: I5794d6c3fb2e2ca542fc0eff65317334be9047b7
* | i9300: Remove density from PRODUCT_AAPT_CONFIGJustArchi2015-11-251-5/+2
| | | | | | | | | | | | | | | | | | | | 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: I38ed9cc72108c290a3f74c4bbc08ae37a56efa4f
* | i9300: squash RIL bringupforkbomb2015-11-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * ril: update ril header to v11 from https://github.com/ArchiDroid/android_device_samsung_i9300/commit/706bc3c354d2f6d6d905e6a26ccee282357c26ee * ril: LCE support * set BOARD_RIL_CLASS and add SamsungExynos4RIL * add Samsung symbols shim library * use ril-wrapper to stop libsec-ril from crashing (based off dmitry-ril for the Nexus S) Change-Id: I169024341621ea05db5b8d8e82c4bf958b7bc6c0
* | i9300: remove obsolete mobiledata.interfaces propChristian Balster2015-11-211-1/+0
| | | | | | | | | | | | | | This property was used in GB to work around a hardcoded list of interfaces in MobileDataStateTracker and is no longer required. Change-Id: Iaba910f52331079ab19ba05c2d2fc6586f895231
* | Build camera wrapperRicardo Cerqueira2014-05-171-0/+4
| | | | | | | | Change-Id: I2ab420398de6b0f6d6bb994d1c87843acba4c9da
* | Switch back to the binary camera HALRicardo Cerqueira2014-04-061-4/+0
| | | | | | | | | | | | | | Add compatibility libutils symbols required by it, and use it again. It's much more reliable than the reimplementation Change-Id: Ic837f4688015a956d635f0cf6b9846c24265a4e1
* | i9300: add opensource sensors halPaul Kocialkowski2013-09-021-0/+4
| | | | | | | | Change-Id: Ia104c31f165fcaca1ee5dc471f7d71ca9abd387f
* | i9300: use opensource camera hal, remove camera blobDaniel Hillenbrand2013-09-011-0/+4
| | | | | | | | Change-Id: Ib9e43b7e62968b2e6033611a219df55446922c94
* | i9300: use unified init.smdk4x12.rcDaniel Hillenbrand2013-08-101-3/+2
| | | | | | | | Change-Id: I8a09a9f63d72d261b1cad647438194b30a9d20e8
* | i9300: remove DeviceSettingscodeworkx2013-08-091-1/+0
| | | | | | | | Change-Id: I7373199b7f776f733c6e107a34df941011e8cb2c
* | i9300: reorg rootdircodeworkx2013-07-301-2/+2
| | | | | | | | Change-Id: I7bc846d72bd28cdd4bde65b62ff85353afe448c1
* | i9300: audio: play silence on bootDaniel Hillenbrand2013-07-261-2/+4
|/ | | | | | workaround for dead incall audio if no sound got played after boot Change-Id: I1ee26e438cf980afdb618539aa0377453b730abe
* i9300: move libril, use SamsungExynos4RIL classDaniel Hillenbrand2013-07-071-0/+1
| | | | Change-Id: Idf5a983d659d239ba3324cbd8c9e0be9f4ee3dd3
* i9300: advanced setting: add content adaptive backlight controlJavier Ferrer2013-06-091-1/+1
| | | | Change-Id: I8979a7434265d76172d6d0180b37abaef61d8aaa
* i9300: loop ringtones, cleanup unused propsDaniel Hillenbrand2013-06-051-2/+2
| | | | Change-Id: Id0e556e865f8d6858288365763b40a46bd8d95a1
* i9300: add opensource libril, remove ril classDaniel Hillenbrand2013-04-101-1/+0
| | | | | | | - remove blob rild - remove blob libril.so Change-Id: Iced6c86e5af2a2d65076d12fc150ebc6c4d786a4
* i9300: add SamsungServiceModecodeworkx2013-03-261-3/+2
| | | | Change-Id: I774c3f90501f20fc7c1f4eaa61d80c3be7028df5
* i9300: move camera firmwares to commoncodeworkx2013-03-131-4/+0
| | | | Change-Id: I5cb22b58372afac3946d725b554686fe46872767
* i9300: move uevent conf to commoncodeworkx2012-12-161-3/+1
| | | | Change-Id: Iba954e93a1b4a06c6115042e86753603b780d880
* 4.2-izationXpLoDWilD2012-11-231-2/+3
| | | | Change-Id: I3e076d14c4a9c90d6b58798ac6d4dc04936d3103
* i9300: use SamsungExynos4RIL classcodeworkx2012-11-231-1/+1
| | | | Change-Id: Ia920e4e4193513308ac8f0af7e2c2009d3bc20c8
* reorganize device tree, use smdk4412-common treeNebojsa Cvetkovic2012-11-111-138/+19
| | | | Change-Id: I1a3c68a2e5ec693c99b624b343c5a12b802d8109
* build libsynccodeworkx2012-09-271-0/+1
| | | | Change-Id: Ib60ec9e099852b52daf7eab451a322ab985ef262
* jellybean cleanupcodeworkx2012-09-221-32/+22
| | | | Change-Id: Ied0ef6d0c8c57cabeb359e5326444f52af3a2028
* removed tvoutdummy, updated uevent, cleanupcodeworkx2012-08-171-2/+1
| | | | Change-Id: Iaed4163b44079acf0dfb693cabc6e676799ff83b
* move rilclient to hardware/samsung, build sap clientcodeworkx2012-08-031-0/+1
| | | | Change-Id: Ibd7293d1fae52ac5fd5381cd844a353bb2ce3583
* include torch appDaniel Hillenbrand2012-07-261-5/+5
| | | | Change-Id: Ib454a17fa12ec02835b8ed67681b53f169dcea92
* rename sound config because of device renameDaniel Hillenbrand2012-07-231-1/+1
|
* jellybeanedDaniel Hillenbrand2012-07-221-2/+206
|
* initial commitcodeworkx2012-05-191-0/+22