Question about Lineage MicroG Fork - Galaxy S 5 Q&A, Help & Troubleshooting

Hello,
Is this Fork of Lineage Is considered trusted or safe? Lineage.Microg.org safe. I know that you can run MicroG with Official Lineage OS. But according to this site,
"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"
Was looking for a weigh in from Dev's/Security Pros

FettyWap said:
Hello, Is this Fork of Lineage Is considered trusted or safe? Lineage.Microg.org safe. I know that you can run MicroG with Official Lineage OS. But according to this site,...
Click to expand...
Click to collapse
I don't use the MicroG but, you may be able to obtain some feedback regarding it within some of the other MicroG threads.
Here's just a few of them to help you get a start on some feedback.
https://forum.xda-developers.com/showthread.php?t=3432360
https://forum.xda-developers.com/showthread.php?t=3217616
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE

Related

[Idea] About signature spoofing. A flashable zip? (Please, read before dismissing)

Hi guys,
with reference to this interesting thread:
Strategic Alliance: bundle F-Droid, add LineageOS repository, add microG
I think that LineageOS may effectively be the reference Android ROM for people looking for privacy and timely updates (which implies more security).
In this view, it would be extremely convenient to have a working instance of microG on LineageOS, as it would add the convenience of gapps without the need to sell you soul to Google.
The only practical option to have a working instance of microG in CM/LineageOS is using an Xposed module which spoof the signature of microG. The alternative is recompiling CM/LineageOS from scratch by patching it "by hand" before. While viable, these two solutions are far from convenient, as the former depends on Xposed (which is not available for Nougat at the moment, and nobody can really tell if it will ever be) and the second... Well, in my understanding it requires a fair share of knowledge and also computing power and it is probably impractical from the point of view of view of the end user.
My question here is:
given that LineageOS will ship a separate ZIP to allow root to be enabled for apps, would it be technically possible for LineageOS developers to create (and ship ) also a separate zip to enable signature spoofing for people knowing what they are doing?
In my "vision" this could only add a permission that would have still to be manually enabled only for selected apps (microg, specifically).
In the end, only people really interested in microg would manually install the "spoofing" zip. And in this cases it would not pose any additional security risk (if you consider that enabling root may be already dangerous enough).
Let me emphatize that I don't know if this is technically feasible, nor if the developers would ever accept to do that. But in my opinion this should at least be discussed.
Thanks for reading and have a nice day!
E.
enban said:
Hi guys,
with reference to this interesting thread:
Strategic Alliance: bundle F-Droid, add LineageOS repository, add microG
I think that LineageOS may effectively be the reference Android ROM for people looking for privacy and timely updates (which implies more security).
Click to expand...
Click to collapse
I really really like this idea! It is important to give users an easy way to get rid of the intrusiveness of google, if they want to. It's a matter of freedom of choice.
More and more people are scared about (or simply don't like) mass collection of personal data, it would be nice if Lineage OS could give to these people an alternative!
enban said:
My question here is:
given that LineageOS will ship a separate ZIP to allow root to be enabled for apps, would it be technically possible for LineageOS developers to create (and ship ) also a separate zip to enable signature spoofing for people knowing what they are doing?
Click to expand...
Click to collapse
Or maybe a .zip that directly installs microG? (I don't know if it is possible...)
lamp1 said:
Or maybe a .zip that directly installs microG? (I don't know if it is possible...)
Click to expand...
Click to collapse
Installing microG is not a problem. Another user, @wdevil12 , already create an AROMA zip to install microG.
The problem is that microG NEEDS the signature spoofing to be available (it needs that so apps "think" that it is the "real" Google Play Services).
CM/LineageOS never wanted to build this option in the ROM, so one has to rely on Xposed or make one's own build by patching the sources.
Having a flashable zip enabling spoofing signature directly from LineageOS developers would be a huge leap forward and could impulse the use of microG (which, in my opinion, is the best thing happened to Android in years).
My 2 cents.
enban said:
Installing microG is not a problem. Another user, @wdevil12 , already create an AROMA zip to install microG.
The problem is that microG NEEDS the signature spoofing to be available (it needs that so apps "think" that it is the "real" Google Play Services).
Click to expand...
Click to collapse
Thank you for the explanation.
enban said:
Having a flashable zip enabling spoofing signature directly from LineageOS developers would be a huge leap forward and could impulse the use of microG (which, in my opinion, is the best thing happened to Android in years).
Click to expand...
Click to collapse
I agree with you!
+1
Is the lineage browser chromium based?
Is there a purge and replace google from android os tutorial somewhere?
micrograms without xposed
Hi,
I just wanted to share a link with you:
gabsoftware.com/tips/how-to-use-microg-on-lineageos-or-cyanogenmod-without-xposed
I haven't followed these steps yet, but am going to in a few days
enban said:
given that LineageOS will ship a separate ZIP to allow root to be enabled for apps, would it be technically possible for LineageOS developers to create (and ship ) also a separate zip to enable signature spoofing for people knowing what they are doing?
Click to expand...
Click to collapse
I share your enthusiasm and also your frustration.
Here's the thing. Enabling signature spoofing is a patch, so you apply it before building the image. This means a zip would have to provide a drop-in replacement for the files affected by the patch, in this case I believe it's only 1 file: framework.jar. I have no idea how often framework.jar changes, but it would be useful to know – the more often it changes, the more often the zip will have to be updated and distributed again, and the less probable it is that someone will want to do that job.
So here is an approach I was thinking of:
1. Extend the microG patch to not blindly disable signature spoofing, but instead disable it conditionally when a certain flag is enabled in the settings (disabled by default, obviously). Don't provide any UI, just that test in the code.
2. Include that patch in mainstream LineageOS (and other ROMs). By default it's a no-op, so that's completely harmless. This is the key point.
3. Provide a zip (OP's idea) that surfaces the modification of that flag through a "Disable signature spoofing" option in the Developer Settings.
Ideally, 3 would also be baked into mainstream LineageOS, since Developer Settings are already fairly opt-in. However, in light of what happened recently to root access, I'm assuming 3 would have to follow the same approach and live as an external zip too, which is fair enough and would still represent a huge step forward, as OP pointed out.
Thoughts?
Official answer:
We will not be enabling signature spoofing. It's a huge security hole, and breaking android's security model (for any reason) is never acceptable.
Feel free to build it yourself (it is open source) if this is a feature you want, or use one of the plethora of other roms people have generated. Our main goal is to continue passing CTS and have a production-shippable OS available for anyone who wants to use it.
@elirada
I like the idea and, frankly, I'm less concerned about the method to achieve it than on actually having signature spoofing.
Unluckily, as you can see, the official response is "No, never". Now, while I'm grateful to LineageOS developers for their hard work, I feel that their position on this point is plainly wrong. Allowing root is a bigger security issue than allowing on-demand signature spoofing for *one single* app, which would offer much more privacy to LineageOS users.
enban said:
@elirada
I like the idea and, frankly, I'm less concerned about the method to achieve it than on actually having signature spoofing.
Unluckily, as you can see, the official response is "No, never". Now, while I'm grateful to LineageOS developers for their hard work, I feel that their position on this point is plainly wrong. Allowing root is a bigger security issue than allowing on-demand signature spoofing for *one single* app, which would offer much more privacy to LineageOS users.
Click to expand...
Click to collapse
As zifnab said, we most certainly will not open up security holes like this. It would be an incredible disservice to our users.
Opening attack vectors such as this on millions of devices is "plainly wrong" as you put it.
But hey, its OSS, so fork and do it yourself! :good:
invisiblek said:
As zifnab said, we most certainly will not open up security holes like this. It would be an incredible disservice to our users.
Opening attack vectors such as this on millions of devices is "plainly wrong" as you put it.
But hey, its OSS, so fork and do it yourself! :good:
Click to expand...
Click to collapse
What disservice? You clearly didn't read the OP. One should voluntarily flash a zip and then explicitly enable the feature. It's not something that would happen by chance and would be an explicit choice of each user. And frankly, while I certainly may learn how to get the source and compile it, I (and most people willing to use microG) have not the hardware resources and the time to compile each build. To call this solution impractical would be an euphemism.
enban said:
What disservice? You clearly didn't read the OP. One should voluntarily flash a zip and then explicitly enable the feature. It's not something that would happen by chance and would be an explicit choice of each user. And frankly, while I certainly may learn how to get the source and compile it, I (and most people willing to use microG) have not the hardware resources and the time to compile each build. To call this solution impractical would be an euphemism.
Click to expand...
Click to collapse
Even if its something we'd remotely consider, its not as simple as providing a zip with a su binary in it like the root addon. This stuff is in framework which makes it a lot more difficult to supply a "bolt on" zip to do this.
Here's the patch when it was put on gerrit. You can read the comments to see the stance and reasoning on it.
It's something that will not ever be accepted in this project.
hey guys, thanks for this discussion.
i easily patched the first lineageos-build (kenzo device) with tingle. this was possible because "pre-optimization" wasnt yet enabled when built. patching took only 1 minute.
would it be possible to make any second build (or once a month) without this "pre optimization"-flag?
This way security isnt touched and everyone who wants could easily patch it himself!
We will not shipped compromised builds. It doesn't matter about how much you think it convenient...we are trusted to keep users safe.
The moment you have to use the words "spoof", "make the system think it's something else" or anything if that nature, you are lying to the system about an app, which will compromise thebuser's trust in the system.
If you think for one second that "experienced people who know what they are doing" would be the only ones to flash whatever the heck is available, you have not been on this forum or working with Android for very long.
If you "are experienced and know what you are doing", build it yourself. That's the safest bet against users not harming themselves with our stamp (release-keys) on it.
tl;dr: Nope. Not even once.
zifnab06 said:
Official answer:
We will not be enabling signature spoofing. It's a huge security hole, and breaking android's security model (for any reason) is never acceptable.
Feel free to build it yourself (it is open source) if this is a feature you want, or use one of the plethora of other roms people have generated. Our main goal is to continue passing CTS and have a production-shippable OS available for anyone who wants to use it.
Click to expand...
Click to collapse
Fair enough. Signature verification is clearly an important component of Android's security model.
I think one should never have to choose between security and convenience. Give users the choice for long enough and they'll end up falling for the latter. The minute someone provides a poorly crafted yet job-doing image, everybody will start using it. The "I won't solve your problem" answer, rather than help people, will end up pushing them into randomness.
As someone mentioned, maybe there would be a way to allow the overriding of signature checking only for a given app, in favor of another given app? This is very from just disabling the whole thing, yet would let microG work.
That idea is just an arbitrary suggestion. Generally my point is that people are expressing a use case to solve and if nobody cares they will end up doing something silly,
eli
Hi, I've finally manage to enable signature spoofing using tingle. The procedure is straightforward and very easy to follow (download script, make sure you have all needed programs, connect to rooted phone, execute the script, boom - done).
After that I was able to install microg and with Mozilla location backend it's working very well. So currently I'm running lineageos without gapps on oneplus 3t and can install apps from play store.
If any of you want I can write short instruction but all needed information can be found easily.
@alkesander
Is the patch only for LineageOS? Need patch for OxygenOS 4.0.3.
About the security implications of signature spoofing
zifnab06 said:
Official answer:
We will not be enabling signature spoofing. It's a huge security hole, and breaking android's security model (for any reason) is never acceptable.
Click to expand...
Click to collapse
I'm wondering why no one pointed to microG Signature Spoofing and its Security Implications before.
Interesting, glad I found this thread, that link, and the responses from CM/Lineage devs. Seems pretty clear that user privacy is not a priority, probably been the case since that Microsoft money started flowing in 2015..
Time to start looking elsewhere I guess

{GIUDE} HYDROGEN OS 3.0 [Oneplus 3/3T] Installation/ Quick guide

An update to the H2OS out after a long time. The alternative ROM for the OnePlus devices is now updated to the version 3.0. The Hydrogen OS is mostly designed for the Chinese variants of the Oneplus devices. However, the H2OS 3.0 can also be installed on a regular or international variant of the OnePlus 3 and the OnePlus 3T. The ROM brings many new features.
As the Hydrogen OS is a firmware for the Chinese variant, it doesn’t come with the Google Apps pre-installed. You will need to install it separately. Fortunately, we already have a Google play store installed APK which can easily install the Google Play Services onto your Android device.
***IMPORTANT***
BACKUP DATA
Downloads:
ROM ONEPLUS 3T:
http://otafsc.h2os.com/patch/CHN/On...ydrogen_28_OTA_036_all_1702082007_3786c5e.zip
ROM ONEPLUS 3:
http://otafsc1.h2os.com/patch/CHN/O...Hydrogen_16_OTA_036_all_1702081955_c3cb36.zip
Google Apps:
https://drive.google.com/file/d/0B6pQCizpnzoET2NaY1hXODNMOEk/view
Google Play store:
https://drive.google.com/file/d/0B6pQCizpnzoES3FrM0hBYTNHQUk/view
Google play services:
http://www.apkmirror.com/apk/google...-030-146496160-android-apk-download/download/
Instructions:
1.Backup device
2.Enter twrp
3.Wipe Data factory reset
4.Flash Rom.
5.Reboot.
I have not Rooted ill make an video On Rooting H2o.
Source:
https://www.androidsage.com/2017/02/17/install-hydrogen-os-3-0-for-oneplus-33t-download-links/
VIDEO:
https://youtu.be/B21em3jgzCA
Any changelog?
ashokmor007 said:
An update to the H2OS out after a long time. The alternative ROM for the OnePlus devices is now updated to the version 3.0. The Hydrogen OS is mostly designed for the Chinese variants of the Oneplus devices. However, the H2OS 3.0 can also be installed on a regular or international variant of the OnePlus 3 and the OnePlus 3T. The ROM brings many new features.
As the Hydrogen OS is a firmware for the Chinese variant, it doesn’t come with the Google Apps pre-installed. You will need to install it separately. Fortunately, we already have a Google play store installed APK which can easily install the Google Play Services onto your Android device.
***IMPORTANT***
BACKUP DATA
Downloads:
ROM ONEPLUS 3T:
http://otafsc.h2os.com/patch/CHN/On...ydrogen_28_OTA_036_all_1702082007_3786c5e.zip
ROM ONEPLUS 3:
http://otafsc1.h2os.com/patch/CHN/O...Hydrogen_16_OTA_036_all_1702081955_c3cb36.zip
Google Apps:
https://drive.google.com/file/d/0B6pQCizpnzoET2NaY1hXODNMOEk/view
Google Play store:
https://drive.google.com/file/d/0B6pQCizpnzoES3FrM0hBYTNHQUk/view
Google play services:
http://www.apkmirror.com/apk/google...-030-146496160-android-apk-download/download/
Instructions:
1.Backup device
2.Enter twrp
3.Wipe Data factory reset
4.Flash Rom.
5.Reboot.
I have not Rooted ill make an video On Rooting H2o.
Source:
https://www.androidsage.com/2017/02/17/install-hydrogen-os-3-0-for-oneplus-33t-download-links/
VIDEO:
https://youtu.be/B21em3jgzCA
Click to expand...
Click to collapse
Are these stable versions or beta versions ???
D0M1N13 said:
Are these stable versions or beta versions ???
Click to expand...
Click to collapse
Stable
ashokmor007 said:
Stable
Click to expand...
Click to collapse
Thanks dude ! Appreciate it !
Will all the US bands be enabled with Hydrogen OS?
Hi, can anyone using a US OnePlus 3T confirm whether the US version of OnePlus 3T with Hydrogen OS will have the exact same bands enabled as the US version using Oxygen OS? I want to be as Google-free as possible and starting with a manufacturer-supported Google-free ROM like H2OS sounds like a good way to go.
I'm open to other ways to accomplish this but simpler is better for me. Finally moving away from Windows Phone, and yes I know, why would you want Android if you don't want Google? Answer, pathetically trying to cling to ownership of my personal data and can't afford the next best OEM privacy option, the iPhone (which isn't a great privacy option either). Thx!
thph2006 said:
Hi, can anyone using a US OnePlus 3T confirm whether the US version of OnePlus 3T with Hydrogen OS will have the exact same bands enabled as the US version using Oxygen OS? I want to be as Google-free as possible and starting with a manufacturer-supported Google-free ROM like H2OS sounds like a good way to go.
I'm open to other ways to accomplish this but simpler is better for me. Finally moving away from Windows Phone, and yes I know, why would you want Android if you don't want Google? Answer, pathetically trying to cling to ownership of my personal data and can't afford the next best OEM privacy option, the iPhone (which isn't a great privacy option either). Thx!
Click to expand...
Click to collapse
I've been down this path too many times. It's doable but not easy. First, scrap H2OS since Playstore is preinstalled. I'd go with either a lineage based Rom or Freedom OS (OOS with the option to leave all google and OP Apps out on Installation). Just don't flash Gapps after the Rom.
But thats really the easy part. The hard part is the setup. First, you'd need to sideload at least a browser. Get the browser apk of your choice from a reputable source (xda labs is great. It even manages Updates for you). Depending on the apps you need, you'll need some playstore alternative. Some things can be had through xda-labs. If Open Source is your thing, f-droid is great too. Just don't download apk's from somewhere on the web. Your privacy might be more at risk than with google on it.
Also, get a vcard backup of your contacts (or run your own carddav server). Finally, some apps simply won't run without google framework (that's why it's back on my phone). For example "Bring", a shopping list, won't run without google framework. Don't ask me why. But i need that app. Just be prepared for some major inconveniences, and having to find workarounds... :good:
Thanks for the great input domsch1988. You've given me exactly the tips I need to get started. One question though. You mentioned Playstore is preinstalled on H2OS. I was under the impression the main difference between H2OS and OOS was H2OS's removal of all Google specific stuff to meet China's Google restrictions. I assumed that included Playstore. Are you sure it's in there? I only ask because I'd rather start with a OnePlus supported ROM if I can but if that's not the case I'll take the leap and go with one of the ROMs you suggest. Can you recommend a lineage-based ROM I can start with? And, do you have an opinion on microG as a Play framework replacement? It seems like a good idea in theory but the way it's implemented gives me some security concerns.
thph2006 said:
Thanks for the great input domsch1988. You've given me exactly the tips I need to get started. One question though. You mentioned Playstore is preinstalled on H2OS. I was under the impression the main difference between H2OS and OOS was H2OS's removal of all Google specific stuff to meet China's Google restrictions. I assumed that included Playstore. Are you sure it's in there? I only ask because I'd rather start with a OnePlus supported ROM if I can but if that's not the case I'll take the leap and go with one of the ROMs you suggest. Can you recommend a lineage-based ROM I can start with? And, do you have an opinion on microG as a Play framework replacement? It seems like a good idea in theory but the way it's implemented gives me some security concerns.
Click to expand...
Click to collapse
OP stated that PlayStore APK is preinstalled. I have not tried h2os, so can't say for sure. You could give it a try. And with root you can always uninstall system apps.
I never tried microg myself. For me it was always no g at all or the pico Gapps package.
As a lineage based ROM, on my note 4 resurrection remix was great. On the 3t I'm on stock oos, so not sure.
Play store or anything Google is not installed on H2OS
i am using it currently tried to go without play store and other apps for one day but couldn't deal with all the Chinese apps so, installed OOS although everything could have been installed on H2OS also.
Ok
Moderator Information,
Thread has been closed.

Cant login to Google after updating to LineageOs 15.1

Does anyone know how can i login to google after the latest lineageos (official) update?
i didnt even install magisk first cause i wanted to access my google account,
but then again i cant even access it normally.
i am using G900I (kltedv)
What exactly is the problem? Why can you not log into Google? I am using 15.1 KLTEDV and mine works fine.
The problem should be with the GAPPS, was there no error during install(dirty/clean), cos this happens only in serious cases, mostly people get the recurring Play Services error msg, if any.
a safe haven said:
Does anyone know how can i login to google after the latest lineageos (official) update?.......
Click to expand...
Click to collapse
Your best bet is to post this question within the following Official LineageOS thread that's specific to your device and variants.
https://forum.xda-developers.com/showthread.php?t=3476433
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT provide support via PM unless asked/requested by myself. PLEASE keep it in the threads where everyone can share.
a safe haven said:
Does anyone know how can i login to google after the latest lineageos (official) update?
i didnt even install magisk first cause i wanted to access my google account,
but then again i cant even access it normally.
i am using G900I (kltedv)
Click to expand...
Click to collapse
I would just reflash gapps - Personally I always use the nano gapps as its the smallest whilst giving full functionality
If the problem persists clear the data of all google apps - eg google play services

GApps broken after Lineage OS 15.1 update

Recently upgraded to a Galaxy S5 and was able to flash Lineage OS 15.1 and a GApps package with no problem. But what I found is that every time Lineage OS updates I get a spam of notifications saying something along the lines of "[app name] won't work without google play services, which aren't currently installed". Is there any way to remedy this or do I just need to re-flash GApps every time I update?
ShaunCB said:
Recently upgraded to a Galaxy S5 and was able to flash Lineage OS 15.1.........
Click to expand...
Click to collapse
Your best bet is to post this question within the following Official LineageOS 15.1 thread that's specific to your device and variants.
https://forum.xda-developers.com/showthread.php?t=3830497
Good Luck!
~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my SM-G900T device.
you should always specify the exact model device you are talking about, which os builds, which gapps package, and sequence of how you are flashing.
works just fine on my sm-g900t with all so far through LOS 15.1 2018-11-12 and opengapps nano 2018-11-13, and i typically would install LOS weekly with maybe monthly gapps since that is auto-updating through play store anyway.
for thoroughness, as i recall when i was flashing the rom updates (making sure to get the current twrp 3.2.3.0) i'm preter sure there were some scripts that autorun to preserve stuff like opengapps and magisk.
and anyway, i'm probably switching to monthly for LOS and maybe quarterly for gapps, since i'd rather just get the security rollups and reduce wearing out the internal flash storage faster.

Newbie needs advice Lineage w Gapps or Micro G

I am assuming Lineage w Micro G will be released soon since an official Lineage has been released.
Based on your experience which should I install? I want to delete Google from my phone but a few of my apps I have to have rely of Google services.
My inclination is MicroG to have the least Google on my phone but I thought I would ask you guys.
Thanks in advance, JC
PattayaGlock said:
I am assuming Lineage w Micro G will be released soon since an official Lineage has been released.
Based on your experience which should I install? I want to delete Google from my phone but a few of my apps I have to have rely of Google services.
My inclination is MicroG to have the least Google on my phone but I thought I would ask you guys.
Thanks in advance, JC
Click to expand...
Click to collapse
Microg is always with less Google spyware than gapps.
You have to check if all your apps, which rely on Google network, are working fine.
Especially apps which push notifications or messages. Probably you have to sacrifice some comfort for more privacy.

Categories

Resources