The Following 106 Users Say Thank You to shapeshifter For This Useful Post: | ||
77h, aanckar, ade, alienhead, AlMehdi, antoarts, asys3, atilla, avim, b666m, Bingley Joe, bman, borghal, Bratag, Bundyo, Caesar, casper27, ceevee, cheve, choubbi, codeMonkey, Corwin, dashti, dhanurdhar, djdas, dvergin, ejasmudar, evad, F2thaK, fhofer, fleetwood, g-man, Garrett_PL, getnani, gidoca, gionni88, hcm, Hrw, HRZ, hypnotik, iKneaDough, Jaffa, jedi, jgbreezer, jhwan, joerg_rw, Joseph9560, jukey, kevloral, kl2010, klinglerware, kojacker, Laughing Man, lemmyslender, leojab, lrose, m750, mannakiosk, marble, Marlon, mason, mdengler, mece, moepda, musculus, nan, Natan_xy, ndi, nicholes, nze, panjgoori, peterleinchen, pillar, reinob, renowong, RobbH, robbie, rotoflex, sachin007, saponga, Sasler, Selene, shiny, sixwheeledbeast, slarti, sting04, Straycat, tetris11_, theonelaw, ThomasAH, Tinnet, TomJ, tuxsavvy, udaychaitanya16, v13, vkv.raju, Wanker, Wikiwide, x-lette, xman, Zentenario, zimon, ZogG |
|
2010-03-07
, 15:13
|
Posts: 156 |
Thanked: 90 times |
Joined on Jan 2010
|
#2
|
The Following 2 Users Say Thank You to rooted For This Useful Post: | ||
|
2010-03-07
, 15:20
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#3
|
The Following 2 Users Say Thank You to Bingley Joe For This Useful Post: | ||
|
2010-03-07
, 16:04
|
Posts: 177 |
Thanked: 199 times |
Joined on Nov 2007
@ Concepcion, Chile
|
#4
|
The Following User Says Thank You to rlinfati For This Useful Post: | ||
|
2010-03-07
, 16:16
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#5
|
The Following User Says Thank You to x-lette For This Useful Post: | ||
|
2010-03-08
, 13:18
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#6
|
the proper command line input is:
gconftool-2 -s /system/osso/connectivity/network_type/GPRS/gprs_reset_time --type=string $(date +%s)
Stumbled upon it by chance.
Please, add a option to go offline ( fligth mode ) and go online ( normal mode ), thanks
The Following 3 Users Say Thank You to shapeshifter For This Useful Post: | ||
|
2010-03-10
, 10:58
|
Posts: 75 |
Thanked: 78 times |
Joined on Jan 2010
@ Germany
|
#7
|
The Following User Says Thank You to hcm For This Useful Post: | ||
|
2010-03-10
, 11:13
|
Posts: 273 |
Thanked: 113 times |
Joined on Feb 2008
@ Germany
|
#8
|
|
2010-03-10
, 11:17
|
|
Posts: 147 |
Thanked: 53 times |
Joined on Dec 2009
@ West London, UK
|
#10
|
The Following User Says Thank You to shiny For This Useful Post: | ||
I wrote a small App that acts as a GUI front-end and CLI-wrapper to maemos alarmd scheduler back-end. It's written in python and uses the PySide bindings to Qt.
Feature list:
Notes:
- Support for ProfilesX dropped in favour of Tweakr profiles
- If it should happen that you create an event and for some reason it gets lost from Alarmed's menu/list, but still exists and acts, look in /var/cache/alarmd/alarm_queue.ini and you'll find your event somewhere at the bottom. It comes with a "cookie", which identifies it. For example: "cookie: 886". You can then use the CLI interface to delete the event. It will tell you it doesn't exist, but it will nevertheless delete the backend-event:
Code:
Don't mess with the alarm_queue.ini, you might do serious damage!
Allright, if you have read all this, you may install the App from extras-develHere are some screenshots:
Changelog:
0.1.4-2:
- Added flight mode enable/disable (thanks to rlinfati)
- Fixed a bug in gprsdataresetter.py (thanks to rooted)
- Slightly less frequently crashing due to some workarounds. Is stable at times, but still crashes at random due to pyside bugs.
0.1.4-3:- _Much_ more stable due to more workarounds (thanks avoozl on #pyside). Couldn't get it to segfault even once anymore!
0.1.4-4:- Fixed missing python-alarm dependency (thanks to hcm)
0.1.5-2:- Temporarly removed dbus from menu as it's not working anyway
- Made it possible to put real commands with arguments and everything into the command exec line!
- Added profile switching for silent and general profiles
0.1.6-2:- Added support for switching tweakr profiles!
- A few small bug fixes
- Switch to .sh files for small scripts
0.1.6-3:- Small fix in tweakr profile switching
0.1.7-1:- Added relative event settings ("tommorow", "next tuesday...", "in x seconds/minutes/hours/days")
- Small bugfix in tweakr profile switching
0.1.7-3:- Small bug fixes
0.1.8-1:- Massive restructuring of code
- Complete CLI interface added (see /opt/alarmed/alarmed.py -Ch for help)
- Added support for cron-like strings, e.g. "23,26 * 1,2 * *"
- Added support for date-like strings, if you have coreutils installed, e.g. "now + 10 minutes"
- Minor bug fixes, probably introduced a couple of new ones.
0.1.8-2/3:- small fixes and fix for people not having bash installed (thanks evad)
0.1.9-1/2:- Cleaned up dependencies, no more boost! Pyside ftw.
- Added bluetooth switch
- Added saving/loading presets when using command line execution!
0.1.9-3/4:- GPRS counter reset fixed, resets both home and roaming at the same time.
0.1.9-5:- Switched around alarm buttons and added info message to alarm dialog.
0.1.9-6:- Improved list layout (no more sideways scrolling)
0.2.0-1:- You can now toggle (enable and disable) events!
0.2.1-1- Fixed a small bug that prevented events from being saved.
- UTF-8 for text
- Removed tweakr support, instead added support for ProfilesX
- Alarm buttons fixed
- Fixed bug where deleted item remains in list
- Improved cron syntax
0.3.0-1Also incorporated patches by hunludvig and ForeverYoung:
Thanks a lot for the contrubution!
Last edited by shapeshifter; 2011-09-05 at 23:07. Reason: new version