maemo

difference between Nokia's MeeGo 1.2 “Harmattan” and intel Meego?

一世执手 提交于 2020-01-01 09:28:10
问题 Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true? What is Maemo? Is Maemo same as MeeGo Harmattan? Where can we download SDK to develop applications for it with simulator? Is Intel meego sdk (Intel note book, tablets) enough? Any guide please? 回答1: Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true? They have different

Segmentation fault when run as root?

[亡魂溺海] 提交于 2019-12-09 07:36:21
My c++ program gives me a seg fault when I run as root from my computer but not when I start a remote session. My program run from my computer only as a user. What can be the problem? I wrote my program for an embedded device and I'm using this to compile: gcc -Werror notify.cc -o notify `pkg-config --libs --cflags gtk+-2.0 hildon-notifymm hildonmm hildon-fmmm' I'm not getting any error. Could it be a flag problem? I can post my code. EDIT: When I start my program with gdb I get this: Program received signal SIGSEGV, Segmentation fault. 0x40eed060 in strcmp () from /lib/libc.so.6 0x40eed060

Segmentation fault when run as root?

馋奶兔 提交于 2019-12-08 07:34:14
问题 My c++ program gives me a seg fault when I run as root from my computer but not when I start a remote session. My program run from my computer only as a user. What can be the problem? I wrote my program for an embedded device and I'm using this to compile: gcc -Werror notify.cc -o notify `pkg-config --libs --cflags gtk+-2.0 hildon-notifymm hildonmm hildon-fmmm' I'm not getting any error. Could it be a flag problem? I can post my code. EDIT: When I start my program with gdb I get this: Program

difference between Nokia's MeeGo 1.2 “Harmattan” and intel Meego?

久未见 提交于 2019-12-04 05:20:58
Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true? What is Maemo? Is Maemo same as MeeGo Harmattan? Where can we download SDK to develop applications for it with simulator? Is Intel meego sdk (Intel note book, tablets) enough? Any guide please? aponomarenko Nokia has recently announced Nokia N9 with MeeGo 1.2 "Harmattan. Some forums are saying that it is differed from intel MeeGo. Is it true? They have different package managers. Nokia's MeeGo is DEB -based, Intel's MeeGo is RPM -based. Nokia's MeeGo 1.2

How to redirect from Audio Output to Mic Input using PulseAudio?

好久不见. 提交于 2019-11-30 11:32:11
I'm working on a mobile app for Maemo/MeeGo and Maemo uses PulseAudio. I want to play a mp3 to caller (and cancel the mic when doing it, and not to listen caller, everything should be done on background), to do this, I have to redirect Audio Output from a certain (if not possible, all) app, fake it as a Input and make Phone app use it. On my Ubuntu PC, I did it with pavucontrol. I created a NULL sink, then: Audio Output (from Amarok) --> to NULL Output Skype Input <-- NULL Output Skype Output --> NULL And It worked, Amarok played the music and It was streaming to Skype, without playing it to

How to redirect from Audio Output to Mic Input using PulseAudio?

…衆ロ難τιáo~ 提交于 2019-11-29 17:48:25
问题 I'm working on a mobile app for Maemo/MeeGo and Maemo uses PulseAudio. I want to play a mp3 to caller (and cancel the mic when doing it, and not to listen caller, everything should be done on background), to do this, I have to redirect Audio Output from a certain (if not possible, all) app, fake it as a Input and make Phone app use it. On my Ubuntu PC, I did it with pavucontrol. I created a NULL sink, then: Audio Output (from Amarok) --> to NULL Output Skype Input <-- NULL Output Skype Output