aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Audio-RIL-Interface: Mic mute implementationHEADreplicant-6.0Wolfgang Wiedmeyer2017-06-231-0/+22
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Audio-RIL-Interface: Keep up with libsrs-clientPaul Kocialkowski2017-06-231-15/+17
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Audio-RIL-InterfacePaul Kocialkowski2017-06-232-0/+242
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* remove code and SELinux rules for the proprietary RILWolfgang Wiedmeyer2017-06-2323-2884/+0
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* include Samsung-RIL and Audio-RIL-InterfaceWolfgang Wiedmeyer2017-06-231-8/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* initial Replicant 6.0 adaptionsWolfgang Wiedmeyer2017-06-232-5/+3
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Samsung-RILPaul Kocialkowski2017-06-112-1/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* espresso3g: move cbd to system/vendor/binAndreas Blaesius2017-03-261-0/+1
| | | | Change-Id: I3c9a5ba999857bea1a4355ba3995940509cddced
* espresso3g: fix AndroidProducts.mkAndreas Blaesius2017-03-191-1/+1
| | | | Change-Id: Ic7debdfec86b7c4e192580818bd302050e447279
* Rebrand to LineageOSAndreas Blaesius2017-01-103-4/+4
| | | | Change-Id: I468259ebe1ea22f6a430ba19aba26d5fba79a543
* Revert "p5100 : define Radio Access Family"Andreas Blaesius2016-11-061-6/+0
| | | | | | This reverts commit c514e6d78e6b3ceca4c331b1c0d6b4806c3ba0c6. Change-Id: Id89697c2926fdef9aec1ad1b63d694f8e30a0fef
* espresso3g: sync with AOSPAndreas Blaesius2016-10-304-27/+3
| | | | Change-Id: Ibdfa13c5b622aa1781c5311c0b3fedc83cda8e65
* libsecril-shim: create structs on the stackZiyan2016-10-271-27/+23
| | | | | | For some reason, this seems to be more stable. Change-Id: I4a0a8577288e0e585f9d8e3a62ae4a4b0244a0c8
* libsecril-client: build with -Wall -WerrorZiyan2016-09-251-0/+2
| | | | Change-Id: I3ddca6fb088d129044478eb4cba3dff430279f26
* libsecril-shim: update RIL_REQUEST_QUERY_AVAILABLE_NETWORKS fixZiyan2016-09-251-9/+8
| | | | | | | Our new ril blob is now sending one more extra unused qan element; let's remove that one as well. Change-Id: I1566aad2ab6123add3305003e0343fb9d5fb12f3
* espresso3g: import libsecril-clientAndreas Blaesius2016-09-253-0/+1874
| | | | | | | Import from CyanogenMod cm-13.0 branch of hardware/samsung repo. - removed unused modem types and unneeded ifdefs Change-Id: Ifa792dbf60276426c27555bbb3d2b15c5a66ca2a
* Remove custom librilZiyan2016-09-254-5408/+0
| | | | | | PS2: remove custom rom specific dependencies of hardware/samsung repo Change-Id: I561608662bc207a208da81d461a2532ca0a2f5af
* libsecril-shim: fix RIL_REQUEST_DIALZiyan2016-09-251-0/+29
| | | | | | The Samsung RIL crashes if uusInfo is NULL... Change-Id: I68a70b2f95ba170f97e2794ab0d318e387fa1d24
* libsecril-shim: fix RIL_REQUEST_GET_SIM_STATUSZiyan2016-09-252-0/+58
| | | | Change-Id: I6dc59545053c466efb70df92742150f009892711
* libsecril-shim: fix RIL_(REQUEST/UNSOL)_DATA_CALL_LIST / ↵Ziyan2016-09-251-0/+25
| | | | | | | | RIL_REQUEST_SETUP_DATA_CALL According to the Samsung RIL, the addresses are the gateways? This fixes mobile data. Change-Id: I95937fcdc1b5991a1361d052cdcba220f1fd8758
* libsecril-shim: fix RIL_REQUEST_LAST_CALL_FAIL_CAUSEZiyan2016-09-251-0/+7
| | | | | | Remove extra element, crashing stuff on >=M. Change-Id: Id41750456cf5460a827700df44e8c89233fad383
* libsecril-shim: fix RIL_(REQUEST/UNSOL)_SIGNAL_STRENGTHZiyan2016-09-251-0/+44
| | | | | | The Samsung RIL reports the signal strength in a strange way... Change-Id: I738fa4fbf08d2f16fcc7f5cf638a2d0a8081f125
* libsecril-shim: fix RIL_REQUEST_QUERY_AVAILABLE_NETWORKSZiyan2016-09-252-1/+75
| | | | | | | Remove the extra (unused) element from the operator info, freaking out the framework. Formerly, this is know as the mQANElements override. Change-Id: I2f2ed984383a6656bfd39d419f0b8702d66a7e16
* ril: add ril shimZiyan2016-09-256-3/+143
| | | | | | Based on https://github.com/OMAP4-AOSP/android_device_samsung_tuna/tree/aosp-6.0/ril/libsecril-shim. Change-Id: I8a21e9100938903d593ad67e0a9574c622d5dab4
* Remove RIL subclassZiyan2016-09-253-450/+1
| | | | Change-Id: I58ec6ef386adf285292e1f041542723c6fbf3e11
* ril: don't override mQANElementsZiyan2016-09-251-1/+0
| | | | | | This was breaking network operators listing. Change-Id: I77a6fc131d6ddc22a437f2877fc81603c88b66f6
* espresso3g: add missing Android.mk in rilsrc folderAndreas Blaesius2016-09-251-0/+19
| | | | Change-Id: I531fdccddb76acfd89aad00cee4777b5d4129dfb
* espresso3g: move libsec-ril.so to /vendorAndreas Blaesius2016-09-241-1/+1
| | | | Change-Id: I41f6ce5853babef0feb2b53206188d40eda06f13
* ril: add open-sourced libsecnativefeature, used by libsec-rilZiyan2016-09-1511-1/+571
| | | | Change-Id: I2f487db23b31c63ba919863f393ca37cc9a81191
* espresso3g: move libsecril-compat source to rilsrc folderAndreas Blaesius2016-09-152-0/+0
| | | | Change-Id: Ib43a33f4efcacce50b0bf7e3627db6ba0060501d
* Revert "espresso-common: Disable ashmem tracking in parcels"Ziyan2016-09-151-1/+0
| | | | Change-Id: I187c144172a64f50dd4e8ccf78952ae3524c1807
* sepolicy: MODEM block is defined in espressowifi repoAndreas Blaesius2016-09-142-4/+1
| | | | | | - MODEM block is a radio_device, adjust cpboot-dameon rules for it Change-Id: I3d653318f23d4d3a62365aa4e5f6cd7af66688aa
* More cleanup, reorder files and sync with AOSPAndreas Blaesius2016-07-024-8/+13
| | | | | | - move CM specific defines to a seperate BoardConfigCM.mk Change-Id: Ia009f98004857eac16eb7960f9d8688636e3d109
* espresso3g: replace libsamsung_symbols with libsecril-compatZiyan2016-06-156-53/+37
| | | | | | - also some minor cleanups Change-Id: Id21aac88ea754c0fb3d20e26986fcb0f37f76856
* Add espresso3g to TARGET_OTA_ASSERT_DEVICEAndreas Blaesius2016-06-051-1/+1
| | | | Change-Id: I72e248f2916eef9e29658a709aa62b8fea8904f8
* espresso3g: add espresso3g specific selinux rulesAndreas Blaesius2016-05-057-0/+46
| | | | Change-Id: I3c094d176007168626c99173f74d73fe1a0575c6
* Rename espresso to espressowifi to avoid conflicts with HTC's espressoAndreas Blaesius2016-03-295-7/+7
| | | | | | (myTouch 3G Slide T-Mobile - "espresso" - exist already ) Change-Id: I38ca47a705139241e7091d6f236ecda608c651cd
* Update proprietary-files and scriptsAndreas Blaesius2016-03-182-13/+85
| | | | Change-Id: I81253dbab4b974ad35b64041f54e942c81ff35db
* espresso3g: update dependenciesAndreas Blaesius2016-02-271-2/+2
| | | | Change-Id: I327b2d7f53d9838ae27bfe9ecc75f82e810982d5
* Only copy the appropriate audio configs for variants (2/2)Ziyan2016-02-264-2/+536
| | | | Change-Id: I648023e261afee8b9ad012c80451ccba49545176
* espresso: move RIL parts to espresso3g (2/2)Andreas Blaesius2016-02-237-1/+5909
| | | | Change-Id: I7b4bcfad2967b6cbfcce43c0a8612bdaf7aa9e42
* Common device tree for 3G variantsZiyan2016-02-2312-124/+35
| | | | Change-Id: I957fac5b5d41b4afac158fb59feb4e45e2bcd0cf
* audio: select correct audio config at runtime (4/5)Ziyan2016-02-222-252/+0
| | | | Change-Id: Iddd27bd39ad978257d0c83a0aefd43073ec2cf62
* Move TARGET_KERNEL_CONFIG to espresso-common (4/5)Ziyan2016-02-221-3/+0
| | | | Change-Id: I289ebaa0818d916fd3d59024bd9fee109aba84bc
* p5100 : define Radio Access FamilyCCD-19972016-02-211-0/+6
| | | | | Change-Id: I8782ae1c72d7f51229db371977a7099f6fa6e6a2 Signed-off-by: CCD-1997 <dcunha.cyprien@gmail.com>
* Fix RIL_Init ending unexpectedly when passed unknown argsKyle Repinski2016-02-211-1/+1
| | | | | | | | | | | | | | | When libsec-ril receives an unknown argument, RIL_Init completely aborts early. With Android 5.0 and up, a "client id" argument is passed (via '-c' param), but libsec-ril's getopt call uses "p:d:s:", and anything not '-p' '-d' or '-s' jumps to the end of RIL_Init. By passing '--' before '-c', getopt ignores what's left and signals it's done. Currently there's no extra args passed after rild.libargs other than '-c', but even if that were to change in the future this change would still be required for RIL_Init to work. Change-Id: I7bd4d74cb23ff1624016ae3a1178407a885758d4
* p5100 : use ttyGS0 instead of ttys0 for radioCCD-19972016-02-211-1/+1
| | | | Change-Id: I4f9db0dd44615c84941a9cc11aeb2f1cb4281577
* Move lcd density prop to espresso-common (4/5)Ziyan2016-02-011-1/+0
| | | | Change-Id: Ib91eabbb82e0d9c7584bcea7ae65e8d8f5bfea2f
* p5100: move common dependencies to espresso-commonAndreas Blaesius2016-02-011-8/+0
| | | | Change-Id: Ifaccab490b3461f4dfad5291c62e9c7ad27da958
* p5100: allow use of unified Tab2 recoveriesAndreas Blaesius2016-01-301-1/+1
| | | | Change-Id: I2429f7dae279fd3ab26038fe896a9d8e29945bab