Malware on My Android Phone

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • scan.lol

    A website to quickly scan a qr code without installing an app

  • FYI: I created a website that quickly scans QR codes so that you won't have to download or open any ads-filled QR code apps anymore:

    - https://scan.lol

    Its code is open source too: https://github.com/TimDaub/scan.lol

  • App Manager

    A full-featured package manager and viewer for Android

  • Some 5 years ago, I switched to Firefox Mobile out of annoyance because Chrome refused to block all those popups random websites would show, some prompting an app install, and never looked back.

    Google has since made a lot of improvements including tightening up which apps can install other apps (not a blanket permission anymore), running the Potentially Harmful Applications program, narrowing down fingerprinting (still some way to go as evident by TFA). Google is even thinking about the code that runs outside of Android and locking those up in crosvms [0]. I'm positive, things will improve [1] even if slowly because Android, at this point, is the most widely distributed OS and they can't move as fast anymore without hurting developers and users.

    That said, Google did implement what they call AppOps which paved for tremendous amount of user control including blocking apps from starting activities (UI) / services (background) or from throwing intents (basic cross-app API building block on Android).

    Fortunately, if your device is rooted, you can use AppOps [2]; but then rooting exposes you to an incredible amount of security issues on its own.

    Besides, there are little-snitch esque Firewalls for both root and non-root devices [3].

    [0] https://youtu.be/edqJSzsDRxk

    [1] https://android-developers.googleblog.com/search/label/Secur...

    [2] https://github.com/MuntashirAkon/AppManager

    [3] https://awesomeopensource.com/projects/android/firewall

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Seedvault

    A backup application for the Android Open Source Project.

  • > No - There is no 'easy' way to store/restore the entire phone as I believe Apple does.

    I think Android phones with the Google Services Framework installed do provide such a way. Alternatively, if you're using a custom ROM (like GrapheneOS on Pixel devices), you can use Seedvault[0] for full backups of your phone. It basically acts as a drop-in replacement of the backup service provided by Google.

    [0]: https://github.com/seedvault-app/seedvault

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