|
2011-06-22
, 21:26
|
Posts: 96 |
Thanked: 51 times |
Joined on Jul 2010
@ India
|
#32
|
Hi, it should be since it will compile to native code (doesn't have to run through an interpreter). That being said it will still chow battery until I can get it to stop intelligently.
Am in the process of coding up an early version now, hopefully it will be ready for early testing in a few days time. Also, since I am coming from a Windows/.NET background it will take a bit of fiddling to figure out how to get a list of running processes (looks like I'll have to make use of /proc) but once that is done it shouldn't be too hard.
May also consider making it have some DBus calls so you can pause it or start it using a shortcut or something on your desktop (you could call the lock thing anyway when you do so just to prevent them from doing it themselves) which would prevent it from sharpening its claws on your precious battery
Will let you know when I have something to show for it.
Regards,
SPARTAN563
The Following User Says Thank You to warhawk007 For This Useful Post: | ||
|
2011-06-23
, 05:58
|
|
Posts: 92 |
Thanked: 92 times |
Joined on May 2011
@ Stellenbosch, South Africa
|
#33
|
The Following User Says Thank You to SPARTAN563 For This Useful Post: | ||
|
2011-06-23
, 08:17
|
Posts: 96 |
Thanked: 51 times |
Joined on Jul 2010
@ India
|
#34
|
I was considering integrating it but to be honest I think it would be nicer for people to have 2 seperate apps. I may just add a virtual package which depends on both to the repos. The reason for that is that SIMLock's daemon only tries to run until it does so successfully and then it doesn't again until you reboot next whereas the AppLock would have to run continuously.
At the moment I am trying to find the DBus signals that are emitted when the device goes into its standby state (i.e. screen gets dimmed) though I am considering just making it listen to the lock events rather.
I have written up all the code for checking when apps get launched as well as parsing .desktop files to get the list of installed apps but I still need to figure out how to listen to DBus tio_application calls for certain apps (contacts, messaginge etc.) which are run as daemons in the background. Then I just need to write up a UI (am tempted to just release a console version initially).
The Following User Says Thank You to warhawk007 For This Useful Post: | ||
|
2011-06-23
, 11:23
|
|
Posts: 92 |
Thanked: 92 times |
Joined on May 2011
@ Stellenbosch, South Africa
|
#35
|
[D-BUS Service] Name=com.sierrasoftworks.NETKey Exec=/opt/netkey/NETKey -d
[D-BUS Service] Name=com.sierrasoftworks.NETKey Exec=applock --launch "/opt/netkey/NETKey -d"
The Following 2 Users Say Thank You to SPARTAN563 For This Useful Post: | ||
|
2011-06-23
, 15:49
|
|
Posts: 92 |
Thanked: 92 times |
Joined on May 2011
@ Stellenbosch, South Africa
|
#36
|
The Following 2 Users Say Thank You to SPARTAN563 For This Useful Post: | ||
EDIT: Package is now available through Extras-Devel, not sure why it didn't get moved earlier but it seems throwing it into the build que again fixed the problem.
Sierra Softworks
Last edited by SPARTAN563; 2011-06-22 at 16:37.