tohaturok | mal: I don't remember the error, but it failed on build/make patches | 07:40 |
---|---|---|
tohaturok | I'm gonna try to sync repo and apply patch again. Thanks | 07:41 |
mal | if it failed you might have to go to the folder where it failed and do "git am --abort" | 09:29 |
tohaturok | it failed on kernal build_shared.sh patch | 09:44 |
tohaturok | it looks like patch applyed on sources in repository | 09:45 |
tohaturok | ok, I deleted these kernel patches and successfully applied all patches | 09:56 |
mal | you probably have too old patches, assuming you use the hybris-sony-aosp-13 branch of it, I updated the branch just two days ago | 11:16 |
tohaturok | yes, you are right, I use old patches | 11:37 |
tohaturok | last commit on May 11, 2024 | 11:37 |
mal | I also updated the tagged manifest in case you are using it | 11: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 |
tohaturok | mal: so, got the same error((( I decided to start from the beginning with an updated manifest and patches | 13:08 |
mal | @edp_17 what do you mean? the odm blobs? | 13:15 |
mal | tohaturok: usually no need to resync everything, just updating manifests and then repo sync should be fine | 13:16 |
mal | still odd why you have issues with libhybris build | 13:16 |
mal | that should not really be affected by android side build since the headers are the same as in other a13 builds | 13: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 III | 13:26 |
tohaturok | elros34: do you mean when I do repo sync? | 13:26 |
T42_ | <elros34> no, in your libhybris build log you posted some time ago | 13:27 |
T42_ | <elros34> at the beginning | 13:27 |
tohaturok | I think yes, but not sure, already deleted log | 13: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 |
tohaturok | good question, I think I did, but can't check it right now because already delete all repository and start process from the beginning | 13:38 |
T42_ | <elros34> keep bash history next time | 13:40 |
tohaturok | elros34: 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 failed | 13:45 |
tohaturok | I think it's not a issue why I got error when built libhybris | 13: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_AVAILABLE | 14:26 |
T42_ | <Tailsthefoz> here are my current efforts: https://github.com/jonahnm/libgbinder-radio-1-6 https://github.com/jonahnm/ofono-binder-plugin-1-6 | 14:27 |
mal | why do you need 1.6 interface? | 14:33 |
T42_ | <Tailsthefoz> pixel 6 pro uses 1.6 | 14:33 |
mal | older 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 those | 14: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 |
mal | oh, need to the flash scripts then | 14: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.so | 14: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 complete | 14:54 |
T42_ | <Tailsthefoz> I'll have to try it when I get home | 14:54 |
mal | yeah, easier to just test it, if it works then it most likely should be enough | 14:57 |
T42_ | <Tailsthefoz> I'll have to override the vintf manifest, right | 14:58 |
T42_ | <Tailsthefoz> to use 1.5 instead of 1.6 | 14:58 |
mal | why? | 15:00 |
mal | shouldn'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 default | 15:29 |
mal | only 1.6 is? | 15:35 |
mal | that is odd | 15:35 |
mal | so 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 though | 15:36 |
T42_ | <Tailsthefoz> ``` | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.0::IRadio/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.0::IRadio/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.0::ISap/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.0::ISap/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.1::IRadio/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.1::IRadio/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.1::ISap/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.1::ISap/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.2::IRadio/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.2::IRadio/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.2::ISap/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.2::ISap/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.3::IRadio/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.3::IRadio/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.4::IRadio/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.4::IRadio/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.5::IRadio/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.5::IRadio/slot2 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.6::IRadio/slot1 | 15:37 |
T42_ | <Tailsthefoz> android.hardware.radio@1.6::IRadio/slot2``` | 15:37 |
T42_ | <Tailsthefoz> No it shows all of them lol | 15:37 |
T42_ | <Tailsthefoz> I know that the default 1.2 doesn’t work, I’ve never tested 1.5 though | 15:38 |
mal | yeah, try 1.5 | 15:46 |
tohaturok | mal: I've updated repo, tried to build libhybris and got again got the same error((( https://paste.opensuse.org/pastes/8d167e8a8217 | 15: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 |
tohaturok | yes) | 15:50 |
tohaturok | I 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 |
tohaturok | yes, I use correct branches for 13 base | 16:12 |
tohaturok | also I use these repos https://github.com/SailfishOS-SonyXperia for sony nagara | 16:14 |
mal | Thaodan: any ideas about that error ^ | 16:33 |
T42_ | <Tailsthefoz> 1.5 doesn't work unfortunately | 19:20 |
mal | how does 1.5 fail? | 20:07 |
T42_ | <Tailsthefoz> ok so I got 1.6 working to no errors | 21:51 |
T42_ | <Tailsthefoz> but it's refusing to register to Verizon's network | 21:52 |
T42_ | <Tailsthefoz> it's probably related to this | 21: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 it | 21:58 |
T42_ | <Tailsthefoz> I think it's because it's calling it before it enables the radio | 22:05 |
T42_ | <Tailsthefoz> but I can't do much about that | 22:05 |
T42_ | <Tailsthefoz> and this | 22: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 radio | 22:08 |
tohaturok | I built libhybris successfully. libsync was outdated. I've updated it to last commit on master branch and after that built hybris | 22:09 |
tohaturok | thanks for help | 22:09 |
T42_ | <Tailsthefoz> ``` | 22:33 |
T42_ | <Tailsthefoz> unregistered,,0,-1,-1,0,16``` | 22:33 |
T42_ | <Tailsthefoz> 0 is none I don't understand lol | 22:33 |
T42_ | <Tailsthefoz> If anyone can help me please lmk | 22:36 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!