![]() |
2011-05-10
, 15:19
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#52
|
It probably has left an entry to gconf or there is another application which adds networks without name.
If you are interested you could could run this and look, if you can identify it:
~ $ gconftool-2 -a /system/osso/connectivity/IAP/3de3d8eb-5171-4e52-9b56-ad3a42997f3e ipv4_autodns = true ipv4_type = AUTO type = GPRS ask_password = false gprs_password = sim_imsi = xxxxxxxxxxxxxxx gprs_username = gprs_accesspointname = ~ $
![]() |
2011-05-11
, 18:23
|
Posts: 19 |
Thanked: 2 times |
Joined on Aug 2009
|
#53
|
![]() |
2011-05-11
, 19:24
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#54
|
many thanks!
how about the same functionality but instead ot the "trusted network" concept, could it please inlcude "trusted apps" too? e.g. navigation app? the phone currently locks itself automatically even whilst on navigation app with navigation mode on...
I haven't had a chance to extensively test it, but 0.3.1 now appears to be working for me. Thanks for this great app!
The Following User Says Thank You to laasonen For This Useful Post: | ||
![]() |
2011-05-15
, 08:58
|
Posts: 53 |
Thanked: 9 times |
Joined on Feb 2010
|
#56
|
![]() |
2011-05-15
, 12:12
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#57
|
Those screen shots are looking very promising!
Just a personal opinion, are the red crosses needed, if no applications are selected then it would have the same feature anyway? saving on a cluttered ui as well?
but none the less keep up the great work!
![]() |
2011-05-16
, 18:20
|
Posts: 19 |
Thanked: 2 times |
Joined on Aug 2009
|
#58
|
![]() |
2011-05-16
, 21:56
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#59
|
I may be an isolated case, but I've been forced to uninstall this application due to a strange bug: when not connected to a trusted network and once the 1 hour delay would come up and the device would attempt to lock itself, it would instead make a strange "pinging" sound of some kind and then perform a soft reboot. Obviously not the intended behavior.
Since uninstalling, everything has returned to normal, but if there's anything I can do to help you track down the issue, do let me know.
import dbus, time bus = dbus.bus.BusConnection("unix:path=/var/run/dbus/system_bus_socket") object = bus.get_object('com.nokia.mce', '/com/nokia/mce/request') interface = dbus.Interface(object, dbus_interface='com.nokia.mce.request') print 'Will lock in 8 seconds..' time.sleep(8) try: interface.devlock_callback(dbus.Int32("3"), timeout = 0) except dbus.exceptions.DBusException: pass print 'Will open in 8 seconds..' time.sleep(8) try: interface.devlock_callback(dbus.Int32("2"), timeout = 0) except dbus.exceptions.DBusException: pass print 'Test complite.'
![]() |
2011-05-17
, 16:08
|
Posts: 19 |
Thanked: 2 times |
Joined on Aug 2009
|
#60
|
Since version 0.3.0 the application shouldn't do anything when the phone normally would attempt to lock down :/ It just disables the automatic lock via gconf and opens your phone via dbus, if its locked already when you connect to trusted network. So nothing should happen after the hour.
Only thing related to my application what I think could even crash a phone is mce/systemui. Does this crash your phone and if it does, when?
Is the 0.3.1-2 working on everyone else?
![]() |
Tags |
application, autolock, automatic, connection, locker |
|
If you are interested you could could run this and look, if you can identify it: