summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* smdk4412-qcom: add t0ltejpn to the makefileHEADcm-14.1filiprrs2017-10-011-1/+1
| | | | | Change-Id: I8007ac646356daac7e29eace7653d4ce6b693bbb Signed-off-by: filiprrs <filiprrs@gmail.com>
* smdk4x12QComRIL: Handle RIL_UNSOL_NITZ_TIME_RECEIVEDGabriele M2017-06-221-0/+23
| | | | | | | | | | | | | | | | * This fixes auto time zone * This is related to how it was handled in the old SamsungQualcommRIL class (deprecated) but the Parcel is fixed rather than handling it directly in the RIL subclass * This is done so that after we handle it, it's handled by processUnsolicited in the super class, which handles this UNSOL * The extra "garbage" that is sent in the RIL_UNSOL_NITZ_TIME_RECEIVED parcel seems to be country MCC code for whatever reason Change-Id: If4b2d206042fe7539e72a178fa1245b515720760
* Add support for t0ltekorfiliprrs2017-04-071-1/+1
| | | | | Change-Id: I56b01bd0da86a8084a6249ea643859e824504bae Signed-off-by: filiprrs <filiprrs@gmail.com>
* smdk4412-qcom-common: Add support for t0lteskt and t0ltekttfiliprrs2017-03-191-1/+1
| | | | | Change-Id: I2f4d641abd5be43adb155edcd10737006a1aec9c Signed-off-by: filiprrs <filiprrs@gmail.com>
* Revert "Revert "smdk4412-qcom : fix GET_CURRENT_CALLS crashes""Jason Lu2017-03-131-3/+0
| | | | | | This reverts commit a8dea17acab73d89e6bb5cb8193d717e32019b54. Change-Id: I434c1aa85ed5925e70415d914fea84d7f6f469bd
* smdk4412-qcom-common: Move ril.h to common treeJason Lu2017-03-131-0/+6202
| | | | | | | | | All smdk4412 qcom modem devices (t0lte variants, i9305, n5120) are using this file. Instead of maintaining three seperate copies of the same file, unify this into the common repository. Change-Id: I9e22d353a4a25177a51e89a62c590dc59a63bd63 Signed-off-by: Jason Lu <jasonbangbang@gmail.com>
* smdk4412-qcom-common: Apply Emergency Call FixAaron Knight2017-03-131-20/+0
| | | | | | | Kang emergency call fix that is being applied to the other RILs Change-Id: Ief6e93b86ace1d6320ded17e51c95c1ae0c47afc (cherry picked from commit f748cc025a317fad5a5724ed5a358c1cbdcf1968)
* smdk4412-qcom : cast variable to fix buildRoberto Gibellini2017-01-051-1/+1
| | | | Change-Id: Id793eb4c915fc983cad848c07ab1c73ce6ebc36c
* smdk4412-qcom : gps header inline with aospRoberto Gibellini2017-01-051-401/+818
| | | | Change-Id: I8b36b20b4876b8f498b6eed19e4d9a01555fb014
* Revert "smdk4412-qcom : fix GET_CURRENT_CALLS crashes"Roberto Gibellini2016-12-101-0/+3
| | | | | | | | Looks like it breaks devices that use prebuilt ril libs This reverts commit b553455d58dabf2250a74ecd91a2faba60f5e843. Change-Id: I9948080b8da620aa60280fc6496f7c2d89ba0aa2
* smdk4412-qcom : fix GET_CURRENT_CALLS crashesRGIB2016-11-191-3/+0
| | | | | Change-Id: I97a27c26295ce784223ab0f2ace1239229f097bc (cherry picked from commit f90302bab507457df6dfd2943c3a8fa2b2738634)
* smdk4412-qcom-common: RIL Update N wakelocksAaron Knight2016-11-151-4/+5
| | | | | | | | | | | -Add new method parameters as appropriate and pass them when delegating to super class NOTE: RIL still does not actually work, as you'll hit the new symbols issue with the blobs. Also needs legacy_ril topic picked until that is merged Change-Id: I5d9369dc239fa24f0312f4826b9ea795ff1122de
* smdk4412-qcom-common: Switch to BOARD_GLOBAL_FLAGSAaron Knight2016-09-061-1/+1
| | | | | | | | | COMMON_GLOBAL_CFLAGS -> BOARD_GLOBAL_CFLAGS Device trees are no longer allowed to modify common global flags Change-Id: I30615290b323f8ab84829e7a994a4fbfe5da8a72
* smdk4412-qcom-common : support for Note 8.0 n5120RGIB2016-06-021-1/+1
| | | | Change-Id: I7b0e754067a3dff78d4bd1ce59f0d5e2c6053211
* Update preferredNetwork functionMichael Gernoth2016-01-161-3/+4
| | | | | | | | Includes pieces of these two commits, only some of the originals was needed http://review.cyanogenmod.org/#/c/127631/ http://review.cyanogenmod.org/#/c/127914/ Change-Id: I1912ac466300055ff03557a8cb29679442fc8155
* ril: Fix data after rebootMichael Gernoth2016-01-161-0/+15
| | | | | | | | | | | | In previous versions, setPreferredNetworkType was called directly after startup while the modem was powered down so the correct network type was available while the modem is initializing. This changed in M and the preferred network type is set much later which causes the modem to not allow datacalls until it is rebooted again. Rebooting the modem the first time setPreferredNetworkType is encountered fixes this. Change-Id: I4a8540c9d8b092bf3516a767cf9ec25c2b09d1a1
* smdk4412-qcom: fix GSM rilsbrissen2016-01-031-0/+3
| | | | Change-Id: I2989a611541e64ddbb98adc53731cf94b9312b26
* ril: Return static radio capability from getRadioCapabilityMichael Gernoth2016-01-031-0/+10
| | | | Change-Id: I6f4f003d3b050e955af5abf2cce10b577902a363
* Disable ashmem tracking in parcelsforkbomb2015-12-311-0/+1
| | | | | | Fixes crash in KK rild Change-Id: I47159e40fccf79a664d60b7d651b450aa3990b8d
* smdk4x12QComRIL: Remove setting mQANElements here, this is handled through ↵rogersb112015-12-121-2/+0
| | | | | | | | super class now Property is set to correct value in device system.prop now Change-Id: I3f5a71f56be3ef64deda8c45c550db86ca5fab98
* Revert "remove Operators, moved to telephony/opts"sbrissen2015-11-301-0/+151
| | | | | | | | This reverts commit 62dc0d3cec6ad079b2cba6b3dcad62b1141f649c. Re-add Operator to device tree Change-Id: I18f6850b880e9451434f6a01ee19314df01ca8c2
* RIL: add acceptCall methodljzyal2015-11-181-0/+17
| | | | Change-Id: I7951fc83387bc21ff67f28c891c1fc10671eea43
* RIL: update parcel reading for responseCallListMattia D'Alleva2015-11-181-3/+0
| | | | | | RIL_REQUEST_GET_CURRENT_CALLS is simply crashing. Change-Id: I3f191567beccb0a3605f575aaec433bfc47e9f3a
* RIL: update emergency dialMattia D'Alleva2015-11-181-4/+3
| | | | Change-Id: Ie9ef0e981af2766fa55b4a16ad798acbebe4d84a
* ril: update constructors for MMattia D'Alleva2015-11-181-8/+7
| | | | Change-Id: I1b1fa3c1ee71e785752d80b9f6ead1266eb7e4b1
* ril: Add missing instanceId in overloaded methodsArne Coucheron2015-11-181-1/+1
| | | | | Change-Id: I061ad0e48413a8a815b25d43c97c23fa8f3fcb29 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* Kang ril updates from jfrogersb112015-11-181-206/+57
| | | | Change-Id: I444bf1c0ea975efb37294bf923359048e70e9281
* Revert "smdk4412-qcom-common: set gps path"Scott Brissenden2015-11-021-1/+0
| | | | | | This reverts commit 3487cbba86c5b1838018d4a8f852a651ad66f4d8. Change-Id: Id066a338e9064855f3dc25eb0540d7e5f41069f7
* Fix MM gps buildrogersb112015-11-022-0/+2
| | | | Change-Id: I7abd754e58338aa2dfc829fb741fcfd241336f90
* smdk4412-qcom-common: set gps pathDan Pasanen2015-10-231-0/+1
| | | | Change-Id: I33e74112a9bcbcbd837cd5a1008c9ed2a4ab6d63
* smdk4412-qcom: add GPS set privacystable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Ccm-12.1cm-12.0sbrissen2015-03-271-0/+58
| | | | Change-Id: Id14d15e511503214f14f7001c37413b3a2a6e22d
* smdk4412-qcom: Use gps hal from D2sbrissen2015-03-2725-970/+203
| | | | Change-Id: Ifb845fbb8d0ef940d0ee7939e03efa321f9e895a
* smdk4412-qcom: update RILsbrissen2015-03-191-143/+36
| | | | | | -for use with KK blobs Change-Id: I5b3620153db7704650244d950b3d2ed48cdfdef3
* remove Operators, moved to telephony/optsDan Pasanen2014-12-291-151/+0
| | | | Change-Id: I4019717e2ea5b08e9904998e54a632e5bcba4812
* Revert "smdk4412-qcom: remove Operators"Scott Brissenden2014-12-301-0/+151
| | | | | | | | This reverts commit 1a8a957fab47f46a9248e0f93d3353ba9d8d1a8f. Need to change authorship Change-Id: Icd767638d9e8f1832b1b81ac362ac20c77c91ea5
* smdk4412-qcom: remove Operatorssbrissen2014-12-291-151/+0
| | | | Change-Id: I2eac29648183488b320c4cdc42c2e612d9dadac7
* smdk4412-qcom: revert "wait for sim status"sbrissen2014-12-151-27/+0
| | | | | | This is fixed in framework Change-Id: Ib291c5e50fbe5e0b0e59e26739eaccc3366c5e34
* smdk4412-qcom: fix gsm drivercall and add gps propertiessbrissen2014-12-132-7/+6
| | | | Change-Id: I6e59a7b56ac6e4a957e9e2b50362fb8b47a3d117
* smdk4412-common: RIL: fix drivercallsbrissen2014-12-091-0/+2
| | | | Change-Id: If2a4f8f6155b4f89b6d69b6236ae8edc206978af
* smdk4412-qcom: GPS: add missing cdma conf filesbrissen2014-12-081-0/+86
| | | | Change-Id: I5abcf62aa99d77ce51fdf223c001b7d563b4844c
* smdk4412-qcom-common: import RIL from jfsbrissen2014-12-054-1/+1092
| | | | Change-Id: I8006790df3c8d79190076ad26119ad1276ab1ad5
* update gps hal from jfDerTeufel2014-12-0587-6488/+10869
| | | | Change-Id: I8d08e1c871d9b9e4338f4823c8cdd1d33f6a2b6b
* Make it n8020 compatible (same as i925, with gsm and w/o cdma stuff).stable/cm-11.0Simon Polack2014-01-061-1/+1
| | | | Change-Id: Ide3d09e81841e2fb9f27d568c300e77ea9750bfc
* smdk4412: qcom: update gps.confcm-10.2.0cm-10.2mark2013-07-301-0/+255
| | | | Change-Id: I94026ac226f976aa470949049eb1301c95201235
* exynos4412: qcom gps: use psccm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1codeworkx2013-07-231-3/+8
| | | | Change-Id: I4c264ecddbefb6c76384263393d04fe53e5919c8
* smdk4412-qcom-common: add i925sbrissen2013-06-211-1/+1
| | | | Change-Id: I602241b372e3157d582dfd551a968826012c1bbe
* smdk4412-qcom-common: cleanup if statementsbrissen2013-06-071-3/+3
| | | | Change-Id: Id6fa1d47e8a7758526960eb5b2d446b57bd5b8e2
* smdk4412-qcom: gps - fix logic for gps.confsbrissen2013-06-041-2/+2
| | | | Change-Id: I1fb529bbce6098465368547abe1da16875793c8e
* Add gps conf filessbrissen2013-06-043-0/+218
| | | | Change-Id: I0d6feb85ffa16832c613e396ab7fab434ea9e2a1
* update gps from d2-commonsbrissen2013-05-0645-244/+1367
| | | | Change-Id: I99e0a6600d27e75f1bcb20f927efbd336d4fdc82