![]() |
Re: Dialcentral 1.0
Quote:
Heres what I tried vi ~/.dialcentral/settings.ini notifier = /usr/lib/dialcentral/example_custom_notifier.py Checked out the custom notifier to see what the file name was calling for. Encoded a short sound byte to 128k alert.mp3 and placed it in /usr/lib/gv-notifier/ |
Re: Dialcentral 1.0
Quote:
I just checked my package dependencies and it looks like I didn't make any dependencies on python-hildon. My guess is you are one of the few people with no other python hildon app. I originally did this because I used one set of package information for both Ubuntu and Maemo. With adding Mer support (which having to make changes shows my Ubuntu support was broken anyways), I made it so I can specialize package creation on distribution. I need to go make Maemo depend on python-hildon... |
Re: Dialcentral 1.0
1 Attachment(s)
[QUOTE=epage;321439]EL_EASY if you could grab 1.0.5-4, I added logging support which should help. Just run Dialcentral like normal and then post the contents of the file "~/.dialcentral/dialcentral.log" and it should help me in debugging this information.=[/QUOTE
Ok I updated to version 1.0.5-4, ran Dialcentral but what i don't undertand where do i have to put this "~/.dialcentral/dialcentral.log" x Terminal or something? ...Oh! Thank u for the great work! and sorry man, I'm really stubborn when come to technology..LOL |
Re: Dialcentral 1.0
Quote:
Code:
cp .dialcentral/dialcentral.log MyDocs/ I leave on vacation tomorrow for a week. I should be able to respond, albeit slowly, up till Wednesday at which time I will have no internet connection till Saturday. |
Re: Dialcentral 1.0
Quote:
BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) Built-in shell (ash) Enter 'help' for a list of built-in commands. /home/user # cp.dialcentral/dialcentral.log MyDocs/ /bin/sh: cp.dialcentral/dialcentral.log: not found |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Interesting.. upgraded to 1.0.5-4 and tried checking the notification box again. And it tells me the value must be between 0 and 59. But I tried any # including 30 and my previous 15 and it still won't stay checked..
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
I check the notification boxes, but i get no notifications. so far tested smses. is it supposed to make a sound or what?
|
Re: Dialcentral 1.0
Interesting.. messing around with the values.. > 30 doesn't seem to stay checked. 15 = stays checked (for now it seems). And around 20 it'll randomly decide to stay checked or not.
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
Thanks! |
Re: Dialcentral 1.0
Quote:
INFO:root:Logged into <gv_backend.GVDialer object at 0x41964d50> through cookies INFO:root:Callback number set to 3475555555 WARNING:root:Performing download of https://www.google.com/voice/mobile/contacts WARNING:root:Performing download of https://www.google.com/voice/mobile/contacts?p=2 WARNING:root:Performing download of https://www.google.com/voice/inbox/recent/voicemail/ WARNING:root:Performing download of https://www.google.com/voice/inbox/recent/sms/ WARNING:root:Performing download of https://www.google.com/voice/inbox/recent/received/ ERROR:root:<urlopen error The read operation timed out> Traceback (most recent call last): File "/usr/lib/dialcentral/gv_backend.py", line 469, in _get_recent flatXml = self._browser.download(url) File "/usr/lib/dialcentral/browser_emu.py", line 114, in download openerdirector = u.open(req) File "/usr/lib/python2.5/urllib2.py", line 381, in open File "/usr/lib/python2.5/urllib2.py", line 399, in _open File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain File "/usr/lib/python2.5/urllib2.py", line 1115, in https_open File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open URLError: <urlopen error The read operation timed out> ERROR:root:https://www.google.com/voice/inbox/recent/received/ is not accesible Traceback (most recent call last): File "/usr/lib/dialcentral/gv_views.py", line 969, in _idly_populate_recentview for personName, phoneNumber, date, action in recentItems: File "/usr/lib/dialcentral/gv_backend.py", line 303, in get_recent for (name, number, exactDate, relativeDate, action) in self._get_recent() File "/usr/lib/dialcentral/gv_backend.py", line 472, in _get_recent raise RuntimeError("%s is not accesible" % url) RuntimeError: https://www.google.com/voice/inbox/recent/received/ is not accesible WARNING:root:No hildonization support WARNING:root:No device state support WARNING:root:No connection support WARNING:root:Performing download of https://www.google.com/voice/mobile/phones INFO:root:Logged into <gv_backend.GVDialer object at 0x41964d50> through cookies INFO:root:Callback number set to 3475555555 |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
(yes I am still out, living off of hotel wifi and my n810 till tomorrow in which I won't have any internet access for 4 days) |
Re: Dialcentral 1.0
Quote:
Nope, no such error. I tried a few things and found a solution. Zap the ~/.dialcentral/ and start clean. rm ~/.dialcentral/ mkdir ~/.dialcentral/ python2.5 /usr/bin/dialcentral.py Put in all my settings again... and I'm good to go! |
Re: Dialcentral 1.0
Google Voice now does SMS over email making notifications easy. Can't wait to grab an N900 and go all IP for communications.
http://googlevoiceblog.blogspot.com/...ssages-by.html |
Re: Dialcentral 1.0
I guess I should mention that I am back.
So far, I've submitted the following bug fixes to SVN which will make it in 1.0.6
|
Re: Dialcentral 1.0
I had no problems as a Canadian switching to Google Voice. Soon, Grandcentral will be shut down and GV will be the only service you'll need to support...
I'm having a couple problems (on Fremantle DialCentral 1.0.5-4). There's an error about libalarm.so.0 at the bottom of the screen when I first start DialCentral. Code:
libalarm.so.0: cannot open shared object file: No such file or direct... |
Re: Dialcentral 1.0
Quote:
I have submitted it to bugzilla: https://bugs.maemo.org/show_bug.cgi?id=4957 |
Re: Dialcentral 1.0
Quote:
It sounds like the python bindings for alarmd have ... issues. These extrodinary errors I haven't hardened my code completely against and I am guessing that error is causing your other issues. I will try and get a fix into 1.0.6 (SVN only right now) so you can move forward on using it under Fremantle. EDIT: NM The code seems to be protected against no libalarmd. Could you post a log (~/.dialcentral/dialcentral.log) which might help in finding the issue. Thanks |
Re: Dialcentral 1.0
Posting on-device:
Code:
~ $ rm .dialcentral/dialcentral.log |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Any suggestions as to what category DIalcentral would belong under in Fremantle?
|
Re: Dialcentral 1.0
You're right, there's nowhere for a telephony app to go. Network? Utilities? I don't know...
EDIT: Please make sure python-glade2 is in the dependencies. I had to install it manually... EDIT EDIT: I also had to create the ~/.dialcentral directory manually... |
Re: Dialcentral 1.0
[QUOTE=qole;326984]You're right, there's nowhere for a telephony app to go. Network? Utilities? I don't know...
For now I guess I'll put it in "network" Quote:
Quote:
|
Re: Dialcentral 1.0
Fresh install on fresh firmware:
Code:
$ dialcentral.py EDIT2: Now there are empty menus across the top, File, Edit, View, About... They weren't there before. |
Re: Dialcentral 1.0
Quote:
EDIT: At least in should now be in the proper fremantle category and have an icon in HAM |
Re: Dialcentral 1.0
Trying to install new version of DialCentral:
Code:
/home/user # apt-get install dialcentral |
Re: Dialcentral 1.0
Dialcentral installs fine on my n810, but won't start... :(
|
Re: Dialcentral 1.0
Quote:
I didn't get much of a chance to test due to work so hopefully tonight I'll at least get things in a good state for Diablo (and maybe fremantle, who knows). |
Re: Dialcentral 1.0
Yeah, latest version. I had missed qole's adventures until today...lol.
Ah well. Regression time. |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
The version I had was 1.0.5-4 it turns out... the only one I can find to download in fact.
|
Re: Dialcentral 1.0
Quote:
Otherwise if you could post the contents of the debug log in "~/.dialcentral/dialcentral.log" that would give me loads of info as to why its not loading. |
Re: Dialcentral 1.0
Hi, epage I just want to say thank for version 1.0.6-5....With this version finally i can use notification. Also why i no longer update through app manager, everytime i have to go extral- devel to update?.....Also I notice on contact tab those names look big now what happened someone is blind!....LOL
|
Re: Dialcentral 1.0
Quote:
extras-devel is what its name implies, for development. From 1-4 ror 1.0.6 there have been serious bugs. When I feel its ready I push it out to extras. The names are bigger on each of the lists to allow the rows to be more finger friendly. I had received several requests about them. |
Re: Dialcentral 1.0
1.0.6 is being prepped for release. If people would be interested in checking it out. I'd especially be interested to hear of any other fremantle issues.
The current list of fixes:
|
Re: Dialcentral 1.0
Found a little problem. It seems if the Notifications is armed the Alarms in the Clock application will not wake-up the unit from a power off state. The alarm will work in sleep mode and wake mode. I noticed this in at least the last couple of 1.0.6-X, non fremantle. I hope this makes sense to you.
|
Re: Dialcentral 1.0
Quote:
|
All times are GMT. The time now is 13:52. |
vBulletin® Version 3.8.8