The Following User Says Thank You to Nathan For This Useful Post: | ||
|
2009-10-09
, 20:25
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#162
|
fakeroot apt-get install nokia-apps
The Following User Says Thank You to Nathan For This Useful Post: | ||
|
2009-10-12
, 04:06
|
Posts: 244 |
Thanked: 155 times |
Joined on Aug 2009
@ DC
|
#163
|
|
2009-10-12
, 14:16
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#164
|
2 things maybe you guys can help me out with. I tried apt-get install <app-name> but I keep getting "Couldn't find package...". I'm pretty sure my sources.lst file is correct though.
Secondly whenever I click on the address bar within Xephyr it crashes. I think I read somewhere that moving to an older version of Xephyr fixes this but I can't find those instructions anymore. Anyone know off hand?
The Following User Says Thank You to Nathan For This Useful Post: | ||
|
2009-10-12
, 14:40
|
Posts: 244 |
Thanked: 155 times |
Joined on Aug 2009
@ DC
|
#165
|
Make sure that you are asking just the package name not the version; so for the game eighty one -- it is "apt-get install eightyone" not eightyone-0.11.22
Yes, I use a upgraded version:
Add to your repository...
deb http://ppa.launchpad.net/openismus-team/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/openismus-team/ppa/ubuntu jaunty main
Run
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2E5DCB91
Run
sudo apt-get update
sudo apt-get upgrade
This should upgrade you to a "newer" compiled version of Xephyr that fixes this issue.
Nathan
|
2009-10-12
, 18:06
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#166
|
# Standard fremantle SDK Repositories deb http://repository.maemo.org/ fremantle/sdk free non-free deb-src http://repository.maemo.org/ fremantle/sdk free deb http://repository.maemo.org/ fremantle/tools free non-free deb-src http://repository.maemo.org/ fremantle/tools free # Extra fremantle Repositories deb http://repository.maemo.org/extras/ fremantle free non-free deb-src http://repository.maemo.org/extras/ fremantle free deb http://repository.maemo.org/extras-devel/ fremantle free non-free deb-src http://repository.maemo.org/extras-devel/ fremantle free
|
2009-10-13
, 02:12
|
Posts: 244 |
Thanked: 155 times |
Joined on Aug 2009
@ DC
|
#167
|
[sbox-FREMANTLE_X86: ~] > apt-get update E: The method driver /scratchbox/devkits/debian-etch/lib/apt/methods/https could not be found.
|
2009-10-13
, 03:29
|
Posts: 670 |
Thanked: 367 times |
Joined on Mar 2009
|
#168
|
|
2009-10-13
, 16:31
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#169
|
Added that to sources.list and got more problems. I swear every little thing turns into a "project".
It still couldn't find the eightyone package so i ran apt-get update and got "No Such file or directory erros" so then I ran apt-get update and got.
/irritated..Code:[sbox-FREMANTLE_X86: ~] > apt-get update E: The method driver /scratchbox/devkits/debian-etch/lib/apt/methods/https could not be found.
The Following User Says Thank You to Nathan For This Useful Post: | ||
|
2009-10-13
, 16:33
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#170
|
I will add my thanks & remark that the VM is also seem to be well-suited to those who want to follow the Nokia setup instructions instead of using the scripts &/or want to install an older SDK version.
Tags |
development, fremantle, maemo, maemo 5, programming, sdk, virtual machine, virtualpc, windows, windows 7 |
|
To download apps; the "easiest" method is to hold-click on the app in the application manager, and get "details" it will list the name of the package on the "catalogue" line.
Then in the window where you type "./start.sh" you type "apt-get install <appname>" so for the game eightyone I typed "apt-get install eightyone". (ignore the version number)
you can type in a list of programs, so you can do:
apt-get install eightyone qt-maemo-example
And it will install both of those programs.
Before you hit <enter> you need to quit out of the application manager; because only one "install/updater" program can be running at a time, and the App manager grabs the lock when it starts.
So I just made a list of things I wanted typing in each one on the command line; then I quit app manager, and hit enter....
Nathan