oupala
oupala
I tried the following command line: ```bash docker run --rm --privileged \ -v "$(pwd)/android":/home/lineageos \ -e GIT_USER_NAME=jfloff \ -e [email protected] \ -e DEVICE_CODENAME=expresso-common \ -ti jfloff/lineageos lineageos init build ```...
I then tried the following command line: ```bash docker run --rm --privileged \ -v "$(pwd)/android":/home/lineageos \ -e GIT_USER_NAME=jfloff \ -e [email protected] \ -e DEVICE_CODENAME=espressowifi \ -ti jfloff/lineageos lineageos init build...
Hi, I really need your help so that I can go further. When trying to build lineage for the `espressowifi` device, using the current latest image from docker hub, the...
Thanks @jfloff. The command I used and part of the logs are in [my previous comment](/jfloff/docker-lineageos/pull/12#issuecomment-528759029), 20 days ago.
I built 2 images, one for espressowifi device, and the other one for espresso-common device. The first image - with espressowifi - is starting the build of the lineageos package...
@jfloff Would you have some free time to help building an lineage OS image for espressowifi?
Gentle reminder to beg for few help in order to fix this build. Thanks @jfloff!
Is there any hope to get some help? Is there anyone having an idea of the current version of *repo*? @jfloff Have you a few minutes to help me just...
I'm a real fan of [gettext](https://www.gnu.org/software/gettext/) and there is many implementation of gettext in javascript. I also think that english should be set as the default language if not explicitly...
I totally agree with you @mudassir0909 : server side rendering is better. It is also better when you think at static file, which is produced by the `export` command. You...