![]() |
2010-07-02
, 13:48
|
Posts: 165 |
Thanked: 78 times |
Joined on Jun 2010
|
#572
|
![]() |
2010-07-02
, 14:02
|
Posts: 291 |
Thanked: 313 times |
Joined on May 2010
@ France
|
#573
|
![]() |
2010-07-02
, 15:11
|
|
Posts: 103 |
Thanked: 20 times |
Joined on Jan 2008
|
#574
|
![]() |
2010-07-02
, 22:52
|
|
Posts: 609 |
Thanked: 243 times |
Joined on Jan 2010
@ Eastern USA
|
#575
|
![]() |
2010-07-02
, 23:04
|
Posts: 119 |
Thanked: 19 times |
Joined on Jan 2010
|
#576
|
Instinctiv music player in ovi.
Simple and nice portrait user interface.
Can't understand why i can only get it with my desktop browser. My N900 browser can't see it in ovi.
PM me if you can't get it.
![]() |
2010-07-02
, 23:13
|
|
Posts: 609 |
Thanked: 243 times |
Joined on Jan 2010
@ Eastern USA
|
#577
|
![]() |
2010-07-02
, 23:14
|
Posts: 46 |
Thanked: 10 times |
Joined on Nov 2009
|
#578
|
New application:
World Cup 2010 Schedule
![]() |
2010-08-16
, 10:40
|
|
Posts: 170 |
Thanked: 53 times |
Joined on Jun 2010
@ Sweden
|
#579
|
![]() |
2010-09-24
, 12:39
|
Posts: 2 |
Thanked: 0 times |
Joined on Sep 2010
|
#580
|
A more convenient approach:
Save the following script to file "oviinstall.sh"
Code:#! /bin/sh INSTALL_FILE=/tmp/application.install PACKAGE_LIST=/var/lib/apt/lists/downloads.maemo.nokia.com_fremantle1.2_ovi_._Packages PACKAGE=$1 echo "[install]" >${INSTALL_FILE} echo "catalogues = nokia-ovi-store" >>${INSTALL_FILE} echo "package = ${PACKAGE}" >>${INSTALL_FILE} echo "" >>${INSTALL_FILE} echo "[nokia-ovi-store]" >>${INSTALL_FILE} echo "id = ovi" >>${INSTALL_FILE} echo "file = variant-catalogues" >>${INSTALL_FILE} dbus-send --type=method_call --print-reply --dest='com.nokia.hildon_application_manager' /com/nokia/hildon_application_manager com.nokia.hildon_application_manager.mime_open string:"${INSTALL_FILE}"
Execute it:
That will (hopefully) launch the package manager and install the package.Code:sh oviinstall.sh earthcomber
To list all avaliable (free) pacakges in the OVI repository type:
Code:grep "Package: " /var/lib/apt/lists/downloads.maemo.nokia.com_fremantle1.2_ovi_._Packages
You guys said you wanted more.... I wonder if Nokia is teasing us with a fat angry man???