DialCentral
(→Contribute) |
(→DC Fails to Load (Maemo 4.1)) |
||
Line 90: | Line 90: | ||
Note that this writes a bunch of files ''with sensitive information'' to the current working directory. Please gather those up, scrub them if desired, and send them to me directly to avoid ''sensitive information'' from being leaked out. | Note that this writes a bunch of files ''with sensitive information'' to the current working directory. Please gather those up, scrub them if desired, and send them to me directly to avoid ''sensitive information'' from being leaked out. | ||
- | + | Cool app. Has loads of games installed in no-time!One eneanchment request, if I may please add a Loading screen, or disable the Play button once pressed, and it's loading the game, or make it change colour to show it's been pressed.I ended up with some games loading a few times, as I clicked it a few times, as nothing seemed to be happening Oh, and add in more games ASAP (Assassins Creed, anyone?) Thankx! | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
=== Notifications === | === Notifications === |
Revision as of 04:17, 23 March 2012
DialCentral (formerly called GC Dialer) is meant as an interface to Google's GoogleVoice service that integrates with your Maemo device or Linux computer.
Contents |
Screenshots
Features
Basic features:
- Dialpad for click-to-call (callback, forwarding, whatever you want to call it)
- Sending of SMS including group SMS
- Recent calls list
- Voicemail/SMS viewer
- Contact list, either from GV website or CSV
Keyboard Shortcuts
- Ctrl+Enter - toggle between fullscreen
- Ctrl+w, Ctrl+q - quit
- Ctrl+l - Copy the debug log contents
- Ctrl+i to import a CSV
CSV Support
- Must be imported (or placed in "~/.dialcentral/contacts")
- Displayed in the addressbook selector based on the filename
- Supported columns with the following in their names "name", "phone", "mobile"
- Known to work with GoogleVoice and GrandCentral exports.
Getting DialCentral
Getting DialCentral
- Maemo 4.1: Available in extras through the Application Manager.
- Maemo 5 or available in extras through the Application Manager.
- Ubuntu
DialCentral has been tested on:
- Ubuntu 10.04
- Maemo 4.1
- Maemo 5
Contribute
- File a bug
- View existing bug reports
- talk.maemo.org thread
- Garage Project (including code) or github
- Learn about extras-testing and checkout the Package page (including voting)
DialCentral is available under the GPL v2.1 license
Icons are licensed "The Creative Commons Attribution-NonCommercial -- FREE" from http://www.gentleface.com/free_icon_set.html
Troubleshooting and Reporting of Bugs
Are the Call/SMS buttons grayed out?
- This means it is not logged in
Can't call
- In the account configuration, is a callback number set?
- Did you enter the area code?
- Have you tried calling a good known number like one of your own (that isn't the callback)
The views show stale data?
- Go into the menu and select "Refresh"
Information to include when reporting an issue
- Your version of Dialcentral
- Information from the steps you followed above
- From what tab are you having issues (Dialpad, Recent, Messages, Account Info)?
- Is it a US or international number?
- (For the advanced) Could you post the contents of "~/.dialcentral/dialcentral.log"
For serious users and serious problems (Google changes the "API") is the following command:
/opt/dialcentral/lib/backends/gvoice/gvoice.py USERNAME PASSWORD
Note that this writes a bunch of files with sensitive information to the current working directory. Please gather those up, scrub them if desired, and send them to me directly to avoid sensitive information from being leaked out.
Cool app. Has loads of games installed in no-time!One eneanchment request, if I may please add a Loading screen, or disable the Play button once pressed, and it's loading the game, or make it change colour to show it's been pressed.I ended up with some games loading a few times, as I clicked it a few times, as nothing seemed to be happening Oh, and add in more games ASAP (Assassins Creed, anyone?) Thankx!
Notifications
Really if you want this, maybe you should be using The One Ring.
If notifications are acting odd, try experimenting with these
python /opt/dialcentral/lib/alarm_handler.py -x # Show alarm python /opt/dialcentral/lib/alarm_handler.py -d # Delete the alarm python /opt/dialcentral/lib/led_handler.py # Stop the LED
In settings.ini
[alarm] notifier=PATH_TO_CUSTOM_NOTIFIER
Example notifiers included:
/opt/dialcentral/lib/alarm_notify.py #Default /opt/dialcentral/lib/examples/log_notifier.py /opt/dialcentral/lib/examples/sound_notifier.py
The program that periodically checks for new messages has its own log file: ~/.dialcentral/notifier.log