Active Topics

 



Notices


Reply
Thread Tools
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#131
Originally Posted by stefanmia View Post
Hello,

Does this work for Nokia N8 / Symbian 4?

Thank you Stefan
There is a Symbian build, but I don't have a device to test it on. It "should" work, but I don't know if it does.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 184 | Thanked: 49 times | Joined on Feb 2010 @ US
#132
I get an error during ipkg install and do not see an icon for installed programs. Downloaded from .deb file from google codes home page. Any suggestions?
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#133
Originally Posted by flydeep View Post
I get an error during ipkg install and do not see an icon for installed programs. Downloaded from .deb file from google codes home page. Any suggestions?
1. qgvdial is in extras-devel. I release to extras-devel more frequently than google code. Use the app manager and look for "qgvdial"
2. Paste the error.
3. What is ipkg? Did you mean 'dpkg -i' ?
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#134
I'm attempting to create a QtQuick based UI, and I need help. Any volunteers?
The initial screen elements are on google code. I haven't found a combobox equivalent, nor do I completely understand how to make a the components adjust their own sizes - kind of important when I'm targeting multiple platforms with varying screen sizes.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#135
New build.
Mostly debug related stuff, but the good change is that the Windows build now actually works on XP.
I'm working to create a Linux installer next.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#136
Good news everyone!
Linux debs are up! Built and tested on Ubuntu 10.04

Dependencies need to be satisfied by installing QT 4.7 from the kubuntu PPA:
Code:
sudo add-apt-repository ppa:kubuntu-ppa/backports ; sudo apt-get update
sudo apt-get install libqt4-sql-sqlite
Followed by a "dpkg -i" on the deb of the correct architecture.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 61 | Thanked: 27 times | Joined on Jul 2010
#137
1) How does it decide if it is doing CALL-OUT or CALL-BACK?
[I'm not getting CALL-OUT]

2) ABOUT button doesn't appear to work.
3) LOGS button doesn't appear to work.
4) where's the logfile? I looked for /home/user/qgvdial.log

thanks, Kevin
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#138
The UI of qgvdial is in flux. I am moving to a QML based UI for uniformity across platforms as well as modularization of the design.

Originally Posted by kbyork View Post
1) How does it decide if it is doing CALL-OUT or CALL-BACK?
[I'm not getting CALL-OUT]
The combo box on the dial page has two types of entries: One set has the names and numbers of the phones that the user registered with Google voice. These entries are all for call back.
Immediately after these entries, there should be a set of entries that start with words like "sofiasip" "ring" or "spirit". These entries represent the connection managers (CM) that qgvdial found on the users n900. These CM can be used to call out. I have not yet found a reliable way to find out the outgoing phone identity for any CM, and so all I can show is the name of the CM and its user account.
Note: spirit=skype. sofiasip=SIP, ring=standard GSM call.
Originally Posted by kbyork View Post
2) ABOUT button doesn't appear to work.
3) LOGS button doesn't appear to work.
4) where's the logfile? I looked for /home/user/qgvdial.log
True, true and no longer present.
As I mentioned before, the UI is in flux. The version of qgvdial right now is almost an entire re-write. Logfile and about have not yet been implemented. Logs are generated, but they are sent to console and so are lost at the moment (unless you start qgvdial on xterm and save the output).

QML work is inching forward very slowly because I am still learning how to make the most basic UI elements. For example, the combo box. There is no native QML element for a combo box. I haven't as yet figured out how or what to do there.

Any help is greatly appreciated.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#139
New build!
Migrate to QT 4.7, QML and what is hopefully a better UI.
Also fixed the problem since the last major overhaul of the UI: The calling method is now saved across restarts.

This build is mostly feature complete, but the UI has changed so much that I expect bugs. Lots of them in fact. User beware.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#140
Screenshot time!

n900 Landscape mode:
Name:  n900-landscape.jpg
Views: 352
Size:  22.5 KB

Ubuntu 10.04 x86_64 default view
Name:  Ubuntu 10.04 64 bit.jpg
Views: 366
Size:  15.1 KB

As you can see, the n900 version is not able to show the unicode characters shown in the desktop version.
Does anyone know how to fix this?
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:51.