Forum: General
2016-11-29, 11:29
|
Replies: 15
Views: 27,621
Re: Export SMS from N900 to Android
Thanks Phillipp. This script was a big help to me.
A couple of notes for anyone else needing to do this conversion:
1) Check that the order of the CSV fields in csvline matches up against the...
|
Forum: Maemo 5 / Fremantle
2016-08-30, 10:38
|
Replies: 3
Views: 4,097
Re: install scratchbox
See Installing Maemo 5 SDK using a text based installer (https://wiki.maemo.org/Documentation/Maemo_5_Final_SDK_Installation#Installing_Maemo_5_SDK_using_Text-based_Installer), the "EDIT" around...
|
Forum: Development
2016-07-07, 22:40
|
Replies: 72
Views: 71,895
|
Forum: Development
2016-07-07, 13:24
|
Replies: 72
Views: 71,895
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2015-05-10, 11:17
|
Replies: 8
Views: 23,166
gcc 5 cross-compiler for diablo
Further to my previous thread about GCC 4.9 (http://talk.maemo.org/showthread.php?t=93106), I've now built a GCC 5 toolchain which runs on Debian Jessie x86_64 and builds binaries for Maemo Diablo....
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2015-04-03, 02:54
|
Replies: 9
Views: 30,987
Re: gcc 4.9 cross compiler for diablo
I think I was misunderstood here. I didn't mean making a single package that would run on both Diablo and Fremantle. I was just talking about being able to build a deb on a modern system which will...
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2015-04-03, 00:48
|
Replies: 9
Views: 30,987
Re: gcc 4.9 cross compiler for diablo
It's probably possible, but in terms of the amount of time required in relation to the payoff, most of us are better off just running scratchbox in an old distro on a VM. E.g.
Silvio's vagrant...
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2015-04-02, 23:36
|
Replies: 9
Views: 30,987
Re: gcc 4.9 cross compiler for diablo
I think you are the first user of toolchain besides me, and so this is the first bug report. I reckon it will work for you if you make the following changes to the linker script:
diff -ur...
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2014-04-30, 11:09
|
Replies: 9
Views: 30,987
gcc 4.9 cross compiler for diablo
I've recently dusted off my N800 which had been sitting idle for several years. I want to write a new program for it, but having recently learned C++11, I don't want to have to work with the older...
|
Forum: Development
2013-08-11, 01:02
|
Replies: 5
Views: 5,044
Re: Widget trouble in Maemo 5 SDK on Ubuntu 12.10
The best workaround I have come up with so far is to use SSH X11 tunnelling to forward the Xephyr running on the VM to my host. So I run Xephyr like:
ssh -X maemo-desktop 'xauth add :1 . `mcookie`...
|
Forum: Multimedia
2010-01-04, 10:52
|
Replies: 38
Views: 35,441
Re: no album covers for new tracks in n900 MP
Tracker is the program which indexes all the media on the N900. For MP3s it copies the cover art to a filename with the form /home/user/.cache/media-art/album-$(printf ' ' | md5sum)-$(printf...
|