![]() |
2010-07-24
, 15:28
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#42
|
![]() |
2010-07-24
, 20:49
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#43
|
dpkg --search libQtMedia.so*
apt-get --reinstall install libqtm-multimedia
![]() |
2010-07-24
, 22:57
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#44
|
@fcrochik: I'm not sure what "mycontacts" are - is it what the inbuilt contacts on the n900 are called? What sort of api are you looking for? Something like "callNumber (string number)" that will dial out using google voice?
![]() |
2010-07-25
, 01:30
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#45
|
@xur17: I checked my n900 and in /usr/lib I found libQtMedia.so, libQtMedia.so.1 and so on. I did aand dpkg told me that this file was installed by libqtm-multimedia.Code:dpkg --search libQtMedia.so*
My deb includes the dependency information that should automatically install libqtm-multimedia.
Can you try the following: Check if /usr/lib/libQtMedia.so* exists on your n900.
Alsoshould reinstall and restore files that may have been deleted.Code:apt-get --reinstall install libqtm-multimedia
libbQtMaemo5.so.4.6 libQtWebKit.so.4.6 libQtMaemo5.so.4.6.2 libQtWebKit.so.4.6.2 libQtMultimedia.so.4 libQtXml.so.4 libQtMultimedia.so.4.6 libQtXml.so.4.6 libQtMultimedia.so.4.6.2 libQtXml.so.4.6.2 libQtMultimediaKit.so libQtXmlPatterns.so.4 libQtMultimediaKit.so.1 libQtXmlPatterns.so.4.6 libQtMultimediaKit.so.1.0 libQtXmlPatterns.so.4.6.2 /usr/lib # vi libQt /usr/lib # dpkg --search libQtMedia.so* dpkg: *libQtMedia.so** not found.
![]() |
2010-07-26
, 18:55
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#46
|
I did apt-get --reinstall install libqtm-multimedia, and the file still does not exist.
Is this post relevant?Code:libbQtMaemo5.so.4.6 libQtWebKit.so.4.6 libQtMaemo5.so.4.6.2 libQtWebKit.so.4.6.2 libQtMultimedia.so.4 libQtXml.so.4 libQtMultimedia.so.4.6 libQtXml.so.4.6 libQtMultimedia.so.4.6.2 libQtXml.so.4.6.2 libQtMultimediaKit.so libQtXmlPatterns.so.4 libQtMultimediaKit.so.1 libQtXmlPatterns.so.4.6 libQtMultimediaKit.so.1.0 libQtXmlPatterns.so.4.6.2 /usr/lib # vi libQt /usr/lib # dpkg --search libQtMedia.so* dpkg: *libQtMedia.so** not found.
http://www.gossamer-threads.com/list...velopers/62667
![]() |
2010-07-29
, 01:36
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#47
|
This is awesome news!
When you have a chance, could you take a looke at my error? It says:
"error while loading shared libraries: libQtMedia.so.1: cannot open shared object file: no such file or directory"
![]() |
2010-07-29
, 02:24
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#48
|
I have uploaded a new deb. Actually two of them
One is for those people who are still on the old libqtm-multimedia - with a summary "Maemo5: Old QT Mobility" on the download page.
The other one is for xur17 and for people like me who did a apt-get upgrade to get to the latest QT Mobility libraries (I think its 1.0.1). The summary for this is "Maemo5: Latest QT Mobility".
There isn't anything specially changed in this build. It's more of a housekeeping build that has changes to let me build two different debs.
Enjoy.
![]() |
2010-07-29
, 02:33
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#49
|
Thank you! The direct callout feature is awesome. Now there just needs to be a program like google voice that allows direct dialing through the n900 contact interface (similar to what The One Ring does).
![]() |
2010-07-29
, 02:50
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#50
|
That too is on my list... Only I won't go as far as to make a connection manager out of it like TOR - otherwise epage will be cross
What you'll get is an addition to the contacts page within this app that will show contacts from all known sources.
At this moment though, I'm trying to make it possible to callout or callback depending on settings. Right now it forces callout always.
When you have a chance, could you take a looke at my error? It says:
"error while loading shared libraries: libQtMedia.so.1: cannot open shared object file: no such file or directory"