LineageOS 20

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Does anyone know if it's possible to download and run the new Aperture camera on other devices?

    I see the source code at https://github.com/LineageOS/android_packages_apps_Aperture - but there are no downloads listed on https://www.apkmirror.com/uploads/?devcategory=lineageos

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. payload-dumper-go

    an android OTA payload dumper written in Go

    Since it's compatible with so many devices, it should probably run on most others too as long they support the same Camera API.

    As for downloading, I'm not sure if it's available separately, which of course would be the easiest way, but you can always get the APK for it from any LineageOS build. Just download the flashable ZIP image, extract `payload.bin` from inside the ZIP, extract the `product` partition with `payload-dumper-go` [1]: `payload-dumper-go -p product payload.bin`, and then you have an EXT4 image you can simply mount under UN*X, or extract from using numerous tools for Windows.

    1. https://github.com/ssut/payload-dumper-go

  4. hardened_malloc

    Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.

  5. GmsCore

    Free implementation of Play Services

    As a matter of fact, there have been unofficial builds [1], so it's not like the newer Pixel hardware isn't supported at all. Although being Exynos-based likely doesn't help.

    Besides Graphene, there's also CalyxOS [2], which is basically like LineageOS with MicroG [3].

    1. https://forum.xda-developers.com/t/rom-unofficial-raven-orio...

    2. https://calyxos.org/

    3. https://microg.org/

    And for those who want GApps, they might like their Pixels on stock OS. In fact one of the more popular custom OSes is Pixel Experience, trying to port these features to other devices.

  6. FreeDcam

    FreeDcam is a CameraApp for Android >4.0(ics) wich try to enable stuff that is forgotten by the manufacturs

    If you want the most amount of customization try the FOSS FreeDcam [1] It's incredible!

    [1] https://github.com/KillerInk/FreeDcam

  7. android_packages_apps_Aperture

    CameraX based camera app for LineageOS - releases here https://sebaubuntu.dev/lineageapps.html (by SebaUbuntu)

    See also: https://github.com/SebaUbuntu/android_packages_apps_Aperture

  8. lineage_wiki

    Take a look at https://github.com/LineageOS/lineage_wiki/blob/master/_data/... - it's the length of the 'maintainers' list.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • LineageOS is currently installed on 1.5M Android devices

    6 projects | news.ycombinator.com | 5 Feb 2024
  • Smartphones with Qualcomm Chip Share Private Information with US Chip-Maker

    2 projects | news.ycombinator.com | 25 Apr 2023
  • GrapheneOS as my daily-driver mobile OS

    2 projects | dev.to | 20 Jan 2023
  • Class action against Oracle’s worldwide surveillance machine

    2 projects | news.ycombinator.com | 23 Aug 2022
  • Apple asked for a cut of Facebook’s ad sales years before it stifled Facebook’s ad sales

    2 projects | /r/apple | 13 Aug 2022

Did you know that C is
the 6th most popular programming language
based on number of references?