Thread: OVI repository
View Single Post
Posts: 29 | Thanked: 22 times | Joined on Mar 2010
#18
Originally Posted by ewan View Post
Oddly enough the commandline apt tools work perfectly well for installing from Ovi. I wonder how hard it would be to hack the application manager back into a sane state. It is one of the open source components isn't it?
Interesting.. Is there an Ovi store server I can simply add to /etc/apt/sources.list.d/hildon-application-manager.list?

Why doesn't maemo use /etc/apt/source.list, isn't that the normal convention?


-- edit:

Tried to find the URL in an Ovi .install file, but it appears they use an id instead of a URL...

offscr-electric-beams.install (Ovi store app)
Code:
[install]
catalogues = nokia-ovi-store
package   = offscr-electric-beams

[nokia-ovi-store]
id = ovi
file=variant-catalogues
Facebook.install (regular nokia app)
Code:
[install]
catalogues = nokia-apps
package   = facebook-services

[nokia-apps]
name = Nokia Applications
uri = https://downloads.maemo.nokia.com/fremantle/ssu/apps/
dist = ./

Could this be it (already there)?
Code:
/etc/apt/sources.list.d/hildon-application-manager.list:deb https://downloads.maemo.nokia.com/fremantle/ovi/ ./

Last edited by nermaljcat; 2010-04-20 at 07:05.