maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Announce] Proximus (https://talk.maemo.org/showthread.php?t=81174)

vige 2012-03-02 08:23

Re: [Announce] Proximus
 
I'm having trouble adding/editing rules in Proximus. The "New" button is green, but nothing happens when I press it. The "Edit" button stays gray, which I guess means its disabled. Pressing it does nothing, even if I have selected one of the example rules before pressing the button. What could be the cause of my problems?

vige 2012-03-02 08:35

Re: [Announce] Proximus
 
Quote:

Originally Posted by vige (Post 1172989)
I'm having trouble adding/editing rules in Proximus. The "New" button is green, but nothing happens when I press it. The "Edit" button stays gray, which I guess means its disabled. Pressing it does nothing, even if I have selected one of the example rules before pressing the button. What could be the cause of my problems?

Could you provide us the format of the configuration file? That way I could perhaps add the rules manually using a text editor...

Creamy Goodness 2012-03-02 08:45

Re: [Announce] Proximus
 
honestly I don't know the format, it's probably some sort of xml but I don't write it directly.
did it ever work? try to reset the settings (in the menu).
try a previous version or make sure you're using the newest one.
I really have no idea what could cause your problem, it should work on all firmware versions...
Also try to turn your phone completely off, it doesn't do this unless you hold in the power button for about 10 seconds.
btw, I won't reply again for a while, it's 1:30 am here :)

Creamy Goodness 2012-03-07 05:20

Re: [Announce] Proximus
 
sorry, there is a bug where if the wifi is disabled it will queue up too many scans and you will have to kill it. I'll try to fix it ASAP. (i hope it's to save power because no way you shouldn't be able to do scans!)

-edit-
okay, fixed in 1.3.2

Hariainm 2012-03-27 16:34

Re: [Announce] Proximus
 
Your 1.3.3 version (and maybe >1.30) makes the search for update apps to load forever, may be some evil .list like the filemanager issue? https://harmattan-bugs.nokia.com/sho...cgi?id=1044#c5.
Also, i can't find a proper way to disable PSM based in the rule i set: Enter in PSM from 00:00 to 12:00. It enters, but doesn't disable it when is the time.
And a final question, it runs on startup? does it work (or should it work) while Proximus is not open?

Creamy Goodness 2012-03-27 17:10

Re: [Announce] Proximus
 
Quote:

Originally Posted by Hariainm (Post 1184728)
Your 1.3.3 version (and maybe >1.30) makes the search for update apps to load forever, may be some evil .list like the filemanager issue? https://harmattan-bugs.nokia.com/sho...cgi?id=1044#c5.
Also, i can't find a proper way to disable PSM based in the rule i set: Enter in PSM from 00:00 to 12:00. It enters, but doesn't disable it when is the time.
And a final question, it runs on startup? does it work (or should it work) while Proximus is not open?

I can't reproduce the 'forever searching for updates' issue.
There's probably some bug with the timers if it's not switching out of PSM, I can look at this later.
The proximus-daemon process should be running on startup, the user interface will tell you the process ID # if it is.

reinob 2012-03-27 20:02

Re: [Announce] Proximus
 
@Creamy Goodness,

Any news about a N900 version?

I wouldn't mind if the GUI is QML or QWidget or anything. Actually, I'd rather NOT have a GUI but just the daemon and some editable config file.

Can you quickly let me know how the settings are stored and if they can be edited by a human? If so, I could try installing the daemon manually..

Creamy Goodness 2012-03-28 02:23

Re: [Announce] Proximus
 
Yeah the timers were not coded correctly, or maybe I deleted something by accident. It seems I forgot to connect the signal emitted when the timer elapses to the part that rechecks the rule, and I also forgot to set a new timer for 24 hrs later when the previous one elapses.
I'm just testing my changes now...

For n900 version, even the c++ daemon won't work as-is. Can you take a look at this and see if it fits your needs? http://talk.maemo.org/showthread.php?t=82415
The person that made it might be able to add more features too.

-edit-
okay 1.3.4 seems to work :)

jsun 2012-03-30 17:50

Re: [Announce] Proximus
 
I have a problem with calendar keyword based rules. When a calendar event starts Proximus changes the profile to silent, but it doesn't change the profile back to ringing when the calendar event ends. Is there any way to make the profile switch back to previous setting when the calendar event ends?

Creamy Goodness 2012-03-30 18:15

Re: [Announce] Proximus
 
I'll give you two options:

If your calendar event was "meeting" you could make a rule that checks for meeting with the "NOT" option enabled, and sets it to ringing.

Since I let you set the order of rules and it processes them top to bottom (I think) you can just put a rule at the top that doesn't check anything and sets it to ringing, and just make sure you have rules below it to set to quiet when you want it to.

Let me know if this doesn't work for you...

DarkSkies 2012-03-30 20:53

Re: [Announce] Proximus
 
Just started using this application. Well done, Creamy Goodness. It's an awesome piece of code. Thanks!

jsun 2012-03-31 10:52

Re: [Announce] Proximus
 
Quote:

Originally Posted by Creamy Goodness (Post 1186176)
I'll give you two options:

If your calendar event was "meeting" you could make a rule that checks for meeting with the "NOT" option enabled, and sets it to ringing.

Since I let you set the order of rules and it processes them top to bottom (I think) you can just put a rule at the top that doesn't check anything and sets it to ringing, and just make sure you have rules below it to set to quiet when you want it to.

Let me know if this doesn't work for you...

Thanks. The second option seems to work based on quick testing. I couldn't get the first option working. If I made a rule with the "NOT" option and with the same calendar keyword, the phone didn't went to silent when the calendar event started.

Creamy Goodness 2012-04-02 19:07

Re: [Announce] Proximus
 
Quote:

Originally Posted by jsun (Post 1186415)
Thanks. The second option seems to work based on quick testing. I couldn't get the first option working. If I made a rule with the "NOT" option and with the same calendar keyword, the phone didn't went to silent when the calendar event started.

I'm glad you got it working somehow.
If you have more problems you can open the UI and leave the status window open, maybe the log will give some useful hints as to why it's not doing what you expect. Sorry I don't have more time to test it thoroughly myself.

Creamy Goodness 2012-04-12 03:18

Re: [Announce] Proximus
 
Anyone get the app stuck in a situation where it just keeps saying "status check delayed (again) by pending wifi scan"? It just did that to me and I think I know why so... new version.

www.rzr.online.fr 2016-07-30 13:31

Re: [Announce] Proximus
 
Has anyone tried to rebuild existing sources of Proximus ?

I am adding it to
https://wiki.maemo.org/Apps


All times are GMT. The time now is 19:01.

vBulletin® Version 3.8.8