summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ship most of the potentially useful libsamsung-ipc toolsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004replicant-6.0Denis 'GNUtoo' Carikli2021-03-171-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | This ships all the tools that could be useful. The nv_data-imei tool wasn't shipped as it doesn't support this device yet. The ipc-modem and ipc-test tools are shipped as they can be used to test the modem bootstrap without any dependencies on the Android framework. This can for instance help with tracking regressions so it's good to have them in the releases as well. Shipping nv_data-md5 on the device isn't strictly necessary as it can also be compiled from libsamsung-ipc source code, however not every Replicant user know how to do that. As this tool can help to fix some cases of nv_data corruptions, it is useful to enable users to use it easily. Shipping it makes it accessible in the recovery after mounting the system partition (by using Advanced -> Mount system partition) in the recovery menu. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Adjust to enable_modem.sh and disable_modem.sh merge to modem.shreplicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2Denis 'GNUtoo' Carikli2020-06-191-3/+2
| | | | | | | | | | enable_modem.sh and disable_modem.sh were merged into a single modem.sh script in order to improve the user interface. Since the scripts Android.mk was adjusted as well to use modem.sh, we need to adjust the PRODUCT_PACKAGES to reflect that too. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Move hardware/ril/samsung-ril to hardware/replicant/libsamsung-rilDenis 'GNUtoo' Carikli2020-06-041-2/+2
| | | | | | | | | | Benefits: - It makes it clear that Replicant is the upstream project for libsamsung-ril - It groups together libsamsung-ipc and libsamsung-ril - hardware/ril is already a git repository Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add scripts to disable the modemreplicant-6.0-0004-rc1Denis 'GNUtoo' Carikli2019-11-291-2/+4
| | | | | | | The scripts are specific to libsamsung-ipc, so they are added in the device directories. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* remove unsupported lunch comboreplicant-6.0-0003replicant-6.0-0002Wolfgang Wiedmeyer2017-06-041-17/+0
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Audio-RIL-Interface: Mic mute implementationWolfgang Wiedmeyer2017-05-121-0/+22
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Audio-RIL-Interface: Keep up with libsrs-clientPaul Kocialkowski2017-05-101-15/+17
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Audio-RIL-InterfacePaul Kocialkowski2017-05-103-0/+239
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* use Samsung-RILWolfgang Wiedmeyer2017-05-102-3/+5
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* initial config adaptions for ReplicantWolfgang Wiedmeyer2017-05-101-5/+4
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* maguro: guard the makefileAndreas Blaesius2017-03-031-0/+4
| | | | Change-Id: Idceb7f9fc78e716f54675698e5d3bf5e74369af9
* maguro: Welcome LineageOSnailyk-fr2017-03-032-2/+2
| | | | Change-Id: Ib8e9957282c8b005b9b6c0807e58c31202777aa2
* maguro: use libsecril-shimZiyan2016-03-111-1/+1
| | | | Change-Id: Ibbbd42592bc938339095220fbb828f005da9aec0
* maguro: switch to common_mini_phone config to save spaceZiyan2016-02-111-1/+1
| | | | Change-Id: If0ab26ab6852095d05c65d71b4b1219b10ee8a58
* Fix RIL_Init ending unexpectedly when passed unknown args.Kyle Repinski2016-01-241-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. Conflicts: system.prop Change-Id: I904d1c7fd83c71f1c2e1961ed96ac698a160f7f9
* maguro: do not restrict vendor filesZiyann2014-12-151-1/+1
| | | | Change-Id: Ib10d8d511518487b1e77df0b7f37f4d4569942ab
* maguro: don't copy sample APNsZiyann2014-12-151-3/+0
| | | | Change-Id: Ie4fb64729d160213bfeaff580a54730540b0a1e7
* tuna: commonize what we can (2/4)Ziyann2014-12-154-34/+0
| | | | Change-Id: Ic200add412f31b027ec831c36886eeee2988d0c5
* maguro: remove duplicate overlayZiyann2014-12-151-29/+0
| | | | | | Already defined in vendor/cm Change-Id: I887a3051884b29ba9aaecb370e8ab6d5020165cf
* Setup common tuna extract-files/remove Google self-extractorsdhacker292014-12-1552-2308/+8
| | | | | | | | | Since tuna devices are no longer maintained by AOSP there is no need to have multiple locations and duplicate files. This Will put all common files in vendor/samsung/tuna and device specific ones in vendor/samsung/maguro. Change-Id: Ib36dc6e09bd598db7b8c0f3c154b252ebfe4e2ea
* maguro: add cm.mkZiyann2014-11-141-0/+25
| | | | Change-Id: I414d09d7cf8eb9aa180ab5fd23729f88ba2df59c
* maguro: add dependenciesZiyann2014-11-141-0/+11
| | | | Change-Id: Idc03ff7064408b3fa4231c498d73de72eb7fd9b5
* Turn off BLE, GATT, and SMP of Bluetooth stackMatthew Xie2013-05-081-1/+4
| | | | | | bug 8664724 Change-Id: I3ef91349cce5bcd0323690e9be0835e07dbd9f28
* Remove deprecated recovery.fstabKen Sumrall2013-04-101-12/+0
| | | | Change-Id: If7089a2ffe6ac0bffe3ee79c2269c0c73775dd8a
* Rename AOSP builds to aosp_*Jean-Baptiste Queru2013-03-223-2/+21
| | | | Change-Id: I5c12171e585dfc11561a8d639d0d8e2463531deb
* set ro.bq.gpu_to_cpu_unsupported properlyMathias Agopian2013-03-201-0/+3
| | | | Change-Id: Ia4b9433fc9b31d23859b7a3b24e0a42fb81b2441
* am 769e3ad3: Self-extractors for JDQ39Jean-Baptiste Queru2013-02-201-6/+7
|\ | | | | | | | | * commit '769e3ad39a9d429d6b968d2d58740559d766ffc6': Self-extractors for JDQ39
| * Self-extractors for JDQ39Jean-Baptiste Queru2013-02-191-6/+7
| | | | | | | | Change-Id: I9d485569c7ce1c4261f1ec4b8fa4922678cc133a
* | am 70fe7366: More reformatting for uniformityJean-Baptiste Queru2013-02-196-120/+132
|\| | | | | | | | | * commit '70fe7366dfd5b9ddf85dbfb18dd9ccfd8194a40e': More reformatting for uniformity
| * More reformatting for uniformityJean-Baptiste Queru2013-02-196-120/+132
| | | | | | | | Change-Id: I627beecb3a78c5b37cbc3b6d1d757feadcd2b4b3
* | am acb3b610: Re-format for uniformity with other licensesJean-Baptiste Queru2013-02-156-114/+120
|\| | | | | | | | | * commit 'acb3b610e1d571a93e920148fe0c722cf72b821b': Re-format for uniformity with other licenses
| * Re-format for uniformity with other licensesJean-Baptiste Queru2013-02-156-114/+120
| | | | | | | | Change-Id: I94182d55a74fa5cea3a82927cbcc32d77ca780b1
* | am 191cfb4a: Remove stray whitespaceJean-Baptiste Queru2013-02-156-6/+6
|\| | | | | | | | | * commit '191cfb4ae7c54ccff0e22b042f321363d3b9abb0': Remove stray whitespace
| * Remove stray whitespaceJean-Baptiste Queru2013-02-156-6/+6
| | | | | | | | Change-Id: Ibb5ac951a51e5c40f83ff0ae26aa9e47a0a75cda
* | am c32db181: Reformat licences to a uniform 77-column formatJean-Baptiste Queru2013-02-156-794/+818
|\| | | | | | | | | * commit 'c32db1813910893a923f281637e0ffc85e264f98': Reformat licences to a uniform 77-column format
| * Reformat licences to a uniform 77-column formatJean-Baptiste Queru2013-02-156-794/+818
| | | | | | | | Change-Id: Id90b655735daced4ced2346dc2c59daf05cb3151
* | am caad00e0: Factory images for JDP39Jean-Baptiste Queru2013-02-141-4/+5
|\| | | | | | | | | | | # Via Jean-Baptiste Queru * commit 'caad00e0bc27cefdf867b82cde11a0494bc170a6': Factory images for JDP39
| * Factory images for JDP39Jean-Baptiste Queru2013-02-141-4/+5
| | | | | | | | Change-Id: I5a461b7f26e18605b9b6bda53f55d77f2dc265f2
* | am 3cc162a0: Packages for JDP82Jean-Baptiste Queru2012-12-282-7/+16
|\| | | | | | | | | * commit '3cc162a0a9d16691c3f4cb9785c42a64af9452bb': Packages for JDP82
| * Packages for JDP82Jean-Baptiste Queru2012-12-272-7/+16
| | | | | | | | Change-Id: I57ffdd303a092f4a20bb6fd40255bac4001e3cca
* | am 42d1c34c: JOP40D factory images for MaguroJean-Baptiste Queru2012-11-291-4/+5
|\| | | | | | | | | * commit '42d1c34cfba7f98c7d31930369e2417235c45230': JOP40D factory images for Maguro
| * JOP40D factory images for MaguroJean-Baptiste Queru2012-11-281-4/+5
| | | | | | | | Change-Id: I13cf656e4c88007aefe1df03a178806415520db4
* | am 3c82b2c0: Maguro factory images for JOP40CJean-Baptiste Queru2012-11-121-4/+5
|\| | | | | | | | | * commit '3c82b2c0542f16762ea56bfd6f11fb139a1f791c': Maguro factory images for JOP40C
| * Maguro factory images for JOP40CJean-Baptiste Queru2012-11-121-4/+5
| | | | | | | | Change-Id: I867bec358f46ec0713547bbf4f2548b3c9f8e3b9
* | am 60cb8be8: Maguro self-extractors for JOP40CJean-Baptiste Queru2012-11-121-2/+3
|\| | | | | | | | | * commit '60cb8be8d22bdefbaf439685b3ba0be6ef97ce04': Maguro self-extractors for JOP40C
| * Maguro self-extractors for JOP40CJean-Baptiste Queru2012-11-121-2/+3
| | | | | | | | Change-Id: I59b57772a6eb38cff0c5d571486fa230dfcc710b
* | am 7d97504f: Merge "Maguro binaries for JOP40" into stage-aosp-masterJean-Baptiste Queru2012-11-091-3/+4
|\| | | | | | | | | * commit '7d97504f30277acd0d71f3d814ce9f80aa69f7e4': Maguro binaries for JOP40
| * Merge "Maguro binaries for JOP40" into stage-aosp-masterJean-Baptiste Queru2012-11-091-3/+4
| |\
| | * Maguro binaries for JOP40Jean-Baptiste Queru2012-11-091-3/+4
| | | | | | | | | | | | Change-Id: Ic3cbb409edd911bed4083a419f2c9d5e2cbf33f6
* | | am 0cd370c9: Maguro factory images for JOP40Jean-Baptiste Queru2012-11-091-4/+5
|\| | | | | | | | | | | | | | * commit '0cd370c93f1e2e99c3538424052ce86a4ef4d3d0': Maguro factory images for JOP40