Active Topics

 


Poll: Do you want to buy one, and why? (Votes are public)
Poll Options
Do you want to buy one, and why? (Votes are public)

Reply
Thread Tools
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#341
Toholed dbus-drawing interface in 0.3.0 version:
dbus-send --system --print-reply --dest=com.kimmoli.toholed / com.kimmoli.toholed.draw

Following arguments are supported:

Lock to drawing mode: string:"lock" boolean:true/false string:"appname"
Lock is released every 30 sec, so you need to refresh lock.

Clear screen: string:"clear"

Invert display or change to normal: string:"invert" boolean:true/false

Draw single pixel at x,y: string:"pixel" int32:x int32:y {int32:color}
Note: color is optional: 0=black, 1=white, default is white.

Draw circle, center x,y with r radius: string:"circle" int32:x int32:y int32:r {int32:color}

Draw line from x0,y0 to x1,y1: string:"line" int32:x0 int32:y0 int32:x1 int32:y1 {int32:color}

OBSOLETE in 0.3.0 Draw bitmap to x0,y0: string:"bitmap" int32:x int32:y array:byte:0x42,0x4d,...

Draw time text with chars "1234567890:" and space to x,y: string:"time" int32:x int32:y string:"::1"

Draw numbers with small font to x,y: string:"smalltext" int32:x int32:y string:"123%"

Draw analog clock: string:"clock" int32:hours int32:minutes {boolean:clear}
clear can be used for non-flickering update of display

and last one: string:"derp"

Picture drawing interface :
dbus-send --system --print-reply --dest=com.kimmoli.toholed / com.kimmoli.toholed.drawPicture int32:x int32:y bytearray:data

This will accept picture, PNG, BMP, JPG as data payload.
Color pictures will be automatically reduced to 2-bits with rule qGray()>127.
Supports also transparent. Pixel is drawn only if qAlpha()>127

e.g. 2miich app uses this, it draws mono-png images and sends them over dbus.
see https://github.com/inzanity/2miich/b...rc/oledify.cpp
and https://github.com/inzanity/2miich/b...esPage.qml#L98
and https://github.com/inzanity/2miich/b...rs/Toholed.qml
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH

Last edited by kimmoli; 2014-10-24 at 08:30.
 

The Following 12 Users Say Thank You to kimmoli For This Useful Post:
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#342
UPDATE UPDATE UPDATE is out in harbour !!! Version 0.2.19

Uninstall old version --> Store -> My apps -> Toholed -> uninstall

Re-attach toholed, it asks to install -> (+) INSTALL

If your NFC is broken, and have installed manually, please email/PM me, so i provide links for RPM's (yes, two: daemon and settings-app)
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH

Last edited by kimmoli; 2014-10-10 at 18:20.
 

The Following 8 Users Say Thank You to kimmoli For This Useful Post:
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#343
Bug:

silent profile indicator may get triggered incorectly when changing ambiance or master ringer volume.

Affected version 0.2.19
Fix version 0.2.20
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH

Last edited by kimmoli; 2014-10-10 at 18:20.
 

The Following 4 Users Say Thank You to kimmoli For This Useful Post:
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#344
Bug:

Communi-IRC highlights just blink screen, no # symbol drawn.

Affected version 0.2.19
Fix version 0.2.20
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH
 

The Following 2 Users Say Thank You to kimmoli For This Useful Post:
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#345
Bug:

SMS notification on toholed even when message-stream is open. Annoying to get cleared.

Affects version: *
Fix version 0.2.21
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH
 

The Following 2 Users Say Thank You to kimmoli For This Useful Post:
Posts: 123 | Thanked: 268 times | Joined on Dec 2009 @ Helsinki, Finland
#346
Originally Posted by kimmoli View Post
Uninstall old version --> Store -> My apps -> Toholed -> uninstall

Re-attach toholed, it asks to install -> (+) INSTALL
Great. My Jolla notified me that there is an update to Toholed, but I was not able to install it. Jolla said something like "problem in store". So I came here at tmo, and presto! All is well.
 

The Following 2 Users Say Thank You to Tsippaduida For This Useful Post:
Posts: 123 | Thanked: 268 times | Joined on Dec 2009 @ Helsinki, Finland
#347
I see also Bluetooth symbol, haven't noticed it before. Email notifications work better now. previously sometimes I did not see notification even though phone otherwise reported about new mail.

I kinda like the analog display, but that seems to be eating screen estate so that I lose some of the symbols (network, Bluetooth). I can live with this. I usually know when I have Bluetooth enabled but sometimes it might be useful to see whether it is connected or not.

Settings UI is a really nice touch. Toholed has matured so far that you can add just about anything and the only thing needing consideration is the usefulness of the new feature.

Screenshot-mode is a really nice idea! I was able to show of to my colleagues.
 

The Following 2 Users Say Thank You to Tsippaduida For This Useful Post:
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#348
Analog clock with notifications and network symbols in next update.
also some other maybe not so usefull featureggs...
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH
 

The Following 8 Users Say Thank You to kimmoli For This Useful Post:
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#349
Version 0.3.0 available
get it from store, or from merobs repo
__________________
TOH ideas, concepts and creations since 2013 toholed tohuart toheink Heebo tohIRi i2ctool tohmm LeTOH FMTOH
 

The Following 4 Users Say Thank You to kimmoli For This Useful Post:
rooster13's Avatar
Posts: 319 | Thanked: 221 times | Joined on Jan 2010 @ Finland
#350
Update smooth as hell!
Really nice update, Thank you, Kiitos!
__________________
Sail Raid, an old skool shoot'em up for Jolla
KillDroid, Android service killer for Jolla
goViihde, an Elisa Viihde client for Jolla
goViihde, an Elisa Viihde client for N9
Shortcut Stash Home Screen Widget
 
Reply

Tags
jolla toh, toholed


 
Forum Jump


All times are GMT. The time now is 16:31.