Wednesday, 2024-05-29

tohaturokmal: I don't remember the error, but it failed on build/make patches07:40
tohaturokI'm gonna try to sync repo and apply patch again. Thanks07:41
malif it failed you might have to go to the folder where it failed and do "git am --abort"09:29
tohaturokit failed on kernal build_shared.sh patch09:44
tohaturokit looks like patch applyed on sources in repository09:45
tohaturokok, I deleted these kernel patches and successfully applied all patches09:56
malyou probably have too old patches, assuming you use the hybris-sony-aosp-13 branch of it, I updated the branch just two days ago11:16
tohaturokyes, you are right, I use old patches11:37
tohaturoklast commit on May 11, 202411:37
malI also updated the tagged manifest in case you are using it11:39
T42_<edp_17> Question. I have an X10III with Android 13 on it. I am about to install Sailfish Os but there is no binaries for Android 13. Anyone knows whether binaries 11 or 12 should be used? What's the difference and which goes "better" with Android 13 base?13:06
tohaturokmal: so, got the same error((( I decided to start from the beginning with an updated manifest and patches13:08
mal@edp_17 what do you mean? the odm blobs?13:15
maltohaturok: usually no need to resync everything, just updating manifests and then repo sync should be fine13:16
malstill odd why you have issues with libhybris build13:16
malthat should not really be affected by android side build since the headers are the same as in other a13 builds13:17
T42_<elros34> @tohaturok, not sure if it's relevant but did you still had same error about missing  package?13:22
T42_<elros34> @edp_17 I think I saw some discussion on forum about newer android than recommended by jolla guide fix some issues (display tint, echo). Not sure which xperia but it may be x10 III13:26
tohaturokelros34: do you mean when I do repo sync?13:26
T42_<elros34> no, in your libhybris build log you posted some time ago13:27
T42_<elros34> at the beginning13:27
tohaturokI think yes, but not sure, already deleted log13:30
T42_<elros34> about "nothing provides 'droid-system-pdx224-xqcq54' needed by the to be installed droid-config-xqcq54". I don't know much about hadk aosp build but did you package droid-system*?13:33
tohaturokgood question, I think I did, but can't check it right now because already delete all repository and start process from the beginning13:38
T42_<elros34> keep bash history next time13:40
tohaturokelros34: ohhh, you know, I checked the documentation I use to build and found that the droid system is built after/parallel to the step that failed13:45
tohaturokI think it's not a issue why I got error when built libhybris13:47
T42_<Tailsthefoz> hey all! I'm trying to add support for IRadio@1.6 to ofono-binder-plugin.14:25
T42_<Tailsthefoz> but gbinder-radio is refusing to connect to the right interface.14:26
T42_<Tailsthefoz> [```14:26
T42_<Tailsthefoz> gbinder-radio] Connected to android.hardware.radio@1.5::IRadio/slot1```14:26
T42_<Tailsthefoz> and setupDataCall returns RADIO_NOT_AVAILABLE14:26
T42_<Tailsthefoz> here are my current efforts: https://github.com/jonahnm/libgbinder-radio-1-6 https://github.com/jonahnm/ofono-binder-plugin-1-614:27
malwhy do you need 1.6 interface?14:33
T42_<Tailsthefoz> pixel 6 pro uses 1.614:33
malolder ones don't work?14:33
T42_<Tailsthefoz> I haven't tested older ones, but the library files don't seem to be complete (although 1.5 may be)14:34
T42_<edp_17> mal : I am not sure what's in that file as there is an image in the zip only. It could be that odm blobs. The file name is SW_binaries_for_Xperia_Android_12_4.19_v3a_lena.zip (this is the android 12 version)14:35
T42_<edp_17> @elros34 : Yes, those were about the X10III. I've asked the fan club too and got confirmed that on the X10III can be used Android 13 base with Android 11 binaries and indeed for some it did fix some issues that you mentioned. I'll try it. Thanks.14:38
mal@edp_17 those are the blobs, flash script requires specific one of those14:38
T42_<edp_17> mal: The flash script is not that specific. It flashes anything that ends with *_v9a_lena.img. As name of both (a11 and a12) binaries ends with this, I can use any of them in the install process.14:41
T42_<edp_17> The relevant part from flash-config.sh: "flash_blob oem_a *_v9a_lena.img"14:41
T42_<edp_17> I'll try to use the a11 binary, then if I have issues I'll flash the newer one (a12).14:42
T42_<edp_17> It's well documented here: https://docs.sailfishos.org/Support/Help_Articles/Managing_Sailfish_OS/Updating_Vendor_Image/14:42
maloh, need to the flash scripts then14:43
T42_<edp_17> Ultimately, I want to keep the base and these blobs in sync but don't want to downgrade the android on the device.14:43
T42_<edp_17> The flash.sh calls this flash-config.sh. :)14:44
T42_<Tailsthefoz> here's the file, if you could help me determine whether or not it is complete : https://irc.thaodan.de/.imgstore/899e7bb2/android_hardware_radio_1_5.so14:46
T42_<edp_17> mal: Yeah, the flash.sh script does a few checks then calls the flash-config.sh script for setting up the FLASH_OPS variable. The flash-config.sh includes the hybris-boot.img, dtbo.img, sailfish.img001 and that *_v9a_lena.img file.14:51
T42_<Tailsthefoz> oh actually I think it is complete14:54
T42_<Tailsthefoz> I'll have to try it when I get home14:54
malyeah, easier to just test it, if it works then it most likely should be enough14:57
T42_<Tailsthefoz> I'll have to override the vintf manifest, right14:58
T42_<Tailsthefoz> to use 1.5 instead of 1.614:58
malwhy?15:00
malshouldn't that autodetect thingy you have that fork limit it to at most 1.5?15:01
T42_<Tailsthefoz> no?15:29
T42_<Tailsthefoz> because the 1.5 interface isn't enabled by default15:29
malonly 1.6 is?15:35
malthat is odd15:35
malso binder-list doesn't show 1.5?15:35
T42_<Tailsthefoz> No, it doesn’t iirc (re @SailfishFreenodeIRCBridgeBot: <mal>so binder-list ...)15:36
T42_<Tailsthefoz> I might be wrong though15:36
T42_<Tailsthefoz> ```15:37
T42_<Tailsthefoz> android.hardware.radio@1.0::IRadio/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.0::IRadio/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.0::ISap/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.0::ISap/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.1::IRadio/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.1::IRadio/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.1::ISap/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.1::ISap/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.2::IRadio/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.2::IRadio/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.2::ISap/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.2::ISap/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.3::IRadio/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.3::IRadio/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.4::IRadio/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.4::IRadio/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.5::IRadio/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.5::IRadio/slot215:37
T42_<Tailsthefoz> android.hardware.radio@1.6::IRadio/slot115:37
T42_<Tailsthefoz> android.hardware.radio@1.6::IRadio/slot2```15:37
T42_<Tailsthefoz> No it shows all of them lol15:37
T42_<Tailsthefoz> I know that the default 1.2 doesn’t work, I’ve never tested 1.5 though15:38
malyeah, try 1.515:46
tohaturokmal: I've updated repo, tried to build libhybris and got again got the same error((( https://paste.opensuse.org/pastes/8d167e8a821715:48
T42_<Tailsthefoz> I’ll have to later (re @SailfishFreenodeIRCBridgeBot: <mal>yeah, try 1.5)15:48
T42_<elros34> tohaturok did you save your shell history this time?15:48
tohaturokyes)15:50
tohaturokI noticed that error "expected declaration specifiers before ‘__INTRODUCED_IN’" is notice/warning for other libs. Maybe there is some issue with libsync library configuration?15:51
T42_<elros34> do you have your repos in git*?16:01
T42_<elros34> are you sue you use correct branches for 13 base?16:01
tohaturokyes, I use correct branches for 13 base16:12
tohaturokalso I use these repos https://github.com/SailfishOS-SonyXperia for sony nagara16:14
malThaodan: any ideas about that error ^16:33
T42_<Tailsthefoz> 1.5 doesn't work unfortunately19:20
malhow does 1.5 fail?20:07
T42_<Tailsthefoz> ok so I got 1.6 working to no errors21:51
T42_<Tailsthefoz> but it's refusing to register to Verizon's network21:52
T42_<Tailsthefoz> it's probably related to this21:58
T42_<Tailsthefoz> ```21:58
T42_<Tailsthefoz> May 29 21:57:26 Pixel6 ofonod[15272]: slot1 setupDataCall error RADIO_NOT_AVAILABLE```21:58
T42_<Tailsthefoz> but I'm not sure what to do about it21:58
T42_<Tailsthefoz> I think it's because it's calling it before it enables the radio22:05
T42_<Tailsthefoz> but I can't do much about that22:05
T42_<Tailsthefoz> and this22:08
T42_<Tailsthefoz> ```22:08
T42_<Tailsthefoz> May 29 22:08:23 Pixel6 ofonod[21085]: slot1 Failed to set cell info rate, error 1```22:08
T42_<Tailsthefoz> but same deal, calling it before it enables the radio22:08
tohaturokI built libhybris successfully. libsync was outdated. I've updated it to last commit on master branch and after that built hybris22:09
tohaturokthanks for help22:09
T42_<Tailsthefoz> ```22:33
T42_<Tailsthefoz> unregistered,,0,-1,-1,0,16```22:33
T42_<Tailsthefoz> 0 is none I don't understand lol22:33
T42_<Tailsthefoz> If anyone can help me please lmk22:36

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