Solrac[m] | <T42> "<m49ux> Hi, what are the best..." <- Officially? Sony Xperia 10 II or 10 III, other official devices wont be getting VoLTE (or atleast not any time soon </3) | 00:29 |
---|---|---|
Solrac[m] | Unofficially, I'm very tempted for the OnePlus 5T. But wonder if there are newer completed ports. | 00:29 |
Solrac[m] | Not-so-low I'm also looking at the Sony `edo` devices (1/5 ii) | 00:29 |
T42 | <edp_17> @elros34 : Good morning. This vibra issue is interesting. Right after the installation, during the initial setup, it works without restarting ngfd. However, after the first reboot, it requires to restart ngfd. | 07:52 |
T42 | <edp_17> Do you know the difference between initial setup and after? What I can think of, the processes start in a different order or there are some extra ones that delays certain processes and that's why it works. | 07:55 |
T42 | <elros34> hi, first boot is special, timings are different, there is jolla wizard, one shot scripts, user is created. I also had different result for first boot and later | 07:57 |
T42 | <elros34> ngfd is user process so if it started few seconds later then it can be enough to init.rc (on boot to finish) | 07:59 |
T42 | <edp_17> I see. | 07:59 |
T42 | <edp_17> Can I put a delay in ngfd.service? | 08:00 |
T42 | <edp_17> Or I thinking to put an ExecStartPre in lipstick.service where I restart ngfd | 08:01 |
T42 | <elros34> IMHO delay is bad idea because there are better ways but yes its common solution. You can find sleep 5 in some services on different ports. lipstick is also user service and I am not sure restarting one service in another will work at all. | 08:12 |
T42 | <edp_17> Tbh, I don't really like the idea (I know it was my idea) to start/restart a service in an another where there is no dependency between them. | 08:45 |
T42 | <edp_17> I just created so many logs over the last week and tried to collect/remember them for other issues (ofono, wifi, LEDs, etc.) that my head is full and I don't know anymore what log belongs to what problem. | 08:47 |
T42 | <adampigg> simple porting https://build.merproject.org/project/show/nemo:devel:hw:fxtec:qx1050 | 10:13 |
T42 | <b100dian> Nice:) | 11:14 |
T42 | <A_T_R> https://releases.sailfishos.org/sdk/installers/latest/Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2 what is sdk-version ? | 14:31 |
T42 | <A_T_R> https://releases.sailfishos.org/sdk/installers/latest/Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2 what is tge sdk-version ? (edited) | 14:33 |
Thaodan | @A_T_R: 4.4.0.58. | 14:40 |
T42 | <A_T_R> I have to use 4.4.0.58- SDK ,target ,tooling and final ubuntu-focal to build sfos? | 14:42 |
Thaodan | yes | 14:42 |
Thaodan | But you can upgrade to 4.4.0.68. | 14:44 |
Thaodan | *But you can upgrade to 4.4.0.64. | 14:44 |
T42 | <A_T_R> 4.4.0.68 released? | 14:44 |
Thaodan | Yes just no new targets so far. | 14:45 |
piggz | targets are on obs | 16:55 |
rinigus | based on https://github.com/mer-hybris/droid-config-sony-lena/commit/0676b68a9e7e2f675b98f861e3d15b3f80cb9f3a, volte is enabled via modem_auto_config and ofono-vendor-qti-radio-plugin | 17:26 |
rinigus | any sources for those? | 17:26 |
T42 | <m49ux> Many thanks! I am very fan of this system (re @SailfishFreenodeIRCBridgeBot: <Solrac[m]>Not-so-lo...) | 17:27 |
T42 | <m49ux> Many thanks! I am very fan of this system (re @SailfishFreenodeIRCBridgeBot: <Solrac[m]>Not-so-lo...) | 17:27 |
rinigus | Very quiet regarding volte packages. anybody with 10iii managed to check a license for those? I asked on the forum as well, let's see if some reply will come back on that | 19:34 |
piggz | mal: Thaodan: if the package is ofono-vendor-qti-radio-plugin, does it replace the ril/binder interface, and, is it based on the upstream ofono qti driver, or a new imlpementation? if new, why not work on the existing qti code? | 20:01 |
piggz | thats what the pinephone uses, so its not in -terrible- shape | 20:02 |
T42 | <edp_17> Quick question: Can I do two OTA upgrades without rebooting after the first? I mean, OTA from 4.2 to 4.3, then without reboot immediatelly OTA 4.3 to 4.4? | 21:05 |
Thaodan | You could but I would reboot first to be sure. | 21:06 |
Thaodan | There's a reason that ui does upgrades offline. | 21:06 |
T42 | <edp_17> Thanks. The reason I asked that was 4.3 is broken (reboots constantly) but I fixed it in 4.4. So if I reboot into 4.3, I cannot OTA to 4.4 because of the reboot. | 21:21 |
T42 | <edp_17> Other idea. I uploaded droid-hal packages for 4.4 to OBS, with those can I build packages for 4.3? | 21:23 |
Thaodan | edp_17: that should work | 21:23 |
Thaodan | I'd try it | 21:23 |
T42 | <edp_17> Thanks, I'll give it a shot, 4.3 is broken anyway, so rebuilidng doesn't make it worse. All I need is 4.3 to stay online and let me update to 4.4. | 21:28 |
T42 | <edp_17> Thaodan : I've tried what you suggested. I've edited the dsme.service. It's created a /etc/systemd/system/dsme.service.d/override.conf file with the line I changed. Unfortunately, this didn't really worked. | 21:55 |
Thaodan | does it appear when you do systemctl cat dsme.service? | 21:56 |
T42 | <edp_17> I haven't tried that, only rebooted. | 21:57 |
T42 | <edp_17> In /usr/lib/systemd/system/dsme.service I had PrivateNetwork=true and I set it to false in the override. With true the device keeps rebooting, with false it doesn't. Until I copied the whole dsme.service into /etc/systemd/system and amended the value to false, the device kept rebooting. | 21:59 |
T42 | <edp_17> On OBS, can I build 4.4.0.64 with droid-hal *.rpm packages created for 4.4.0.58? Or I need to create/upload them for 4.4.0.64? | 22:04 |
Thaodan | No you don't | 22:05 |
T42 | <edp_17> Okay, so I need to created droid-hal packages locally/upload to OBS then let it build the rest. Is it what you were saying? | 22:08 |
T42 | <edp_17> *create | 22:09 |
T42 | <edp_17> Another addition to the override.conf files. Even when I copied the service into /etc/systemd/system/ and modified them (set PrivateNetwork=false while in the original it was true), it didn't work. I had to amed the original services in /usr/lib/systemd/system to have an effect. | 22:26 |
Thaodan | edp_17: If you have a separate repo per release of course you have to upload them but you don't have to rebuild them against a minor update if the update doesn't affect droid-hal | 22:35 |
Thaodan | (which is not the case this time) | 22:35 |
T42 | <edp_17> Thanks. | 22:38 |
T42 | <edp_17> Yep, it is confirmed dsme.service and systemd-hostnamed.service in /etc/systemd/system/ looks like ignored. (Probably the same reason why override.conf didn't work either.) At least regarding the PrivateNetwork setting. If I modify the original service files in /etc/lib/systemd/system that works. | 22:53 |
T42 | <elros34> just tried: systemctl edit dsme: [Service] PrivateNetwork=false then systemctl status/cat/show all confirmed that conf file is read and value is changed | 23:30 |
T42 | <edp_17> Weird, it didn't work for me. :( | 23:34 |
T42 | <edp_17> Probably it is too late now, but what am I doing wrong? https://paste.ubuntu.com/p/ss4MGhKrcg/ | 23:42 |
T42 | <elros34> who knows pkcon is ... use zypper ref && zypper dup --details | 23:45 |
T42 | <edp_17> Thanks. I wasn't aware of that the upgrade can be done with zypper too. It is moaning about ofono-ril-plugin : https://paste.ubuntu.com/p/yMcNNdwPcF/ | 23:47 |
T42 | <elros34> just general advice about your ssu lr: do not duplicate repos | 23:47 |
T42 | <edp_17> Yeah, I've realized that too and already removed adaptation-community as it was as the same as adaptation-community-treltexx | 23:48 |
T42 | <edp_17> The ofono-ril-plugin package is not installed and not available in any enabled repos. Hm. | 23:49 |
T42 | <edp_17> Is it because I used 4.4 droid-hal packages for building 4.3? | 23:50 |
Thaodan | do you have hw-common enabled? | 23:51 |
T42 | <elros34> should be in adaptation-common | 23:51 |
Thaodan | yes that is another name for that | 23:51 |
T42 | <edp_17> I only have these : https://paste.ubuntu.com/p/9mWVf4SBmH/ | 23:52 |
T42 | <edp_17> Should I rename adaptation-community-common to adaptation-common ? | 23:53 |
T42 | <elros34> they are not the same, do rm -rf /var/cache/ssu | 23:53 |
T42 | <edp_17> Okay, now I have these : https://paste.ubuntu.com/p/cRCrdpvx6D/ | 23:55 |
T42 | <edp_17> The same error about ofono-ril-plugin. | 23:56 |
T42 | <edp_17> In browser, I got a 403 Forbidden error for adaptation-common repo "https://releases.jolla.com/releases/4.3.0.15/jolla-hw/adaptation-common/armv7hl/". Is it normal? | 23:58 |
T42 | <edp_17> The other repo locations can be visited with a browser. | 23:59 |
T42 | <elros34> unfortunately it is. maybe that plugin was added in 4.4.0 repos | 23:59 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!