View Single Post
Mikkosssss's Avatar
Posts: 645 | Thanked: 519 times | Joined on Apr 2012 @ Finland
#937
Its ready now:

Code:
#!/bin/sh
#Tell if device is secured by security code

reply=$(qdbus --system com.nokia.devicelock /request com.nokia.devicelock.getState 1)
if [ "$reply" == "0" ]; then
    echo "Not Secure"
else
    echo "Secured"
fi
Is there any way to get it update faster?
Now it takes long to change to right.

Edit: Found way from this thread, will test soon.

Edit2: Is there good white lock icon in phone or do I need to make my own?
__________________
────────────────────
Try:My N9 bootvideo

Last edited by Mikkosssss; 2013-08-29 at 09:28.