![]() |
2009-06-29
, 18:05
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#2
|
The Following User Says Thank You to epage For This Useful Post: | ||
![]() |
2009-06-29
, 18:20
|
Posts: 30 |
Thanked: 21 times |
Joined on Aug 2008
|
#3
|
This is great!
Depending on how this evolves, if you want we can merge this into Dialcentral.
Some notes:
Username and password could be pulled from the dialcentral settings file which could ease user hassle a bit.
I'm fully willing to help in understanding my support/builddeb.py script which uses py2deb to generate packages.
How come you copied code rather than having a dependency and import my gv_backend to manager all the GV stuff for you?
So alarmd spawns a program for each alarm event? Have you benchmarked running this to see how much memory/CPU it uses (for how much user interruption and battery drain it causes). Also what about when not connected to a network how should this act and how much should it drain resources?
Is the LED API really that simplistic that you globally turn it on or off rather than giving some kind of token so that on/offs can stack (be kind of weird if led was turned on for emails but launching Dialcentral disables the led).
![]() |
2009-06-30
, 07:35
|
Posts: 240 |
Thanked: 48 times |
Joined on Apr 2009
|
#4
|
![]() |
2009-06-30
, 07:40
|
Posts: 240 |
Thanked: 48 times |
Joined on Apr 2009
|
#5
|
![]() |
2009-06-30
, 18:08
|
Posts: 30 |
Thanked: 21 times |
Joined on Aug 2008
|
#6
|
Hey addisjon,
I'm not sure if I did something incorrectly or if there was a problem updating over the previous beta I had installed but I'm now in an infinate loop on start up. After I installed the latest one you sent to me in the email, I noticed that the lock, unlock icons at the top of the screen (when you lock the device) were red x's instead of the normal icon. I then restarted the device to see if it was something that could fix it. It will attempt to load, the nokia screen is present and the LED is lit. It goes about 95% across (the blue line at the bottom) the light then goes off and the unit restarts. I'm attempting to reformat the tablet and see what we have left. I'll get back and let you know. I have been trying other software as well so I'm not 100% positive this is the issue, but it was right after I installed the latest update
![]() |
2009-07-01
, 03:21
|
Posts: 240 |
Thanked: 48 times |
Joined on Apr 2009
|
#7
|
![]() |
2009-07-01
, 07:57
|
Posts: 194 |
Thanked: 39 times |
Joined on Sep 2008
|
#8
|
![]() |
2009-07-03
, 17:59
|
Posts: 49 |
Thanked: 6 times |
Joined on Jun 2009
|
#9
|
![]() |
2009-07-05
, 22:15
|
Posts: 240 |
Thanked: 48 times |
Joined on Apr 2009
|
#10
|
Also, a big thanks to mrdally204 for his great suggestions, testing, and feedback.
Ok, on to the program. It works as an add-on to Dialcentral. The code borrows heavily from epage's work on Dialcentral, while adding alarmd functionality similar to that of flipclock.
For now it creates an alarmd event which executes the notifier on a recurring basis (e.g. 10 minutes) and plays a sound (thanks gogol!)* and blinks the LED.
*Note: The sound can be customized by swapping the alert.mp3 in /usr/lib/gv-notifier with one of your choosing. The default sound is the new email indicator from Modest.
Dependencies:
python2.5
Dialcentral (only for copying the login cookie, and then for reading/replying to the messages you've been notified of)
*UPDATED 08/11/09
To install:
1) download and install gv-notifier-0.0.3-all.deb
2) edit the configuration file called conf.xml
3) **This only has to be done once, to set the alarm**
in xterm run the command '/usr/bin/python2.5 /usr/lib/gv-notifier/gv_notifier_alarmd.py'
If successful there should be an extra event added to /var/lib/alarmd/alarm_queue.xml, and if there are new messages you should see the LED blinking. To stop the LED (and launch Dialcentral) there is a duplicate Dialcentral icon created in Extras. I use this icon in place of the regular Dialcentral icon, but it could also be changed to launch Google Voice in the browser.
There is also a GV Notifier icon which will run the notifier manually in case you pick a long recurrence time and want to check in between.
To uninstall:
1) /usr/bin/python2.5 /usr/lib/gv-notifier/gv_notifier_alarmd_delete.py
this removes the alarmd entry (I have tried doing this with the .postrm script but no luck as yet)
2) uninstall through application manager
Last edited by addisjon; 2009-08-12 at 21:05.