|
2014-04-20
, 22:01
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#62
|
|
2014-04-21
, 08:56
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#64
|
|
2014-04-22
, 13:35
|
Posts: 23 |
Thanked: 8 times |
Joined on Nov 2009
|
#65
|
|
2014-04-22
, 14:17
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#66
|
Hi.
I've tried to add the new feature to SkippingStones: "Possibility to hangup incoming call using Peeble watch".
|
2014-04-22
, 15:11
|
Posts: 23 |
Thanked: 8 times |
Joined on Nov 2009
|
#67
|
Wonko, can you please make a new thread with SkippingStones?So you can update the first post with every new update.
You can name it something like: "[ANNOUNCE] SkippingStones - Pebble smart watch for Jolla")
Also, out of curiosity, why is it called SkippingStones anyway?
|
2014-04-22
, 19:14
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#68
|
# 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
Wonko, can you please make a new thread with SkippingStones?So you can update the first post with every new update.
You can name it something like: "[ANNOUNCE] SkippingStones - Pebble smart watch for Jolla")
...
|
2014-04-22
, 19:59
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#69
|
I just finished my work on version 0.15
There actually had been such a thread even before this one was opened:
http://talk.maemo.org/showthread.php?t=92695
However, the discussion seems to have moved here.
|
2014-04-22
, 22:11
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#70
|
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:
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.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
But I have to admit that I am not up-to-date with respect to the latest harbour allowed lib/API rule restrictions discussion.
The Following User Says Thank You to HtheB For This Useful Post: | ||
Version 0.12 includes your changes:
https://github.com/ruedigergad/Skipp...l.rpm?raw=true
Thanks a lot for the PR.
This version also fixes an issue in querying the app bank status when more than four apps are installed and improves the selection handling in the App Install selection dialog.
Advanced Clock Plugin --- Binary Clock, Desktop Version --- libswt-hildon
Stultitia Simplex --- To-Do-O --- VU Meter --- Zeecontrol
My homepage with assorted posts about my apps, Qt/QML, etc.: http://ruedigergad.com
Last edited by Wonko; 2014-04-20 at 08:28.