• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • OK First thing GOS team is currently assuming that Pixel 10+ won’t meet their requirements. But for older Pixels it’s tough. Google just stopped sharing vendor blob, device tree, and instead of openly developing AOSP now it is fully behind close doors only releasing source later with full update. But I have hope. I’ve been daily driving custom ROMs for 10+ years and before I could afford Pixel I had cheap phones which also didn’t share any of these things but custom ROMs were very much thriving and they will always. Yes there may be a little more delay for new devices. All the new features may take longer but GOS already has a lot of security and privacy stuff figured out.

    I think we should all support however we can to not just GOS but also other Custom ROMs. Because there will always be those who’ll stop society from progressing and all we can do is fight back with donations, our time, and resources.


  • Google used to share the complete device tree and vendor blobs. And full commit history for kernel.

    Without device tree they have to reverse engineer it which is very complicated and if it is wrong your device won’t even boot

    Without vendor blobs they have to have every pixel phone with stock android update it and extract them from phone again slow and painful process

    Without commit history for kernel GOS devs don’t know what change is needed to fix a particular security issue or a bug so they can’t easily back port. And also the AOSP 16 source code wasn’t released to public until full launch so it again slows things down.

    I know google was never obligated to share those things but they have been doing it since forever. And to stop this now when in reality the number of ppl using custom ROMs is at it’s lowest is bad it is not affecting their bottom line but they still choose to do this.







  • Yeah AI is really stupid especially when it comes to bash. Once one of my colleague came to me asking a bash script not working that they got from ChatGPT. It was 20-30 lines with function and everything was a variable even the commands. I didn’t even bother reading, asked them what they were trying to do and wrote a simple one liner and it did exactly what they wanted in first try…