Reply
Thread Tools
Posts: 337 | Thanked: 192 times | Joined on Feb 2010 @ Atlanta
#521
Originally Posted by nosa101 View Post
And Jurassic comes out and its $5, we'll have a new set of complaints about it not being worth the price
$5 is cheaper than what I paid for Ngage games for my N82, count me in!
 
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#522
Originally Posted by spag
Code:
apt-get install earthcomber
Oh, sorry, installing from ovi doesn't work this way anymore. The guys at Nokia seem to have crippled apt a bit.

Create a "earthcomber.install" file and open it with the file manager.

Code:
[install]
catalogues = nokia-ovi-store
package   = earthcomber 

[nokia-ovi-store]
id = ovi
file=variant-catalogues
This should launch the package manager and install Earthcomber.
 

The Following 2 Users Say Thank You to spag For This Useful Post:
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#523
Originally Posted by spag View Post
The guys at Nokia seem to have crippled apt a bit.
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:

Code:
sh oviinstall.sh earthcomber
That will (hopefully) launch the package manager and install the package.

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
 

The Following 11 Users Say Thank You to spag For This Useful Post:
Posts: 36 | Thanked: 9 times | Joined on May 2010
#524
Omg there is an update happening right now!!!!!!!
 
Posts: 54 | Thanked: 7 times | Joined on Mar 2010 @ Slovakia, Žilina
#525
yes, OVI is down
 
Posts: 286 | Thanked: 117 times | Joined on Jan 2010
#526
yeah...hope to see 1000 apps for the n900 after they finish )))=))
 
Flandry's Avatar
Posts: 1,559 | Thanked: 1,786 times | Joined on Oct 2009 @ Boston
#527
Originally Posted by crash16 View Post
yeah...hope to see 1000 apps for the n900 after they finish )))=))
Unless Zeus has gotten into the boutique software business, you're going to be very disappointed.
__________________

Unofficial PR1.3/Meego 1.1 FAQ

***
Classic example of arbitrary Nokia decision making. Couldn't just fallback to the no brainer of tagging with lat/lon if network isn't accessible, could you Nokia?
MAME: an arcade in your pocket
Accelemymote: make your accelerometer more joy-ful
 

The Following User Says Thank You to Flandry For This Useful Post:
Leon4's Avatar
Posts: 170 | Thanked: 53 times | Joined on Jun 2010 @ Sweden
#528
I hope to see new games Kroll, 3d rollercoaster...
 
Posts: 139 | Thanked: 88 times | Joined on Dec 2009
#529
it's down even in pc form (at least for me), so it might not even be n900 related. but well, let's hope
 
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#530
Ovi store is up again. Apparently there are no changes but i may be wrong.
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:46.