Active Topics

 



Notices


Reply
Thread Tools
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#501
Originally Posted by steve_o View Post
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's Avatar
Posts: 249 | Thanked: 345 times | Joined on Aug 2010 @ Italy
#502
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
__________________
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#503
Originally Posted by m750 View Post
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)
 
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#504
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.
 
Posts: 432 | Thanked: 917 times | Joined on Jun 2011
#505
Originally Posted by saponga View Post
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...
 
Posts: 27 | Thanked: 12 times | Joined on Sep 2010 @ Paris
#506
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 :
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 !

Last edited by Julien_2006; 2011-12-18 at 23:47. Reason: solved
 
Posts: 6 | Thanked: 2 times | Joined on Feb 2011
#507
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:

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?
 

The Following User Says Thank You to Mummelnase For This Useful Post:
Posts: 4 | Thanked: 4 times | Joined on Feb 2011 @ Spain
#508
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.
 
Posts: 7 | Thanked: 8 times | Joined on Mar 2012
#509
Originally Posted by Cholfo View Post
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!
 
Posts: 6 | Thanked: 2 times | Joined on Feb 2011
#510
Originally Posted by getnani View Post
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>"
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:55.