Active Topics

 

Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: Markkyboy
Forum: SailfishOS 2020-11-07, 07:35
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

as per the response from peterleinchen, you can also output to file;

dconf dump / > dconf-output.txt
Forum: SailfishOS 2020-10-18, 11:11
Replies: 64
Views: 9,323
Posted By Markkyboy
Re: System update available (3.4.0.24)

Released;

Patch: Returns pulley menu for email view can be found here;

https://openrepos.net/content/markkyboy/patch-returns-pulley-menu-email-view

Or a direct link for download here; ...
Forum: SailfishOS 2020-10-17, 08:37
Replies: 64
Views: 9,323
Posted By Markkyboy
Re: System update available (3.4.0.24)

I've patched that part of the email client. Bye-bye buttons, hello pulley menu.

If users are interested, leave a Thanks! here. If enough users show interest, I'll upload to Openrepos.
Forum: SailfishOS 2020-09-29, 14:32
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Okay, will try later. My OWM account just got suspended for making too many calls, Oops!
Forum: SailfishOS 2020-09-29, 11:09
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Cool, but I wasn't quite sure how to implement your suggestion.

However, instead I added a Timer with no interval to be triggered upon the feed being updated or the app being started, the image is...
Forum: SailfishOS 2020-09-29, 09:59
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Hi coderus,

I have a small niggle with fetching an image from openweathermap.org. See the following code;


Image {
id: icon
source:...
Forum: SailfishOS 2020-09-20, 09:54
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Currently, I have Eclipse MQTT 1.3.1 running flawlessly on my Jolla1.

I note there are 3 files for MQTT on my device, found in /usr/bin/; mosquitto_passwd, mosquitto_sub and mosquitto_pub

I...
Forum: SailfishOS 2020-09-13, 16:39
Replies: 2,904
Views: 709,759
Posted By Markkyboy
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak

My two-penneth;

As far as I know, Ancelad is no longer using SFOS and indeed he has removed repos/apps/etc from various places.

Submit your app, I would. I think users of Ancelad's work will...
Forum: SailfishOS 2020-09-08, 16:33
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Okay, but I'm sure 'Styles' is also not available in SFOS. I have tried many import statements that are not available. I've looked through '/usr/lib/qt5/qml' on my device and didn't see 'controls' or...
Forum: SailfishOS 2020-09-08, 12:42
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

But that shows Controls.Styles as an import statement. I had already tried stripping down CircularGauge QML, but Controls.Styles is required.

/* I'll play anyway, its a huge file for what it...
Forum: SailfishOS 2020-09-08, 11:26
Replies: 153
Views: 38,302
Posted By Markkyboy
Arranging numbers/letters/tickmarks in a circle

My application shows a dial with compass bearings (numbers) and tickmarks (asterisks).

I cannot use QML CircularGauge for my purpose because 'Controls.Styles' is not available in SFOS.
...
Forum: SailfishOS 2020-09-04, 21:50
Replies: 153
Views: 38,302
Posted By Markkyboy
Forum: SailfishOS 2020-09-03, 18:37
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Well, it's a button made from a rectangle, when the button is pressed it turns a light on. When the light is on, the button should be green, when the light is turned off, the button should be yellow....
Forum: SailfishOS 2020-09-03, 16:14
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

The following code is a part of a Row, the Rectangle acts as a button and sends an IR command via WiFi to a Tasmotised Sonoff RF;


Rectangle {
id: mainLights1
...
Forum: SailfishOS 2020-09-02, 16:14
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Okay,

I've found another way to achieve my goal.

I took a good look in `/usr/lib/qt5/qml/Sailfish/Lipstick` and found some code pertaining to rotation/rotating items; `isLandscape` does the...
Forum: SailfishOS 2020-09-01, 21:57
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

then you totally misunderstand my question. I did not include any information about page rotation as my app already rotates to landscape.

The problem is, my row and column spacings are not...
Forum: SailfishOS 2020-09-01, 21:54
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

are you replying to me coderus?
Forum: SailfishOS 2020-09-01, 21:16
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

I have a similar problem with landscape with regard to positioning items.

This is editing directly on the device not in SDK, where I know Lipstick is not allowed.

A few years back, we could do...
Forum: SailfishOS 2020-09-01, 10:43
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

I note from your CachesPage.qml you have set allowedOrientations to Portrait only, perhaps to add Landscape also. I'm not sure if this will fix the problem, but it can't be helping.
Forum: SailfishOS 2020-08-22, 10:48
Replies: 153
Views: 38,302
Posted By Markkyboy
Re: Help me to code for Sailfish OS

Hi all,

I've made myself a basic weather application, it uses the OpenWeatherMap.org API for data.

I would like to know how to enter my Weather API URL to my `weather.js` file using Dialog,...
Forum: SailfishOS 2020-07-28, 07:10
Replies: 4
Views: 1,663
Posted By Markkyboy
Re: MQTT on Jolla1

I can only speak for Jolla1 which has an IPS LCD panel, these are not prone to screen burn. Might be a different story with Sony devices though.
Forum: SailfishOS 2020-07-27, 10:50
Replies: 4
Views: 1,663
Posted By Markkyboy
Re: MQTT on Jolla1

I'll give that a go!, thanks.
Forum: SailfishOS 2020-07-26, 08:09
Replies: 4
Views: 1,663
Posted By Markkyboy
MQTT on Jolla1

Hi all,

I'm running Mosquitto v3.1 broker on my Jolla1 and it runs nicely.

One problem though; I lose the broker when the phone goes into deep sleep. How can I prevent the phone from deep...
Forum: SailfishOS 2020-07-12, 19:13
Replies: 14
Views: 4,165
Posted By Markkyboy
Re: [Link] Official Sailfish OS forum

Did you read the initial post?

https://together.jolla.com/question/229526/new-forum-for-sailfish-os-discussion/
Forum: SailfishOS 2020-06-03, 12:26
Replies: 23
Views: 4,672
Posted By Markkyboy
Re: Emergency warning support?

this same question/request was posted on TJC back in 2014 with 56 votes, clearly nothing has materialised with regard to this type of early warning system. I seem to recall most Nokia phones hasd...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 07:24.