I use Apk Editor Pro for Android to remove trackers. This application works with a Manifest file, but trackers are not always located in this file. I don’t know what other files may contain trackers, how can I edit them and compile the application on my phone.

Perhaps you have some ideas?

  • @cozycosmic@lemmy.world
    link
    fedilink
    108 months ago

    At my previous company we edited apks to add performance trackers. We modified the dex code directly. It was not easy, but it is possible. Some apps are obfuscated, which makes finding libraries hard. But a principal we used was to look for where the app called into the system code, especially around URL requests. So you could look for all calls to the system network libraries, and identify which ones were calls to tracker systems, and no-op those bytes.

    But, it’s probably much easier to just use the adguard dns server.

    • @illi@lemm.ee
      link
      fedilink
      English
      18 months ago

      It’s nice, but sometimes it just seems to break down my connection and need to turn it off an on again if I suddenly am nit able to loap up anything.

  • 👍Maximum Derek👍
    link
    fedilink
    English
    88 months ago

    I’ve never tried removing trackers, but I do run the TrackerControl app (from fdroid) to track and block them.

    • @JetpackJackson@feddit.de
      link
      fedilink
      38 months ago

      Which one is the correct one? There are two different versions on f-droid and the only difference between them is the publisher/creator

    • @SlowOP
      link
      28 months ago

      Good app. However, on non-rooted devices the use is a bit problematic. Need to select or activate a firewall or activate Vpn.