The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2012-11-23
, 12:01
|
Posts: 10 |
Thanked: 3 times |
Joined on Nov 2012
|
#892
|
|
2012-11-23
, 12:08
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#893
|
sh -c "echo rootme | devel-su -c '/sbin/initctl stop xsession/smartsearch'"
sh /home/user/scripts/execroot.sh "/sbin/initctl stop xsession/smartsearch"
sh /home/user/scripts/execroot.sh "/sbin/initctl start xsession/smartsearch"
chmod a-x /usr/bin/smartsearch
The Following 9 Users Say Thank You to ajalkane For This Useful Post: | ||
|
2012-11-23
, 12:20
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#894
|
I've some problems with the WLAN and Internet connection rules:
1. I create an SSID based WLAN rule
2. The rule wizard recognizes my SSID (so I can add)
3. After successful created the rule the rule doesn't recognize my WLAN (in rule editor i can see the current WLAN - and the WLAN condition they are correct, but the rule isn't enabled)
If I restart my N9 the rule works! But after disconnection from wlan the rule will never be automatically enabled Only after a second reboot. (Same with Internet connection rule)
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2012-11-23
, 13:05
|
Posts: 10 |
Thanked: 3 times |
Joined on Nov 2012
|
#895
|
Thank you.
I also suspect that this has nothing to do with ProfileMatic. I vaguely remember reading about similar problems. Try to search the forum. It might be you have to assign a static IP for N9 in your WLAN, or some other similar trickery. But try searching the forum for similar problem, there might be a solution for you.
The Following User Says Thank You to yam603 For This Useful Post: | ||
|
2012-11-23
, 14:27
|
Posts: 307 |
Thanked: 488 times |
Joined on Sep 2010
@ USA around Chicago
|
#896
|
Version 1.8.0 pushed to Store.
Condition no/any internet connection
abyzthomas's problem: http://talk.maemo.org/showpost.php?p...&postcount=854
The Following User Says Thank You to abyzthomas For This Useful Post: | ||
|
2012-11-24
, 18:52
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#897
|
Wiki would probably be best option.
Let's see when the Wiki comes back alive (someone remind me if I forget about it). In the meanwhile just post the recipes here and I'll transfer them when Wiki is back. For some reason I dislike the Google doc approach, but I can't give any rationale for it :P.
The Following User Says Thank You to jalyst For This Useful Post: | ||
|
2012-11-24
, 20:02
|
Posts: 1,313 |
Thanked: 2,977 times |
Joined on Jun 2011
@ Finland
|
#898
|
Actually I think the meego wiki is up & editable now IIRC, so maybe that could be used as a temp measure?
The Following User Says Thank You to ajalkane For This Useful Post: | ||
|
2012-11-25
, 07:18
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#899
|
All the recipes are linked to the first post of the thread, so that should remove the tediousness.
|
2012-11-27
, 08:53
|
Posts: 277 |
Thanked: 319 times |
Joined on Jan 2010
|
#900
|
#---------------------------------------------------------------- # Name: active_rule_names.py # Purpose: Print active profilematic rules except default rule # # Author: Slarti # # Created: 26.11.2012 #---------------------------------------------------------------- import dbus bus = dbus.SessionBus() rule_obj = bus.get_object('org.ajalkane.profilematic', '/org/ajalkane/profilematic') rule_intf = dbus.Interface(rule_obj, 'org.ajalkane.profilematic') active_rule_ids = rule_intf.getMatchingRuleIds() rule_names = rule_intf.getRuleNames() lookup = [] for rule_name in rule_names: rule_id = rule_intf.getRuleIdForName(rule_name) lookup.append([rule_id, rule_name]) lookup_dict = dict(lookup) for active_rule_id in active_rule_ids: active_rule_name = lookup_dict[active_rule_id] if active_rule_name == 'Default rule': continue print active_rule_name.encode('utf-8')
The Following 5 Users Say Thank You to slarti For This Useful Post: | ||
Let's see when the Wiki comes back alive (someone remind me if I forget about it). In the meanwhile just post the recipes here and I'll transfer them when Wiki is back. For some reason I dislike the Google doc approach, but I can't give any rationale for it :P.
My N9/N950 projects: