• Anyway to Block the texting on a LG classic using TracFone Service?

  • MMyiLevel 3 - Gold Member

    I currently have an LG classic flip with Tracfone service, without removing the Text via CDM commands running with the abd and all. Anyway with the carrier to temporarily disable the texting?
    Or a block that way one can use it for the week knowing it doesn't have texting and then put it back on? Or best way is to remove the folder and then wipe to reinstall?


      Myi you can probably ask your provider to remove sms from the plan but usually a plan goes for a month...

      Myi the service I use I can block sms and then unblock it. But it has to be done through a website or app

      • TechgenLevel 6 - Platinum Elite Member

      • Edited

      Myi You can try temporarily disabling with adb shell pm disable <package name>
      and enabling with adb shell pm enable <package name>
      if that doesnt work try adb shell pm disable-user --user 0 <package name>

      • Myi replied to this.
        10 days later
        • MMyiLevel 3 - Gold Member

          Techgen will try, Thanks.

          Starting from where is the command to run?

            Myi If youre using adb on a computer start with adb shell pm... If youre using webadb go to the shell section and start from pm...

            • Myi replied to this.

              Techgen Thanks will try with both, and see if I'm successful.