Reply
Thread Tools
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#41
Originally Posted by Venemo View Post
To downgrade, use the following command from a root terminal:
Code:
apt-get install libqt4-core=4.5*
When I type this, I get a rather scary set of remove packages:

Code:
Selected version 4.5.3~git20090723-0maemo6+0m5 (downloads.maemo.nokia.com) for libqt4-core
The following packages were automatically installed and are no longer required:
  python2.5-qt4-common gstreamer-tools xulrunner lzma emutos-512k
  python-location pulseaudio-utils python2.5-sip4 gstreamer0.10-tools
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  as-config-applet-0 as-daemon-0 batterygraph camel-as-provider-0 cpufrequi
  healthcheck libas-storage-0 libqt4-dbus libqt4-gui libqt4-network
  libqt4-opengl libqt4-sql libqt4-sql-sqlite libqt4-svg libqt4-xml
  python2.5-qt4-core python2.5-qt4-gui storageusage
The following packages will be DOWNGRADED:
  libqt4-core
Ok, I know that batterygraph, cpufrequi, healthcheck and storageusage are not important (and nor are the as-* I believe) but the libqt4-* I am very concerned about - won't I brick my system?
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#42
hi! it's me again! i've just removed location from my app, just to try how the rest of the app works, but there is another problem! it's about maemo5

i've removed maemo5 from project file and from class files(WA_Maemo5StackedWindow, portrait, ecc...) and now it works! but, how to make maemo5 works???
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#43
Originally Posted by saxen View Post
hi! it's me again! i've just removed location from my app, just to try how the rest of the app works, but there is another problem! it's about maemo5

i've removed maemo5 from project file and from class files(WA_Maemo5StackedWindow, portrait, ecc...) and now it works! but, how to make maemo5 works???
Why did you remove maemo5 from your project? This is not a mobility package and it works fine on the device on both Qt 4.6 versions available
__________________

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
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#44
it gave me an error like the "location" one, something like :

rror while loading shared libraries: libQtLocation.so.1: cannot open shared object file: No such file or directory
/home/developer $
whit libMaemo5.so(or something similar) instead of libQtLocation.so.1! it works libQtLocation.so.1
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#45
Originally Posted by saxen View Post
it gave me an error like the "location" one, something like :



whit libMaemo5.so(or something similar) instead of libQtLocation.so.1! it works libQtLocation.so.1
I probably can help you better if I understand what you are doing:
How are you compiling your application (Qt SDK, scratchbox,...)?
Are you trying to use the "official" Qt SDK updated to 4.6 (using any of the two hacks on this thread) or the "development" libqt4-maemo5-* packages?

Have you installed libqt4-maemo5 and/or libqt4-maemo5-maemo5 packages on your device?

Look at my post on page #4 with the list of libqt4 packages that you can/should update. I would still recommend you to use the libqt4-maemo5-* packages until pr1.2 is out
__________________

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

Last edited by fcrochik; 2010-05-24 at 21:04. Reason: qt4* -> libqt4*
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#46
i'm using nokia sdk, and i've used Venemo hack on first post of this thread. that's the list of installed qt packages

libqt4-core 4.6.2
libqt4-dbus 4.6.2
libqt4-gui 4.6.2
libqt4-maemo5-core 4.6.2
libqt4-maemo5-dbus 4.6.2
libqt4-maemo5-gui 4.6.2
libqt4-maemo5-maemo5 4.6.2
libqt4-maemo5-network 4.6.2
libqt4-maemo5-opengl 4.6.2
libqt4-maemo5-phonon 4.6.2
libqt4-maemo5-svg 4.6.2
libqt4-maemo5-webkit 4.6.2
libqt4-maemo5-xml 4.6.2
libqt4-maemo5-xmlpatterns 4.6.2
libqt4-network 4.6.2
libqt4-opengl 4.6.2
libqt4-phonon 4.6.2
libqt4-qt3support 4.5.3
libqt4-sql 4.6.2
libqt4-sql-sqlite 4.6.2
libqt4-svg 4.6.2
libqt4-webkit 4.6.2
libqt4-xml 4.6.2
libqt4-xmlpatterns 4.6.2
are they right?
 
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#47
Originally Posted by saxen View Post
i'm using nokia sdk, and i've used Venemo hack on first post of this thread. that's the list of installed qt packages



are they right?
It seems so.
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#48
Originally Posted by saxen View Post
i'm using nokia sdk, and i've used Venemo hack on first post of this thread. that's the list of installed qt packages



are they right?
You are missing libqt4-maemo5. The name is misleading because it looks like one of the "development" packages but is actually the maemo5 module of qt.

Just out of curiosity the name on the "development packages" for this package is libqt4-maemo5-maemo5
__________________

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
 

The Following User Says Thank You to fcrochik For This Useful Post:
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#49
how to get it?? same procedure described by venemo? i wonder why it has not been installed with first try :O
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#50
You can just download just this file directly from the "pool" (look at my post on page 4)
__________________

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
 

The Following User Says Thank You to fcrochik For This Useful Post:
Reply

Tags
libqt4, qt-sdk, remedy


 
Forum Jump


All times are GMT. The time now is 03:23.