-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create espressowifi.env #12
base: master
Are you sure you want to change the base?
Conversation
Create an env file for the Samsung Galaxy Tab 2 7.0 / Tab 2 10.1 (Wi-Fi / Wi-Fi + IR).
I'm not sure if the device codename should be See the pull request p31xx/p51xx: merge same blobs into espresso-common & updates for M. |
It should probably be |
It is a good idea. I have not tested it yet. I'll do that and I'll come back here with the answer. |
I tried the following command line: docker run --rm --privileged \
-v "$(pwd)/android":/home/lineageos \
-e GIT_USER_NAME=jfloff \
-e GIT_USER_EMAIL=jfloff@inesc-id.pt \
-e DEVICE_CODENAME=expresso-common \
-ti jfloff/lineageos lineageos init build and I rapidly get an error:
It is strange to see that expresso-common has been transformed into common, as it has been badly parsed. |
I then tried the following command line: docker run --rm --privileged \
-v "$(pwd)/android":/home/lineageos \
-e GIT_USER_NAME=jfloff \
-e GIT_USER_EMAIL=jfloff@inesc-id.pt \
-e DEVICE_CODENAME=espressowifi \
-ti jfloff/lineageos lineageos init build The container then compile for a while and I finally get another error:
Is there something missing? Note that I tried this with the official image, which does not have an I think I need your help to go further. |
Hi, I really need your help so that I can go further. When trying to build lineage for the Can you please help me a little but diagnose the error? |
I can try sure. Do you have the logs? What is the full |
Thanks @jfloff. The command I used and part of the logs are in my previous comment, 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 then fails at the point documented in a previous comment of 6 sept. The second image - with espresso-common - is starting the build of the lineageos package then fails at the point where it seems that the dash between espresso and common is a problem itself:
The problem is that There is probably something special about the espressowifi device that I don't understand. Could you please help me diagnose the problem as I have no idea on how to go further on my side... |
@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 a little? |
Hi, when you have some files shared between devices (hence the usage of -common) you might add something to common folder's android.mk that allows to handle that. You can see this Android.mk as an example: |
Create an env file for the Samsung Galaxy Tab 2 7.0 / Tab 2 10.1 (Wi-Fi / Wi-Fi + IR).