Aleš Berka
unread,Feb 11, 2013, 6:39:32 AM2/11/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
I have done something similar in Tasker. To stop it, you need to freeze it using root shell command "pm disable". If you want the application to be available after this, execute "pm enable" quickly after. It won't start the service again.
You can start the application from the launcher (and if the application = Whatsapp is coded properly, it will start the background service) or use "am broadcast" command to simulate BOOT_COMPLETED event(intent) which is responsible for starting the application after reboot.