[discontinued] [UNOFFICIAL BUILD] Pi/e/ test ROM for the OnePlus 5 - "cheeseburger"

But @GaelDuval tested the same app on /e/ room and it wasn’t reporting so on his phone.

So, I think it is this ROM only.

Right now, I have Magisk hide to protect it. Am I doing something wrong? We can’t root the phone from Fastboot or adb, correct? it can only be done from within ROM by flashing things like Magisk from recovery like TWRP.

I just unlocked the bootlocker, installed recovery and flashed this ROM’s latest .zip.

Let’s talk about @Unknown latest OnePlus 5 - “cheeseburger” or e-0.7-n-2019112732147-dev-cheeseburger?

Or about my builds?..

Either unlocked bootloader or failing the safetynet test can be the cause of issues especially with banking apps

Alright then. The bootloader is unlocked. Thanks!

Does your build update over the air?

Or do we need to manually upgrade it?

OTA, usually on Mondays, so once a week

1 Like

Yes, I got one already and it went well so far.

Are you working on Android 10 based ROMs already?

I was in a bit of a pickle getting /e/ to work and you can read my adventure below.

Current version from 27.01.2020 on Pie 9.0.10 is running fine for now for me. I still have to use my SIM in it and do some app installing, but it looks good!

Hello, any camera app on this build ?
Also the mail app is very buggy and almost freeze the system blinking the screen. But the same happen on official nougat build.
Have some app icon disappearing and reappearing like odd way using the bliss launcher too.

No camera app on the version I downloaded, but there are good camera apps to be found on the app downloader or f-droid. I can’t say for the mail app as I am switching ro proton mail and will use their app.

Eh, i use Protonmail too and also Tutanota mail. Very cool apps for my use but i guess other people might want an email client usable. For camera apps “Simple camera” do the job but in a very minimalistic way for me and “Open camera” (built-in eelo from memory?) as cool features but not user friendly in my opinion.

For information, this rom is good, use it everyday. Last update 20200410 included the official camera (based on open camera) missing on first place. Question : Does the cast feature working for you or it isn’t implemented ? Last question, this rom is now release every month or this is the special circumstances?

https://eota.digitalkr.am/builds/full/cheeseburger/e-0.9-p-20200428-UNOFFICIAL-cheeseburger.zip

This one is from this week. Unless there is a problem there should still be weekly builds :blush:

What’s the cast feature? :slight_smile:
The camera app was renamed, that maybe has this positive impact.

Ok, so i’ve got problem :

What’s the cast feature? :slight_smile:

I mean “Chromecast” feature :

I should detect my Mibox3 for example (like my other devices).

Strange. Meanwhile there should be a May build already
:

Can you list the folder manually in the phone’s browser?

https://eota.digitalkr.am/builds/full/cheeseburger/

No idea about cast. Never used it, sorry

I serve weekly OTAs for my unofficial builds

1 Like

Hi @thilo , how did you manage to make OTA updates available for your unofficial build please ?

I know you have to have a server and add a “OTA_URL” line in the docker command but what is the URL you put ? Just https://eota.digitalkr.am/builds/full/cheeseburger/ ? Or is there a more complicated procedure ?

Right. When building with the docker image having the tag “community” you need to add the environment variable OTA_URL when building without docker it’s some source patching to apply. (Refer to the build script of the community docker image for details)
It’s value is the base url where you host the ota server plus a trailing “/api”. In my case: OTA_URL=https://eota.digitalkr.am/api

The application on server side will, based on the device specific query for update, decide which files to offer for this device.

For the server side refer to our fork in the following project https://gitlab.e.foundation/e/os/LineageOTA

1 Like

Yes, i see my folder data/lineageos_updates is empty. Where i can find some logs or ota’s file configuration to see what happen ? Thanks