On Sun, Dec 22, 2013 at 10:22 PM, Kevin Peterson <qh.res...@gmail.com> wrote: > Hi, > > I want to daemonify my python script on Android device. That is, it should be > automatically invoked on boot up. > > Appreciate your help.
I don't know anything about Android programming, but for Linux i followed the advice on these 2 pages to achieve this: http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/ http://fedoraproject.org/wiki/Packaging:SysVInitScript This probably isn't directly applicable to you, but it still may help. -- https://mail.python.org/mailman/listinfo/python-list