|
2009-07-13
, 11:56
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#2
|
|
2009-07-13
, 14:04
|
Posts: 542 |
Thanked: 117 times |
Joined on Sep 2008
@ 52 N, 6 E
|
#3
|
I think that it's the "normal" check for software updates available.
No idea where this is started from though.
|
2009-07-13
, 14:07
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
~ $ cat /var/lib/alarmd/alarm_queue.xml | grep -i update
<parameter name="interface" type="string">com.nokia.hildon_update_notifier</parameter>
<parameter name="service" type="string">com.nokia.hildon_update_notifier</parameter>
<parameter name="path" type="string">/com/nokia/hildon_update_notifier</parameter>
<parameter name="name" type="string">check_for_updates</parameter>
|
2009-07-13
, 18:37
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#5
|
|
2009-07-13
, 19:11
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#6
|
Trying to summon Merlyn? ;-)
|
2009-07-13
, 19:35
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#7
|
The Following 2 Users Say Thank You to qole For This Useful Post: | ||
|
2009-07-13
, 20:06
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#8
|
Yay, I win!
I forget that cat isn't needed but I've fallen into a bad habit of thinking that grep is most useful when things are piped into it. Like, I do "find | grep whatever" rather than "find -name whatever".
find -regex '.*whatever.*'
The Following User Says Thank You to Benson For This Useful Post: | ||
|
2009-07-13
, 20:50
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#9
|
|
2009-07-13
, 21:31
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#10
|
I'm glad I'm not the only one that noticed this and wished he could adjust or turn it off and ONLY use manual updates. (I prefer the latter on my OWN schedule.)
gconftool -st int /apps/hildon/update-notifier/check_interval 2147483647
Often right after I make a wifi connection the tablet immediately begins downloading. My proxy logs show requests to repository.maemo.org and catalogue.tableteer.nokia.com. I looked around and found that the URLs appear in files under /etc/hildon-application-manager/ and /home/user/.hildon-application-manager/ contains some related files.
Then I got lost in the gap between bringing up a network interface and what seems to be a GUI application. If there was some configuration setting, I missed it.
What can I do to prevent these downloads?