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?
Anyway to Block the texting on a LG classic using TracFone Service?
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
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 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...
