libera/#maemo-leste/ Thursday, 2022-09-08

dsc_interesting stack window behavior ('X-Maemo-StackedWindow') where you have window #1 and window #2, you close #2, ~400ms transition animation to #1, if you 'change' something visually in window #1 during the transition, those changes are not being shown after the transition completes.13:17
dsc_when you start interacting with #1, by for example registering a touch gesture, the window 'refreshes' and the change is there13:18
dsc_so I was thinking maybe Maemo StackedWindow code needs to call `refresh()` or `redraw()` on that #1 window when the transition is complete13:19
dsc_might be an issue related to Qt specifically, not sure13:19
WizzupKabouik: got the fxtec13:20
Wizzupdsc_: it might be a problem in my qt port, I can try to look at it soonb13:20
Wizzups/soonb/soon/13:20
dsc_for now I have some hacks to deal with it13:21
Wizzuptmlind: uvos: did either of you manage to test the panel bridge with fixes? really curious :)13:29
WizzupI don't have a mz set up yet13:29
uvos__Wizzup: no my mz617 wont boot at all atm13:40
uvos__i think its battery is just dead13:40
uvos__but i have to take it apart to charge it externally13:40
uvos__(i messed up android yesterday)13:41
uvos__while trying to test13:41
uvos__upps13:41
Wizzupuvos__: ah :(14:06
WizzupI was thinking it would be super cool to show at openfest14:06
dsc_https://github.com/maemo-leste/conversations/commit/8c37c3de1937d36e6a57f143e85f0570e8ca6fb4 has a bunch of stuff17:51
dsc_(yes my commits are not atomic)17:51
dsc_fixes quite a bit of stuff17:52
freemangordonWizzup: I think that yes, it drops off from usb, didn't check though17:56
freemangordonlemme try to find in kernel logs17:56
freemangordonwhy do you ask?17:57
Wizzupfreemangordon: I have seen that happen sometimes, usually when using gps a lot or when it gets hot17:57
freemangordonyes17:57
freemangordonI was connected to gprs17:57
Wizzup>>gps<<17:57
Wizzupbut yes17:57
freemangordonboth times it happened17:57
Wizzupmy remark was in relation to your saying modem disappeared17:57
freemangordonyes, it disappeared, will pastebin logs in a minute or so17:58
Wizzupmaybe we can use reset to try to mae it come back17:59
uvosi have seen it drop from usb18:01
uvosbut it dont think it resets18:01
uvosat least once it did that while in a call18:02
freemangordonhttps://pastebin.com/cxWGkv3E18:02
uvosand the modem was clearly fine (the call continued)18:02
freemangordonit seems it disconnects from USB after it reports powered off18:03
dsc_bumped changelog18:04
freemangordonWizzup: I guess we can reset it, but why it gets powered off in the first place?18:05
freemangordonmaybe it needs some periodical kicks?18:06
uvosit gets kicks from mce18:06
dsc_could someone kick off a conversations build18:06
uvosidk why it would power down18:06
uvosi dont think i have seen that18:06
WizzupI think maybe uit just crashes18:06
Wizzupdsc_: I will momentarily18:06
Wizzupfreemangordon: cellulard? ;D18:06
uvosdsc_: nice work :)18:06
freemangordonin stable?18:06
Wizzupno -devel18:06
WizzupI will do it18:06
freemangordonhmm...18:07
Wizzuphmm my d4 just got hot and I can't get the screen to turn on18:07
Wizzupmeh18:07
freemangordonthere is no new version18:07
freemangordonI already build the latest18:07
Wizzupfreemangordon: of what?18:07
freemangordoncellulard18:07
WizzupI think we are miscommuniating18:07
Wizzupyeah we're miscommunicating18:07
freemangordoncould be18:07
WizzupI was half jokingly saying we could put the modem reset in cellulard18:07
freemangordonah :D18:07
freemangordonno if someone to do that, it is ofono18:08
freemangordon*is to do...18:08
dsc_uvos: thx18:08
Wizzupfreemangordon: I think ofono won't know about it18:08
freemangordonit should18:08
freemangordonas it opens ttyUSB418:08
Wizzupit matches on usb iface names afaik :)18:08
Wizzupthose won't be there if modem is gone18:08
freemangordonexactly18:09
Wizzupfreemangordon: does driver unbind/bind help?18:09
Wizzupeither modem rebind or usb rebind18:09
uvosmaybe android hides the modem crashing18:09
freemangordondidn't try18:09
WizzupI use this on my laptop to deal with flakey usb3:18:09
uvosbut at least there it seams stable18:09
Wizzupecho -n "0000:07:00.3" | tee /sys/bus/pci/drivers/xhci_hcd/unbind18:09
Wizzupecho -n "0000:07:00.4" | sudo tee /sys/bus/pci/drivers/xhci_hcd/unbind18:09
Wizzupsleep 5;18:09
Wizzupecho -n "0000:07:00.3" | sudo tee /sys/bus/pci/drivers/xhci_hcd/bind18:09
Wizzupecho -n "0000:07:00.4" | sudo tee /sys/bus/pci/drivers/xhci_hcd/bind18:09
WizzupI guess I lack a sudo there18:09
freemangordonit happened 2 times only, but I didn;t test more18:09
freemangordonmost of the times d4 is connected ti wifi, but now I will deliberately keep it connected to gprs18:11
freemangordonttyl18:12
Wizzupfreemangordon: and uvos so both OK if I import devuan keyring into our repos?18:50
WizzupKabouik: to be clear I got the fxtec from parazyd18:57
freemangordonWizzup: you mean the new key?21:51
Wizzupyes, their keyring pkg21:51
freemangordonisn't it better to import the .deb they provided in our repos and add it to some of the metapackages?21:51
freemangordonah, same thing then21:52
freemangordonI am fine21:52
Wizzupok21:55
freemangordonhmm, seems sometimes this https://github.com/maemo-leste/droid4-linux/blob/maemo-5.18.y/sound/soc/codecs/motmdm.c#L84 is not enough22:08
freemangordonWizzup: now that I want to push changes to kernel, what shall I do? tag force-push?22:09
Wizzupif you retag it's ok I guess22:13
freemangordonWizzup: could you rebuild the kernel?22:55
Wizzupfreemangordon: sure, all set?23:00
uvosWizzup: im ofc fine with importing the keyring23:39
uvoscan we enforce it be installed first automaticly? otherwise upgrade will still fail no?23:40
* uvos not very knowlageable on apt23:40
Wizzupuvos: upgrade will not fail from our repos23:41
Wizzuponly from devuan23:41
uvossure but dist-upgrade will try and do both and fail or?23:41
Wizzupwill work23:41
uvosok23:41
uvosgreat then ;)23:41
Wizzupwe can try this if you want :P23:41
Wizzupok, will import momentarily23:42
uvosim mostly curious23:42
uvoseven if it fails its sill better to be able to apt install the new keyring23:42
uvosrather then having to fetch a deb from somewhere23:42
WizzupI'm 100% sure it will work23:45
Wizzupit should be imported now23:47
Wizzupmaybe try it from a device you haven't fixed yet?23:47
Wizzupit should be:23:47
Wizzupapt update23:47
Wizzupapt distupgrade23:47
Wizzuprepeat once more23:47
uvosWizzup: ok i try bionic23:47
uvosoh btw23:55
uvosWizzup: theres something wrong with sphones storage23:55
uvosWizzup: it nolonger shows outgoing sms in sms-history23:56
uvosill try and investigate in the next couple of days23:56
Wizzupmaybe another wrap, I use conversations to read them23:57
Wizzup(which also still lacks the remote-name iirc)23:58
uvoswrap?23:58
Wizzupswap23:58
uvosright23:58
uvosWizzup: looks like its upgrading ok23:59
Wizzupyup23:59

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!