You can still install an Android version without this. Android is still open source. Lots of ROMs out there. I believe this just describes how stuff will work when a device is certified and Google services are installed/pre-installed.This is bullshit. Android was built on anything goes, and now Google is destroying this wonderful idea. Also, I wouldn't trust Google with any information.
I don't see how this does anything for their commercial problems, I see this as at best security theater because the student, hobbiest, and the unconfirmed third-party store "bypass key" are huge holes in any security improvement this may have had.Google are currently facing the prospect of losing significant revenue from the play store due to regulatory action. This new approach is likely a way to plug the gaps in revenue that the regulation will create. It’s a commercial response to a commercial problem.
You can still install an Android version without this. Android is still open source. Lots of ROMs out there. I believe this just describes how stuff will work when a device is certified and Google services are installed/pre-installed.
Tragically, Stallman was only partially right in the sense that it’s worse than he anticipated. He’s not wrong about who software you can’t modify works for; but tivoization/crypographic lockdown(especially in ‘remote attestation’ scenarios) allows for control even when the user is provided full source access and has the technical chops to use it.Stallman was right.
@RyanWhitwam, author of TFA, please consider writing an article outlining the current state of mobile Linux, both software and hardware. It appears to have become a relevant topic, given the overall state of the (corporate quasi-totalitarianism in the) mobile field.This is madness. Every single day I wish godspeed upon linux phone devs. Time to start throwing some money at Pine/postmarket/sailfish etc because the two mobile actors are twats
@RyanWhitwam, author of TFA, please consider writing an article outlining the current state of mobile Linux, both software and hardware. It appears to have become a relevant topic, given the overall state of the (corporate quasi-totalitarianism in the) mobile field.
This feels a bit passively worded. The Trump administration successfully had Apple voluntarily pull it from the Apple App Store.
Feels like this comparison should have been discussed a bit more, because Google putting themselves in this place as gatekeeper is exactly the kind of controlling bottleneck that allowed Apple to decide that its users aren't allowed to run an app like ICEBlock.
Google has pulled all of their ICE tracking apps, so it can be assumed they would have also pulled ICEBlock.And the dev not dual publishing it means apple could remove it and no chance for people to compare them against android… since its not there either.
Major failing
I think that’s part of it, but the more relevant legal event was probably how Apple is complying with the DMA in the EU: they are allowing third-party stores and direct installation from the web, but requiring everyone involved to complete an enormous number of verification steps and submit all individual apps for signing, just like Google wants to do here.I imagine since Google "lost" the Chrome monopoly case, received no penalties, and effectively won, we'll be seeing a lot more abuse of their various monopoly positions in the immediate future. This is just a start.
It's my phone.So, is the fuss about a one-off payment of $25 and identity verification, or what?
I can't stand Phosh and the default apps, so I installed PostmarketOS with plasma-mobile. The shell itself is a lot snappier!
That is more usable, but one thing reaaaly stops me: I don't want to give up my hobbies, and for that I need various non-free messaging platforms. Any tips?
Also the fact that all TCP connections die when it goes into powersaving (suspend) is kind of an issue... Any other tips?
Won't the lose google's approval to use the playstore and stuff?Could a phone manufacturer choose to patch Android to remove the verified apps only requirement and advertise that as a feature?
There is alternatives to all the google apps. I'd rather buy a phone that I can choose to install what I want and live without the play store, google maps etc.Won't the lose google's approval to use the playstore and stuff?
The woould have to go the way of Huawei....
If you do decide to go Windows and web only, take a good luck at Flutter. You can use one code base to write for Windows, the web, Android, iOS, and other platforms. I didn't realize this until recently, but Flutter is about 8 years old now.I'd like to know too. I'm currently learning Android Studio for work. I'd like to make an app to track bins and take pictures of packaged boxes, have it on numerous tablets for employees to use. I've experimented a bit with loading some test programs on my phone to see how it works. How is this going to affect me and my work. I'll only be able to install it via USB like what, 20 times, 50 times, 3 devices?
Ack.. Makes me want to abort this idea right now and just stick with creating Windows apps or web only apps.
What do you mean? People are always bringing that up - apparently wilfully unaware of that fact that home computers are began from a starting point of utter insecurity and have slowly had security applied over the years.The issue, of course, is that Apple argued that all of those steps are somehow required to keep iOS’ security intact (despite Apple silicon Macs in Full Security Mode offering effectively the same security guarantees while still allowing arbitrary third-party apps and even custom OSes and OS downgrades, but nobody ever brings that up)
This argument is akin to saying that because it is possible to break a window there is no point locking the door.So we ultimately end up just blocking stuff that black hats aren’t using for exploitation, while also blocking stuff that legitimate developers actually are using, and always in a way that somehow conveniently financially benefits the big corporation in charge of all of this. It’s exactly the same way with apps now: there are already effective exploits for hacking iOS devices through mechanisms like iMessage. The existence or non-existence of third-party apps doesn’t meaningfully change how protected people are from bad actors because the protection is all based on OS and API design anyway.
I stand by this. The Play Store is an abysmal experience.Wow, hyperbole much? It surely has problems like all things but to call it "almost unusable"? When its literally the most used app store in the entire world delivering access to billions of people?
It's in the proprietary closed-source Google Play/GMS stuff, similar to the blocking installation of APKs of apps downloaded from the Play Store.Could a phone manufacturer choose to patch Android to remove the verified apps only requirement and advertise that as a feature?
It would be impossible for your phone to carry a database of all verified apps, so this process may require Internet access.
It's possible to write a chat application that has a persistent TCP connection and doesn't hog the battery, Conversations is really great at that. It's not an issue of the modem being up, in fact the modem needs to be kept up, otherwise incoming phone calls wouldn't work either. The suspend is the main CPU being shut down (essentially s2ram, as known from laptops, leaving USB devices powered). I don't know if it's the software constantly doing something, or the NXP CPU being bad at low power states, but the main CPU is shut off.Well, I don't use Telegram anymore, but both worked fine under Waydroid. I think if you install Google Services under Waydroid, everything basically works.
But there's no solution for the TCP connections dying as of now, because keeping them up would mean the modem would not sleep. Even Signal itself uses a lot of CPU to stay up when you don't have push notification support. However, if your background applications do not, in general, use so much battery, I can afford 8h per day out without going into suspend and 20+ hours with suspending (I recently replaced my battery after two years).
When I am out for long, I got used to killing Signal and checking it now and then if I need to coordinate with people, or just calling them. At home, my Librem 5 is connected to my monitor via USB-C, thus staying awake and charged. I limit charging to 70% for the sake of battery health via a script.
The investigation is ongoing..You know what MIGHT move me SLIGHTLY towards Googles perspective? If google released detailed statistics about malicious apps both verified and unverified.
You know what makes me confident google is full of shit? The fact that they have not done the above.
I am not completely fluent in the inner workings of the Librem 5 (I run the default distro PureOS) but, as far as I know and as far as I can read from logs, when you do "Suspend", 3 cores out of 4 sleep.It's possible to write a chat application that has a persistent TCP connection and doesn't hog the battery, Conversations is really great at that. It's not an issue of the modem being up, in fact the modem needs to be kept up, otherwise incoming phone calls wouldn't work either. The suspend is the main CPU being shut down (essentially s2ram, as known from laptops, leaving USB devices powered). I don't know if it's the software constantly doing something, or the NXP CPU being bad at low power states, but the main CPU is shut off.
The fact that other protocols/apps suck at being battery efficient without push notifications is a problem with bad design.
edit: Forgot to factor in the Librem+Waydroid factor, it might not be bad design, but also running Android in docker (Waydroid)
Correct: All gets pushed through Apple/Google servers. Hence a privacy nightmare. And, funny thing: Apple's run on kind of XMPP...Actually - I should look more into how push notifications work. I think only one/few connections are up between phone and Apple or phone and Google and all applications push notifications through their infrastructure.
Yea...Correct: All gets pushed through Apple/Google servers. Hence a privacy nightmare. And, funny thing: Apple's run on kind of XMPP...
My introduction to this was setting up an XMPP server. Getting it to work with iOS was a nightmare*, with Apple assuming that the app publisher is also the owner of the server, making the notification a 3 hop mess.
*I don't care about push notifications for google. F-Droid Conversations version which maintains an open connection.
I thought the same thing. I mean, I spend about 50% of my time in Linux and I know the su password. 40% of my time in Windows, where I know the admin password, so ... I could do whatever. Destroy the OS or install anything malicious if I chose to. Of course, I can also write code and deploy it however. This is how nearly all Windows PCs, Macs and Linux machines are.You know what MIGHT move me SLIGHTLY towards Googles perspective? If google released detailed statistics about malicious apps both verified and unverified.
You know what makes me confident google is full of shit? The fact that they have not done the above.