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

Started by Myi · Feb 05, 2021

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?


Gratitudetocreator

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

Gratitudetocreator

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

Techgen

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>

Techgen will try, Thanks.

Starting from where is the command to run?

Techgen

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...

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