View Single Post
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#15
Originally Posted by snowman View Post
thanks..but what is the name of that gconf file..want to edit that file
Originally Posted by megoodsen View Post
Can that be done with apps as came with the fone or do I need to download something?
Okay, for both of you:

You'll need some way of accessing the rootfs (the file system on which system files are stored).

The two simplest things:
  • Install rootsh and Midnight Commander (mc) on the N900
  • EASIER: Install OpenSSH on the N900 and use WinSCP

As the article says, go to /var/lib/gconf/apps/hildon/update-notifier

There is a single XML file there which you need to edit.
Mine is as follows:

Code:
<?xml version="1.0"?>
<gconf>
	<entry name="blink-after" mtime="1274823819" type="int" value="10000000"/>
	<entry name="check_interval" mtime="1274791864" type="int" value="10000000"/>
</gconf>
Hope this helps!