![]() |
2010-11-02
, 14:00
|
|
Posts: 92 |
Thanked: 74 times |
Joined on Nov 2008
@ Indonesia
|
#62
|
I have installed qtwrt 1.1.0 several times, finally it said install was successful.
Then I installed TwimGo, first time it failed, second time successful.
But I cannot find it anywhere! It is not in the app menu, and I cannot find it elsewhere.
I deinstalled TwimGo and installed anew. Still nowhere, not in the menu.
What is the correct way to call it on command line?
![]() |
2010-11-02
, 16:39
|
|
Posts: 129 |
Thanked: 11 times |
Joined on Feb 2010
@ Bangalore, India
|
#63
|
![]() |
2010-11-02
, 20:03
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#64
|
![]() |
2010-11-03
, 05:18
|
|
Posts: 129 |
Thanked: 11 times |
Joined on Feb 2010
@ Bangalore, India
|
#65
|
here the step i used:
first, uninstall twimgo from app-manager, then do the command below (in root mode)
apt-get purge qtwrt
apt-get autoremove
dpkg -P `dpkg -l | grep ^rc | awk '{ print $2 }'`
apt-get install qtwrt-experimental
after that, tap the TwimGo.wgt file to install twimgo.
i hope it would help you to use twimgo again
![]() |
2010-11-03
, 14:04
|
Posts: 125 |
Thanked: 108 times |
Joined on Feb 2010
|
#66
|
...
here the step i used:
first, uninstall twimgo from app-manager, then do the command below (in root mode)
apt-get purge qtwrt
apt-get autoremove
dpkg -P `dpkg -l | grep ^rc | awk '{ print $2 }'`
apt-get install qtwrt-experimental
after that, tap the TwimGo.wgt file to install twimgo.
i hope it would help you to use twimgo again
![]() |
2010-11-03
, 14:57
|
Posts: 41 |
Thanked: 1 time |
Joined on Jun 2010
|
#67
|
![]() |
2010-11-03
, 19:00
|
|
Posts: 92 |
Thanked: 74 times |
Joined on Nov 2008
@ Indonesia
|
#68
|
The final cmd apt-get install qtwrt-experimental led me into exact dependency hell where I was before, downloading the exact same libs and also could not install 3 of them for the same reasons as with qtwrt.
![]() |
2010-11-03
, 21:39
|
Posts: 125 |
Thanked: 108 times |
Joined on Feb 2010
|
#69
|
could you post the result of "dpkg -l | grep wrt" command?
...
mine using the 1.1tp3 version (same version with post #67). what version is yours?
home/user # dpkg -l | grep wrt ii libwrt-api1 1.1.0 Qt Web Runtime Device API libraries for Maem ii libwrt1 1.1.0 Qt Web Runtime libraries for Maemo ii wrt 1.1.0 Qt Web Runtime binaries for Maemo ii wrt-api 1.1.0 Qt Web Runtime Device API for Maemo ii wrt-policy 1.0-1 Qt Web Runtime policy files for Maemo /home/user #
![]() |
2010-11-03
, 22:42
|
Posts: 125 |
Thanked: 108 times |
Joined on Feb 2010
|
#70
|
apt-get -s install qtwrt=1.1.0
apt-get -s install qtwrt-experimental=1.1tp-3
apt-get install qtwrt-experimental=1.1tp-3
The Following User Says Thank You to rm53 For This Useful Post: | ||
Then I installed TwimGo, first time it failed, second time successful.
But I cannot find it anywhere! It is not in the app menu, and I cannot find it elsewhere.
I deinstalled TwimGo and installed anew. Still nowhere, not in the menu.
What is the correct way to call it on command line?