Active Topics

 

Showing results 1 to 25 of 100 @ 0.06 seconds. Search: Posts Made By: coderus
Forum: SailfishOS 2023-07-11, 23:26
Replies: 14
Views: 4,060
Posted By coderus
Re: Certificate Error on Sailfish 2.0.5.6

just reflash it to latest l500d image with IN modem
Forum: SailfishOS 2022-10-27, 20:47
Replies: 4
Views: 4,870
Posted By coderus
Re: Sailfish in "R&D mode" so can't update

ssu re 4.4.0.1
or whatever version you have
Forum: SailfishOS 2022-04-07, 21:31
Replies: 87
Views: 43,517
Posted By coderus
Re: Sailfish OS flashing files

I am not willing to upload my builds :D
but i can guide you to build your own image in case you have some issues.
Forum: SailfishOS 2022-03-01, 00:05
Replies: 87
Views: 43,517
Posted By coderus
Re: Sailfish OS flashing files

thanks for sailfishlover for your work, hope you;re ok.
meanwhile i have compiled scripts and readme instruction to github:

https://github.com/CODeRUS/sfos-builder
Forum: SailfishOS 2021-06-15, 18:40
Replies: 3
Views: 5,258
Posted By coderus
Re: Using DBus QML interface

for ofono you can use corresponding qml bindings insead of direct dbus calls
Forum: MeeGo / Harmattan 2021-02-13, 17:58
Replies: 5
Views: 4,801
Posted By coderus
Re: reBounce - softfp-to-hardfp LD_PRELOAD hack for Bounce on N9

it works! bounce is available in n900mirror repos in openrepos btw ;)
Forum: SailfishOS 2021-02-04, 21:19
Replies: 20
Views: 15,654
Posted By coderus
Re: Sailfish SDK as a Docker image

4.1.0.45 images pushed to docker
Forum: Jolla1 & TOH 2021-01-11, 19:06
Replies: 35
Views: 9,650
Posted By coderus
Re: Software updates for Jolla 1 have been discontinued

you can use new recovery if want to, but whu want to reset anyway :))
Forum: Jolla1 & TOH 2021-01-11, 09:31
Replies: 35
Views: 9,650
Posted By coderus
Re: Software updates for Jolla 1 have been discontinued

I left my Jolla 1 at Sailfish OS 1.0.0.5 version
Forum: Jolla1 & TOH 2021-01-03, 15:53
Replies: 35
Views: 9,650
Posted By coderus
Forum: SailfishOS 2020-12-05, 17:06
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

https://doc.qt.io/archives/qt-5.6/qstandardpaths.html

QStandardPaths::writableLocation(QStandardPaths::DataLocation)

If you use QSettings class it will automatically create file in correct...
Forum: SailfishOS 2020-11-27, 22:16
Replies: 6
Views: 2,235
Posted By coderus
Re: That's It...

all sony devices. you can build aarch64 firmware right now.
Forum: SailfishOS 2020-11-13, 23:43
Replies: 20
Views: 15,654
Posted By coderus
Re: Sailfish SDK as a Docker image

pushed 3.4.0.24 for convenience' sake

this release contains aarch64 target!

also pushe dseparate images per architecture:
https://hub.docker.com/r/coderus/sailfishos-platform-sdk-armv7hl/tags...
Forum: SailfishOS 2020-09-29, 23:38
Replies: 40
Views: 7,896
Posted By coderus
Re: 3.4.0 - Pallas-Yllästunturi

Phonehook and other overlay apps causing "brick"/black screen/etc. Update carefully.

Check all bug reports at https://forum.sailfishos.org/latest before update

A big WTF to Jolla
Forum: SailfishOS 2020-09-29, 13:38
Replies: 20
Views: 15,654
Posted By coderus
Re: Sailfish SDK as a Docker image

3.4.0.22 docker sdk is published!
Forum: SailfishOS 2020-09-29, 12:43
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

try adding enabled: label.text to Image
Forum: SailfishOS 2020-09-29, 10:01
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

do not load image if label text is empty?
Forum: SailfishOS 2020-09-20, 22:15
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

you can't implement it with given cli tools
Forum: SailfishOS 2020-09-14, 10:15
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

no, i never used okboard, sorry
Forum: SailfishOS 2020-09-08, 17:34
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

dont miss %install step to actually copy files-to-be-packaged to %{buildroot}, then %files section can package it. files outside %{buildroot} can't be packaged.
Forum: SailfishOS 2020-09-08, 17:25
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

you can't just copy and paste, you have to code the code! you can take idea from existing qtquick item and adapt to your project.
Forum: SailfishOS 2020-09-08, 14:29
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

Grab minimal code, then go to styles if you really need it. For bare minimal code inside CircularGaugeStyle is enough to be copied to standalone item
Forum: SailfishOS 2020-09-08, 11:32
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

found this https://github.com/RSATom/Qt/blob/master/qtquickcontrols/src/controls/Styles/Base/CircularGaugeStyle.qml
i think its easy to copy and implement as standalone item
Forum: SailfishOS 2020-09-07, 12:30
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

check https://github.com/CODeRUS/splashscreen-changer/blob/master/gui/qml/pages/SecondPage.qml

you can select file in QML, but you can't read it using qml only. You need Qt or python backend
Forum: SailfishOS 2020-09-06, 20:05
Replies: 153
Views: 38,302
Posted By coderus
Re: Help me to code for Sailfish OS

can you give more information what are you talking about? :D
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 02:48.