[RAUC] Antwort: Re: Antwort: D-Bus control Qt

2021-08-02 Thread Eugen . Wiens
Hi Michael, "RAUC" schrieb am 02.08.2021 15:20:25: > Von: "Stahl, Michael" > An: "eugen.wi...@jumo.net" > Kopie: "RAUC@pengutronix.de" > Datum: 02.08.2021 15:20 > Betreff: Re: [RAUC] Antwort: D-Bus control Qt > Gesendet von: "RAUC" > > Hi Eugen, > > I think I got it. > > MyProgress.cpp:

[RAUC] Antwort: Re: Antwort: Re: Antwort: D-Bus control Qt

2021-08-02 Thread Eugen . Wiens
Hi Michael, "RAUC" schrieb am 02.08.2021 16:29:18: > Von: "Stahl, Michael" > An: "eugen.wi...@jumo.net" > Kopie: RAUC , "RAUC@pengutronix.de" > > Datum: 02.08.2021 16:29 > Betreff: Re: [RAUC] Antwort: Re: Antwort: D-Bus control Qt > Gesendet von: "RAUC" > > Okay, thanks a lot. > > A

Re: [RAUC] Antwort: D-Bus control Qt

2021-08-02 Thread Stahl, Michael
Hi Eugen, thanks for the informations. They were very useful. Some lines are familiar to me because I tested a lot. But I still need some support. This is the way I request the property: MyProgress parameterProgress; QDBusInterface interface( "de.pengutronix.rauc", "/",

Re: [RAUC] Stumped, have a appfs partition that is encrypted, how to get RAUC to update it

2021-08-02 Thread Brian Hutchinson
On Fri, Jul 30, 2021 at 12:29 PM Jan Lübbe wrote: > Hi Brian, > > On Fri, 2021-07-30 at 10:20 -0400, Brian Hutchinson wrote: > > > 100% Installing failed. > > > LastError: Installation error: Failed updating slot appfs.1: failed to > run > > > mkfs.ext4: Child process exited with code 1 > > >

Re: [RAUC] Antwort: Re: Antwort: D-Bus control Qt

2021-08-02 Thread Stahl, Michael
Okay, thanks a lot. A last question. Is it correct that I have to poll the "Progress" property or is there any signal system where I can subcribe to get a notification at every change of progress status? Von: eugen.wi...@jumo.net Gesendet: Montag, 2. August

Re: [RAUC] Antwort: D-Bus control Qt

2021-08-02 Thread Stahl, Michael
Hi Eugen, I think I got it. MyProgress.cpp: Q_DECLARE_METATYPE(MyProgress) QDBusArgument <<(QDBusArgument , const MyProgress& parameterProgress) { argument.beginStructure(); argument << parameterProgress.m_Progress; argument << parameterProgress.m_Message; argument <<

Re: [RAUC] Stumped, have a appfs partition that is encrypted, how to get RAUC to update it

2021-08-02 Thread Jan Lübbe
On Mon, 2021-08-02 at 11:22 -0400, Brian Hutchinson wrote: > Hi Jan, > > Yes!  Thanks. Good. :) > Now my problem is I have a very small 32M NOR flash and I have a 11M SquashFS > rootfs based off core-image-minimal.  I added packagegroup-luks and it blew > size > up to 47M.  I then just tried

[RAUC] Antwort: D-Bus control Qt

2021-08-02 Thread Eugen . Wiens
Hi Michael, "RAUC" schrieb am 02.08.2021 08:15:26: > Von: "Stahl, Michael" > An: "RAUC@pengutronix.de" > Datum: 02.08.2021 08:15 > Betreff: [RAUC] D-Bus control Qt > Gesendet von: "RAUC" > > Is there someone who implemented the DBus Property "Progress" into a > Qt-Application? The problem

Re: [RAUC] D-Bus control Qt

2021-08-02 Thread Bastian Krause
Hi, On 8/2/21 8:15 AM, Stahl, Michael wrote: > Is there someone who implemented the DBus Property "Progress" into a > Qt-Application? The problem seems the return value isi (Integer, String, > Integer).  > For all other properties with a single return value like "Operation" or > "LastError" the

[RAUC] D-Bus control Qt

2021-08-02 Thread Stahl, Michael
Is there someone who implemented the DBus Property "Progress" into a Qt-Application? The problem seems the return value isi (Integer, String, Integer). For all other properties with a single return value like "Operation" or "LastError" the Qt DBus API works fine. I found an email from 28.Oct