Re: [Replicant] Samsung Galaxy S3 GT-I8190 Mini

2019-05-09 Thread Andrés Domínguez
On May 9, 2019 6:45:02 PM GMT+02:00, rodolfo baroni wrote: >Hi, I wanted to know if Replicant was compatible with this model >Samsung Galaxy S3 GT-I8190 Mini It is not. Of the S3 phones, Replicant supports only i9300 (and i9305 if you don't need telephony working). Andrés >

[Replicant] [PATCH 0/7] Per process libagl/llvmpipe

2019-08-15 Thread Andrés Domínguez
should definitely use libagl, because it's extremely slow with llvmpipe. The solution is not elegant but it's simple and I don't except this to be used in Replicant 9 or latter. Andrés Domínguez Andrés Domínguez (2): Change symlinks to files and static paths Allow overrides of zygote's libGLES

[Replicant] [PATCH 1/7] EGL Loader patch to use both LLVMpipe and libagl at once

2019-08-15 Thread Andrés Domínguez
From: JeremyRand Verbatim copy of Jookia's patch. --- opengl/libs/EGL/Loader.cpp | 132 + 1 file changed, 106 insertions(+), 26 deletions(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 19cc1a747..6dce586de 100644 ---

[Replicant] [PATCH 2/7] EGL renderer override: use symlinks instead of properties to specify overrides.

2019-08-15 Thread Andrés Domínguez
From: JeremyRand This fixes the character limit on app names, and reduces risk of privacy leaks. --- opengl/libs/EGL/Loader.cpp | 64 +- 1 file changed, 29 insertions(+), 35 deletions(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp

[Replicant] [PATCH 3/7] Fix some type fails in EGL renderer override

2019-08-15 Thread Andrés Domínguez
From: JeremyRand --- opengl/libs/EGL/Loader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 7b216e1c9..3fc19fce5 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -141,7 +141,7 @@

[Replicant] [PATCH 7/7] Allow overrides of zygote's libGLES preload. Default to mesa

2019-08-15 Thread Andrés Domínguez
--- opengl/libs/EGL/Loader.cpp | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 9fc4e86c2..20ee7be81 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -144,14 +144,13 @@ static char

[Replicant] [PATCH 6/7] Change symlinks to files and static paths

2019-08-15 Thread Andrés Domínguez
--- opengl/libs/EGL/Loader.cpp | 39 ++ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index b90c49166..9fc4e86c2 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp

[Replicant] [PATCH 4/7] Fix documentation typo in EGL renderer override

2019-08-15 Thread Andrés Domínguez
From: JeremyRand --- opengl/libs/EGL/Loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 3fc19fce5..0712031ae 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -129,7 +129,7 @@

[Replicant] [PATCH 5/7] Fix checking of access() return value in EGL renderer override

2019-08-15 Thread Andrés Domínguez
From: JeremyRand --- opengl/libs/EGL/Loader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 0712031ae..b90c49166 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -157,7 +157,7 @@

Re: [Replicant] pinephone chief wants to ship phones to a replicant manager denis please read this post

2019-08-14 Thread Andrés Domínguez
Hi! I think that the pinephone should be one of our priorities, I can take charge of it if nobody wants to. Andrés El vie., 9 ago. 2019 a las 9:31, ni nhar () escribió: > After asking the ceo of pine64, the company which > manufactures the pinephone, some > questions in a pm on the pine64

Re: [Replicant] pinephone chief wants to ship phones to a replicant manager denis please read this post

2019-10-17 Thread Andrés Domínguez
El jue., 17 oct. 2019 a las 17:34, ni nhar () escribió: > Has replicant gotten the pinephones? > I have been in contact with Lukasz. He said that the September batch had been already allocated, so that they could arrange for a unit to be shipped to us in either late October or November. I have

Re: [Replicant] pinephone chief wants to ship phones to a replicant manager denis please read this post

2019-10-17 Thread Andrés Domínguez
gt; Regards, > David > > On 17/10/2019 16:40, Andrés Domínguez wrote: > > El jue., 17 oct. 2019 a las 17:34, ni nhar ( > <mailto:nin...@inbox.lv>>) escribió: > > > > Has replicant gotten the pinephones? > > > > > > I have been in c

[Replicant] [PATCH] Include F-droid's Offline Calendar as a prebuild

2019-10-13 Thread Andrés Domínguez
--- config/common.mk | 1 + get-prebuilts | 18 ++ prebuilt/common/Android.mk | 8 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/config/common.mk b/config/common.mk index 6340f0a6..d429624c 100644 --- a/config/common.mk +++

Re: [Replicant] [PATCH] Add libagl override for surfaceflinger

2019-10-13 Thread Andrés Domínguez
I forgot to mention, for processes that reside in /system partition (like surfaceflinger), remounting it as rw is needed for adding or removing an override. Overrides for android apps are written to the app directory, so don't need any remount. Andrés Domínguez El dom., 13 oct. 2019 a las 20:48

Re: [Replicant] Replicant on 9300 samsung - sim not detected

2021-03-05 Thread Andrés Domínguez
Hi md. Replicant not detecting the SIM card it's increasingly often. It happened to me, my i9300 stopped detecting any SIM card. I Installed Lineage and it didn't fixed it. Then I flashed the modem.bin rom in the RADIO partition and it didn't fixed it. But installing stock (samsung) images