libera/#maemo-leste/ Monday, 2022-09-26

freemangordonyeah, but I think gtk3 im will benefit more people00:02
freemangordonalso, it should be more or less way easier and faster than vrfb00:03
freemangordonI doubt it will take more more than a week or so00:03
freemangordonanyway, time to zzz00:05
freemangordonnight!00:05
freemangordonok, vkb works in empathy :)09:25
freemangordona little buggy still, but well...09:25
Wizzupfreemangordon: :)09:41
freemangordonWizzup: does not work in either FF or chromium10:15
freemangordonI wonder why10:16
uvos__freemangordon: ff and chromium are not really any toolkit10:19
uvos__they use the webengine to render everything inc the ui10:20
freemangordonyes, but thay should have some integration with input methids10:20
uvos__ff uses gtk to integrate with linux10:20
uvos__but this is skin deep often10:20
uvos__sure10:20
uvos__there is also the option of useing atispi10:20
uvos__i have some code that works with this10:21
uvos__also the x11 option will allways be needed10:21
uvos__since there are applications with random or  no tooklits10:21
freemangordonsure10:21
freemangordonhmm, why it stopped working?10:22
uvos__what stopped working/10:22
uvos__?10:22
freemangordonvkb in empathy10:23
uvos__it did?10:23
freemangordonyes10:23
uvos__what toolkit dose that sue?10:23
freemangordongtk310:23
uvos__so the x11 backend dosent work?10:23
freemangordonI ported im module to gtk310:23
uvos__oh ok10:23
uvos__no idea i never used any of this10:23
freemangordonwell, I just use empathy as test tool10:24
freemangordonfor gtk3 application10:24
freemangordonoh, it seems h-i-m crashed :D10:26
uvos__wrt replacement10:33
uvos__for him10:33
uvos__examining how phosh and the plamo keyboards work might be usefull10:33
uvos__iirc plamo is derived from the meego keyboard10:33
freemangordonthen it is tied to qt10:34
uvos__well him is tied to gtk210:34
freemangordonno, I mean that it works only in qt10:34
uvos__and has other defficancies too10:34
Wizzuphim works in x11 too, no?10:34
Wizzup:)10:34
uvos__not sure how that is different to him really10:34
freemangordonwe will have to write plugins for gtk10:35
uvos__not sure how that is different to him really10:35
uvos__xD10:35
freemangordonwe already have plugins for gtk :P10:35
uvos__210:35
uvos__but not qt10:35
uvos__so its neigher here nore there10:35
freemangordonwe have code for qt410:35
uvos__also plamo may have done so allready10:35
uvos__at least for gtk310:35
freemangordonyeah10:36
freemangordonbackport to gtk2 shoudl be trivial10:36
freemangordonuvos__: ok, but what is the situation with browsers?10:36
freemangordonas for toolkits is more or less the same10:37
uvos__where?10:38
freemangordonhmm, my ubuntu has vkb that is able to type cyrillic if FF10:39
freemangordon*in FF10:39
Wizzupwouldn't at spi help with browser input?10:39
Wizzupimho the main him shortcoming is no arrow keys / support for that mode (direct input) and portrait being a bit cramped10:40
Wizzupotherwise it's not bad10:40
uvos__freemangordon: onboard10:41
freemangordonyes10:41
uvos__yes onboard works on qt and gtk10:41
freemangordonWizzup: adding arrows is easy10:41
uvos__directt input however10:41
uvos__goes against the way him works fundamentaly10:41
freemangordonnot really10:42
freemangordonsee special symbols vkb for example10:42
uvos__well the vkbs are on a plugin interface10:42
uvos__that expects strings10:42
uvos__sure there are special exceptions also for enter etc10:42
uvos__but really in the main10:42
uvos__it expects to transfer finished strings10:42
freemangordonwe can always add one more atom for direct input10:43
uvos__imo this requires rearchitecting the plugin interface to the extent that you might as well replace him10:43
Wizzupburn down and rewrite is not my fav way of doing things, but we can do it in some cases10:44
Wizzupfor maemo leste we're rarely doing the burn down approach10:44
Wizzup:)10:44
uvos__replace dosent nessecarly mean rewrite10:44
uvos__since we could try and use something that exitst10:45
uvos__the main obstical here is10:45
uvos__hildon-desktop10:45
uvos__hidon-desktop dosent support the atom usualy used by the vkbs to dock themselves to the bottom of the display10:45
uvos__and dosent support multi window at all10:45
uvos__but this is also the same problem with him10:46
uvos__if you add direct input10:46
uvos__and if you solve this defficancy in h-d10:46
uvos__then onboard would for instance simply work10:46
uvos__(but maybe be not ideal on a phone screen)10:46
uvos__then you can see if the phosh keyboard would not simply work too10:47
freemangordonok, seems chromium somhow obeys gtk3 IM, as when that new plugin is added, hwkb typing is ignored10:47
uvos__(imo it should)10:47
freemangordonso, it is a matter of fixing it and it should work10:47
WizzupI have a hard time imagining it on landscape10:47
Wizzupfreemangordon: nice10:47
_uvos_something ate my commens10:54
_uvos_btw at-spi10:54
_uvos_id like to mention again that with at-spi you could in the main make the x11 backend behave like the gtk2 one10:54
freemangordonhmm, focus_in etc is called10:54
_uvos_ie field click opens vkb etec10:54
freemangordonso it is really some bug10:54
_uvos_and that works in _every_ toolkit10:54
freemangordongreat10:55
freemangordonI have no experience with that though10:55
_uvos_there is some proof of concept code10:55
_uvos_in the him repos as a branch10:55
_uvos_freemangordon: its pretty undocumented10:56
_uvos_at-spi is also a huge security risk10:56
Wizzup(and all DEs use it(10:56
Wizzup)10:56
_uvos_that in wayland allows you to read a lot of stull that makes "X11 insecure"10:56
_uvos_https://github.com/IMbackK/hildon-input-method/commit/6f7adcf49553a74cbeb7fe5fff9153e060ac8ac210:58
_uvos_here is proof of concept code10:58
freemangordonok, our chromium is buggy in regards to gtk IM11:22
freemangordonhmm, actually upstream is buggy too11:23
freemangordonit never calls gtk_im_context_set_client_window() unless a key is pressed11:23
rafael2kI would also consider Palemoon as browser alternative, which still maintains gtk2 builds, alongside with gtk3 builds.12:14
rafael2khttp://linux.palemoon.org/12:15
rafael2kand have read-made Debian 10 builds12:16
rafael2k: )12:16
_uvos_hows touch support12:22
_uvos_the other mentioned browsers have very good support for touch gestures12:22
rafael2kxorg updated - wow!12:22
rafael2k_uvos_: not very good gesture support I guess... but it is considerably faster than ff or chromium12:29
rafael2kI'm using it, but with mouse and keyboard12:29
_uvos_not sure about faster12:29
_uvos_on d4 ff is pretty mutch the faster browser by a large margine12:29
_uvos_(scrolling speed wise)12:29
rafael2ktry palemoon12:30
rafael2kit is faster, at least in the PP12:30
rafael2kI'm using the gtk2 build, btw12:30
_uvos_freemangordon: btw current cellulard/pinentry dosen reccognize when a puk is required (dont ask me how i know xD)12:32
_uvos_rafael2k: seams way slower than ff12:35
_uvos_wierd, maybe beacuse d4 has a faster gpu than pp but a mutch slower cpu12:36
rafael2kinteresting12:37
rafael2kanyone, both work fine here tbh12:39
rafael2k*anyway12:39
rafael2ka simple "top" measurement for opening "google.com", ff eats 24% of the system memory, while palemoon gtk2 9%  (2GB total)12:44
_uvos_top sucks at this because it fails to account for shared memory12:47
_uvos_also ff holds buffers based on total memory size (yes this is really dumb)12:48
rafael2kright, indeed... not a trustworthy method12:48
rafael2kdid not know about this in ff12:48
rafael2k:/12:48
_uvos_anyhow d4 total memory usage with ff loaded at google is 345 mb12:50
_uvos_as a point of referance12:50
_uvos_32bit helps some here too ofc12:50
rafael2k366.4 MiB here12:52
_uvos_for ff or system?12:53
rafael2kff12:53
rafael2k176.6 MiB       palemoon12:53
_uvos_my value was total system12:53
_uvos_anyhow its fine12:53
_uvos_both ;)12:53
rafael2kindeed12:54
rafael2kI'm using this to measure: https://github.com/pixelb/ps_mem12:54
_uvos_rafael2k: yeah thats a good tool12:54
rafael2kit really yelps  : )12:55
rafael2kbtw, "sphone: route-pulseaudio: failure: Set sink to Earpiece No such entity"13:00
rafael2ksphone: route-pulseaudio: failure: Set sink to Speaker No such entity13:01
rafael2ksphone: route-pulseaudio: Seting route on alsa_output.1.stereo-fallback13:01
rafael2kSo no Speaker nor Earpiece entities in Maemo PP UCM config13:02
rafael2kAlso, who packaged the ring tune, packaged in the wrong location (my package was right...): sphone: playback-gstreamer: /usr/share/sounds/Nokia_tune.aac is not a valid file13:03
rafael2kmaemo-ringtones-mr0  <-- is the package wrong13:05
uvos__alsa_output.1.stereo-fallback sounds like its the wrong audio device or?13:06
uvos__alsa_output.1.stereo-fallback sounds like its the wrong audio device or?13:06
uvos__can you switch in pavucontrol-qt during a call13:06
uvos__whats your default sink during a call?13:06
uvos__(pactl info)13:06
rafael2kyes13:06
uvos__maybe also add pactl list to the bug13:07
rafael2kbtw, maemo-ringtones-mr0 changed  /usr/share/sounds/Nokia_tune.aac to /usr/share/sounds/NokiaTune.aac dunno why... :(13:07
rafael2kok13:07
rafael2k"Internal speaker" makes the audio out through the speaker13:10
rafael2k(in pavucontrol)13:10
rafael2kabout the ringtone, any advice where to fix it? in the package or in the sound profile?13:12
rafael2kps: this was my package, as a reference: https://www.abradig.org.br/maemo-crazyness/maemo-ringtone_0.1-2_all.deb (which made my phone ring)13:13
rafael2kbtw, I'm debbuging libcamera in this issue: https://github.com/kbingham/libcamera/issues/28#issuecomment-125716717413:22
rafael2kstill trying to have a clear picture with qcam...13:26
uvos__rafael2k: yeah so the problem with the button in sphon ei ssimply13:30
uvos__Default Sink: alsa_output.1.stereo-fallback is wrong13:30
uvos__should be alsa_input.0.Voice_Call__hw_PinePhone_0__sink13:31
uvos__so this is a pa setup issue, not related to sphone itself.13:31
rafael2kis it with my specific setup or with PP in general?13:37
rafael2k(I mean, Maemo in PP setup)13:39
uvos__well unless you changed something wrt that maemo on pp13:39
rafael2kI did not afair13:46
freemangordonchromium on d4 runs circles around FF13:50
freemangordonto my surprise13:50
rafael2ka couple of (still looking shitty) pics taken with qcam in maemo in PP: https://www.abradig.org.br/maemo-crazyness/test.jpg https://www.abradig.org.br/maemo-crazyness/test1.jpg13:56
freemangordonnice :)13:57
rafael2kone of libcamera devs (Kieran Bingham) is trying to help13:59
rafael2klets see if we get these problems squared out... then we'll have all the lower level plumbing done (including gstreamer sources!)14:00
uvos__nice at pp images15:48
uvos__i should try and get the front camera on d4 working some time15:49
freemangordonuvos__: re PUK - how to repro without blocking my SIM?18:10
buZzoh man, these typos get me everytime, what :D18:35
buZz> sphone: sphone-conf: Could not get config key ExternalExec/CallAwnserd18:35
buZzAwnserd? :D no wonder you cant find it, sphone-conf18:35
buZz(btw, i'm having corona, hence my afk-ness)18:36
Wizzuptake care18:37
uvosbuZz: i hope you get better soon :)18:41
uvosyeah idk what these sphone devs where thinking18:42
buZzspellchecker too expensive ;)18:51
buZzuvos: sent a PR for correcting these :)19:18
uvosfreemangordon: hmm i cant repo the dimm problem19:41
uvosfreemangordon: so i wait until mce dimms19:41
uvosthen i "dbus-send --system --print-reply --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_display_state_on"19:42
freemangordonyes19:42
freemangordonbut, while it is dimming19:42
uvosyeah19:43
freemangordondid you repro?19:43
uvosno19:43
uvosso while its dimmed but not off19:43
uvosi send that call19:43
uvosthis is the log i get19:43
uvosmce: Received display on request19:43
uvosmce: MCE_DISPLAY_ON in /build/mce-1.10.0+2m7/src/modules/display.c display_on_req_dbus_cb 44619:43
uvosmce: inactivity: device inactivity timeout 3019:43
freemangordonlemme try to repro here19:43
uvosit also dosent missbheave in any way19:43
freemangordonwell, maybe because you are using different plugins19:44
uvosill mv my user ini19:44
uvossec19:44
freemangordonor maybe recent fixes fixed it19:44
uvosugh19:45
uvosx hanged19:45
uvoswell i never saw the issue19:45
uvosso idk about recent fixes19:46
uvossomething about your setup vs mine is more likely19:46
freemangordonmy setup is vanilla19:46
uvossure19:46
freemangordonyes, the issue is still there19:48
freemangordonremember, you have to disconnect teh charger19:49
uvosstill rebooting19:49
freemangordondid you upgrade x to latest?19:49
uvosyeah19:49
uvosit still hits https://github.com/maemo-leste/bugtracker/issues/614 tis19:50
uvos*this19:50
uvossdl on drm also hits this19:50
uvosso i doubt its xorgs fault19:50
freemangordonnever happaned here19:51
freemangordon*happened19:51
freemangordonok, have to charge the batter a bit19:52
freemangordonuvosL also, I think having 3 times --verbose on mce cmdline helps with recreating the ussue19:53
uvosthere is no verbose byond 2 times19:53
uvosbut ok19:53
freemangordonwell, I was running with 3 times19:54
freemangordonmaybe one was ignored, dunno19:54
uvosyes it just decreases an int with no further effectr19:54
uvosanyhow so now with default modules i cant repo either19:54
uvosbut no charger/usb let me get one19:54
freemangordonit is not *that* easy19:54
uvos(not that i know how it would make a difference)19:54
freemangordontiming?19:55
uvosidk how it would affect the timeing even19:55
uvosmce dosent really care19:55
freemangordonhmm, what the? now " display stays lit while on charger" actually works19:55
uvosanyhow let me try19:55
uvosthats wierd since the code in mce is gohne19:55
uvosand nothing reads the corrisponding datapipe19:56
uvosso it must be redundantly implmented19:56
uvos(not a suprise theres quite some stuf rdeundantly implmented)19:56
freemangordonyes, the issue is still there19:57
uvosok so plug in charger19:57
uvosremove it? wait for dim?19:57
freemangordondisable "lock screen automatically"19:57
freemangordonmaybe charger is unrelated19:57
freemangordonhard to tell19:57
uvoshmm19:58
uvoscant trigger it19:58
uvosstill19:58
freemangordonset timeout to 10 seconds19:58
uvosyeah i have that19:58
uvosdisplay stays lit when charging is on on your end?19:59
freemangordonno, it is onchecked19:59
freemangordonso:20:00
uvosi just triggered it20:00
uvosby unchecking that20:00
uvosno dbus required20:00
freemangordonok20:00
freemangordonmaybe20:00
uvosso its something about exiting that mode20:00
freemangordonI think dbus helps, but could be coincidence20:01
uvosi cant make it happen again20:01
uvoshmm20:01
freemangordonyes, it it not easily reproducible20:02
freemangordonthat's why I think it is related to timing20:02
freemangordonmaybe changing gconf setting is related20:02
uvosmaybe but what would be changing gconf20:03
freemangordonwe, from the settings20:03
uvosno20:03
freemangordondunno, just speculating20:03
uvosthose dont use gconf anymore20:03
freemangordonugh20:03
freemangordonbut what?20:04
uvostheoreticly only mce should use its gconf keys20:04
uvosie its gsettings compliant20:04
uvosthey use the dbus interface to tell mce what to do20:04
freemangordonhow mce gets notified about the change? dbus?20:04
freemangordonttyl20:07
uvosttyl20:07
Guest224I think that sept 25th stable release has security problem. It has at internet connection settings: Connect automatically Wi-fi...shoul it be Always ask...so that device doesn't go any open wi-fi:s automatically.21:06
Guest224user can switch it automatically, if he/she wants later...but if user doesn't want..damage is done, if its default automatically.21:07
Guest224ah..bad english...user can switch it to "connect automatically", if he/seh wants later...but if user doesn't want...dameage is done in first start up, if settings default is "connect automatically"21:11
uvosconnect automatically dosent mean it connects to any open wifi21:18
Guest224ok..does it have to choose one time and then it goes it automatically?21:19
uvosyes it connects to networks only if you connected to them before21:20
Guest224thanks...good to know.21:20
Guest224I also tested Pinephone docking bar with HDMI-output, but nothing happens...but should it even work yet with stable?21:21
Guest224and I would test docking bar ethernet-port...any hints to good way to test?21:23
Guest2243G data-connection still need dev-image?21:25
uvosyes21:25
uvoshdmi out works21:25
uvosbut you have to set it up by hand21:25
uvosvia xrandr21:25
uvosand hildon-desktop has bugs if the display changes size21:26
freemangordonuvos: OTOH, I think mce should control kbd brightness better than it does now21:26
freemangordonright now no matter what happens, kbd backlight is barely visible21:27
uvosfreemangordon: its user configurable21:27
freemangordonleaving kbd useless in dark conditions21:27
uvosimo its bright enough21:27
freemangordonit is not21:27
uvosbut maybe d4s have variation21:27
uvosanyhow i dehardcoded it21:27
freemangordonhere it is like it is off all the time21:27
uvosits honstly quite bright here21:28
uvosso thats wierd21:28
freemangordonsec21:28
uvosbtw i found why display on while chargeing still wokrs21:28
freemangordonhere it is almost absolutely dark here and brightness is 8021:28
uvosindeed its redundantly implemented in fremantle21:28
freemangordonwell, not that bad it seems :)21:28
uvossomething tells mce to stay on21:29
freemangordonbattery applet?21:29
uvosvia inactivity_mode_set_dbus_cb21:29
uvosi have no idea whay21:29
uvost21:29
uvosmaybe21:29
uvosanyhow i think the issue is21:29
freemangordonyou can dbus-monitor21:29
uvosthat timers dont get reset if the dbus call disables the inactivity block21:30
uvoswhile dim21:30
uvosbut i cant make it happen again21:30
uvosso hard to tell21:30
uvosthe brightness of the display and the keyboard are not directly related21:31
uvosthose are different tables21:31
freemangordonsure21:31
uvosbtw21:31
freemangordonthe point is that 80 for dark room is not enough21:31
freemangordonwhere is the table?21:31
uvoswell i think it is, but that a user prefeance thing21:32
uvosmce.ini21:32
uvosso unplugging the usb creates activity21:33
freemangordonI cannot find it there21:33
uvosin mce21:33
freemangordonhttps://github.com/maemo-leste/mce/blob/master/config/mce.ini21:33
uvosso i gues it depends on if the dbus call comes before or after mce realises the usb gohne21:33
freemangordonyeah, might be related21:34
uvosmaybe i should just remove this and have mce implement it again21:34
uvosit seams wierd for mce to have all info needed21:34
uvosbut need some external tool to act on it..21:34
freemangordonok, where in mce.ini is that setting?21:35
uvosoh  nowhere sorry21:35
uvosi forgot that i dehardcoded the brightness table for the display21:35
uvosbut not the one for the keyboard21:35
uvosits in button-backlight.h21:35
uvosneeds the same treatment as the ex table in display.h then21:36
freemangordonwell, it seems there are 2 values only21:36
uvosyes the keyboard is off21:36
uvosbeyond 1750000 lux21:36
uvosbacklight wise21:37
freemangordonthat's not ok21:37
uvos?21:37
freemangordonas I said, kbd is useless for me in dim conditions21:37
uvoswhy would it be on in the sun21:37
freemangordonno need21:37
uvos1750000 lux is pretty bright21:37
freemangordonthen the table should be between 25 and 175000021:38
freemangordonignoring higher readings21:38
uvosno21:38
uvosbeacuse its user preferance21:38
freemangordonwhy?21:38
uvossomeone might whant the keyboard light to be allways on21:38
freemangordonok, but default should be sane21:38
uvoslike on android21:38
uvosits sane21:38
uvosimo21:38
freemangordoncurrently it is not21:38
freemangordonno, trust me on that one21:38
uvosso 1750 lux should be Overcast day;[4] typical TV studio lighting21:39
freemangordonI can film you a video if you widh21:39
uvostable is in mlux21:39
uvosif something else is happening maybe your sensor is defective/ needs other callibration21:39
uvos(calibration is in 70-droid.ini21:39
uvos)21:39
freemangordonwhat do you mean?21:39
freemangordonthe max brightness that can be set is 128,no?21:39
uvossure21:40
uvosbut thats quite bright21:40
freemangordonnot here21:40
uvos(set it via sysfs)21:40
freemangordonyes, that's what I did21:40
uvosi dont know what to tell you21:40
uvosi think its very bright, if you dont thats fine, ill dehardcode the table and you can set it to whatever you want21:41
freemangordonalso, it seems it never hits 128 here21:41
freemangordonlemme check21:41
freemangordonit does21:42
freemangordonso, 80 is barely visible21:43
freemangordonesp if you set display brightness to max21:43
uvos80 is farily dim but 25lux is very dark and the als cant realy mesure anything lower than that21:44
uvosand i dont want it bright in a totaly dark room21:44
freemangordonok, but   250000 is too high threshold imo21:45
uvossure but at 200 ish lux it can be off anyhow21:45
freemangordonso if you have indirect light (not sun) and display to max, kbd is not visible21:45
uvosimo21:45
freemangordonno, because you have reflections21:45
uvosi dont see how you can have a high lux reflection21:46
freemangordonfrom the buttons21:46
uvosbut not have lots of external lux on the keyboard21:46
freemangordonof the keyboard21:46
uvosthey are matte21:46
uvosi really dont follow21:47
freemangordonnot if they are used :)21:47
uvosanyhow ill dehardcode the table21:47
uvosand shure we can add a entry for 100lux21:47
freemangordontomorrow I'll capture a video to show you what I mean21:47
uvos"Very dark overcast day"21:47
siceloincidentally, the buttons being too bright is the reason i disabled their lighting (and yes, i understand they only support On and Off)21:48
freemangordona couple of times it was impossible for me to write anything in a bar because I simply cannot see the letters21:49
freemangordonsicelo: not really, this is how it is set now21:49
freemangordonmaybe really there are HW variants21:49
siceloi meant the touch buttons21:49
freemangordonah21:49
uvosthere ARE hw variants btw21:49
uvosd4 hwA has a different keyboard21:49
uvos(slightly)21:49
freemangordonyeah, they are bright, but to me they are fine21:49
uvosidk if it affects brightness21:49
uvosthose are way to bright for me21:50
uvosi disabled those too21:50
freemangordontouch buttons?21:50
uvoslike sicleo21:50
uvosyeah21:50
freemangordonnot here21:50
freemangordonlook normal to me21:50
uvosi think your eyes are simple different :P21:50
freemangordonbut, I keep display to max21:50
freemangordonno, display is too bright here21:50
uvosanyhow those buttons are 1 bit21:50
freemangordonso, maybe display brightness shall affect kbd brightness as well21:51
uvosmabye21:51
uvosbut lets dehardcode the table first21:51
freemangordonok21:51
uvosits stupid anyhow21:51
uvossince a different device will need different values21:51
freemangordonin the meanwhile I will compile mce here :)21:51
uvosit just so happens to work ok across d4 an and n90021:52
WizzupGuest224: re: eth, you can just manually bring it up21:53
Wizzupwe don't have a plugin for wired eth21:53
Guest224ok21:53
uvosWizzup: btw22:02
uvosthe icd dialog still hangs even now (where gprs usualy works)22:02
uvosif gprs dosent work at that time22:02
uvos(ie by not entering the pin for instance)22:02
uvosor being out of range of a tower22:03
freemangordonoh, which remindsm me that I shall fix that stupid limit for wpa pass length we have somewhere22:03
freemangordon*reminds22:03
uvosfreemangordon: https://github.com/maemo-leste/mce/commit/4442a4bfaa274abcaab7c8bb5b4ceadcbb5da93022:10
uvosi think this fixes the issue22:10
uvosbut its hard to be sure with the issue being so finiky to repduce22:10
freemangordonmhm22:10
uvosfreemangordon: https://github.com/maemo-leste/mce/commit/b1954307d70f7013d6da8104c2b629e491e58af122:37
uvosbuZz: thanks for the sphone pr22:39
buZzyw :)22:39
buZzi feel more might be coming in a while22:39
uvoshttps://github.com/maemo-leste/libhildon/pull/922:53
uvosWizzup: what happened to lel?22:53
uvosbuZz: how do you check the ofono sms qeue?23:06
uvos./list-messages i gues23:09
uvospending sweet23:09
uvosi cant send sms anymore23:09
uvos:(23:09
uvosfreemangordon: could you give me the ofono envvars for debuging at some point23:10
buZzuvos: not list-messages23:10
buZzsudo ls /var/lib/ofono/thatlongnumber/tx_queue -l | wc -l23:11
buZz:D23:11
uvos /var/lib/ofono/ is filled with long numbers for me23:12
uvosanyhow list-messages shows my sms as forever pending23:12
uvosso thats why it nolonger works23:12
uvosprobubly some new or now more severe ofono bug23:13
uvosdosent matter if i restart or reboot23:13
buZzhttps://paste.debian.net/plain/125509723:13
uvosno sms ever makes it23:13
buZzuvos: only one of such dirs here23:13
buZzafaik the number is the imsi, but not sure23:14
uvosi have like 20 dirs in thre23:14
uvosso if its imsi something is very wrong :P23:14
buZzmaybe you copied install around a lot? :P23:14
buZzwe already established your install is weird before, i think :D23:15
uvospff wierd :P23:16

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