Reply
Thread Tools
Posts: 153 | Thanked: 81 times | Joined on Dec 2011 @ P town
#1521
I am using peterleinchen script to change the device lock timeout on my phone:
Code:
#!/bin/sh
#configure timeout, may be any integer value from 1 to 999? 
#iTimeout=1 
echo "input timeout in minutes (integer)" 
read iTimeout 

##read 
#system 
echo old system settings 
gconftool -g /system/osso/dsm/locks/devicelock_autolock_enabled  
gconftool -g /system/osso/dsm/locks/devicelock_autolock_timeout 
#applet 
echo old applet settings 
gconftool -g /apps/osso/applet/osso-applet-devicelock/device_lock 
gconftool -g /apps/osso/applet/osso-applet-devicelock/autolock_period 

##set 
#system  
gconftool -s /system/osso/dsm/locks/devicelock_autolock_enabled -t bool true  
gconftool -s /system/osso/dsm/locks/devicelock_autolock_timeout -t int $iTimeout 
#applet, will only accept and show 5, 10, 30, 60  
gconftool -s /apps/osso/applet/osso-applet-devicelock/device_lock -t bool true 
gconftool -s /apps/osso/applet/osso-applet-devicelock/autolock_period -t int $iTimeout 

#new values 
echo new system settings 
gconftool -g /system/osso/dsm/locks/devicelock_autolock_enabled  
gconftool -g /system/osso/dsm/locks/devicelock_autolock_timeout 
echo "new (maybe not displayable) applet settings" 
gconftool -g /apps/osso/applet/osso-applet-devicelock/device_lock 
gconftool -g /apps/osso/applet/osso-applet-devicelock/autolock_period
I am using this script because I want my phone to automatically lock if unused for 1 minute.
After running that script, I encounter this problem.

Is there something wrong with this script? Why does it make the "Secure device" button useless?

And again, I am sorry if I ask the question in the wrong thread.
 

The Following 2 Users Say Thank You to sLumPia For This Useful Post:
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#1522
@all: Can you test if this pulseaudio version working?

http://atrey.karlin.mff.cuni.cz/~pali/pa/new3/
 

The Following 7 Users Say Thank You to pali For This Useful Post:
Posts: 286 | Thanked: 615 times | Joined on Jan 2011 @ Estonia
#1523
Originally Posted by pali View Post
@all: Can you test if this pulseaudio version working?

http://atrey.karlin.mff.cuni.cz/~pali/pa/new3/
Gave it a try. Installed and rebooted. Made three test calls to myself and in all cases "my" ringtone sounded. Also set up an alarm and it sounded too. So it seems, that this version works correctly. I'll keep it installed and continue testing in everyday use

Thanks Pali
 

The Following 11 Users Say Thank You to acrux For This Useful Post:
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#1524
I realized that my e-mail password is open for every apps via gconf:
/var/lib/gconf/apps/modest/server_accounts. Is this "normal"? Any chance to add encryption?
 

The Following 4 Users Say Thank You to elros34 For This Useful Post:
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#1525
Originally Posted by elros34 View Post
I realized that my e-mail password is open for every apps via gconf:
/var/lib/gconf/apps/modest/server_accounts. Is this "normal"? Any chance to add encryption?
and where to put decryption key then?
 

The Following User Says Thank You to pali For This Useful Post:
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#1526
I have no idea just ask
 

The Following User Says Thank You to elros34 For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#1527
Originally Posted by elros34 View Post
I realized that my e-mail password is open for every apps via gconf:
/var/lib/gconf/apps/modest/server_accounts. Is this "normal"? Any chance to add encryption?
As are everyone's WiFi keys.
How is this related to CSSU Testing?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#1528
It was probably a suggestion to increase security by changing how it works in CSSU-T, via encrypting it.

I'm sceptical, as in case of malicious application wanting to retrieve that data and send it <somewhere>, ciphering it like our root password is futile (can be decrypted in few seconds). Now, using stronger ciphers bring it own problems, and would require rewriting lot of things, just to be able to use keys. Unless you want to manually write passphrase at random times, when device needs to access this data

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 4 Users Say Thank You to Estel For This Useful Post:
Posts: 158 | Thanked: 340 times | Joined on Jul 2010 @ middle of nowhere
#1529
Originally Posted by acrux View Post
Only those, that you have already installed.
Nevermind i fixed it using these instructions: http://213.128.137.28/showpost.php?p...postcount=1359

Thanks Deryo!

Last edited by ryu1; 2013-09-15 at 17:02.
 

The Following 2 Users Say Thank You to ryu1 For This Useful Post:
Posts: 10 | Thanked: 19 times | Joined on Jun 2010
#1530
Just a small feedback for the (8th september) pulseaudio build from pali. I have the version installed for a bit over a week and encountered no problems so far.

Thanks for the work everyone in this comunity is investing in keeping the n900 up to date.
 

The Following 2 Users Say Thank You to ummon For This Useful Post:
Reply

Tags
cssu testing


 
Forum Jump


All times are GMT. The time now is 06:23.