Earlier quoted context omitted.
There's always LineageOS
is it completely de-googled though (even when play services are not installed)? Honest question. To me it seems as if that's not one of the main interests of the lineage community. I do use lineageOS myself and am generally very content with it but I am always a bit concerned when I see that the data usage of OS components (which are thrown together as one "app" in the settings) is more than a few MB. The system must…
Review: Copperhead OS
151–160 of 162 posts
Re: Review: Copperhead OS
#152Earlier quoted context omitted.
You might be a Google employee, but you do not seem to be an Open source proponent. That's you prerogative, but you completely miss the point of the discussion if you ask why should users want to be independent from proprietary services. Sure, 99% don't want that and would click any colored and shiny button if it promises them a free Justin Bieber ringtone, but this is not the topic of the thread.
I prefer software that is open source. I like to contribute my time, effort, and money to open source software as well, at least that which I find useful and interesting. I guess I'm not an open source proponent but just whatever you would call the above? What would you consider to be an open source proponent? Someone who believes all source code should be open source? > That's you prerogative, but you completely mis…
So back to how this relates to an Android being tied to Google Play: you as the user don't have ultimate control over your device. And that means you don't fully own your device.
That's my perception of the main issues with control from Apple and Google. Lots of great software and hardware being produced, but we need to have more power over the operation of our gadgets.
Re: Review: Copperhead OS
#153Earlier quoted context omitted.
The newer version of signature spoofing patch (included in microG's LineageOS fork) allows you to control the spoofing and make sure that it's only used when necessary and permitted, so I'd say the answer is "no".
Interesting. I know the microG folks tried to upstream a patch to Cyanogenmod, which the devs shot down almost immediately.. So you're saying that the microG folks are now maintaining a fork of LineageOS? If it's not tracking VERY closely to upstream LineageOS, then it's probably not worth it.
Re: Review: Copperhead OS
#154Earlier quoted context omitted.
The newer version of signature spoofing patch (included in microG's LineageOS fork) allows you to control the spoofing and make sure that it's only used when necessary and permitted, so I'd say the answer is "no".
IIRC all the spoofing patches required a special app permission to spoof.
Re: Review: Copperhead OS
#155Earlier quoted context omitted.
Cloud services are probably the thing that is the farthest away from being open-source non-proprietary software... and he is working on cloud services, so I can understand where he comes from...
While I understand what you were getting at, we actually do open source some of our software as well as contribute to an early open source project so I wouldn't say it's the FARTHEST away..
Re: Review: Copperhead OS
#156Earlier quoted context omitted.
I use that but it's all Google based. Not sure if you can decouple it from Play Services without breaking everything.
LineageOS runs fine without Play Services. It's actually the default mode. It just limits your app choices. My needs are simple so I don't really mind, and I appreciate the improved battery life and speed. It turns out many apps from the Play Store don't actually have a hard dependency on Play Services. Example: Slack works, except for notifications and (IIRC) receiving calls, which is good enough if you don't need t…
Re: Review: Copperhead OS
#157Earlier quoted context omitted.
I've done this with all Google apps minus maps. Haven't found anything close to Google maps. Also how do I turn off location tracking by Google, constantly asking me to upload pictures, write a review, answer questions ect
Yes please! I understand you can disable the notifications in Maps settings, but that likely doesn't disable the constant location tracking. Does anyone know how to disable this?
Re: Review: Copperhead OS
#158Earlier quoted context omitted.
>fused location system ... which can't exist without Googles involvement That's kind of a cop-out though. It certainly could exist without Google's involvement if the location provider were a pluggable module within AOSP. microG does this - my phone supports the fused location API using Mozilla's location database instead of Google's. (There are other modules too, like a local database of cell towers if you're willin…
How would you have push provider available as a module? The sender is communicating with a particular push provider.
Re: Review: Copperhead OS
#159Earlier quoted context omitted.
This is true, but building from source isn't very hard. (I also don't care for the Pixel -- I have no desire to upgrade from my Nexus 6 and recommend it to others seeking a de-Googled phone.)
I had a nexus 6 for 2 years. Just replaced it last month with an iPhone 8+. My experience with the nexus was horrible and I will never buy another android phone. The quality of the hardware is just abysmal. I hope the iPhone proves itself better.
You should provide some actual claims about the problems you had with the hardware rather than just complaining.
Re: Review: Copperhead OS
#160Earlier quoted context omitted.
How would you have push provider available as a module? The sender is communicating with a particular push provider.
The client could provide the push service to use when initially setting up push notifications for that app. I believe that's how Web Push works.