Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Original comment by chm.duquesne
on 7 Oct 2010 at 10:28
TMP currently uses a "packet receiver", which means it need not wake up
periodically, but instead Android will tell it when a command is received and
is free to let it sleep in the meantime. In other words, it already is fairly
passive.
Original comment by skippy.hammond@gmail.com
on 13 Oct 2010 at 1:42
Yes, TalkMyPhone has a Packet receiver that triggers actions when a command is
received, which means it does nothing while it does not receive packets.
The only problem would come from the fact a connection is kept open to receive
these packets (and obviously this eats battery). But, AFAIK, Periodically
closing/reopening the connection for checking for new commands would not be a
good idea. I prefer waiting for improvements on the jabber libraries side
rather than hacking something quick and dirty...
Original comment by chm.duquesne
on 13 Oct 2010 at 7:35
Ah, thanks so much for the information. Makes me love the app even more than I
already do!
Original comment by jade.fal...@gmail.com
on 13 Oct 2010 at 3:20
Original comment by chm.duquesne
on 14 Oct 2010 at 11:49
Original issue reported on code.google.com by
jade.fal...@gmail.com
on 7 Oct 2010 at 6:14