Forum: Alternatives
2013-06-08, 19:56
|
Replies: 635
Views: 353,478
Re: Arch Linux ARM on N900
You may use the newest power-kernel, it supports ext4. Ext3 works (I'm using it right now), but your config file is wrong. I do not know if you installed Arch on internal memory or on SD card, but...
|
Forum: Alternatives
2013-06-05, 06:50
|
Replies: 635
Views: 353,478
Re: Arch Linux ARM on N900
@pinsh
These errors are completely normal besides this one:
EXT4-fs (mmcblkp0p4): unable to read superblock
And as you already mentioned - you know why it is shown. To fix it, you need to update...
|
Forum: Competitors
2011-08-18, 23:14
|
Replies: 65
Views: 19,461
Re: HP says bye bye to webOS hardware
Would be nice if all the Meego, webOS and Linux fans would buy some Chinese hardware company and release our own OS, free of commercial pressures and MS infiltrators :D
|
Forum: Competitors
2011-08-18, 21:03
|
Replies: 65
Views: 19,461
Re: HP says bye bye to WEebOS hardware
It's really hard to see what this means, but I give it a shot:
Android: Will stay #1 platform for mobile devices for years to come, however there will be increased tensions and search for...
|
Forum: Nokia N9 / N950
2011-08-09, 18:39
|
Replies: 193
Views: 42,148
|
Forum: MeeGo / Harmattan
2010-04-24, 18:56
|
Replies: 118
Views: 35,698
|
Forum: MeeGo / Harmattan
2010-04-01, 10:11
|
Replies: 23
Views: 14,244
Re: Will MeeGo be as hack friendly?
As far as I understand there are 2 installable images of n900 MeeGo.
(1) The closed image - (includes BME, wifi & bluetooth firmware)
(2) The open image - does not include the above components....
|
Forum: MeeGo / Harmattan
2010-03-06, 19:32
|
Replies: 23
Views: 14,244
Re: Will MeeGo be as hack friendly?
Maemo and Moblin are beloved operating systems for mobile hackers and MeeGo will acquire and expand that heritage.
Even if vendors will be able to limit the openness of their devices, it is...
|
Forum: MeeGo / Harmattan
2010-02-16, 22:19
|
Replies: 399
Views: 181,550
Re: Renaming "Maemo 6" to MeeGo / Harmattan
That's the impression they'd like to give, but i'm not buying it. They must have plans and goals by now.
My interpretation is that by the time this becomes relevant (=Harmattan device is...
|
Forum: Alternatives
2010-01-30, 14:38
|
Replies: 35
Views: 13,555
Re: Android is not open
I don't really care how much more "open" Android or Maemo are... they're both closed to some extent.
The difference I see is with the parts that are actually open:
Maemo: mostly "copyleft",...
|
Forum: Competitors
2010-01-27, 19:39
|
Replies: 434
Views: 94,922
Re: Apple iPad
I'm just amazed how bad the name iPad" is! Didn't they do their research :D
http://www.youtube.com/watch?v=lsjU0K8QPhs
|
Forum: Maemo 5 / Fremantle
2010-01-21, 17:28
|
Replies: 439
Views: 137,701
|
Forum: Development
2009-12-09, 11:46
|
Replies: 25
Views: 15,305
Re: Gentoo x86_64 SDK
I've found the issue - it would appear to be stripping the binaries/libraries during install, which presumably doesn't work properly for ARM files.
Adding:
RESTRICT="strip binchecks"
to the...
|
Forum: Nokia N900
2009-11-15, 05:29
|
Replies: 13
Views: 11,327
|
Forum: Development
2009-11-11, 22:20
|
Replies: 25
Views: 15,305
Re: Gentoo x86_64 SDK
Having just gone through the process of installing the Maemo 5 Final SDK (http://wiki.maemo.org/Documentation/Maemo_5_Final_SDK_Installation) on my x86_64 Gentoo system, I'll tell you what worked for...
|
Forum: Development
2009-10-22, 11:33
|
Replies: 10
Views: 4,168
Re: Acceleration Sensor API
Note that with such high sampling rates you leave awfully little time for processing. 1KHz sampling means you have 1ms to process every sample, which is basically a no-go as Maemo is not a RTOS, not...
|
Forum: Development
2009-10-21, 22:43
|
Replies: 10
Views: 4,168
Re: Acceleration Sensor API
The accelerometer (LIS302DL) only has sample rates of 100 Hz or 400 Hz (see http://www.st.com/stonline/products/literature/ds/12726.pdf). 1kHz is really high for an accelerometer. What's your...
|
Forum: Development
2009-10-21, 19:48
|
Replies: 10
Views: 4,168
Re: Acceleration Sensor API
Here you are:
http://wiki.maemo.org/Accelerometers
Also, I'm working on a library for various sensors, so if you need some reference for accelerometer (using sysfs) let me know.
|