The Following User Says Thank You to fcrochik For This Useful Post: | ||
|
2010-08-03
, 03:34
|
Posts: 195 |
Thanked: 108 times |
Joined on Feb 2010
@ SF Bay Area, United States
|
#252
|
Sure....
TOR is epage's implementation of a "google voice" client as a telepathy account that will "request" a call using the internet (data plan). The Google Voice I implemented works in a different way: it just emulates you calling your google voice number to place a call.... mainly it just "pushes" the keys for you.
The Following User Says Thank You to scifi.guy For This Useful Post: | ||
|
2010-08-04
, 17:38
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#253
|
(DBG) coming call: "+35988xxxxxxx" (DBG) Contact in group "Family" = "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav" (DBG) "create symbolic link: ln -sf "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav" (DBG) call answered (DBG) call disconnected (DBG) call terminated (DBG) "call terminated - reseting symlink to /home/user/.mycontacts/general.wav" (DBG) "create symbolic link: ln -sf "/home/user/.mycontacts/general.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav" (DBG) coming call: "+35988xxxxxxx" (DBG) Contact in group "Family" = "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav" (DBG) "create symbolic link: ln -sf "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav" (DBG) call terminated (DBG) "call terminated - reseting symlink to /home/user/.mycontacts/general.wav" (DBG) "create symbolic link: ln -sf "/home/user/.mycontacts/general.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav" (DBG) coming call: "+35988yyyyyyy" (DBG) Contact in group "Friends" = "/home/user/MyDocs/.sounds/Ringtones/NokiaTune.aac.wav" (DBG) "create symbolic link: ln -sf "/home/user/MyDocs/.sounds/Ringtones/NokiaTune.aac.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav" (DBG) call terminated (DBG) "call terminated - reseting symlink to /home/user/.mycontacts/general.wav" (DBG) "create symbolic link: ln -sf "/home/user/.mycontacts/general.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav" (CRT) Ring tone was changed. File is probably busy righ now.... not managing ring tone anymore (DBG) style: "QListView#not { border: 2px solid red; } QListView#selected { font-size: 15px; border: 2px solid green; } " (DBG) Shortcut does not exist (DBG) Saving settings: (DBG) Saving settings: (DBG) Saving settings: (DBG) Saving settings: (DBG) coming call: "+35988xxxxxxx" (DBG) call answered (DBG) call disconnected
|
2010-08-04
, 18:24
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#254
|
As I can see from this line:"(CRT) Ring tone was changed. File is probably busy righ now.... not managing ring tone anymore" due to some problem MyContacts stopped managing ringtones. What can be the issue?
PS. Number xxxxxxx in one and same in every call.
|
2010-08-04
, 19:49
|
Posts: 5 |
Thanked: 2 times |
Joined on Mar 2010
@ UK
|
#255
|
|
2010-08-04
, 19:52
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#256
|
Sure....
TOR is epage's implementation of a "google voice" client as a telepathy account that will "request" a call using the internet (data plan). The Google Voice I implemented works in a different way: it just emulates you calling your google voice number to place a call.... mainly it just "pushes" the keys for you.
TOR can handle SMS while the "call out" version can't. I haven't tested but I would also assume that TOR is quicker to place a call.
If you don't use Google Voice to send/receive SMS (or just have google forward them to your phone number) then the "google voice call out" option may save you battery (it does not need any process running in the background) and will not require any kind of data connection.
The truth is that my implementation is a very low tech solution that was easy enough to implement and quite simple to use. TOR is a much more complex and robust solution... It is all about picking what works better for you...
And just because options are great: you can also set MyContacts to use VICaR to place a google voice call. It will do exactly the same thing that MyContacts does (call and send the DTMF tones) but will allow some fine tuning on what tones get sent.
|
2010-08-04
, 20:50
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#257
|
fcrochik
Can i first say what a brilliant app this is. However, whenever i restart i lose the widget, you know the actual box with the Contacts and friends faces!
Looked through all the thread and cant see how to have that loaded on a desktop when the phone starts.
Help
description "starts MyContacts" start on started hildon-desktop #respawn console none script exec su - user -c "exec /opt/crochik/mycontacts" end script
The Following User Says Thank You to fcrochik For This Useful Post: | ||
|
2010-08-04
, 20:52
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#258
|
Thanks for the explanation. I was just wondering what the difference between the two was. Especially since Google Voice doesn't show up for SMS, but TOR did lol.
|
2010-08-04
, 20:56
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#259
|
|
2010-08-04
, 21:09
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#260
|
May I recommend grouping them?
Like..
GV - Google Voice
GV - TOR
GV - qgvdial
TOR is epage's implementation of a "google voice" client as a telepathy account that will "request" a call using the internet (data plan). The Google Voice I implemented works in a different way: it just emulates you calling your google voice number to place a call.... mainly it just "pushes" the keys for you.
TOR can handle SMS while the "call out" version can't. I haven't tested but I would also assume that TOR is quicker to place a call.
If you don't use Google Voice to send/receive SMS (or just have google forward them to your phone number) then the "google voice call out" option may save you battery (it does not need any process running in the background) and will not require any kind of data connection.
The truth is that my implementation is a very low tech solution that was easy enough to implement and quite simple to use. TOR is a much more complex and robust solution... It is all about picking what works better for you...
And just because options are great: you can also set MyContacts to use VICaR to place a google voice call. It will do exactly the same thing that MyContacts does (call and send the DTMF tones) but will allow some fine tuning on what tones get sent.
My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases