maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting) (https://talk.maemo.org/showthread.php?t=46594)

sixwheeledbeast 2011-12-13 20:05

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
Quote:

Originally Posted by steve_o (Post 1132316)
i've been using alarmed since i can remember, but recently i had to reflash my maemo ...

now i reinstaled alarmed 0.2.0-2 and - to my surprise - all of my events were still there.

good thing i thought, but i can't create any new task or edit any existing task.

every time i press new or edit, the ui just crashes to desktop...

anyone know what i'm doing wrong ?

Having the same problem any ideas?
Also tried uninstall, reboot, reinstall, reboot as rotoflex
Installing from testing if that helps?

m750 2011-12-13 22:05

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
try to install the new version: "alarmed 0.3.0-1"
http://maemo.org/packages/package_in...armed/0.3.0-1/
It is in extras-devel

sixwheeledbeast 2011-12-13 22:37

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
Quote:

Originally Posted by m750 (Post 1137223)
try to install the new version: "alarmed 0.3.0-1"
http://maemo.org/packages/package_in...armed/0.3.0-1/
It is in extras-devel

Forgot to mention Devel has conflicting pkg:-
pyside-qt4-maemo5 (< 0.4.2-1maemo8)

sixwheeledbeast 2011-12-13 23:25

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
Sorted with alarmed 0.3.0-1
Did the following to clear the conflicting pkg.

Code:

apt-get remove --purge pyside-*
apt-get clean

Then installed alarmed from Devel.

saponga 2011-12-14 13:19

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
Quote:

Originally Posted by saponga (Post 1030223)
hi guys, i find this bug... im using PR 1.3 and tried install Alarmed from extras-testing. The GUI open with 3 buttons but just one tap on New event close it. thanks !
$ /opt/alarmed/alarmed.py
:: Starting alarmed GUI
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
Segmentation fault
~ $

Updating: I just install version 0.2.0-2 and it works perfectly well. Thanks Shapeshifter !!! It's a 5 stars app...

Julien_2006 2011-12-18 23:27

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
hello i reflashed my device a few weeks ago and alarmed was working well but today gui can't start and i have this message from cli :
Quote:

iOError: [Errno 28] No space left on device
I checked my rootfs, about 30% left available. None of my disk is full. I can't see where this error come from.
Somebody help ?

A reboot did the thing ! yeah ! alarmed rule again !

Mummelnase 2012-01-18 16:20

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
Hello everyone, alarmed gives some errors for me.
I'm not a python programmer and don't really know what I'm doing, but I nevertheless I twiddled with the source ;)

I have Version: 0.2.0-2 and 21.2011.38-1Tmaemo1.2 running.
Starting alarmed it segfaults, if I change in /opt/alarmed/alarmed_gui.py the lines

Code:

from PySide import QtCore, QtGui, QtMaemo5
#from PyQt4 import QtCore, QtGui

to
Code:

#from PySide import QtCore, QtGui, QtMaemo5
from PyQt4 import QtCore, QtGui

It starts and pops up the GUI.

Clicking a button brings this error though:
Code:

QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
Traceback (most recent call last):
  File "./alarmed_gui.py", line 163, in openEventDialog
    self.datePicker = QtMaemo5.QMaemo5ValueButton("Date")
NameError: global name 'QtMaemo5' is not defined

If I change that to
Code:

#from PySide import QtCore, QtGui, QtMaemo5
#from PyQt4 import QtCore, QtGui
from PyQt4 import QtCore, QtGui, QtMaemo5

I can call the "add event" mask.

Apparantly storing worked, but the GUI won't come up any more:

Quote:

Nokia-N900:/opt/alarmed# ./alarmed.py
:: Starting alarmed GUI
Traceback (most recent call last):
File "./alarmed.py", line 91, in <module>
import alarmed_gui
File "/opt/alarmed/alarmed_gui.py", line 711, in <module>
widget = AlarmedGUI()
File "/opt/alarmed/alarmed_gui.py", line 44, in __init__
self.addEventToList(eventInfo)
File "/opt/alarmed/alarmed_gui.py", line 60, in addEventToList
newEventTitle, newEventContent = alarmed_backend.generateEventString(eventInfo)
File "/opt/alarmed/alarmed_backend.py", line 197, in generateEventString
days + " at " + dt.strftime("%H:%M") + ":")
AttributeError: 'QString' object has no attribute 'lower'
What's wrong?

Cholfo 2012-02-29 07:57

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
I use the last day of month at 23:59 option to reset the data counter and it was done yesterday 28 and not today 29.

McCloud 2012-03-31 18:58

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
Quote:

Originally Posted by Cholfo (Post 1171862)
I use the last day of month at 23:59 option to reset the data counter and it was done yesterday 28 and not today 29.

Same here. It started in February, becouse we add one day. But in March (yesterday) it was the same!

Mummelnase 2012-04-23 18:44

Re: [Announce] "Alarmed" scheduling App (supports automatic GPRS data counter resetting)
 
Quote:

Originally Posted by getnani (Post 1131422)
Is there any fix for the alarmed (no gui display) yet?

If not is there any way I can delete all the alarms set without using gui?

Yes, install "alarmclient".

Type "alarmclient -i" to view all alarms, you can identify those alarms by their name with "alarmed//"
Delete them one by one with "alarmclien -d <number>"


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

vBulletin® Version 3.8.8