[Replicant] [PATCH] Fixed incorrect parsing of TLV data

2020-01-02 Thread Belgin ?tirbu
This problem prevented the SIM to be fully recognized and only incoming calls/messages worked. The issue is the code assumes tag 0x88 exists, and then assumes that the TLV right before it is the size tag. These two assumptions are sometimes wrong. The solution is to send the data as-is to the ja

[Replicant] [vendor/replicant][PATCH 2/2] Use LLVMpipe by default

2020-01-02 Thread Denis 'GNUtoo' Carikli
Using libagl for everything had the side effect of making it impossible to use applications like IceCatMobile, as libagl OpenGL implementation was not complete enough. Using LLVMpipe fixes that. Using LLVMpipe for everything has the side effect of making some system components like SurfaceFlinger

[Replicant] [vendor/replicant][PATCH 1/2] Always use libagl for system binaries that are too slow with LLVMpipe

2020-01-02 Thread Denis 'GNUtoo' Carikli
From: Andrés Domínguez When using LLVMpipe by default, some system binaries are too slow to make the device usable. This overrides the OpenGL implementation for the following binaries: - bootanimation - surfaceflinger - system_server When loading a binary, the EGL loader will then check if ther

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

2020-01-02 Thread Denis 'GNUtoo' Carikli
On Mon, 23 Dec 2019 21:36:39 +0100 Denis 'GNUtoo' Carikli wrote: > According to Adfeno on IRC, that patch is supposed to make the stock > graphical interface about as fast than it was before. > > With libagl being switched to "ro.libagl=0" with the scripts to do > that, the graphical interface i

[Replicant] Replicant blog post: Replicant @ 36C3

2020-01-02 Thread WordPress
Read the blog post online: https://blog.replicant.us/2019/12/replicant-36c3/ Starting on December 27th, the 36th Chaos Communication Congress (36C3) is taking place in Leipzig. Replicant will be there as part of the Critical Decentralization Cluster. Replicant’s assembly will feature demos of

[Replicant] [PATCH] modem_enable.sh: workaround silence not finding the SIM card.

2020-01-02 Thread Denis 'GNUtoo' Carikli
Using disable_modem.sh and disable_modem.sh results in a popup displaying the following text: Select SIM card Ask every time Not available with Silence When that happens, encrypted sessions are shown as not encrypted and new message ends up being displayed as "Bad encrypted message". The ex