I installed NetGuard about a month ago and blocked all internet to apps, unless they’re on a whitelist. No notifications from this particular system app (that can’t be disabled) until recently when it started making internet connection requests to google servers. Does anyone know when this became a thing?

Edit 2: I bought my Pixel 6 phone outright, directly from Google’s Australian store. I have no creditors.

Were the courts not enough control for creditors? Since when are they allowed to lock you out of your purchased property without a court order?

I don’t even live in the US, so what the actual fuck?

Edit 1: You can check it’s installed (stock Pixel 6 android 14) Settings > Apps > All Apps > three dot menu, Show system > search “DeviceLockController”.

I highly recommend getting NetGuard, you can enable pro features via their website if you have the APK for as low as 0.10€, but donate more, because it’s amazing. You can also purchase via Google Play store.

  • @GroundedGator@lemmy.world
    link
    fedilink
    01 year ago

    I checked to see if this was on my pixel 6 pro. It wasn’t but I found this.

    Not something I installed and not something I would allow.

    The uninstall did not appear to work UNTIL I disabled the app and cleared the data.

    • @ErwinLottemann@feddit.de
      link
      fedilink
      01 year ago

      this is installed by default in case you want/need to enable it (company phone). it is a system app so it cannot be uninstalled, after disableing it (which probably does not do anything when it was not setup in the first place) you can uninstall the updates (so the ‘old’ version that’s sitting in the system image is still there)

  • Dr. Wesker
    link
    fedilink
    English
    0
    edit-2
    1 year ago

    I’m using a fresh install of GrapheneOS, and this is installed too. Not sure what that suggests, except that it’s some core system level app.

  • @smb@lemmy.ml
    link
    fedilink
    English
    0
    edit-2
    1 year ago

    anyone remember the time when google removed(!) their internal “don’t be evil” rule? guess this is part of the outcome of that “be evil” that came along with removal of the opposite. Abuse of this mechanism is IMHO veery predictable ;-)

    There are plenty of google-free cellphones, one could easily stick to better products of better companies. help yourself, google’s not gonna do that for you within the next 5billion* years as they IMHO already stated they “want” to be evil now, always remember that ;-)

    *) thats round about when our sun expands too much for earth, so i currently dislike doing any predictions beyond that point ;-) i do not predict google would last that long, only that they’ll keep beeing evil until their end.

    • Nom Nom
      link
      fedilink
      English
      01 year ago

      Devs still need to eat so we will need a better alternative to adsense. As long as we depend on these corporate services their stranglehold will only continue strengthen like this.

    • John Richard
      link
      fedilink
      0
      edit-2
      1 year ago

      You act like it is Google’s fault that someone found questionable software on the phone they got from Rent-a-center or Alibaba.

      • @smb@lemmy.ml
        link
        fedilink
        English
        01 year ago

        ok, i have to admit, that i was thinking of google-“services” free phones like the new ones from huawei. but sure android is made by google (but not “owned” by them). however i can try to “rescue” my argument by saying something like “just use a nokia 3310! they’re still working and the batterie should still last a week if not more” ;-)

        however projects like lineage os might be a good choice to have threeth (as in more than “both”), more security, less dependency from google, and also more influence on the actual software included in the build, if it’s not even possible to just compile it yourself and have freedom of changing every line of code as you wish.

        • Huawei doesn’t even provide possibility to unlock bootloader, so it’s big NO. Currently I’m using Lineage OS on my primary phone and Linux on secondary phone. But the main problem is big amount of proprietary staff like modems, that can even work bypassing SOC and OS. I found only one phone with truly open-source hardware. It’s Liberty phone from Purism. It costs 2000$ and has perfomance comparable to 50$ Android phone.

          • @smb@lemmy.ml
            link
            fedilink
            English
            01 year ago

            my idea currently is to finish some projects that have priority and afterwards then look for lineage os on raspberry pi, combined with gsm modem and maybe a gps module, all powered by a slim powerbank. might make up a huge bulky phone but i almost want to start building it now. On the other hand if i wait until my other projects are finished, the whole thing might be ready made available for self assembly…

            • I thought about it too, but I want to make a tablet based on RPI 5. I have a 3D printer, so I hope to be able to make an adequately sized case.

    • @dev_null@lemmy.ml
      link
      fedilink
      0
      edit-2
      1 year ago

      anyone remember the time when google removed(!) their internal “don’t be evil” rule?

      I remember when media falsely reported clickbait articles that they did and people bring that up to this day. They moved it from the introduction to the closing statement. Which you can argue makes it less prominent or whatever, but it was never removed.

      Of course it makes no difference, it wasn’t followed either way, and definitely isn’t followed now. But no, it was never removed. You can see it yourself right here at the end: https://abc.xyz/investor/google-code-of-conduct/

          • @FoxBJK@midwest.social
            link
            fedilink
            English
            01 year ago

            And yet it needs to be said because even 6 years after this didn’t happen people are still convinced that it did. It’s brought up way too often and I’m beyond tired of it at this point. Hate on Google for things they actually do, not because they moved 3 words to the bottom of a webpage.

  • @cdegallo@lemmy.world
    link
    fedilink
    01 year ago

    don’t even live in the US, so what the actual fuck?

    I live in the US and the Google play store says this app isn’t available in my region.

  • It pings out to google constantly regardless of where you are. You should be able remove it with adb, or use an app like NetGuard to block it from acessing the internet.

    • Refurbished Refurbisher
      link
      fedilink
      01 year ago

      adb shell pm uninstall --user 0 com.google.android.devicelockcontroller

      If you’re using Shelter, then in addition to that command, replace --user 0 with --user 10

      You don’t need root to do this. You can also uninstall other bloatware using this same method.

      • @bigkahuna1986@lemmy.ml
        link
        fedilink
        01 year ago

        I tried this on a Pixel 7 and am getting:

        panther:/ $ pm uninstall --user 0 com.google.android.devicelockcontroller

        Failure [DELETE_FAILED_INTERNAL_ERROR]

        I also tried disable and got:

        Cannot disable a protected package: com.google.android.devicelockcontroller

      • @MisterFrog@lemmy.worldOP
        link
        fedilink
        01 year ago

        Hero, I just have to get around to doing it 😅 (I will, but grumble, grumble this is why most people don’t bother battling for privacy)

      • @_tezz@lemmy.world
        link
        fedilink
        01 year ago

        New to this depth of phone administration, where are you entering this command? Is there a developer CLI I should be looking for or is this done with a third party app or something?

        • Refurbished Refurbisher
          link
          fedilink
          01 year ago

          Look up “adb” or “Android platform tools” on your favorite search engine. It’s something you do on your PC with your phone plugged in.

            • xttweaponttx
              link
              fedilink
              01 year ago

              You could also give Shizuku a try! Connects to android’s adb bridge over WiFi, right from your phone! From there you can use something like termux to shell straight into your phone!

    • @Salix@sh.itjust.works
      link
      fedilink
      01 year ago

      I find it interesting that yours is com.google.android.devicelockcontroller.

      I checked mine on GrapheneOS and it looks like it’s the AOSP version of the package: com.android.devicelockcontroller

    • @codapine@lemm.ee
      link
      fedilink
      01 year ago

      Mvp comment there. I checked mine and I am in the US, on a phone I originally bought on credit. I do not have that app installed. Go figure. 🤷‍♂️

      Definitely worth checking out your app list to make sure. I wonder if it accidentally came downstream from AOSP into the alt ROMs, and that’s why it’s not in my stock, proprietary, US market, flagship Google pixel device.

        • John Richard
          link
          fedilink
          01 year ago

          Your Store screenshot is not the same app. What is the ID of the app in your original screenshot cause at this point it looks like you just make things up for clout. Anyone else find it strange that people can post almost anything about Google whether true or not and the bot accounts come out from under the woodwork just to share more fake info.

          • Arthur Besse
            link
            fedilink
            English
            01 year ago

            Anyone else find it strange that people can post almost anything about Google whether true or not and the bot accounts come out from under the woodwork just to share more fake info.

            I find it strange that in the face of obviously conclusive evidence that this is a real app that Google made and which many people in this thread have installed (despite not even having bought their phone on credit) you are here posting multiple comments arguing that it is somehow not real…and you even flagged the post. I don’t think you’re a bot but I must say that your dedication to defending Google, especially in this case, is strange to say the least.

      • @MisterFrog@lemmy.worldOP
        link
        fedilink
        01 year ago

        I am at such a loss, because I can see it in NetGuard, and open it’s app details from there, but it doesn’t work even appear in system apps in Shelter.

  • Eggyhead
    link
    fedilink
    01 year ago

    Are we certain it does what we think it does? Could it be something to do with the ability to lock your phone remotely if stolen, or just something to do with Lock Screen functionality?

    • @MisterFrog@lemmy.worldOP
      link
      fedilink
      01 year ago

      Not what it says on the google Playstore listing, but yes it’s possible. Considering the connection requests are seemingly for other google APIs. It’s possible NetGuard is flagging the requests to this app incorrectly. (It can’t distinguish being MS office apps either, so it lumps them together, for example)

      Doesn’t change the fact the app is installed though, on a phone I own outright, and it’s purposes as claimed by google are gross (in my opinion).

  • Eugenia
    link
    fedilink
    English
    01 year ago

    My Pixel5a from google store has it, but my other phone where I installed Murena e/OS (which is based on LineageOS) does not have it.

    • @MisterFrog@lemmy.worldOP
      link
      fedilink
      0
      edit-2
      1 year ago

      How do you go for banking apps on Murena e/OS? This is basically the only thing holding me back from changing my OS to GrapheneOS.

      Dual boot is sadly not a thing according to Graphene (and I have idea about such things

      • Eugenia
        link
        fedilink
        English
        01 year ago

        I will tell you my secret. I have two phones. Two identities. One that has a normal google phone with facebook messenger and instagram, to keep in contact with family, and to have bank apps. And one, where the Murena e/OS is totally de-googled. Where you will only find FOSS apps, from Lemmy to Mastodon and Pixelfed. That second identity is my real one.

        The mistake people make when they write about “moving to Linux” (or similar), is that they try to fit themselves into a box where the modern life doesn’t affords them to. The wiser option is to play on both sides. You have an unassuming, clean-cut identity on one computer and phone, and you have your real self on the other, where it’s ultra-private and secured, and often IP-spoofed if required. And it’s not some kind of closeting thing, or illegal thing or anything, it’s just private. How I would like things to be by default in a Utopian system.

        On top of that, I believe that Murena’s e/OS has a modified g-services app so full fledged Android apps, including bank apps, get fooled so they run. But I don’t personally run them on that phone. That phone is FOSS only.

      • @sudneo@lemm.ee
        link
        fedilink
        01 year ago

        I run /e/OS on my Fairphone 3. The only thing that doesn’t work is login with fingerprints with my banking app. Everything else works, I did not have a problem and I am now running it for more than 3 years I believe (or 4?).

        • @Pantherina@feddit.de
          link
          fedilink
          01 year ago

          Banking is a hit or miss, GrapheneOS should pass all security checks and more, but none of them is Google certified and apps start to request that, which sucks

      • @MalReynolds@slrpnk.net
        link
        fedilink
        English
        0
        edit-2
        1 year ago

        With GrapheneOS, there’s dual profile, a main without google, and a secondary profile with all the garbage you don’t really need…

  • @rockstarmode@lemmy.world
    link
    fedilink
    01 year ago

    I know this is a privacy community, but I’m not sure I’m onboard with the outrage on this particular one. If you rent/lease or go on a payment plan for the device you’re using, then it isn’t yours, it belongs to the entity you borrowed it from.

    If I don’t make car payments, the bank can repossess my ride. If I dont pay my mortgage or rent, I can be evicted by my landlord or bank.

    If I don’t make my phone payment, the company should have recourse to prevent me from using their device.

    This could open up the ability for bad actors to disable my device, and I agree that’s a horrible prospect. But the idea of a legitimate creditor using this feature to reclaim their property is not something I find shocking.

    • All your points are sound. The issue that I have with this is that remote disable functionality is not necessary to achieve any of these aims. Before they were connected to the internet, people were still able to rent/lease autos and the world managed to survive just fine. There were other ways for lenders to get remunerated for breaking lease terms - they could issue an additional charge, get a court order for repossession, etc. Remote disable was never needed or warranted.

      So let’s start by considering the due process here. Before, there was some sort of process involved in the repossession act. With remote disable however, the lender can act as judge, jury and executioner so to speak - that party can unilaterally disable the device with no oversight. And if the lender is in the wrong, there is likely no recourse. Another potential issue here is that the lender can change the terms at any time - it can arbitrarily decide that it doesn’t like what you’re doing with the device, decide you’re in breach, and hit that remote kill switch. A lot of these things could technically happen before too, but the barriers have been dramatically lowered now.

      On top of this, there are great privacy concerns as well. What kinds of additional information does the lender have? What right do they have to things like our location, our habits, when we use it, and all of the other personal details that they can infer from programs like this?

      There are probably lots of other issues here, but another part of the problem is that we can’t even start to imagine what kinds of nefarious behaviors they can execute with this new information and power. We are well into the age where our devices are becoming our enemies instead of our advocates. I shudder to think what the world would look like 20 years from now if this kind of behavior isn’t stopped.

      • @abbenm@lemmy.ml
        link
        fedilink
        01 year ago

        Perfectly stated! The moralizing story kind of serves as cover, as a complete blank check to excuse practically any behavior of the lender, without any limiting principle.

        • Right - they say that they’re just going to use it to defend their “property rights”. In practice, they’re going to use it for a whole lot more than just that…

      • @nymwit@lemm.ee
        link
        fedilink
        01 year ago

        I don’t disagree with anything you say. I think it’s worth mentioning that the cost of enforcement directly informs the cost of a lease/rental situation. The cheaper they can enforce the contract, the less they can theoretically charge. If they had to get a court order to lock your phone or repo your car, they’d make it more expensive or be much more selective about who they lease/rent to. This maybe enables more people to have phones or get cars?

        I swear I’m not rooting for team “aggressive manipulative business behavior widens opportunities for the less well off”. Gross. Kind of how I hear about globalization of manufacturing stuff - “they get paid pennies!” “yeah, but that’s more than before the factory came? look what they can buy now” I know that’s a overly broad generalization but you see those arguments.

    • @Wes_Dev@lemmy.ml
      link
      fedilink
      01 year ago

      When I saw this on a custom ROM, it was basically the same thing, but said that my financial institution or whoever had admin access to my phone, including seeing texts and everything else, until my phone was paid off. Still not sure why that was there in a custom ROM, but I ended up not using it.

    • @s38b35M5@lemmy.world
      link
      fedilink
      English
      01 year ago

      This is classic efficient market hypothesis brain worms, the kind of cognitive dead-end that you arrive at when you conceive of people in purely economic terms, without considering the power relationships between them. It’s a dead end you navigate to if you only think about things as they are today – vast numbers of indebted people who command fewer assets and lower wages than at any time since WWII – and treat this as a “natural” state: “how can these poors expect to be offered more debt unless they agree to have their all-important pocket computers booby-trapped?”

      -Cory Doctorow from his blog, unintentionally addressing you

    • @FritzGman@lemmy.world
      link
      fedilink
      01 year ago

      What about for people like me?

      I bought my device outright. No loans, no payment plans and no reason for that functionality to exist on my phone. Yet there it is, just waiting to be taken advantage of whether there is a valid reason or not.

      This is the kind of apathy that leads to phrases like, “If only we had known” but we do … and do nothing about it.

      I can and will at least do my part for myself and encourage others to do the same.

    • youmaynotknow
      link
      fedilink
      01 year ago

      For every single one of those scenarios, a set of legal processes need to be exhausted. This app gives the lender the ability to do whatever they want, whenever they want, without following a set of legal processes.

      That’s dystopian mentality at it’s greatest.

    • @retrieval4558@mander.xyz
      link
      fedilink
      01 year ago

      Not an unreasonable thought, but my question is what is the process to disable? In your examples, there are legal steps/requirements to repossess those assets.

      In this case I can’t imagine the process is longer than “press the brick button and extort money”

    • @tetris11@lemmy.ml
      link
      fedilink
      0
      edit-2
      1 year ago

      Oh nono no, the world is much worse than that:

      • If you make all your car payments on time except one, the bank can still repossess your car.

      • If you pay your mortgage or rent on time every time except once, the bank can initiate the process of eviction.

      Remember: the power triangle points down

      • AwkwardLookMonkeyPuppet
        link
        fedilink
        English
        0
        edit-2
        1 year ago

        I paid off a car without ever being late, and they reported my account as unpaid and in collections at the end. They had no reason to do so and to this day I still don’t understand why they did it. I contested it and the best I was able to accomplish was getting the entire loan removed from my credit report. So 2 entire years of on-time payments and satisfactory completion of a loan resulted in no positive credit boost for me, and a big PITA, just because the company made a mistake. Companies are not responsible enough to wield the type of power that this app grants.

        • @tetris11@lemmy.ml
          link
          fedilink
          01 year ago

          My point being that if said bank screws up whilst dealing with your loan, and you make a fuss to hold them accountable, the worse thing that happens to them is that they issue an apology.

      • @abbenm@lemmy.ml
        link
        fedilink
        01 year ago

        And there’s the rub. Sure, it’s a financed phone. It doesn’t follow that we have to suspend judgment on the means they resort to, to enforce their terms.