View Single Post
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#70
Originally Posted by Wonko View Post
I just finished my work on version 0.15:
https://github.com/ruedigergad/Skipp...l.rpm?raw=true

This version adds the following improvements:
- UI for entering the UUID of the SmartStatus watchapp. (Entering an empty string should turn off the SmartStatus functionality. (But I didn't test that yet.))
- Two predefined UUIDs: "SmartWA Mod 2" and "SmartStatus+ Music and Volume"
- Support for the "SmartStatus+ Music and Volume" watchapp http://www.mypebblefaces.com/apps/4805/6490/6508/
- in the "SmartStatus+ Music and Volume" watchapp the current volume level can be shown. (Note that you need to change the volume at least once to get a correct value.)
- Prototype to support MeeCast:
- Sends the temperature and icon currently displayed in the appcover of MeeCast.
- Please note that this requires you to manually patch MeeCast (see below for instructions) and that MeeCast has to be running.
- So far, I only tested this with the "SmartStatus+ Music and Volume" watchapp.

The MeeCast patch can be applied similarly to the media player patch as follows:
Code:
# Open a terminal.
# Download the patch.
cd
curl -O https://raw.github.com/ruedigergad/SkippingStones/master/meecast_coverpage_dbus.patch
# Test if the "patch" tool is installed.
patch -v
# Install the "patch" tool if needed.
pkcon install patch
# Please re-check if the install was successful via "patch -v".
# I am not that sure if the pkcon command is correct.

# Become root.
devel-su
# Apply the patch.
cd /usr/share/harbour-meecast/qml/cover
patch < /home/nemo/meecast_coverpage_dbus.patch
Adding this patch to the harbour version of MeeCast may be problematic as it adds "import org.nemomobile.dbus 1.0" which I think is currently not allowed in harbour.
But I have to admit that I am not up-to-date with respect to the latest harbour allowed lib/API rule restrictions discussion.
I couldn't get SmartStatus+ to work. It keeps saying Updating... while MeeCast does run in the background and I couldn't control the default music player either.

I've updated SkippingStones and pacthed MeeCast (I've patched the music player earlier)
But it doesn't do anything...

Edit: I should have scrolled down a bit more to see that I could select an app from the list to work with
Works very great!

Edit2:
Seems like it's a bit buggy. When pressing the middle button to change the view, it pauses the music, while this should only be happen in the 'volume section' (correct me if I'm wrong?)
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2014-04-22 at 22:28.
 

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