[ROM][UNOFFICIAL][7.1.2][c70n]LineageOS for microG - LG Spirit ROMs, Kernels, Recoveries, & Other Devel

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Android experience relies heavily on Google's Play Services. The microG project creates an alternative to installing Gapps, which install and execute closed-source blobs on our phones. MicroG however requires a patch called "signature spoofing", which allows microG's apps to spoof themselves as Google Apps. LineageOS currently does not include the patch due to different opinions among the developers.
This makes microG installation difficult on LineageOS and other ROMs. Our ROM is a fork of LineageOS with just the necessary changes to have microG built-in. We ship weekly builds for all the LineageOS supported devices..
FAQ
Why all of this? Isn't OpenGApps free software?
Yes and no, the name "OpenGApps" is misleading. While OpenGApps uses free software to retrieve and bundle the GApps, the apps themselves are not free software, they are in fact the same Google Apps you find on a new phone.
Why should I use microG instead of the standard Google Play Services?
First of all, freedom. I can't explain here why free software is so important (this is a FAQ, not a 200 pages manual), but if you're interested you can start by reading this.
Second, the Play Services are very expensive in terms of resources, they drain lots of battery and they use lots of space, while microG requires much less resources. To give you an idea, the smallest possible package of OpenGApps ("Pico Package") on ARM 7.1 is ~125 MB, while the full microG suite (GmsCore, GsfProxy, FakeStore, MozillaNlpBackend and NominatimNlpBackend) is ~4 MB.
Isn't Android free software? Can't I just install LineageOS without both GApps and microG?
Android is based on the AOSP project, which is free software. However many common features are handled by the proprietary GApps, generally by the Google Play Services. You can use LineageOS without GApps/microG, but you will probably miss something. In particular, you won't have the:
network localization services, which means that you can only use the GPS for the positioning
Google Cloud Messaging, so you won't receive any push notification for any app that relies on it
the Maps API, which means that any app that uses Google Maps through the Maps API will probably crash
With microG these services (and many others) are reimplemented.
Is LineageOS for microG completely free software?
Unfortunately no, like LineageOS it still has some non-free components. See the Replicant project for more informations.
Which is the current status of microG? Which APIs are already implemented?
See here.
Why do we need a custom build of LineageOS to have microG? Can't I install microG on the official LineageOS?
MicroG requires a patch called "signature spoofing", which allows the microG's apps to spoof themselves as Google Apps. LineageOS' developers refused (multiple times) to include the patch, forcing us to fork their project.
Wait, on their FAQ page I see that they don't want to include the patch for security reasons. Is this ROM unsafe?
No. LineageOS' developers decided not to include this patch for various reasons.
The signature spoofing could be an unsafe feature only if the user blindly gives any permission to any app, as this permission can't be obtained automatically by the apps.
Moreover, to further strengthen the security of our ROM, we modified the signature spoofing permission so that only system privileged apps can obtain it, and no security threat is posed to our users.
Do you use test keys?
Heck, no! We sign all our builds with our own private keys.
Do you offer OTA updates?
Yes, once a week.
Do you offer delta updates?
Not currently, but it can be done if there's real demand.
Can I install apps from the Play Store on this ROM?
F-Droid is included in our ROM, so you can freely download all the FOSS apps on their repositories.
However, if you need apps which are available only on the Play Store, you're free to host your personal instance of PlayMaker (see this demo) or GPlayWeb and connect it to your F-Droid client, Playmaker will let you download apps from the Play Store and install them via F-Droid. Another solution is to use a local app, like Yalp Store.
Do I have to enable "Unknown sources" to install apps in F-Droid?
Our ROM includes "F-Droid Privileged Extension", which allows F-Droid to install and update apps without the need of user interaction or the unsafe "Unknown sources" option.
Can you add support for my device? It is officially supported by LineageOS
We already build LineageOS for microG for every device supported by LineageOS. Find your device in our Downloads page!
Can you add support for my device? It is not supported by LineageOS though...
No, I'm sorry.
I don't trust your build, I want to build it myself!
No problem! Our builds are done with this Docker image, feel free to build it yourself.
I am running a custom build of LineageOS, but yours is way cooler! How can I migrate to it without losing my data?
Replace the LineageOS official keys in our migration ZIP with your keys (or follow the suggestions in the LineageOS migration guide).
Post-install
First, open the "microG Settings" app and check if everything is OK in the "Self-Check" section; you will probably have to give microG some permissions, like location and file access. The UnifiedNlp section will have some issues: that's normal, we haven't configured it yet.
UnifiedNlp
UnifiedNlp is the microG Network Location Provider, which provides the current location of the device without the use of the GPS. While Google's NLP can only use Google's servers for positioning, UnifiedNlp obtains the geolocation through different plugins, which interface to different services.
By default there are two plugins installed:
MozillaNlpBackend, which uses the Mozilla Location Service (online)
NominatimNlpBackend, which uses MapQuest's Nominatim service (based on OpenStreetMap) for geocoding (online)
If you want to use these plugins, go to microG Settings -> UnifiedNlp Settings, configure and enable both.
If you instead want different plugins (like the LocalGsmNlpBackend, which uses a local offline database of the GSM towers to obtain the location) you can download them in F-Droid and enable them in the same way.
Reboot and check whether UnifiedNlp is correctly set up in the "Self-Check" section of the "microG Settings" app.
F-Droid
You should add microG's repository to F-Droid, so that you can easily update microG's packages. On your device, follow this link and open microG's F-Droid link in F-Droid (or scan the QR code) to add the repository.
Moreover, you have the F-Droid Privileged Extension installed by default, why not use it? To make a good use of it go to the F-Droid Settings and enable auto updates.
Google Cloud Messaging
Many apps rely on the Google Cloud Messaging, a Google proprietary system to push notifications to your device. This feature is implemented in microG but, as not every user requires it, is disabled by default. If you need it, enable the "Google Device registration" and the "Google Cloud Messaging" features in the "microG Settings" app.
Weather service
If you want the weather features of LineageOS (like in the lock screen or in the cLock widget) you have to download a weather provider from here. Choose your favorite one, install it and configure it in cLock (or in Settings → Apps → Gear icon → Weather).
If you don't want to enable "Unknown sources" you can also import the PlayMaker demo repository in F-Droid (by adding this URL to F-Droid) and download it from there.
SU (root)
Our ROM doesn't include root by default for security reasons, but you can easily install it: go here, download the appropriate ZIP and install it from the recovery.
Contributors
pcfighter
LG K10 team
Source code
https://github.com/pcfighter
Downloads
Rom
Magisk

Didn't expect someone to make it, just flashed on my device and everything works flawlessly. But I do have one question: Do I have to re-flash magisk after ota updates? Thanks!

​
danderсradle said:
Didn't expect someone to make it, just flashed on my device and everything works flawlessly. But I do have one question: Do I have to re-flash magisk after ota updates? Thanks!
Click to expand...
Click to collapse
I think not

I've been using this ROM for the past 4 months and I love it. I don't think I had any big issues. The only complain I have is that the camera recording sound is too low. I don't know if that's only me or someone else is also experiencing this. And I've run into couple of blue screens, but again not sure if that's magisk(I used to see lots of them after upgrading to beta) or ROM's fault. So far I've had better experience than with any ROM I've tried before. Thanks for your work! Are u going to update it anytime soon?

I can not configure it because it does not accept my google account.....help

The current link points to a normal LineageOS version, not a microG one, just wanted to report that.

virividiann1434 said:
The current link points to a normal LineageOS version, not a microG one
Click to expand...
Click to collapse
Nope. It's microg version, I have checked it today. Microg needs to be updated, but in overall this rom is pretty fast.

Related

[ROM][OFFICIAL] RattlesnakeOS [Android 9.0]

Intro
This is a bit different than most postings here, as I'm not providing any binaries to install on your phone and instead providing a simple tool, rattlesnakeos-stack, to build your own OS based on AOSP on a regular basis, with your own signing keys, and your own OTA updates. This probably will be interesting to a small subset of users as it does cost money to run this infrastructure in AWS.
What is RattlesnakeOS
RattlesnakeOS is a privacy and security focused Android OS for Google Pixel phones.
Features:
Based on latest AOSP 9.0 (Android P)
Support for Google Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL
Monthly software and firmware security fixes delivered through built in OTA updater
Maintain verified boot with a locked bootloader just like official Android but with your own personal signing keys
Latest Chromium browser and webview
Latest F-Droid client and privileged extension
Free of Google’s apps and services
Advanced build customization options
What is rattlesnakeos-stack
Rather than providing random binaries of RattlesnakeOS to install on your phone, I've gone the route of creating a cross platform tool, rattlesnakeos-stack, that provisions all of the AWS infrastructure needed to continuously build your own personal RattlesnakeOS, with your own signing keys, and your own OTA updates. It uses AWS Lambda to provision EC2 spot instances that build RattlesnakeOS and upload artifacts to S3. Resulting OS builds are configured to receive over the air updates from this environment. It only costs a few dollars a month to run (see FAQ for detailed cost breakdown).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How do I set this up?
Head over to the github repo and take a look at the README for full setup, build, and flashing instructions.
It is actually interesting.
Can we get in a chat or something to discuss this in detail. ?
Thanks for the help !
Looks cool! Probably wouldn't work on Project FI, though.
derelicte said:
Looks cool! Probably wouldn't work on Project FI, though.
Click to expand...
Click to collapse
It definitely won't work by default, but you can pin to a carrier like T-Mobile with APN settings if you are OK with losing the multi carrier feature of Fi.
Can we have screenshots of rom
Can you code the rom to tether over VPN, that would be a ultimate feature to add to your rom being that it is privacy based.
Do I need to be development savvy to do this? I know about as much to flash custom roms; is this above my skill level?
PistolSlap said:
Do I need to be development savvy to do this? I know about as much to flash custom roms; is this above my skill level?
Click to expand...
Click to collapse
It depends. While the rattlesnakeos-stack tool automates all of the build process for RattlesnakeOS, it is a bit more involved than your standard rom flashing and you will need to at least learn some of the basics of AWS in order to setup the prerequisites.
First of all, thanks a lot for working on such a niche but vital project.
I always wondered if we could ever have a simplified solution of building ROM directly from AOSP. Although, the architecture is AWS dependent (as of now), it's nevertheless a GREAT option for a lot of folks who have some familiarity with AWS and are AOSP enthusiasts.
I was able to successfully build the ROM a couple of times with a combination of some community patches. Tried out custom key signing with AVB as well.
Definitely, one of my favourite projects on XDA. Thanks again for your efforts, @dantheman78 !
A6020
dantheman78 said:
Intro
This is a bit different than most postings here, as I'm not providing any binaries to install on your phone and instead providing a simple tool, rattlesnakeos-stack, to build your own OS based on AOSP on a regular basis, with your own signing keys, and your own OTA updates. This probably will be interesting to a small subset of users as it does cost money to run this infrastructure in AWS.
What is RattlesnakeOS
RattlesnakeOS is a privacy and security focused Android OS for Google Pixel phones.
Features:
Based on latest AOSP 9.0 (Android P)
Support for Google Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL
Monthly software and firmware security fixes delivered through built in OTA updater
Maintain verified boot with a locked bootloader just like official Android but with your own personal signing keys
Latest Chromium browser and webview
Latest F-Droid client and privileged extension
Free of Google’s apps and services
Advanced build customization options
What is rattlesnakeos-stack
Rather than providing random binaries of RattlesnakeOS to install on your phone, I've gone the route of creating a cross platform tool, rattlesnakeos-stack, that provisions all of the AWS infrastructure needed to continuously build your own personal RattlesnakeOS, with your own signing keys, and your own OTA updates. It uses AWS Lambda to provision EC2 spot instances that build RattlesnakeOS and upload artifacts to S3. Resulting OS builds are configured to receive over the air updates from this environment. It only costs a few dollars a month to run (see FAQ for detailed cost breakdown).
How do I set this up?
Head over to the github repo and take a look at the README for full setup, build, and flashing instructions.
Click to expand...
Click to collapse
My first OTA update build ran today but failed.
Complete log attached. Any clues?
RattlesnakeOS Build FAILED
Device: blueline
Stack Name: rattlesnakeos-blueline-d0w1hujjra
Stack Version: 9.0.21
Stack Region: us-east-1
Release Channel: blueline-stable
Instance Type: c5.4xlarge
Instance Region: us-east-2
Build Date: 2019.01.10.00
Elapsed Time: 1hrs 25min 30sec
AOSP Build: PQ1A.190105.004
AOSP Branch: android-9.0.0_r30
Chromium Version: 71.0.3578.99
F-Droid Version: 1.5.1
F-Droid Priv Extension Version: 0.2.9
Build Reason: 'AOSP build PQ1A.181205.006 != PQ1A.190105.004' 'F-Droid version 1.5 != 1.5.1' 'F-Droid privileged extension 0.2.8 != 0.2.9'
face `android.text.Spannable` not found. It's needed to make sure desugaring of `android.support.v4.text.PrecomputedTextCompat` is correct. Desugaring will assume that this interface has no default method.
Alfa90 said:
My first OTA update build ran today but failed.
Complete log attached. Any clues?
RattlesnakeOS Build FAILED
Device: blueline
Stack Name: rattlesnakeos-blueline-d0w1hujjra
Stack Version: 9.0.21
Stack Region: us-east-1
Release Channel: blueline-stable
Instance Type: c5.4xlarge
Instance Region: us-east-2
Build Date: 2019.01.10.00
Elapsed Time: 1hrs 25min 30sec
AOSP Build: PQ1A.190105.004
AOSP Branch: android-9.0.0_r30
Chromium Version: 71.0.3578.99
F-Droid Version: 1.5.1
F-Droid Priv Extension Version: 0.2.9
Build Reason: 'AOSP build PQ1A.181205.006 != PQ1A.190105.004' 'F-Droid version 1.5 != 1.5.1' 'F-Droid privileged extension 0.2.8 != 0.2.9'
face `android.text.Spannable` not found. It's needed to make sure desugaring of `android.support.v4.text.PrecomputedTextCompat` is correct. Desugaring will assume that this interface has no default method.
Click to expand...
Click to collapse
Sorry about that. It was unfortunate timing because F-Droid Priv Extension managed to sneak in an update from 0.2.8 -> 0.2.9 that ended up causing build failures. I released a new version of tool v9.0.22 to fix it. You'll need to grab the latest to tool, deploy it, and then manually kick off a build.
Thanks. It's fixed with v9.0.22. :good:
dantheman78 said:
Sorry about that. It was unfortunate timing because F-Droid Priv Extension managed to sneak in an update from 0.2.8 -> 0.2.9 that ended up causing build failures. I released a new version of tool v9.0.22 to fix it. You'll need to grab the latest to tool, deploy it, and then manually kick off a build.
Click to expand...
Click to collapse
Can confirm that 9.0.22 fixes the build error. Thanks!
Alfa90 said:
I was able to successfully build the ROM a couple of times with a combination of some community patches. Tried out custom key signing with AVB as well.
Click to expand...
Click to collapse
Hello can you (or anyone else) provide a download link to your version of the ROM? Or a tutorial on how to build it? I looked at the resources and I have to admit it's way beyond my comprehension :"( but I wish there were more custom ROMs for pixel 3 there is only one other than this one.
Thanks!
PistolSlap said:
Hello can you (or anyone else) provide a download link to your version of the ROM? Or a tutorial on how to build it? I looked at the resources and I have to admit it's way beyond my comprehension :"( but I wish there were more custom ROMs for pixel 3 there is only one other than this one.
Thanks!
Click to expand...
Click to collapse
Sure mate. PM'd.
Alfa90 said:
Sure mate. PM'd.
Click to expand...
Click to collapse
Thanks dude! You rock!
First of all huge thanks to @dantheman78 for creating this awesome project! Working flawlessly so far.
Over at https://github.com/martepato/community_patches I added some patches. "00005-allow-unifiednlp-location-provider.patch" in particular could useful for people not wanting to install MicroG completely (and signature spoofing inevitably) but still be able to use UnifiedNLP.
hi all help me please i need micromax Q3001 custom rom
Hey @dantheman78 as of today I am not able to build RattlesnakeOS. Tried twice with the same result:
buildTypes.debug defaultConfig.versionCode 1005150
File /home/ubuntu/.android/repositories.cfg could not be loaded.
Checking the license for package Android SDK Build-Tools 27.0.3 in /home/ubuntu/sdk/licenses
Warning: License for package Android SDK Build-Tools 27.0.3 not accepted.
Checking the license for package Android SDK Platform 27 in /home/ubuntu/sdk/licenses
Warning: License for package Android SDK Platform 27 not accepted.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
platforms;android-27 Android SDK Platform 27
build-tools;27.0.3 Android SDK Build-Tools 27.0.3
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
Using Android SDK: /home/ubuntu/sdk
Click to expand...
Click to collapse
Hope you can help to resolve this
EDIT: 9.0.23 fixes this. Thank you Dan!

LINEAGEOS 17.1 microG for OnePlus One

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​LineageOS With MicroG
With the rise of Big Tech and the encroachment of government on our lives, I felt more of a desire to move away from Google and the like. oneplus one was built with microG and LineageOS source and is fully functional.
What it is. It's LineageOS with all of Google's closed-source binaries removed and replaced with microG. I.e. no Play services or GAPPS. UnifiedNLP is used as the networking location provider instead of Google's NLP. Aurora Store and Aurora Droid is installed by default and provides an alternative app store. However, with the Aurora Store, you cannot install all Google Play Store apps such as buy apps. F-Droid can be installed through Aurora Droid if you need it .
Other information Google Play Store Alternative If you want to have full access to normal Android Play Store apps, After opening Aurora Store, select the appropriate option. usually option number 1 is the most commonly used with this ROM, unless changed by the user. After setup, you will have access to all apps as usual. Some apps require Play Services and cannot be used.
After installation - Open the microG app --> self-check sections should be successful. Location Services - By default, LocalGsmNlpBackend, which uses the NominatimGeocoderBackend, and NominatimNlpBackend, which uses Mapquest's Noninatim service, are disabled. Open the microG app --> location modules and enable the modules you want. Then restart the device.
It is strongly advised not to install GApps as this ROM includes a replacement for them.
All the source code for LineageOS 17.1 is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
LineageOS 17.1 is a free, community built, aftermarket firmware distribution of Android10.0 (Q), which is designed to increase performance and reliability over stock Android for your device.
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
What works
RIL (Calls, SMS, Data)
camera
video
audio
flash
led
GPS
sensors
rotation
wifi
Bluetooth
usb
NFC
What doesn't work
you tell me
Creates a full backup of the system
Installation procedure:
wipe System, Data, Cache, Dalvik
Install the build + Magisk-v20.xx.zip (see download link below)
and then restart
OTA is set up
Updates can be downloaded and installed via lineageos_updates on your mobile phone.
if it is not possible to install the update automatically or you want to install it manually, proceed as follows,
(Selects in twrp) install/selects memory/internal memory/parent folder/data/lineageos_updates.
chooses the build and installs it and everything else you want to install and restarts after that.
Activation Advanced Restart
(when unlocked screen add the restart menu option for restart in Recovery or bootloader)
go to Settings/About the phone , tap 7 times build-number go back to system/advanced/developer options and enable Advanced Restart
Download Rom
https://www.los-legacy.de/17.1/bacon
Download Magisk
Magisk-v25.xx.zip
Support for german users
LINEAGEOS 17.1 microG for OnePlus One
Do not publish bug reports without specifying logs (logcats) or steps to reproduce the bug.
a) Logcat
b) proc/last_kmsg (or proc/kmsg)
(c) data/tombstones
d) dmesg
Credits go to ender1324 for helping :good: , LineageOS ,
and every other open source developer and tester who contributes directly or indirectly to the LineageOS community in the development of and in providing feedback for the onplus one .
if you want to donate .
the donations will be forwarded directly to our OTA server
Contributors
Exodusnick
Source Code: https://github.com/Feinzer/android_kernel_oneplus_msm8974
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
Version Information
Status: Stable
Stable Release Date: 2022-7-22
Created 2020-03-16
Last Updated 2022-07-22
reserve
https://www.los-legacy.de
New update is available via ota or see download link
Changelog
-ota update automatic installation build (works)
- Synced with lineageos sources
- minimal changes of lineageos
download link
https://www.los-legacy.de/17.1/bacon​
Hello
Sorry, there may be errors in the text, I'm sitting with a translator
In the following builds, please to add the full notification indicator settings, and the inclusion of on-screen buttons. In other assemblies, this is, so I think that it will not be difficult. Thank you for your work.
ValentinBubenok said:
Hello
Sorry, there may be errors in the text, I'm sitting with a translator
In the following builds, please to add the full notification indicator settings, and the inclusion of on-screen buttons. In other assemblies, this is, so I think that it will not be difficult. Thank you for your work.
Click to expand...
Click to collapse
???????
new update is coming today , sorry i had no time the last time .....
new update is available via ota or under the download link
Changelog
- Synced with lineageos sources
- Merged May 2020 security update
Download-Link
lineage-17.1-20200605-UNOFFICIAL_microG_ready-bacon.zip
june security update when? also can u tell.me steps on how to use micro g nlplocation and other files?
few things to notice... no ofscreen gesture.. no livedisplay..no button brightnes toggle or remapping...all of which exists in other unofficial los 17.1..
new update is available via ota or under the download link
Changelog
- Synced with lineageos sources
- Merged juni 2020 security update
Download-Link
lineage-17.1-20200608-UNOFFICIAL_microG_ready-bacon.zip
saluto da, Christian
scormax said:
few things to notice... no ofscreen gesture.. no livedisplay..no button brightnes toggle or remapping...all of which exists in other unofficial los 17.1..
Click to expand...
Click to collapse
Sorry . Will be back in the next update.
New update is available via ota or see download link
Changelog
- added lineageos livedisplay
- Synced with lineageos sources
- minimal changes of lineageos
download link:
lineage-17.1-20200611-UNOFFICIAL_microG_ready-bacon.zip​
I want to suggest: add the microg by default in this build. you can consider: https://download.lineage.microg.org/bacon/ which it an official release that has built-in microg without any issue but I don't know why it's discontinued!
Because microg does not work properly in lineageos 17.1.
I am just testing with my Samsung S7 and lineageos 17.1 with microg, if it works I will also create a build with microg for the Bacon oneplus.
Exodusnick said:
if it works I will also create a build with microg for the Bacon oneplus.
Click to expand...
Click to collapse
It works, I'm using it but with Magisk module: https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases
On android 10 the microg has famous issue permission.ACCESS_BACKGROUND_LOCATION:
https://www.reddit.com/r/MicroG/comments/f66d9c/network_location_unifiednlp_in_android_10_q/
anyway I prefer microg as built-in as system wide, so I'll so appreciate if you release it.
LineageOS 17.1 with microg
New LineageOS 17.1 with microg is available See Download Link
Installation Instruction
wipe(System, Data, Cache, Dalvik
Install the build + Magisk-v20.xx.zip
and then restart
Installation Instruction
for those who have a SafetyNet problem.
Download Link : SafetyNet FIX
many thanks for providing @sceryavuz :good:
1. first install the build + last Magisk version
2. go into Magisk Manager and install Latest Riru-Core Modul reboot
3. go into Magisk Manager and install EdXposed YAHFA modul reboot
4. install Latest EdXposedManager apk and Latest HiddenCore Module(EdXposed) apk
5. activate both modules in the EdXposedManager
6. reboot
7. Performing microG settings
8. chek in Magisk Manager SafetyNet status (should be green if not you have done something wrong.)
Downlad link:
lineage-17.1-20200616-microG-signed-bacon.zip
offscreen gesture ..button remapping options added? cuz it wasnt on previous and also glad to c u merged livedisplay...
also do i have to follow the steps to have a non goolag fon?
in this case cant i just nt install gapps.. i only need location ..wht to install to get tht?
This is microg-singned build only for nogapps users,
if you want to use the rom with gapps please use another rom.
location toggle in settings force closes..but way better thn last update
Exodusnick said:
This is microg-singned build only for nogapps users,
if you want to use the rom with gapps please use another rom.
Click to expand...
Click to collapse
Thanks. So I will use another rom, unless your build works just fine with all Google services after flashing (no Magisk, Xposed or any other mess and confuration other than sign to Google). Can anobody suggest best LOS 17.1 (clean LOS 17.1 without any additions)?

[ROM] [Note 9] [crownlte] [UNOFFICIAL] [LineageOS 18.1] [Exynos] [Weekly]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ROM DOWNLOADS:
[ROM] [S9/S9+/Note 9] [UNOFFICIAL] [LineageOS 18.1] [Weekly]
Last Updated July 30, 2022
OS Version: Android 11 (LOS 18.1 changelog)
Kernel: Linux 4.9.325 (July 30, 2022)
Security Patch: AOSP (July 5, 2022)
Wireguard: 20220627 (June 27, 2022)
ROM INSTALL INSTRUCTIONS:
From OEM:
Lineage Recovery
Format /system + /data + /cache
Flash
Reboot
Root is not included. To root, install Magisk yourself.
From existing Unofficial weekly:
Use OTA, or
Sideload via ADB in recovery
BASEBAND UPDATING:
Install Samsung USB drivers
Install Odin 3.14 (or later)
Download updated baseband firmware from the XDA thread for your model phone.
Unzip and re-pack "modem.bin" into a .tar file such as "modem.tar"
Reboot phone into download mode
Open Odin
Load your modem.tar file into CP in Odin
Start flash
Reboot
MICROG INSTALL INSTRUCTIONS:
In the F-Droid store add in the appropriate repo: https://microg.org/fdroid/repo per the official instructions.
Do the following, in this order:
Install microG services core (F-Droid)
Install microG services framework proxy (F-Droid)
Install NLP backend, such as Mozilla location (F-Droid) or GSM Location (F-Droid)​
Install Google Play Store (APK mirror) or FakeStore (F-Droid)​
microG settings -> self check -> enable all features​
microG settings -> location modules -> enable Mozilla Location Service​
For background location permission go to your system settings and allow microG services core and your Mozilla NLP to access location all the time.
For full notification support got to microG settings -> enable Google device registration, cloud messaging, and Google safety net.
WORKING FEATURES:
GPS
NFC
Wi-Fi
Audio
HDMI
Camera
Ethernet
Bluetooth
MTP/ADB
Encryption
Glove Mode
Android Auto
OTA Updates
Call Recording
Mobile Network
SELinux Enforcing
Fingerprint Sensor
Signature Spoofing
Wireguard (via kernel)
NOT WORKING FEATURES:
Iris Scanner
VoLTE
CONTRIBUTORS:
Neurotical
Builds and uploads the weekly releases (incl. OTA).
Commits changes to repos.
Patches & updates kernel.
Adds functionality per community requests.
Fixes LOS compile bugs, maintains repos.
Gnarf49
How-to compile LOS guidance & instructions in the original thread.
Murtzsch
Guidance updating kernel in the original thread.
Guidance including the Wireguard feature.
King1990
Fixing LOS compile bugs to keep this build alive!
dwarisz
Fixing LOS compile bugs to keep this build alive!
gusnz
Guidance on enhancing universal9810-common repo!
Synt4x.93
The original developer making these builds possible. Thank you so much!!!
SOURCE CODE:
https://github.com/Geoknyda/
https://www.lineageoslog.com/18.1
https://github.com/LineageOS/android_build
https://github.com/Geoknyda/android_kernel_samsung_universal9810
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.9.y
REFERENCES:
https://en.wikipedia.org/wiki/Linux_kernel_version_history#Releases_4.x.y
REQUIREMENTS:
Stock Samsung Oneui 2 - 2.5 (Android 10) Firmware. (Bootloader + Vendor)
XDA DevDB Information
LineageOS 18.1, ROM for the Samsung Galaxy S9
Version Information
Status: Stable
ROM Firmware Required: Oneui 2 - 2.5
My work will always be free for everyone to use and I will never hide anything behind a paywall.
* We are not responsible for anything that may happen to your phone by installing custom ROMs/kernels.
* You do it at your own risk. You take responsibility upon yourself and are not to blame us or XDA.
* Your warranty will likely be voided by installing custom ROMs.
I also maintain the same build for the S9 (starlte) and S9+ (star2lte) on XDA here. I plan to continue kernel patching support, feature additions, and security updates for the Note 9 (crownlte) as I have been doing already for the S9 and S9+.
Have a great day!
so its support signature spoof by default?
I am not clear about the following steps:
Install microG services core (F-Droid)
Install microG services framework proxy (F-Droid)
Can u kindly guide me on the exact files to be downloaded and how to install them?
ACC18 said:
so its support signature spoof by default?
Click to expand...
Click to collapse
Yes the support for signature spoofing is enabled by default for you in this ROM.
ganapathyraman_s said:
I am not clear about the following steps:
Install microG services core (F-Droid)
Install microG services framework proxy (F-Droid)
Can u kindly guide me on the exact files to be downloaded and how to install them?
Click to expand...
Click to collapse
The first thing you need to do is install the F-Droid store from the official source: https://f-droid.org/
Then you need to add the microg repository in F-Droid per the official instruction: https://microg.org/fdroid.html
Then, you need to click on the links on your Note 9 with F-Droid installed, and those magnet links will open F-Droid and bring you to the proper package for installation.
FYI new update includes:
Kernel update 4.9.299 -> 4.9.300
Now available via OTA or OP.
Have a great day!
FYI new update includes:
Kernel update 4.9.300 -> 4.9.302
February 2022 Security patch
Now available via OTA or OP.
Have a great day!
thanks for the rom
.does this rom supports??
1-face unlock
2- double tap 2 wakup
3- does camera have night mode, portrait mode and slow motion
twp-rehan said:
thanks for the rom
.does this rom supports??
1-face unlock
2- double tap 2 wakup
3- does camera have night mode, portrait mode and slow motion
Click to expand...
Click to collapse
1: No
2: No
3: No
FYI new update includes:
Kernel update 4.9.302 -> 4.9.303
Now available via OTA or OP.
Have a great day!
Neurotical said:
The first thing you need to do is install the F-Droid store from the official source: https://f-droid.org/
Then you need to add the microg repository in F-Droid per the official instruction: https://microg.org/fdroid.html
Then, you need to click on the links on your Note 9 with F-Droid installed, and those magnet links will open F-Droid and bring you to the proper package for installation.
Click to expand...
Click to collapse
Is microG services required and Is this done after you install the phone and restart it?
jdennis61 said:
Is microG services required and Is this done after you install the phone and restart it?
Click to expand...
Click to collapse
MicroG is not required, but the ROM supports it if you want to install it.
If you want it, you need to install it after the ROM is installed.
Neurotical said:
MicroG is not required, but the ROM supports it if you want to install it.
If you want it, you need to install it after the ROM is installed.
Click to expand...
Click to collapse
Thanks. Is baseband updating just for backing up your stock firmware in case you want to reinstall it?
jdennis61 said:
Thanks. Is baseband updating just for backing up your stock firmware in case you want to reinstall it?
Click to expand...
Click to collapse
Good question! Baseband updating is flashing new drivers (closed source from Samsung) for your cell phone modem. It usually results in better efficiency and signal status, but is not required.
FYI new update includes:
Kernel update 4.9.303 -> 4.9.304
Now available via OTA or OP.
Have a great day!
FYI new update includes:
Kernel update 4.9.304 -> 4.9.306
Now available via OTA or OP.
Have a great day!
deleted
FYI new update includes:
Kernel update 4.9.306 -> 4.9.307
March AOSP Security update
Now available via OTA or OP.
Have a great day!
Hi.
Can I dirty flash this rom over my current unofficial Lineage OS 18.1 rom which is from another maintainer. (This one, https://forum.xda-developers.com/m/synt4x-93.7861769/)
He hasn't updated it for a year now.
If not, can I still use the twrp recovery or is lineage recovery a must now?
Thanks for your work.

[ROM][blueline][A12] iodéOS = LineageOS 19.1 + MicroG + adblocker [04/04/2023]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction
iodéOS is a privacy-focused operating system powered by LineageOS and based on the Android mobile platform. iodéOS aims at protecting the user's privacy with a built-in adblocker and by freeing the smartphone from snitches.
The objectives in the conception of this ROM are threefold:
To keep the stability and security level of LineageOS, by minimizing the modifications made to the system. Apart the system modifications required by the adblocker, we mainly only added a few useful options commonly found in other custom ROMs, made some cosmetic changes, modified a few default settings to prevent data leaks to Google servers.
To ease a quick adoption of this ROM by new users. We especially target users that are concerned by the protection of their privacy, but are not reluctant to still use inquisitive apps like Google ones. We thus included MicroG as well as a coherent set of default apps (all open source, with one exception), and simplified the initial setup of the system. Particularly, an initialization of MicroG has been made with GCM notifications allowed by default, a privacy-friendly network location provider (DéjàVu) pre-selected, as well as Nominatim Geocoder.
To provide a new and powerful way of blocking ads, malwares, data leaks of all kinds to many intrusive servers. We are developing an analyzer, tightly integrated into the system, that captures all DNS requests and network traffic, as well as a user interface (the iodé app). Compared to some other well-known adblockers, this has the advantages of:
Avoiding to lock the VPN for that use. You can even use another adblocker that uses VPN technology alongside our blocker.
Being independent of the kind of DNS server used by the system or set by an independent app: classical DNS on UDP port 53 or any other one, DNS over TLS (DoT), DNS over HTTPS (DoH), ..., as we capture the DNS requests before they are transmitted to the system function that emits the DNS request. What we do not support, is DoH when it is natively built into applications, i.e. when an app communicates directly with a DoH server, without asking name resolution to the system. It would require to decrypt HTTPS packets between such an app and the DoH server, which may create a big security hole.
Precisely mapping DNS requests and network packets to the Android apps that emitted (or received) them.
Deciding which apps have a filtered network usage (by default, all apps), and which ones can communicate with blacklisted servers.
Since its first versions, we added many features to the iodé blocker: several levels of protection, fine-grained control over the hosts that should be blocked or authorized, displaying statistics on a map to see the quantity of data exchanged to which countries, clearing statistics... We are actively developing the blocker, and new functionalities will be regularly added.
Features
Changes in LineageOS to prevent data leaks:
Default DNS server: Google's DNS replaced by Quad9's 'unblocked' servers in all parts of the system.
A-GPS: patches to avoid leaking personnal information like IMSI to supl server.
Captive portal login: connectivitycheck.gstatic.com replaced by captiveportal.kuketz.de for connectivity check.
Dialer: Google default option replaced by OpenStreetMap for phone number lookup.
Pre-installed apps:
We included many useful default apps, but our choice cannot suit everyone; so we added the possibility to remove them. It can be done at the end of the phone setup, or at any time by going to Parameters -> Apps & Notifications -> Preinstalled apps.
MicroG core apps: GmsCore, GsfProxy, FakeStore.
NLP backends for MicroG : DejaVuNLPBackend (default), MozillaNLPBackend, AppleNLPBackend, RadioCellsNLPBackend, Nominatim Geocoder.
App stores : FDroid (with F-Droid Privileged Extension) and Aurora Store.
Browser: our own fork of Firefox (with Qwant as default search engine, many other ones added, telemetry disabled, parts of telemetry code removed) instead of Lineage’s default browser Jelly.
SMS: QKSMS instead of Lineage's default SMS app.
Email: p≡p (Pretty Easy Privacy).
Camera: our own fork of Open Camera, with a few tweaks.
Maps/navigation: Magic Earth GPS & Navigation (the only one free but not open source).
Keyboard: OpenBoard instead of AOSP keyboard.
PDF: Pdf Viewer Plus.
Personnal notes: Carnet.
{Ad/Malware/Data leak}-blocker: iodé.
News: to keep users informed about our developments, as well as a FAQ.
Meteo: Geometric Weather.
Pre-included FDroid repository:
The apps that we tweak or develop (microG services, the browser based on Firefox, the News app, Open Camera ...) are available through a repository that we included in FDroid (check the "Apps for iodéOS" category). For this purpose and to avoid name conflicts of some apps, we also had to make a few changes in FDroid.
Useful options from other custom ROMs:
Smart charging (disables charging when a given level is reached, to protect battery health).
Fingerprint vibration toggle.
Installation Instructions
To download and flash our latest build, see https://gitlab.com/iode/ota.
You can also find here direct links to the latest builds.
Supported devices
Fairphone FP3/FP3+
Fairphone FP4
Google Pixel 3
Google Pixel 4
Google Pixel 5
Google Pixel 6
Google Pixel 6a
OnePlus 9
OnePlus 9 Pro
Samsung Galaxy A5/A7 2017 (a5j17lte/a7j17lte)
Samsung Galaxy S9/S9+ (starlte/star2lte)
Samsung Galaxy Note 9 (crownlte)
Samsung S10e/S10/S10+ (beyond{0,1,2}lte)
Samsung Note 10 (d1)
Samsung Note 10+ (d2s)
Sony Xperia XA2 (pioneer)
Sony Xperia XZ1 (poplar)
Sony Xperia XZ2 (akari)
Sony Xperia XZ3 (akatsuki)
Xiaomi Mi9 (cepheus)
Teracube 2e
Xiaomi Mi 10T 5G / Mi 10T Pro 5G
Xiaomi Mi 10 Lite 5G
Sources
iodéOS: https://gitlab.com/iode/os
LineageOS: https://github.com/lineageos
device tree: https://gitlab.com/iode/os/public/devices/google/device_google_blueline
https://gitlab.com/iode/os/public/devices/google/device_google_crosshatch
kernel: http://github.com/LineageOS/android_kernel_google_msm-4.9[/URL]
Bug Reporting
You can post a message in this thread or (preferred) open an issue here.
Credits
LineageOS is a free, community built, aftermarket firmware distribution of android, which is designed to increase performance and reliability over stock android for your device.
All the source code for LineageOS is available in the LineageOS Github repo. If you would like to contribute to LineageOS, please visit their Wiki for more details.
This ROM would be nothing without the tremendous work made on MicroG, and all the other open source apps that we included. We are very grateful to their authors.
Contributors
Direct contributors: @iodeOS, @vince31fr
Indirect contributors (too numerous to list): All the people that contributed to the device tree, to LineageOS, and to the included open source apps.
Sponsoring
You can help in the development of this ROM by paying us a coffee here: https://paypal.me/iodeOS.
Screenshots
Downloads :
iodéOS
04/04/2023 (build 20230401):
Installation procedure: move to a fastboot script (read instructions: https://gitlab.com/iode/ota)
Blocker: improved use of blocking lists (sub-domains blocking)
FDroid: fixes an issue on apps update
LineageOS synchronized with March security patch included
All apps updated
07/02/2023 (build 20230207): initial publicly available build of iodéOS for Pixel 3.
[/LIST]
Thank you. Could you please bring Dual Sim Dual Standby back?
Bootloader boot.img ?
sideloaded rom but need boot.img
fastboot flash boot boot.img
adb sideload iode-3.5-20230207-blueline.zip
Nunchakuka said:
Bootloader boot.img ?
sideloaded rom but need boot.img
fastboot flash boot boot.img
adb sideload iode-3.5-20230207-blueline.zip
Click to expand...
Click to collapse
Karateka “Osu!"
Solved! Inside iode-3.5-20230207-blueline-img.zip
About phone say its android 12
*** New Update : 04/04/2023 ***
Available as OTA (see OP)​
vince31fr said:
*** New Update : 04/04/2023 ***
Available as OTA (see OP)​
Click to expand...
Click to collapse
This is working great for me, and the "flash-all" installer was smooth with no issues.
Props to the iode team for putting together a great build. This saves so much time and is slick!

[ROM][11.0][LineageOS 18.1][microG] for S4 Mini GT-I9195(serranoltexx)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LineageOS 18.1 (A11) microG For for S4 Mini GT-I9195(serranoltexx)​
With the rise of Big Tech and the encroachment of government into our lives , I felt more of a desire to move away from Google and the like.
Samsung S4 Mini GT-I9195(serranoltexx) was built with microG and LineageOS source and is fully functional.
What it is. It's LineageOS with all of Google's closed-source binaries removed and replaced with microG. I.e. no Play services or GAPPS. UnifiedNLP is used as the networking location provider instead of Google's NLP. Aurora Store and F-Droid is installed by default and provides an alternative app store. However, with the Aurora Store, you cannot install all Google Play Store apps such as buy apps.
Other information Google Play Store Alternative If you want to have full access to normal Android Play Store apps, After opening Aurora Store, select the appropriate option. usually option number 1 is the most commonly used with this ROM, unless changed by the user. After setup, you will have access to all apps as usual. Some apps require Play Services and cannot be used.
After installation - Open the microG app --> self-check sections should be successful. Location Services - By default, LocalGsmNlpBackend, which uses the NominatimGeocoderBackend, and NominatimNlpBackend, which uses Mapquest's Noninatim service, are disabled. Open the microG app --> location modules and enable the modules you want. Then restart the device.
It is strongly recommended not to install Gapps as this ROM contains a replacement for Gapps​
Works
all basic functions
Does not work
tell me
twrp must be installed
Secure your data (recommended)
Removes custom encryption pins/passwords (recommended)
CLEAN FLASH (if coming from another ROM or Android version )
- Download the ROM from the website. (see download link below)
- Reboot to restore.
- Create backup (optional)
- Wipe system, data, cache, Dalvik
- Flash the build
- Flash magisk (if needed)
- Reboot
DIRTYFLASH
1) via OTA
2) Manual method
- Download the ROM from the website.
- Reboot to restore.
- Flash the build.
- Flash magisk (if needed)
- Reboot
Official update
monthly
Changelog
Spoiler: Klick
Date -28/04/2023
=================
Changelog 28.04.2023
- Synced with LineageOS sources
- Merged April 2023 Security update
Changelog microG
microG unchanged v0.2.27.223616
- Update AuroraStore 4.2.1
- Update FDroid to 1.16.3
Date -25/03/2023
=================
- Synced with LineageOS sources
- Merged March 2023 Security update
Date -01/03/2023
=================
- Initial release
- with February 2023 Security update
Downloads Rom
S4 Mini GT-I9195 (serranoltexx)
ROM Manufacturer:
Exodusnick
Source code Kernel:
android_kernel_samsung_msm8930-common
Source code partner_gms / microG
android_vendor_partner_gms
Source code Rome construction :
docker-lineage-cicd
Source code system
https://github.com/LineageOS
Status LineageOS 18.1: Stable
Created 01.03.2023
Last Updated 2023-04-28
Everyone is responsible for their own actions. Neither Team Xda, nor I, the creator of the theme, will take responsibility for any damage to your device caused by any Flash attempts.
Support for german users​
[ROM][11.0][LineageOS 18.1][microG] Für S4 Mini GT-I9195 (serranoltexx) - Los-Legacy
LineageOS 18.1 (A11) microG für S4 Mini GT-I9195(serranoltexx) Mit dem Aufstieg von Big Tech und das Eindringen der Regierung in unser Leben, fühlte ich mehr von einem Wunsch, weg von Google und dergleichen zu bewegen. Samsung S4 Mini…
forum.los-legacy.de
Installed this and everything works so far except my nagivation apps (google maps and waze) doesn't work even with all location modules turned on. What could I do to make them work?
Can you test the GPS with the apk?
For maps I use these from
Our Apps - DivestOS Mobile
divestos.org
See
GMaps WV¶​
GPS works see screenshot in first post you also need to turn on your location. Just like in the microg settings.
That this is microg / free Google some apps will not work read all in the first post
Exodusnick said:
Can you test the GPS with the apk?
Click to expand...
Click to collapse
Will try this more when I can go out of the house. Currently only picking up 4 sats but still can't get my coordinates.
Exodusnick said:
GPS works see screenshot in first post you also need to turn on your location. Just like in the microg settings.
That this is microg / free Google some apps will not work read all in the first post
Click to expand...
Click to collapse
Yes I turned it on. It could just be my poor location and poor cell provider, will change it and see if anything changes. I'm just glad that at least Sims work in this ROM unlike the other one. Thanks for that!
i just tested waze app on my samsung s7 with microg and it works for me. but i registered with my private email address not with gmail as it does not work under microg.
I just installed AppleWifiNlpBackend and everything is working fine now
new update Lineageos 18.1 microG via ota or see download link
Changelog 25.03.2023
- Synced with LineageOS sources
- Merged March 2023 Security update
download link
lineage-18.1-20230325-microG-signed-serranoltexx.zip
for german users
Dashboard - LOS-Legacy®​Deine Android Community
@Exodusnick
Download with OTA works so far, it boots into TWRP, but than i have to go File manager , data , lineage updates and select the file .
If got installed TWRP 3.5.0.9 from arco68.
Or works that only with the newest TWRP 3.7.0.9 ?
Download TWRP for serranoltexx
Download TWRP Open Recovery for serranoltexx
eu.dl.twrp.me
Exodusnick said:
[ URL entfaltet = "wahr" ] https://eu.dl.twrp.me/serranoltexx/[/URL]
Click to expand...
Click to collapse
Thx for the answer.
That means for using the OTA update we have to install to the latest TWRP Version.
Just flashed My Mini S4 with your LOSG 18 Rom , perfect so far !
Do you plan on becoming an official lineageos maintainer ?
This would change everything on the futur of this kind of phone which still works great !
No, I will not do this because the requirements for official support by the los team are not given.
What version of LineageOS is best for S4 mini? I now have 14.1-20180609 ( android 7.1.2) But for some reasons I now need a newer version of android.
I need a phone that works fine, it does not has to be the newest version.
Will my phone be slower with android 10 or 11 compared to 7? Or no different? Or is it some way to make it faster?
Does newer versions of android needs more memory than older versions?
Will my phone be better with 10 or 11 compared to 7?
Wow a new ROM for this great little phone, I hadn't noticed this thread.
Can it be dirty flashed over Arco's version so long as I update twrp?
[ROM][I9190/I9192/I9195/L520/R890][Unofficial][11.0.0] LineageOS 18.1 for S4 Mini
The phone that never dies, gets a new Android version yet again. Samsung only gave it Android 4. Lineage gives it Android 11. A whopping amount of 7 newer versions than the last official one it came with. This time I can present a usable build...
forum.xda-developers.com
Not_Rich said:
.....
Can it be dirty flashed over Arco's version so long as I update twrp?... ....
Click to expand...
Click to collapse
Imho it's not recommended as even if it works you can never be sure what causes problems if they arise.
Why don't you make a clean install and try to restore Data via TWRP (if you didn't flash Gapps in that ROM).
Gave this ROM a try.
Flashing clean, easy and fast 1st boot.
Installed some apps from SD and F-droid.
But from Aurora store I wasn't able to install Osmand what I need for cycling.
Tried several times but always got a parsing problem notice.
Was anybody able to install it?
Install Osmand via F-Droid
Exodusnick said:
Install Osmand via F-Droid
Click to expand...
Click to collapse
Installation worked but it's permanently crashing when trying to get past 1st step.

Categories

Resources