Hi guy

  • 0 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




  • The term isn’t found in the bible,but there are plenty of references to the sins.

    Mark 7:20-23 (NLT) 20 And then he added, ‘It is what comes from inside that defiles you. 21 For from within, out of a person’s heart, come evil thoughts, sexual immorality, theft, murder, 22 adultery, greed, wickedness, deceit, lustful desires, envy, slander, pride, and foolishness. 23 All these vile things come from within; they are what defile you.’

    Proverbs 6:16 - 19 (KJV)

    These six things doth the LORD hate: yea, seven are an abomination unto him:

    A proud look, a lying tongue, and hands that shed innocent blood

    An heart that deviseth wicked imaginations, feet that be swift in running to mischief

    A false witness that speaketh lies, and he that soweth discord among brethren






  • masterofn001@lemmy.cato196@lemmy.blahaj.zoneRule
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    2 months ago

    If the disable method doesn’t work, you can try

    adb shell pm uninstall -user 0 -k com.android.cellbroadcastservice

    Edit: AND

    adb shell pm disable com.google.android.cellbroadcastreceiver (This is the Wireless Emergency alert app specifically)

    (I’ve also disabled and/or uninstalled and/or firewalled and/or removed ‘modify system settings’ permissions many of my carrier apps)



  • masterofn001@lemmy.cato196@lemmy.blahaj.zoneRule
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    2 months ago

    Android can disable these alerts using ADB

    adb start-server

    adb shell pm disable com.android.cellbroadcastservice

    Edit: AND

    adb shell pm disable com.google.android.cellbroadcastreceiver (This is the Wireless Emergency alert app specifically)

    Caveat:

    CellBroadcast is a feature of the Android Open Source Project that allows devices to receive and display emergency alerts from cellular networks. Learn how to implement CellBroadcast in your device, how to configure the broadcast channels and languages, and how to test the functionality with the CellBroadcast app.

    This is the app code that provides these alerts.

    https://source.android.com/docs/core/ota/modular-system/cellbroadcast