[UNOFFICIAL BUILD] Redmi note 4 snapdragon mido v1-q (0.17q) (10)

Credits: https://github.com/KudProject https://github.com/zeelog

Known Issues:
https://forum.xda-developers.com/t/ota-3-18-4-9-unofficial-lineageos-17-1-mido.4039907/
https://gitlab.e.foundation/e/backlog/-/issues/3217
https://gitlab.e.foundation/e/backlog/-/issues/3213

Device Manifests: https://github.com/Kethen/android_build_manifests/blob/main/mido_los17.xml

Added https://f-droid.org/en/packages/org.fdroid.fdroid/ and https://f-droid.org/en/packages/org.fdroid.fdroid.privileged/

Download: https://github.com/Kethen/android_build_manifests/releases/download/mido/e-0.17-q-20210520-UNOFFICIAL-mido.zip

Build instruction:
note: takes about 200GB disk space, 16GB ram + 8GB swap would be ideal
see also: https://doc.e.foundation/how-tos/build-e
===
# prepare container image for /e/ building
podman pull registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
# create directories
mkdir e
cd e
mkdir src zips logs ccache manifests
# download device manifest
wget https://raw.githubusercontent.com/Kethen/android_build_manifests/main/mido_los17.xml -O manifests/mido.xml
# build
podman run \
        --security-opt label=disable \
        --net host \
        -it --rm \
        -v "./src:/srv/src" \
        -v "./zips:/srv/zips" \
        -v "./logs:/srv/logs" \
        -v "./ccache:/srv/ccache" \
        -v "./manifests:/srv/local_manifests" \
        -e "BRANCH_NAME=v1-q" \
        -e "DEVICE_LIST=mido" \
        -e "REPO=https://gitlab.e.foundation/e/os/android.git" \
        -e "CLEAN_AFTER_BUILD=false" \
        -e "INCLUDE_PROPRIETARY=false" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
===

Regain your privacy! Adopt /e/ the unGoogled mobile OS and online servicesphone

3 Likes

Hi,
What does it means by V1-q ??

Thansk in advance

If you look at https://doc.e.foundation/how-tos/build-e, you can see that one can self build a release version of /e/, or a test version
This is a test version on the v1-q branch, you can see what’s been happening on the said branch here https://gitlab.e.foundation/e/os/android/-/commits/v1-q/

1 Like

Thanks for reply.

Sorry but I m not programar guy. I tried to learn on the links you mentioned above. But sorry to say that I hardly understand anything.
So will it be out of Beta?

Thanks

I don’t know when a 0.17-q release of /e/ will happen, no announcement has been made so far

also mido might get official q builds soon

2 Likes

That is really good news, but aren’t the official /e/ builds based on official LineageOS sources? I mean there is no official 17.1 for mido.

Hi,
As far as I know, /e/ developers took/take LineageOS and fork /e/ from that in the beginning. But they have done and are doing a lot of cleaning and changing in that original Lineage OS.
Maybe after sometime /e/ will not be based on lineage OS. So even if there is no update in Lineage OS there will be /e/ OS updates.
Please correct me if I’m wrong. But this is what I have learned so far.

The exact working is out of my knowledge. As, for example, for mido there is official .16 version based on nouget is there. But how and on what base they make Unofficial 0.17 q version?

After all mido was removed from q list:

…because there is no LineageOS Q for mido:

…but the good news after all is mido should finally move from nougat to pie:

1 Like

Official Pie for Redmi Note 4 (Mido) is now available.

you can find a working R version for mido here

just remember flash is only possible with twrp based on 4.9 kernel…

1 Like

Why cant this ROM be Official?
And I m curious. Why have you given V 1-q ? and not 0.19?
Thanks

the linked one is android 11, not v1-q… we will see what we can do for official but for now lineage only has support for pie on mido, so every higher android version has to be build with custom sources… :slight_smile:

1 Like

Yes,
And Thanks for bulging custom.