As that poster mentioned, absolute path works for a single mp3 file but NOT with an m3u playlist. It's a known issue that Harmattan's music suite does not support external m3u playlists. So, I...
Type: Posts; User: scifi.guy; Keyword(s):
As that poster mentioned, absolute path works for a single mp3 file but NOT with an m3u playlist. It's a known issue that Harmattan's music suite does not support external m3u playlists. So, I...
This is a cross-post from TMO (sorry for the repetition). I am trying to find a way to play a playlist through Harmattan's built-in/stock music player (music-suite) via commandline or dbus or Qt. I...
Thanks gnuton. I was hoping to use scratchbox with Xephyr for initial testing and then deploy to device. But it seems I don't have that choice because of this error.
I am trying to use accounts-qt library to create an account from my application. I don't want to mess up with the accounts.db file on my device, so I am using scratchbox HARMATTAN_X86 target. But...
I just found out that I was using incorrect command to start Xephyr.
The command I used to start Xephyr was (excluding Composite extension):
Xephyr :2 -host-cursor -screen 480x854x16 -dpi 96...
I have followed the instructions from Harmattan Dev Documentation and successfully installed HARMATTAN_X86 and HARMATTAN_ARMEL targets on Mint 12 64-bit OS.
I am able to login to scratchbox and...
I created a custom telepathy connection manager in my application to integrate with harmattan's contacts application. Once the integration is in place, users should see a "Call via Vicar | Cell" in...
I think the reason for missing gconf files was because I selected only "Meego 1.2 Harmattan API" and excluded "Harmattan Platform API" during installation. Now I installed Harmattan Platform API, and...
I think we are closing in on the issue here.
Recently I cleaned up my old Qt installation and re-installed Qt SDK v1.1.3 using offline installer. I am missing gconf-2.0.pc and include files in...
Thanks gnuton.
I tried using PKGCONFIG. For some reason gconf-2.0 paths are not getting added to INCLUDES and LIBS for harmattan target in Qt . The syntax works perfectly fine for a Fremantle...
I have a Qt console project with harmattan as the target. I added this line to project file.
LIBS +=/usr/lib/libgconf-2.so
Build failed with error "File format not recognized", which I assume...