Active Topics

 


Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on Nov 2009
#1
How would one go about "porting" linux apps to the N900?
 
Posts: 66 | Thanked: 44 times | Joined on Nov 2009
#2
Here's a quick guide.

1. Install the SDK:

http://www.forum.nokia.com/Tools_Doc...atforms/Maemo/

2. Read up on debian source packages:

http://www.debian.org/doc/manuals/ap...ndling.en.html

3. Add a source repository to your /etc/apt/sources.list (within the SDK) that has the package you want to port.

4. sb-conf select FREMANTLE_ARMEL

5. apt-get source <packagename>

6. cd <packagedir>

7. dpkg-buildpackage -rfakeroot -b

8. Copy the resulting .deb file to your N900 and install with 'dpkg -i'
 

The Following 13 Users Say Thank You to kyle For This Useful Post:
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#3
Would be nice to porting OpenOffice to N900 and run it at full speed without draining the RAM and the CPU.

Hope someone recompile it on N900 and pass it around
 
Posts: 540 | Thanked: 387 times | Joined on May 2009
#4
my way:
5. wget http://site.org/sourcecode.tar.gz
6. tar xzvf sourcecode.tar.gz
7. cd sourcecode/
8. ./configure --prefix=/opt --host arm
9. deb-make
10. nano debian/control
change architecture: all to architecture: armel
11. nano debian/rules
change ./configure to ./configure --prefix=/opt --host arm
12. dpkg-buildpackage -rfakeroot
13. (on tablet) X-Terminal>$ /sbin/ifconfig wlan0 | grep inet
14. scp ../source_armel.deb <inet addr>:/root/
15. (on tablet) get root then # dpkg -i source_armel.deb
 

The Following 8 Users Say Thank You to linuxeventually For This Useful Post:
Texrat's Avatar
Posts: 11,700 | Thanked: 10,045 times | Joined on Jun 2006 @ North Texas, USA
#5
Thread moved to better location. Not actually a Brainstorm subject.
__________________
Nokia Developer Champion
Different <> Wrong | Listen - Judgment = Progress | People + Trust = Success
My personal site: http://texrat.net
 

The Following User Says Thank You to Texrat For This Useful Post:
Posts: 89 | Thanked: 131 times | Joined on Oct 2009
#6
And how would we 'opt-ify' the resulting packages?

I ask because I'm planning on getting frotz and joe (my favourite editor) working...
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#7
Originally Posted by rcs1000 View Post
And how would we 'opt-ify' the resulting packages?

I ask because I'm planning on getting frotz and joe (my favourite editor) working...
See http://wiki.maemo.org/Opt_Problem and http://wiki.maemo.org/Documentation/...opt_and_MyDocs
 

The Following User Says Thank You to pelago For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 22:03.