![]() |
2011-07-02
, 01:04
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#2
|
![]() |
2011-07-02
, 06:13
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#3
|
The Following User Says Thank You to droll For This Useful Post: | ||
![]() |
2011-07-02
, 09:22
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#4
|
![]() |
2011-07-03
, 05:10
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#5
|
* Log-in to Scratchbox.
$ /scratchbox/login
* Configure the scratchbox x86 and armel targets as follows:
[sbox->:~]>sb-conf st FREMANTLE_X86 -c cs2007q3-glibc2.5-i486 -d perl:debian-etch:doctools:svn:git -t none
[sbox->:~]>sb-conf st FREMANTLE_X86 -c cs2007q3-glibc2.5-i486 -d perl:debian-etch:doctools:svn:git -t none
![]() |
2011-07-08
, 09:21
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#6
|
![]() |
2011-07-08
, 22:53
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#7
|
* Accept the EULA from here to obtain the URL to access the Nokia binaries repository.
* Add the URL thus obtained to the Scratchbox target's /etc/apt/sources.list and do the following:
[sbox-FREMANTLE_X86: ~] >apt-get update
[sbox-FREMANTLE_X86: ~] >fakeroot apt-get install nokia-binaries nokia-apps
[sbox-FREMANTLE_X86: ~] > fakeroot apt-get install nokia-binaries nokia-apps
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package nokia-binaries
[sbox-FREMANTLE_X86: ~] >
![]() |
2011-07-08
, 23:47
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#8
|
![]() |
2011-07-11
, 03:45
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#9
|
the easiest way is to use the VM virtual machine
http://tablets-dev.nokia.com/maemo-d...-downloads.php
download the one called Maemo_Ubuntu_Lucid_Desktop_SDK_Virtual_Image_Final .7z
then go to vmware and download vmware player 2.5 and your environment will be ready in less time than you can say supercalifragilisticexpialidocious
![]() |
2011-07-11
, 07:36
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#10
|
How would I set up to compile play-sound and run it on the N900?
The source code is at
http://maemo.gitorious.org/fremantle...c/play-sound.c
I have made several starts & spent a few weekends trying to get something going, with no luck. I got closest I think with installing Code::Blocks on a Windows XP machine, but was stymied setting up the environment & installing the libraries needed for play-sound.c
A from-the-bottom description of what's needed would be best. I have Ubuntu & Windows XP machines available for use. My C programming history is mostly via the Borland Turbo C IDE (back in the day).