[UNOFFICIAL BUILD] Xiaomi POCO M3 Pro / Redmi Note 10 5G (camellia) for /e/OS-T 3.x

Xiaomi POCO M3 Pro / Redmi Note 10 5G (camellia) for /e/OS-T 3.0.x

e-3.0.4-t-20250720-UNOFFICIAL-camellia.zip
https://sourceforge.net/projects/eosbuildsronnz98/files/XiaomiSmartphones/e-3.0.4-t-20250720-UNOFFICIAL-camellia.zip/download

Please see sources and install instructions including recovery here:
https://xdaforums.com/t/rom-13-unofficial-camellia-camellian-lineageos-20-0-with-ota-support-updated-19-12-2023.4618399/

Use it at your own risk!
Please support the developer(s)!

2 Likes

hey im following the same guide but its getting stuck on the e logo…

same problem, I’ve been stuck on the e logo for 15 minutes, it’s not frozen tho, it’s still bouncing

Can you check this build please:
e-3.1.1-t-20250915-UNOFFICIAL-camellia.zip

Sources:
https://xdaforums.com/t/rom-13-unofficial-alphadroid-1-8-camellia-camellian.4600149/

2 Likes

this one worked fine, used the boot.img from the guide listed above (very recommended).

tested on Redmi Note 10 5G 128GB/4GB

thank you very much for this port :D

2 Likes

Update for /e/OS-T 3.4

e-3.4-t-20260127-UNOFFICIAL-camellia.zip

2 Likes

just installed and so far very happy - thanks a lot !

2 Likes

This works well on a Camellian device, no hardware issues so far (Wi-Fi, 5G, NFC), and battery consumption is better than to the stock ROM. The only problem is with the Lounge app: I can log in anonymously and browse apps, but installations don’t work. I updated to version 2.17, but the issue persists. As a workaround, installing the Aurora app partially fixes the issue.

1 Like

Update for /e/OS 3.7 (beta)

e-3.7-t-20260328-UNOFFICIAL-camellia.zip

1 Like

Hi,

Installed it on my phone.
It works great, I only have a strange issue:Some apps (especially the one using the Storage Framework) cannot access files in Documents/ , Download/ and such (either on internal storage or SDCard). Some other (like CX File Explorer) have no issues for this.

The symptom is that the intend returns a null pointer and application either crash (in some case - bad validation…) or says that the file is not readable.

The list of app where the problem shows is (for me):

  • Threema (can’t read backup file , so unable to restore account)
  • AntennaPod (cannot read OPML or database)
  • SpamBlocker (to load the backuped rules)
  • WGTunner (to load the VPN config)

I suppose it’s one of the many little sneaky thing that Google put on the path to make the life of people a little more miserable, but I could not find the root cause (Admittedly i’m not a fan of Android, I miss the time where Ubuntu phone were still a day-to-day option :sad_but_relieved_face: )

Do you have an idea ?
Other than that the build is really, really nice, one of the best I tried on this phone.

Found a way (not sure if this is the right one…)

with adb shell,
adb pm set-permission-enforced permission:android.permission.STORAGE_INTERNAL false

Then restart the faulty apps and then they can read the internal storage.
Look like it’s linked to a “new” method from Android 13…