One thing I've tried to find for a few years but couldn't was a version of Android that focuses on being offline as much as possible. A stable build that allows the installation of APKs and can receive calls but has no wifi and (to the greatest extent possible) is incapable of internet access. A phone with no wifi and no built in browser would probably suffice, you could then control which apps you can access by whic…
LineageOS 16.0
71–80 of 108 posts
Re: LineageOS 16.0
#72I'd personally love to see a ROM that focuses less on customizations and adding their own "flavor" to Android, and just attempts to track AOSP as closely as possible while supporting as many devices as possible, so users whose devices are no longer supported by their manufactures (or who just don't like the customizations the manufacturers have made to the UX) can continue enjoying the latest Android improvements in…
They beat LineageOS to Android 9 Pie by a couple of months, but only for several supported devices.
Re: LineageOS 16.0
#73Lineage 16 still doesn't seem to support my oneplus 6, I wonder if they will.
Re: LineageOS 16.0
#74Earlier quoted context omitted.
It's called AOSP. Community makes AOSP images for a bunch different devices. If you are looking for one image that supports multiple devices look for AOSP treble rom.
If you mean the XDA developers AOSP roms, then they are most definitely NOT pure AOSP - Those guys are incapable of just building a rom from AOSP without adding their own cruft. Not to mention that the XDA Developers site is impossible to navigate.
Re: LineageOS 16.0
#75Earlier quoted context omitted.
It's called AOSP. Community makes AOSP images for a bunch different devices. If you are looking for one image that supports multiple devices look for AOSP treble rom.
If you mean the XDA developers AOSP roms, then they are most definitely NOT pure AOSP - Those guys are incapable of just building a rom from AOSP without adding their own cruft. Not to mention that the XDA Developers site is impossible to navigate.
Also the tone is not very user friendly in general, I understand that when you post a rom you built you don't want to do support, but it can be pretty hostile.
Re: LineageOS 16.0
#76I would like to see a commercial phone with LineageOS in Europe, that's fairly cheap. But vendors are pushing now for 2000€ phones none needs because they can fold
The older models used Cyanogen and then moved over to Lineagos
Cheap and cheerful.
Re: LineageOS 16.0
#77What's really a shame is that with each new version of LineageOS a lot of devices are dropped from being supported. I have some perfectly functioning devices (including a 2014 flagship device from Samsung), which will very likely stay stuck on LineageOS 14.1.
the new (and cheap) Xiaomi Note 5 Pro (Whyred) was dropped in October last year after about a year of support. I bought the phone specifically because it was supported. It sucks, but they depend on volunteers to keep the builds happening. There are plenty of unofficial builds now happening but nobody appears to have stepped up for official status. The phone was originally marketed to India and gets a lot of usage the…
Follow the build instructions: https://wiki.lineageos.org/devices/whyred/build
An additional thing you may have to do (on Fedora at least) is to export LANG=C.
You'll also need a vendor tree for whyred from somewhere, like your own phone or from a public repo such as this: https://github.com/Sweeto143/vendor_xiaomi_whyred/tree/oreo
(Getting the tree from an existing Lineage OS phone per the build instructions did not work for me.) Note that the latest version of whyred vendor tree for Android Oreo is from last year. I suspect this is because Xiaomi has moved on to Android Pie for whyred.
What all this gets for you is a build with the latest Android security patches applied (February 5, 2019 as of today).
Good luck. I can report that it builds and works well and it is straightforward to build it (more so for a programmer).
Re: LineageOS 16.0
#78Why I switched out LineageOS: * privacy - LOS still use Google DNS and servers for internet checking, not sure about telemetry * app shutdown impossible without devtools * root access needs to flash another zip archive It's a paradox: I'm Linux user, but don't like Android.
Out of curiosity, did you switch to something that has those things, and if so what is it?
Re: LineageOS 16.0
#79So, if I wanted to buy a good middle of the road (or even somewhat cheap) phone that has good LineageOS support, what would the community (of LineageOS or HN) recommend? I looked on /r/LineageOS and found some older posts (a year plus) that claim to give some insight on this. Those might still be fairly accurate, but the same conditions that would cause me to need a guide also mean I wouldn't know if one is still acc…
I'm quite fond of the Moto G or E lines; generally good support, easy to unlock the bootloader, and they're actually pretty decent hardware without being extensive.
Re: LineageOS 16.0
#80Why I switched out LineageOS: * privacy - LOS still use Google DNS and servers for internet checking, not sure about telemetry * app shutdown impossible without devtools * root access needs to flash another zip archive It's a paradox: I'm Linux user, but don't like Android.
With root access, you can change the server Android uses for checking internet connectivity: https://android.stackexchange.com/questions/134963/change-th... To override the default Google DNS, Cloudflare offers an app for their 1.1.1.1 DNS service. You can also use the VPN of your choice to override the default DNS server. Firefox for Android users have the additional option of setting the DNS over HTTPS server used…