answered
2016-08-04 17:27:09 +0200
Got a way to disable the sms activation service
Thanks to @mautz from TMO
We have to disable the service as well as mask the timer which launches the service.
(I don't know if the timer is user timer or not)
devel-su
systemctl --user stop sms-activation-intex.service
systemctl --user disable sms-activation-intex.service
systemctl --user stop sms-activation-intex.timer
systemctl --user mask sms-activation-intex.timer
if it doesn't work try to remove --user for timer
To revert back
systemctl --user enable sms-activation-intex.service
systemctl --user unmask sms-activation-intex.timer
please post ps -aux output here (you can get that from terminal)
tortoisedoc ( 2016-07-26 09:59:18 +0200 )editStrange to read that people still think an antivirus software would protect them.
inta ( 2016-07-26 10:48:06 +0200 )editHow do i get ps aux output from terminal ,pls guide me.
Xeon ( 2016-07-26 20:19:05 +0200 )edit@Xeon, goto settings and enable developer mode. Terminal will be installed now. Open terminal from the app grid and type "ps -aux" without quotes and press enter. On the top right corner of terminal you can see a soft touch menu button, press it and choose 'select' in 'drag mode'. Select the ps -aux output and again press menu to copy the text. Well, then paste here.
lal ( 2016-07-27 08:45:18 +0200 )editFor me, the phone didn't send any sms. That may be because I have 0 balance in my SIM. :D
utkarsh ( 2016-07-27 14:37:58 +0200 )edit