Re: [Replicant] [PATCH] matterbridge.toml.example: use {NOPINGNICK} for nicks

2024-06-11 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, I've resent Ferass's patch as there was some issue with moderation: Ferass was not subscribed to the mailing list, and the message arrived in the moderation. And the volunteer who does the moderation didn't look carefully enough at the message and it was discarded (that can happen as the

[Replicant] [PATCH] matterbridge.toml.example: use {NOPINGNICK} for nicks

2024-06-11 Thread Denis 'GNUtoo' Carikli via Replicant
From: Ferass El Hafidi Previously, the bridge used the following format for bridging messages: H|f_| hello which confused some users. This format was chosen because it prevented clients from generating a ping. However, matterbridge now has {NOPINGNICK} to take care of that. With this

Re: [Replicant] [libsamsung-ipc]: Autotools typo and copy/paste fixes

2023-10-01 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, I've pushed this patch serie. Denis. pgptmFkDTx09_.pgp Description: OpenPGP digital signature ___ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org/mailman/listinfo/replicant

[Replicant] [libsamsung-ipc] [PATCH 2/2] configure.ac: fix lcov detection

2023-09-21 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 64d6e2b..501a386 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ AM_CONDITIONAL( [WANT_CODE_COVERAGE], [test x

[Replicant] [libsamsung-ipc]: Autotools typo and copy/paste fixes

2023-09-21 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, Here are two fixes for typos/copy-paste error. They were also fixing the same code that was merged by accident. In addition to the patches that will follow in a response to this mail, here's an URL to the see the patches in a web interface:

[Replicant] [libsamsung-ipc] [PATCH 1/2] configure.ac: fix typo with code_coverage_tests variable

2023-09-21 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2c24e89..64d6e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ AC_ARG_ENABLE( AM_CONDITIONAL( [WANT_CODE_COVERAGE

Re: [Replicant] PROBING AUDIO LINES USING i9305. RESULTS.

2023-09-21 Thread Denis 'GNUtoo' Carikli via Replicant
On Wed, 20 Sep 2023 18:22:56 +0100 J05HYYY via Replicant wrote: > I then installed scintill's version of Replicant 6, dialled a call and > ran set_control_values. Unfortunately I did not get audio. Here is the > output. Do you also have tcpdump or tshark on the device? If I recall well the

[Replicant] [libsamsung-ipc] [PATCH 2/4] Fix and simplify code coverage support

2023-09-14 Thread Denis 'GNUtoo' Carikli via Replicant
checkout. This bug was introduced in the commit 2a83232e195af5434bfd8aaa7ec163b806405305 ("Add code coverage support"). Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile.am | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/Makefile.am b/Makefil

[Replicant] [libsamsung-ipc] [PATCH 4/4] configure.ac: --enable-samsung-ipc-device: error message: fix typo

2023-09-14 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f164c53..2c24e89 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ AC_ARG_ENABLE(samsung-ipc-device, [AS_CASE([$enableval

[Replicant] [libsamsung-ipc] [PATCH 1/4] scripts: guix.scm: switch from OpenSSL to LibreSSL

2023-09-14 Thread Denis 'GNUtoo' Carikli via Replicant
OpenSSL 1.1.1 will be supported until the 11th September 2023[1], we use LibreSSL in the hope that they will keep the MD5_* interfaces longer. [1]https://www.openssl.org/source/ Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 11 ++- 1 file changed, 6 insertions(+), 5 deletions

[Replicant] [libsamsung-ipc] [PATCH 3/4] Makefile.am: break line over 80 character

2023-09-14 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1e9ba3d..376f52e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,8 @@ check-tarball-builds: dist tar xf $(srcdir

[Replicant] [libsamsung-ipc] More fixes

2023-09-14 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, This new patch set also contain fixes. In addition to the patches that will follow in a response to this mail, here's an URL to the see the patches in a web interface:

Re: [Replicant] PROBING AUDIO LINES ON THE i9305 Samsung Galaxy SIII LTE

2023-08-10 Thread Denis 'GNUtoo' Carikli via Replicant
On Fri, 4 Aug 2023 18:13:04 +0100 J05HYYY wrote: > > alsactl: https://github.com/LineageOS/android_external_alsa-utils > > I am getting too many errors trying to compile this. It would probably > be easier for me to write (a) busybox/toybox script(s) to save and > restore settings using

Re: [Replicant] [vendor_replicant-scripts] replicant_prepare_patch.py: V2 for "Build system and documentation fixes"

2023-08-08 Thread Denis 'GNUtoo' Carikli via Replicant
cant.us/GNUtoo/vendor_replicant-scripts. Any branch works as it uses the hash commit. I then Copy what's in "Cover mail" with shift+control+c, then run the git command it printed and then I end up with something like that: > From Denis 'GNUtoo' Carikli # This line > # is ignored. &

[Replicant] [vendor_replicant-scripts] [PATCH v2 6/6] replicant_prepare_patch.py: Makefile: Ship COPYING, README, config file

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
[Joonas Kylmälä]: Fixed bug that didn't preserve DESTDIR permissions. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 8 1 file changed, 8 insertions(+) diff --git a/patches/Makefile b/patches/Makefile index b26f5be..dc90c8d 100644 --- a/patches/Makefile +++ b/patches

[Replicant] [vendor_replicant-scripts] [PATCH v2 5/6] replicant_prepare_patch.py: Makefile: remove useless -m 755 option

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
Coreutils's install manual has the following: -m, --mode=MODE set permission mode (as in chmod), instead of rwxr-xr-x so -m 755 is already the default. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Replicant] [vendor_replicant-scripts] [PATCH v2 1/6] replicant_prepare_patch.py: fix interpreter path

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
Some distributions like Trisquel 10 don't necessarily have an interpreter at /usr/bin/python. In addition it makes sure that the right interpreter is used, as packages like python-is-python2 can ship /usr/bin/python as a symlink to python2 in /usr/bin. Signed-off-by: Denis 'GNUtoo' Carikli

[Replicant] [vendor_replicant-scripts] [PATCH v2 4/6] replicant_prepare_patch.py: README: fix example repository URL

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
The user repositories were moved to contrib long time ago. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/README b/patches/README index 5ccf0c4..7da120a 100644 --- a/patches/README +++ b/patches/README

[Replicant] [vendor_replicant-scripts] [PATCH v2 3/6] replicant_prepare_patch.py: Makefile: fix DESTDIR

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
Usually DESTDIR correspond to the directory holding /bin. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/Makefile b/patches/Makefile index 1179215..7d2bac7 100644 --- a/patches/Makefile +++ b/patches

[Replicant] [vendor_replicant-scripts] [PATCH v2 2/6] replicant_prepare_patch.py: Makefile: create DESTDIR

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
Some distributions like Guix work best when DESTDIR is created by the software build system (here the Makefile). [Joonas Kylmälä]: Fixed bug that didn't preserve DESTDIR permissions. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git

[Replicant] [vendor_replicant-scripts] replicant_prepare_patch.py: V2 for "Build system and documentation fixes"

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, As promised here's the v2 of this patch serie. In addition to the patches that will follow in a response to this mail, here's an URL to the see the patches in a web interface:

Re: [Replicant] [vendor_replicant-scripts] Build system and documentation fixes

2023-08-07 Thread Denis 'GNUtoo' Carikli via Replicant
On Wed, 2 Aug 2023 22:08:14 +0300 Joonas Kylmälä wrote: > Hi Denis, Hi, > all the patches except the first one in this series seem to have > gotten accidentally "replicant_prepare_patch.py:" prefix in the title > line. Indeed, I'll try to do that next time. Thanks a lot for the review. I've

[Replicant] [vendor_replicant-scripts] [PATCH 6/6] replicant_prepare_patch.py: Makefile: Ship COPYING, README, config file

2023-08-02 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 8 1 file changed, 8 insertions(+) diff --git a/patches/Makefile b/patches/Makefile index d45bc63..f3b32f9 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -5,3 +5,11 @@ INSTALL ?= install install: $(INSTALL

[Replicant] [vendor_replicant-scripts] [PATCH 4/6] replicant_prepare_patch.py: README: fix example repository URL

2023-08-02 Thread Denis 'GNUtoo' Carikli via Replicant
The user repositories were moved to contrib long time ago. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/README b/patches/README index 5ccf0c4..7da120a 100644 --- a/patches/README +++ b/patches/README

[Replicant] [vendor_replicant-scripts] [PATCH 3/6] replicant_prepare_patch.py: Makefile: fix DESTDIR

2023-08-02 Thread Denis 'GNUtoo' Carikli via Replicant
Usually DESTDIR correspond to the directory holding /bin. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/Makefile b/patches/Makefile index 6fcea6a..5aa70e2 100644 --- a/patches/Makefile +++ b/patches

[Replicant] [vendor_replicant-scripts] [PATCH 5/6] replicant_prepare_patch.py: Makefile: remove useless -m 755 option

2023-08-02 Thread Denis 'GNUtoo' Carikli via Replicant
Coreutils's install manual has the following: -m, --mode=MODE set permission mode (as in chmod), instead of rwxr-xr-x so -m 755 is already the default. Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Replicant] [vendor_replicant-scripts] [PATCH 2/6] replicant_prepare_patch.py: Makefile: create DESTDIR

2023-08-02 Thread Denis 'GNUtoo' Carikli via Replicant
Some distributions like Guix work best when DESTDIR is created by the software build system (here the Makefile). Signed-off-by: Denis 'GNUtoo' Carikli --- patches/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/Makefile b/patches/Makefile index 64a3f64..6fcea6a 100644

[Replicant] [vendor_replicant-scripts] [PATCH 1/6] replicant_prepare_patch.py: fix interpreter path

2023-08-02 Thread Denis 'GNUtoo' Carikli via Replicant
Some distributions like Trisquel 10 don't necessarily have an interpreter at /usr/bin/python. In addition it makes sure that the right interpreter is used, as packages like python-is-python2 can ship /usr/bin/python as a symlink to python2 in /usr/bin. Signed-off-by: Denis 'GNUtoo' Carikli

[Replicant] [vendor_replicant-scripts] Build system and documentation fixes

2023-08-02 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, In addition to the patches that will follow in a response to this mail, here's an URL to the see the patches in a web interface: https://git.replicant.us/contrib/GNUtoo/vendor_replicant-scripts/commit/?id=c0282ce6474d524fe9bbf74df96c3944de22b52b And here's how to get them in a git

Re: [Replicant] Troubleshoot cellular network problems

2023-08-01 Thread Denis 'GNUtoo' Carikli via Replicant
On Tue, 1 Aug 2023 14:56:03 + Brandon Morales via Replicant wrote: > Hi, > > I'm new to Replicant, and I've been looking on the wiki for some > insigths on how to troubleshoot issues with the cellular network, I'm > able to receive and make calls, the same thing for text messages. > *

[Replicant] [libsamsung-ipc] [PATCH 4/4] configure.ac: --enable-samsung-ipc-device: error message: fix typo

2023-08-01 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f164c53..2c24e89 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ AC_ARG_ENABLE(samsung-ipc-device, [AS_CASE([$enableval

[Replicant] [libsamsung-ipc] [PATCH 2/4] Fix and simplify code coverage support

2023-08-01 Thread Denis 'GNUtoo' Carikli via Replicant
checkout. This bug was introduced in the commit 2a83232e195af5434bfd8aaa7ec163b806405305 ("Add code coverage support"). Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile.am | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/Makefile.am b/Makefil

[Replicant] [libsamsung-ipc] [PATCH 1/4] scripts: guix.scm: switch from OpenSSL to LibreSSL

2023-08-01 Thread Denis 'GNUtoo' Carikli via Replicant
OpenSSL 1.1.1 will be supported until the 11th September 2023[1], we use LibreSSL in the hope that they will keep the MD5_* interfaces longer. [1]https://www.openssl.org/source/ Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 11 ++- 1 file changed, 6 insertions(+), 5 deletions

[Replicant] [libsamsung-ipc] [PATCH 3/4] Makefile.am: break line over 80 character

2023-08-01 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1e9ba3d..376f52e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,8 @@ check-tarball-builds: dist tar xf $(srcdir

[Replicant] [libsamsung-ipc] Fix build

2023-08-01 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, In addition to the patches that will follow in a response to this mail, here's an URL to the see the patches in a web interface: https://git.replicant.us/contrib/GNUtoo/hardware_replicant_libsamsung-ipc/commit/?id=c7334a28f14663ffc1771bf0fbce3f67ec245c8c And here's how to get them in a git

Re: [Replicant] how to factory reset on Replicant4.2?

2023-07-30 Thread Denis 'GNUtoo' Carikli via Replicant
On Sun, 30 Jul 2023 10:17:59 + Fil Lupin via Replicant wrote: > Hello, > I installed recently a Replicant 4.2 on a Galaxy S3. > Since I made a mistake while restoring a backup, I decided to factory > reset and install again the device. However, I have a problem while > factory reseting a

Re: [Replicant] Replicant Operating System and Cpu's

2023-07-30 Thread Denis 'GNUtoo' Carikli via Replicant
On Fri, 30 Jun 2023 05:03:53 +0800 Randy Li wrote: > Hello Paolo > > Denis knows me. I have developed v4l2 m2m encoder application in this > platform. And I am still working on some v4l2 drivers. > > I still have a exynos 4412 develop board in my home(not with me now). > > While I should say

Re: [Replicant] PROBING AUDIO LINES ON THE i9305 Samsung Galaxy SIII LTE

2023-07-28 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, Sorry for the delay I've a big mail backlog. On Mon, 24 Jul 2023 23:07:01 +0100 J05HYYY via Replicant wrote: > I traced the error about dbus not finding > org.ofono.QualcommCoreSoundDriver_Beta1 to the file: >

Re: [Replicant] can you join irc replicant and give replicant installation instructions?

2023-04-26 Thread Denis 'GNUtoo' Carikli via Replicant
On Sat, 22 Apr 2023 11:22:39 + vvt--- via Replicant wrote: > On the samsung gt p5100 replicant did not > get installed. Indicating the device is defective. Pressing volume > down and power displays the download mode. But selecting continue > starts android. > It does not enable installing a

Re: [Replicant] can you join irc replicant and give replicant installation instructions?

2023-04-19 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, Sorry I've a big mail backlog. On Wed, 12 Apr 2023 12:33:29 + vvt--- via Replicant wrote: > There are two devices. One samsung gt p5100 and one > samsung gt p3110. The samsung gt p5100 > might be defective. Can you join replicant on > irc at a time you set? And provide instructions >

Re: [Replicant] Fw: Re: key signing for app

2023-04-19 Thread Denis 'GNUtoo' Carikli via Replicant
On Tue, 18 Apr 2023 14:22:44 + Fil Lupin via Replicant wrote: > Hi, > for the links to generic/device installation pages, I reply to myself > since I noticed that main page > (https://redmine.replicant.us/projects/replicant/wiki#Replicant-installation-and-update) > links to generic

Re: [Replicant] Fw: Re: key signing for app

2023-04-19 Thread Denis 'GNUtoo' Carikli via Replicant
On Tue, 18 Apr 2023 22:16:57 + Fil Lupin via Replicant wrote: > Another suggestion. > > In > https://redmine.replicant.us/projects/replicant/wiki/ReleaseKey#From-a-key-server-recommended > (I do not have the rights on this page): change "keys.gnupg.net" by > "keys.openpgp.org" as noticed in

Re: [Replicant] key signing for app

2023-04-19 Thread Denis 'GNUtoo' Carikli via Replicant
On Thu, 13 Apr 2023 21:17:34 + Fil Lupin via Replicant wrote: > Hi, Hi, sorry for the delay, I again have a big mail backlog. > trying to build replicant-6 image, > I read [...] The issue is that the migration script is only used in the -transition releases, so it doesn't show up in the

Re: [Replicant] Unpatched Samsung Chipset Vulnerabilities Open Android Users to RCE Attacks

2023-04-03 Thread Denis 'GNUtoo' Carikli via Replicant
On Mon, 3 Apr 2023 10:27:02 - John via Replicant wrote: > Thanks for the details, Denis. > I understand this a complex subject. > > What about Graphene OS? IIUC, the approach there is hardware isolation > which the phone chip provides + additional hardening on the software > side, thus not

Re: [Replicant] Unpatched Samsung Chipset Vulnerabilities Open Android Users to RCE Attacks

2023-04-02 Thread Denis 'GNUtoo' Carikli via Replicant
On Sun, 26 Mar 2023 07:50:57 - John via Replicant wrote: > On Fri, 24 Mar 2023 23:29:24 +0100 Denis 'GNUtoo' Carikli wrote: > > > I'm not sure if Replicant devices are affected too, > > Who/Where should we ask? > > > though: > > - It's relatively easy t

Re: [Replicant] Unpatched Samsung Chipset Vulnerabilities Open Android Users to RCE Attacks

2023-03-24 Thread Denis 'GNUtoo' Carikli via Replicant
On Wed, 22 Mar 2023 19:19:40 - John via Replicant wrote: > Does this affect Replicant devices too? > > https://www.darkreading.com/attacks-breaches/samsung-chipset-vulnerabilities-android-users-rce-attacks I'm not sure if Replicant devices are affected too, though: - It's relatively easy to

Re: [Replicant] How to install as system app?

2023-03-06 Thread Denis 'GNUtoo' Carikli via Replicant
On Wed, 1 Mar 2023 01:26:03 -0500 efeizbudak via Replicant wrote: > Hi everyone, Hi, > Because of professors in my department that just won't take no for an > answer, I've blocked the installation of WhatsApp on my phone by > installing an empty package I made with the name com.whatsapp. > But

Re: [Replicant] [libsamsung-ipc] More fix and testing improvements

2023-02-28 Thread Denis 'GNUtoo' Carikli via Replicant
On Fri, 17 Feb 2023 18:46:09 +0100 Denis 'GNUtoo' Carikli via Replicant wrote: > Hi, Hi, > This patch set contain mainly fixes and cleanups for the guix.scm, > manifest.scm, the README, and various improvements with testing (code > coverage, static builds, etc). I've now pushed th

Re: [Replicant] fixes on README in self-repo

2023-02-23 Thread Denis 'GNUtoo' Carikli via Replicant
On Tue, 21 Feb 2023 23:05:08 + Fil Lupin via Replicant wrote: > Hi, > about GPG key, I tried again following the new instructions in > README.txt (07 February 2023) after downloading the new version (with > tar.xz): > > gpg --keyserver keys.gnupg.net --recv-key >

[Replicant] [libsamsung-ipc] [PATCH 28/31] Add code coverage support

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
Usage: $ ./configure --enable-code-coverage-tests --enable-debug \ --enable-samsung-ipc-device=fifo [...] $ make check $ sudo make install [...] Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile.am | 54 ++-- configure.ac | 33

[Replicant] [libsamsung-ipc] [PATCH 22/31] scripts: guix.scm: Fix libsamsung-ipc-clang-autotools package name

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
This bug was introduced in the commit ecbc4b48f9e94f2cffbf36b9d3b73a46c1d45422 ("Add guix.scm"). Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index f74ea25..b908

[Replicant] [libsamsung-ipc] [PATCH 24/31] scripts: manifest.scm: fix missing cmp

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
Without that fix, when running ./configure with 'guix shell --pure --container -f scripts/manifest.scm', we have the following warning: checking for a working dd... ./configure: line 7277: cmp: command not found Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/manifest.scm | 1 + 1

[Replicant] [libsamsung-ipc] [PATCH 20/31] scripts: guix.scm: libsamsung-ipc-gcc-autotools: use new arguments style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index efe72e8..e5b8785 100644 --- a/scripts/guix.scm +++ b

[Replicant] [libsamsung-ipc] [PATCH 11/31] scripts: guix.scm: sync android-make definition with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the android-make definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 59

[Replicant] [libsamsung-ipc] [PATCH 16/31] scripts: guix.scm: sync parse-android.mk definition with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the parse-android.mk definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 17

[Replicant] [libsamsung-ipc] [PATCH 17/31] scripts: guix.scm: sync with-fixed-android-make-stub definition with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the with-fixed-android-make-stub definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts

[Replicant] [libsamsung-ipc] [PATCH 27/31] configure.ac: fix the python3 interpreter detection.

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
: PYTHON3..: python3 And 'python3' is then used to run the python test scripts, which makes then makes 'make check' succeed. Signed-off-by: Denis 'GNUtoo' Carikli --- configure.ac | 10 ++ samsung-ipc/tests/Makefile.am | 2 +- tools/Makefile.am

[Replicant] [libsamsung-ipc] [PATCH 08/31] scripts: guix.scm: sync libsamsung-ipc-gcc-android with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the libsamsung-ipc-gcc-android package with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts

[Replicant] [libsamsung-ipc] [PATCH 18/31] scripts: guix.scm: sync packages list with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the packages list definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 3

[Replicant] [libsamsung-ipc] [PATCH 09/31] scripts: guix.scm: sync libsamsung-ipc with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the libsamsung-ipc package with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 3 ++- 1

[Replicant] [libsamsung-ipc] [PATCH 19/31] scripts: guix.scm: libsamsung-ipc-clang-autotools: use new arguments style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index d051043..efe72e8 100644 --- a/scripts/guix.scm +++ b

[Replicant] [libsamsung-ipc] [PATCH 13/31] scripts: guix.scm: sync %commit definition with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the %commit definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 5 ++--- 1

[Replicant] [libsamsung-ipc] [PATCH 12/31] scripts: guix.scm: sync %local-source definition with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the %local-source definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 5

[Replicant] [libsamsung-ipc] [PATCH 03/31] scripts: guix.scm: libcurl is an input, not a native-input

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The https-send-sms tool is linked to libcurl, so libcurl is needed at runtime. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index 9c192be..dc69caa 100644 --- a/scripts

[Replicant] [libsamsung-ipc] [PATCH 04/31] scripts: guix.scm: sync package imports with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the package imports with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 54

[Replicant] [libsamsung-ipc] [PATCH 06/31] scripts: guix.scm: sync libsamsung-ipc-clang-autotools with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the libsamsung-ipc-clang-autotools package with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts

[Replicant] [libsamsung-ipc] [PATCH 01/31] tools: ipc-modem: modem_exec_power_normal: don't hardcode command value

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
This makes the code easier to read. Signed-off-by: Denis 'GNUtoo' Carikli --- tools/ipc-modem/ipc-modem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ipc-modem/ipc-modem.c b/tools/ipc-modem/ipc-modem.c index 3933491..c70bcc1 100644 --- a/tools/ipc-modem/ipc-modem.c

[Replicant] [libsamsung-ipc] [PATCH 29/31] Enable static builds of (test) utilities

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
ibsamsung-ipc-gcc-android) libsamsung-ipc-clang-autotools libsamsung-ipc-gcc-autotools) cross compilation then works. Thanks to the help from people on #autotools on liberachat for suggestions on how to improve this patch. Signed-off-by: Denis 'GNUtoo' Carikli ---

[Replicant] [libsamsung-ipc] [PATCH 31/31] README: dependencies: Add missing curl

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
) were not met: This bug was introduced in commit 397cb23c6cd7e0cf941fd8292dc97c7b612756fd ("tools: Add tool to send SMS from a provider HTTPS interface"). Signed-off-by: Denis 'GNUtoo' Carikli --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index f45faca

[Replicant] [libsamsung-ipc] [PATCH 30/31] README: Fix "In order to compile" typo

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
This bug was introduced in commit 49e4a6eb6d0c3cb9f0f90453aa88c75bdbb93c94 ("Update documentation in preparation of a new release"). Signed-off-by: Denis 'GNUtoo' Carikli --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 71d3331..f45f

[Replicant] [libsamsung-ipc] [PATCH 25/31] scripts: manifest.scm: fix missing find

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
command not found Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/manifest.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/manifest.scm b/scripts/manifest.scm index e07d025..b9b8386 100644 --- a/scripts/manifest.scm +++ b/scripts/manifest.scm @@ -39,6 +39,7 @@ curl ddrescue

[Replicant] [libsamsung-ipc] [PATCH 26/31] scripts: manifest.scm: fix missing bzip2, gzip, tar and xz

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
} chof - "$tardir" | \ eval GZIP= gzip --best -c >libsamsung-ipc-0.7.0.tar.gz /bin/sh: line 1: gzip: command not found Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/manifest.scm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/manife

[Replicant] [libsamsung-ipc] [PATCH 21/31] scripts: guix.scm: remove unneeded patch-python

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The packages build fine without the patch-python phase. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index e5b8785..f74ea25 100644 --- a/scripts/guix.scm +++ b

[Replicant] [libsamsung-ipc] [PATCH 15/31] scripts: guix.scm: sync android-local-modules-list definition with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the android-local-modules-list definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts

[Replicant] [libsamsung-ipc] [PATCH 23/31] scripts: manifest.scm: Add missing curl

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
etails. This issue wasn't found before because builds in guix shell weren't often tested with --container. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/manifest.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/manifest.scm b/scripts/manifest.scm index 32870f2..76dcb30

[Replicant] [libsamsung-ipc] [PATCH 10/31] scripts: guix.scm: sync android-phases definition with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the android-phases definition with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 17

[Replicant] [libsamsung-ipc] [PATCH 14/31] scripts: guix.scm: sync cflags definitions with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the cflags definitions with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 8

[Replicant] [libsamsung-ipc] [PATCH 07/31] scripts: guix.scm: sync libsamsung-ipc-gcc-autotools with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the libsamsung-ipc-gcc-autotools package with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts

[Replicant] [libsamsung-ipc] [PATCH 05/31] scripts: guix.scm: sync libsamsung-ipc-clang-android with guix style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the libsamsung-ipc-clang-android package with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts

[Replicant] [libsamsung-ipc] [PATCH 02/31] scripts: guix.scm: Use new input style

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 84 1 file changed, 35 insertions(+), 49 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index eb9689c..9c192be 100644

[Replicant] [libsamsung-ipc] More fix and testing improvements

2023-02-17 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, This patch set contain mainly fixes and cleanups for the guix.scm, manifest.scm, the README, and various improvements with testing (code coverage, static builds, etc). In addition to the patches that will follow in a response to this mail, here's an URL to the see the patches in a web

Re: [Replicant] Replicant Operating System

2023-02-07 Thread Denis 'GNUtoo' Carikli via Replicant
On Sat, 4 Feb 2023 01:51:40 +0100 p db via Replicant wrote: > Samsung A13 This is not supported. > Samsung S3 GT-I9301I According to Wikipedia and GSM Arena this has a Qualcomm SOC so it's not supported and it's completely different from the already supported devices that have an Exynos or OMAP

Re: [Replicant] way to backup SMS & MMS and update replicant from 4.2 to 6

2023-02-07 Thread Denis 'GNUtoo' Carikli via Replicant
On Thu, 02 Feb 2023 18:08:08 + Fil Lupin via Replicant wrote: > Hello, > reading > https://redmine.replicant.us/projects/replicant/wiki/RestoreApplicationInternalData, > I wonder if : > > - it is possible to go back to stock SMS & MMS app once converting > SMS & MMS into Silence Silence has

Re: [Replicant] fixes on README in self-repo

2023-02-07 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, On Sun, 05 Feb 2023 23:15:41 + Fil Lupin via Replicant wrote: > gpg --keyserver keys.gnupg.net --recv-key \ > FB31DBA3AB8DB76A4157329F7651568F80374459 > > gpg: keyserver receive failed: No name I've now made a new release to fixed the GPG issue in the documentation along the way. > In

Re: [Replicant] Sim card is not working D:

2023-01-27 Thread Denis 'GNUtoo' Carikli via Replicant
On Sun, 8 Jan 2023 18:32:03 +0100 dolphinana via Replicant wrote: > Hello, Hi, > I just installed Replicant 4.2, replacing Replicant 6.0 and the > sim card works now. Calling and using mobile data works! > > I don't know why it works in Replicant 4.2 but not 6.0. I can provide > some logs

Re: [Replicant] Looking for working build documentation for Replicant 6

2023-01-27 Thread Denis 'GNUtoo' Carikli via Replicant
On Fri, 20 Jan 2023 12:06:02 - John via Replicant wrote: > Thank you for this info. > > My concerns are not related to FSF's approval of the tools of the > build process but about the actual technical difficulties related to > it. We indeed need to improve that too: - Obviously we need to

Re: [Replicant] Looking for working build documentation for Replicant 6

2023-01-19 Thread Denis 'GNUtoo' Carikli via Replicant
On Wed, 18 Jan 2023 20:10:17 - John via Replicant wrote: > Hello, Hi, > Can anyone please provide info how to build Replicant 6? The > documentation seems outdated (I have reported that in the tracker). The bug seems to be that one: https://redmine.replicant.us/issues/2329 I'll reply here

Re: [Replicant] Sim card is not working D:

2022-12-29 Thread Denis 'GNUtoo' Carikli via Replicant
On Thu, 29 Dec 2022 23:58:07 +0100 dolphinana via Replicant wrote: > Hello, Hi, > Today, I got a new sim card and tried it on that phone only to find > out that it didn't detect the card. I tried it on two feature phones, > one of them detected the sim card but then said SIM CRASH, the other >

[Replicant] [vendor_replicant] [PATCH 2/5] Add script to build the toolchain without Replicant

2022-09-27 Thread Denis 'GNUtoo' Carikli via Replicant
) distributions is a good idea. Signed-off-by: Denis 'GNUtoo' Carikli --- contrib/COPYING | 674 +++ contrib/setup-minimal-toolchain-dependencies | 125 2 files changed, 799 insertions(+) create mode 100644 contrib/COPYING create mode 100755 contrib/setup

[Replicant] [vendor_replicant] [PATCH 5/5] build-toolchain: Add clean command

2022-09-27 Thread Denis 'GNUtoo' Carikli via Replicant
Signed-off-by: Denis 'GNUtoo' Carikli --- build-toolchain | 435 +++- 1 file changed, 245 insertions(+), 190 deletions(-) diff --git a/build-toolchain b/build-toolchain index 622d4e1b..4d090873 100755 --- a/build-toolchain +++ b/build-toolchain

[Replicant] [vendor_replicant] [PATCH 4/5] build-toolchain: get rid of parent dir references

2022-09-27 Thread Denis 'GNUtoo' Carikli via Replicant
This makes the code easier to read as with this change we don't need anymore to keep track of the full directory structure in our head and try to reconstruct paths relative to $BASEDIR. Signed-off-by: Denis 'GNUtoo' Carikli --- build-toolchain | 23 --- 1 file changed, 12

[Replicant] [vendor_replicant] Small patches

2022-09-27 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, We still don't have any FSDG distribution for building Replicant 6.0. After the Trisquel 10 (nabia) release, I wanted to evaluate if Trisquel 10 could be closer than Trisquel 9 for building Replicant 6.0, and I've finally taken the time to do it and the result is that with the info we

[Replicant] [vendor_replicant] [PATCH 3/5] build-toolchain: Use absolute paths for changing directories

2022-09-27 Thread Denis 'GNUtoo' Carikli via Replicant
'GNUtoo' Carikli --- build-toolchain | 47 +-- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/build-toolchain b/build-toolchain index 77dc0231..fc192d6e 100755 --- a/build-toolchain +++ b/build-toolchain @@ -23,29 +23,27 @@ BASEDIR

[Replicant] [vendor_replicant] [PATCH 1/5] build-toolchain: print stages

2022-09-27 Thread Denis 'GNUtoo' Carikli via Replicant
two prints. Signed-off-by: Denis 'GNUtoo' Carikli --- build-toolchain | 35 --- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/build-toolchain b/build-toolchain index 1bca51a9..77dc0231 100755 --- a/build-toolchain +++ b/build-toolchain @@ -26,7

Re: [Replicant] [libsamsung-ril] Fix guix.scm + 2 small fixes

2022-09-21 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, On Wed, 31 Aug 2022 19:01:36 +0200 Denis 'GNUtoo' Carikli via Replicant wrote: > The guix.scm build was broken. As using guix.scm to build > libsamsung-ril is super convenient for working on patches, it's a good > idea to fix it. > > I've also added two minor fixes with this

Re: [Replicant] [libsamsung-ipc] More tests and fixes

2022-09-01 Thread Denis 'GNUtoo' Carikli via Replicant
Hi, I've now pushed this patch serie. Denis. pgpLwoafTQL3g.pgp Description: OpenPGP digital signature ___ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org/mailman/listinfo/replicant

[Replicant] [libsamsung-ril] [PATCH 3/5] guix.scm: libsamsung-ril: fix "Unbound variable: %build-inputs"

2022-08-31 Thread Denis 'GNUtoo' Carikli via Replicant
Without that fix, we have the following build error: ERROR: In procedure %resolve-variable: Unbound variable: %build-inputs Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 43 ++- 1 file changed, 22 insertions(+), 21 deletions

[Replicant] [libsamsung-ril] [PATCH 5/5] srs-client: srs_client_send: do more precise locking

2022-08-31 Thread Denis 'GNUtoo' Carikli via Replicant
&& message.size > 0) { p = (unsigned char *) buffer + sizeof(header); memcpy(p, message.data, message.size); } doesn't depend on shared data structures, so it doesn't need to be guarded by a mutex. Signed-off-by: Denis 'GNUtoo' Carikli --- srs-client/srs-client.c | 4 +

[Replicant] [libsamsung-ril] [PATCH 4/5] srs: srs_client_send: do more precise locking

2022-08-31 Thread Denis 'GNUtoo' Carikli via Replicant
(p, message->data, message->size); } doesn't depend on shared data structures, so it doesn't need to be guarded by a mutex. Signed-off-by: Denis 'GNUtoo' Carikli --- srs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srs.c b/srs.c index 505210b..cae57cc 100644

[Replicant] [libsamsung-ril] [PATCH 1/5] guix.scm: replicant-6-libhardware_legacy: fix upack-core

2022-08-31 Thread Denis 'GNUtoo' Carikli via Replicant
("gnu: android-ext4-utils: Fix build."). Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index 04a79a4..006b980 100644 --- a/scripts/guix.scm +++ b/script

  1   2   3   4   5   6   7   8   9   10   >