/dev/null /var/Linux /

Index:

Step 5: Other GCONF Settings: The Device Lock and SWAP

Good you made it so far. I know, it is a long read but here are a few tips you could use still. As it is a corporate device, you need to ensure some sort of security. So why don’t we enable the pin code protection with GConf? The initial pin is everywhere the same but you need to give “easy” instruction on how to change this in the custom documentation you will deliver with the device. You were gonna make a small document for the management, weren’t you?
Right the lines for the device lock are this:

#Device lock we enable it and set it for 10 minutes.
#This locks the device after 10 minutes of being unused
/usr/bin/gconftool-2 --type bool --set /apps/osso/applet/osso-applet-devicelock/device_lock true
/usr/bin/gconftool-2 --type int --set /apps/osso/applet/osso-applet-devicelock/autolock_period 10
/usr/bin/gconftool-2 --type bool --set /system/osso/dsm/locks/devicelock_autolock_enabled true
/usr/bin/gconftool-2 --type int --set /system/osso/dsm/locks/devicelock_autolock_timeout 10

On the Nokia 770 you would make it like this:

#Device lock we enable it and set it for 10 minutes.
#This locks the device after 10 minutes of being unused
/usr/bin/gconftool-2 --type bool --set /system/osso/dsm/locks/devicelock_autolock_enabled true
/usr/bin/gconftool-2 --type int --set /system/osso/dsm/locks/devicelock_autolock_timeout 10

Of course there are many more and one interesting feature in the N800 is that you can enable SWAPPING from GCONF so that more memory is always available. I have not gotten this to work on my 770 though.

#Build internal SWAP
/usr/bin/gconftool-2 --type bool --set /system/osso/af/internal-mmc-swap true

This should enable swapping on the N800

No Tags

Popularity: 100% [?]

Pages: 1 2 3 4 5 6 7 8