deathmist_ | @simonschmeisser downgrade sensorfw to version 0.11.9 as that apparently is the latest one working on SFOS 3.4.0, for WLAN you may need to make it a module in defconfig and modprobe/insmod at boot | 00:18 |
---|---|---|
T42 | indra_setiawan_10 was added by: indra_setiawan_10 | 04:42 |
T42 | kskarthik was added by: kskarthik | 07:45 |
T42 | <kskarthik> I knew that some sailfish os UI components are not yet open sourced. Is there any update on that ? | 07:47 |
T42 | <simonschmeisser> deathmist_: sensorfw-qt5 is at 0.11.19 but hybris-libsensorfw-qt5-hal is only at 0.11.0, not sure if those need to be in sync? | 09:08 |
T42 | <simonschmeisser> there was a commit to modularize the wifi: https://github.com/ghosalmartin/android_kernel_lge_bullhead/commit/f5dd680bc994373da621becf59b577fbb7d441ff but I actually haven't figured out if the image uses this version of the kernel? | 09:09 |
T42 | <simonschmeisser> also lsmod complains about /proc/modules missing which is actually indeed missing, never seen that before | 09:09 |
Umeaboy | I'm not saying that I'll make it to boot hybris, but I've come a long way towards building the LOS-16.1 base for it to Samsung Galaxy S10+. :) | 10:20 |
Umeaboy | LOS-16.0. Sorry. My bad. | 10:21 |
deathmist_ | @simonschmeisser yes the sensorfw versions should match (both being at 0.11.9 for SFOS 3.4.0). you should really be building images locally especially if the one you've installed is old | 12:26 |
deathmist_ | to check if it's the same though you could perhaps zcat /proc/config.fz | egrep 'QCA_CLD_WLAN|MODULES' and see if that output matches the values in https://github.com/ghosalmartin/android_kernel_lge_bullhead/blob/hybris-15.1/arch/arm64/configs/lineageos_bullhead_defconfig | 12:27 |
T42 | <simonschmeisser> deathmist_: I actually got two folders in /lib/modules/ one for the kernel I linked above and one with a different git hash. the kernel with the different git hash is actually booted unfortunately, so that might be the reason why so much doesn't work | 13:37 |
T42 | <adampigg> @eugenio_g7 [you can upgrade with ssu, no jolla store acces …], yeah, i keep it up to date | 14:48 |
T42 | <A_T_R> how to fix? | 15:09 |
T42 | <A_T_R> command | 15:09 |
T42 | <A_T_R> ```rpm/dhd/helpers/build_packages.sh --mic``` | 15:09 |
T42 | <A_T_R> Error <kickstart>[12/20 14:57:31] : no valid repos found in ks file | 15:09 |
T42 | <A_T_R> paste bin - https://paste.ubuntu.com/p/xg98JNYBz3/ | 15:09 |
T42 | <KernelPanix> @A_T_R [how to fix? | 15:51 |
T42 | <KernelPanix> command | 15:51 |
T42 | <KernelPanix> rpm/dhd/helpers/build_pa …], same | 15:51 |
T42 | <elros34> IIRC devices with upper case codename needs special entries in spec files liek rpm_device | 15:58 |
T42 | <elros34> https://irclogs.sailfishos.org/logs/%23sailfishos-porters/%23sailfishos-porters.2019-05-24.log.html#t2019-05-24T21:51:36 | 16:00 |
mal | an example of that https://github.com/mlehtima/droid-hal-fp2-sibon/blob/master/droid-hal-fp2-sibon.spec | 16:33 |
mal | if the device codename in android is upper case then use device for that and rpm_device can be the same but in lower case | 16:35 |
T42 | <linusdan> what do I do when the SDK says that the mic command does not exist when trying to compile rootfs? | 16:55 |
T42 | <linusdan> P.S: I'm on $ANDROID_ROOT | 16:56 |
T42 | <A_T_R> rpm/dhd/helpers/build_packages.sh --mic | 17:59 |
T42 | <A_T_R> Error: no patterns RPM found | 17:59 |
T42 | <A_T_R> https://paste.ubuntu.com/p/9JBfwzDBcj/ | 17:59 |
T42 | <ankaos> Droidconfig fşle not have | 18:03 |
T42 | <A_T_R> https://paste.ubuntu.com/p/9JBfwzDBcj/ | 18:04 |
T42 | <ankaos> open hadk pdf. | 18:05 |
T42 | <ankaos> `7.1 Creating Repositories for a New Device` | 18:05 |
T42 | <ankaos> you make this chapter | 18:05 |
T42 | <ankaos> than you use —mic | 18:05 |
T42 | <ankaos> @A_T_R [https://paste.ubuntu.com/p/9JBfwzDBcj/], this is fix :) | 18:06 |
T42 | <linusdan> enes: I followed all the steps in chapter 7 | 18:12 |
T42 | <ankaos> good :) | 18:13 |
T42 | <linusdan> I checked if all the files were generated 7x and the structure is all right | 18:13 |
T42 | <linusdan> * right | 18:13 |
T42 | <ankaos> `hammerhead` is your device? | 18:13 |
T42 | <linusdan> espressowifi | 18:14 |
T42 | <ankaos> writes hammerhead in my narrative. you need to watch him. | 18:14 |
T42 | <linusdan> ok, writed :) | 18:16 |
T42 | <ankaos> my device is oxygen | 18:17 |
T42 | <ankaos> ı read; | 18:17 |
T42 | <ankaos> sed -e "s/@DEVICE@/oxygen/" \ | 18:17 |
T42 | <ankaos> -e "s/@VENDOR@/xiaomi/" \ | 18:17 |
T42 | <ankaos> -e "s/@DEVICE_PRETTY@/mi_max2/" \ | 18:17 |
T42 | <ankaos> -e "s/@VENDOR_PRETTY@/Xiaomi/" \ | 18:17 |
T42 | <ankaos> dhd/droid-hal-@DEVICE@.spec.template > droid-hal-oxygen.spec | 18:17 |
T42 | <linusdan> enes: https://raw.githubusercontent.com/sailfish-tab2/droid-hal-espressowifi/main/droid-hal-espressowifi.spec | 18:21 |
T42 | <ankaos> ı see. and not eror | 18:32 |
T42 | <Heng %lastname%> Is it possible to install the jolla apps without jolla store access? | 20:03 |
T42 | <Heng %lastname%> @elros34 Possible to compile https://github.com/elros34/qtbase/releases/tag/0.0.2 to x86? | 20:04 |
T42 | <elros34> no, there is easy acces to jolla store but you will find most of the apps in openrepos. About qtbase, sure you can build it in platform sdk | 20:10 |
T42 | <elros34> unless you meant regular jolla apps like phoen, sms media app | 20:11 |
T42 | <Heng %lastname%> @elros34 I meant calculator, notes, mediaplayer, etc | 20:11 |
T42 | <Heng %lastname%> i will try to build qtbase | 20:11 |
T42 | <elros34> then yes they can be installed on device or by adding them to patterns | 20:12 |
T42 | <Heng %lastname%> when i use the web browser there is blank screen when go to any webpage | 20:36 |
T42 | <eugenio_g7> Stock browser doesn't on mesa | 20:37 |
T42 | <Heng %lastname%> oh ok | 20:37 |
T42 | <Heng %lastname%> webcat works | 20:38 |
T42 | <eugenio_g7> Doesn't work* :) | 20:38 |
T42 | <Heng %lastname%> @elros34 [then yes they can be installed on device or by …], @elros34 how to install on device? where are RPMs? | 20:39 |
T42 | <Heng %lastname%> about browser, pages in webcat are wayy to big | 20:41 |
T42 | <elros34> zypper in jolla-notes for example or in jolla-store apps they should be available even if your device deosn't have acces to store | 20:43 |
T42 | <Heng %lastname%> @elros34 [zypper in jolla-notes for example or in jolla- …], in jolla store it says no accounts set yet so no options in there | 20:44 |
T42 | <Heng %lastname%> i will install them via command line then | 20:45 |
T42 | <simonschmeisser> deathmist_: I'm still wondering where the kernel that currently boots on my bullhead comes from, I'm expecting a different git hash from what is installed by droid-hal-bullhead-img-boot | 20:46 |
T42 | <simonschmeisser> also you recommended to rebuild the HAL locally, is there some shortcut or do I need to follow the "whole hadk"? | 20:47 |
T42 | <elros34> Check whether droid-hal-$DEVICE.spec has enable_kernel_update. If it's missing then kernel is not even flashed after you install droid-hal-* package | 20:57 |
T42 | <simonschmeisser> https://github.com/ghosalmartin/droid-hal-bullhead/blob/master/droid-hal-bullhead.spec looks like a No | 20:59 |
T42 | <simonschmeisser> so I need to flash it manually? | 20:59 |
T42 | <simonschmeisser> hybris-boot.img to boot via fastboot? | 21:00 |
T42 | <elros34> if bullhead use fastboot then yest that should be it | 21:00 |
T42 | <simonschmeisser> yes it does, will give it a try | 21:02 |
T42 | <simonschmeisser> thanks Elros! | 21:07 |
T42 | <simonschmeisser> now got wifi! | 21:08 |
T42 | <linusdan> @elros34 I had to remove the inclusion of the gstreamer1.0-droid and gmp-droid packages as it was giving an error. is this normal in version 3.4.0.24? | 21:22 |
T42 | <linusdan> https://paste.opensuse.org/73530807 | 21:22 |
T42 | <linusdan> I'm having trouble generating rootfs too: / | 21:24 |
T42 | <ankaos> sb2 -t $VENDOR-$DEVICE-armv7hl -m sdk-install -R chmod 755 /boot | 21:38 |
T42 | <ankaos> maybe fixed thiss problem | 21:38 |
T42 | <elros34> no, that is for bug in 3.3 release | 21:39 |
T42 | <ankaos> elros: zypper dup maybe fix :) | 21:39 |
T42 | <elros34> yeah why not:) | 21:40 |
T42 | <ankaos> or edit. .hadk.env | 21:40 |
T42 | <ankaos> elros: ı am finish my device | 21:41 |
T42 | <elros34> great | 21:41 |
T42 | <elros34> @linusdan what version zypper se -s syslinux-extlinux returns | 21:41 |
T42 | <ankaos> sersor and I have a headset left. | 21:41 |
T42 | <simonschmeisser> I noticed that I have no device specific repo enabled, but after adding http://repo.merproject.org/obs/nemo:/devel:/hw:/lge:/bullhead/sailfish_latest_armv7hl/ I cannot find any of the packages (same for hw_common) | 21:43 |
T42 | <elros34> @linusdan ah syslinux-extlinux is in adaptation0 but that repo fails for you | 21:44 |
T42 | <ankaos> elros: https://paste.ubuntu.com/p/xmWvvddptn/ thisi is sensor | 21:44 |
T42 | <ankaos> mal: How can I get the output of this? https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/etc/ohm/plugins.d/accessories.ini | 21:46 |
T42 | <elros34> @linusdan I guess you removed mic at some point because it's installed by default in this tarball: releases.sailfishos.org/sdk/installers/latest/Jolla-latest-SailfishOS_Platform_SDK_Chroot-i486.tar.bz2 | 21:46 |
T42 | <elros34> @linusdan what ssu lr returns | 21:47 |
T42 | <elros34> @ankaos check what evdev_trace output and evdev_trace -t when you plugin in/out headset | 21:49 |
T42 | <ankaos> @elros34 [@ankaos check what evdev_trace output and evde …], thanks :) | 21:51 |
T42 | <linusdan> @elros34 zypper se -s syslinux-extlinux returns 'No matching items found.' | 21:53 |
T42 | <ankaos> `zypper se -s syslinux-extlinux` this is? | 21:54 |
T42 | <linusdan> @elros34 ssu lr returns this: https://paste.ubuntu.com/p/YRNNdRswdj/ | 21:58 |
T42 | <linusdan> enes: yes :) | 21:59 |
T42 | <linusdan> with sudo returns same thing | 21:59 |
T42 | <elros34> @linusdan set adaptation0 repo to https://releases.jolla.com/releases/3.4.0.24/jolla-hw/adaptation-jolla-x86-emul/i486/ | 21:59 |
T42 | <linusdan> how to do this? | 22:00 |
T42 | <elros34> try ssu rr adaptation0 && ssu ar adaptation0 https://releases.jolla.com/releases/3.4.0.24/jolla-hw/adaptation-jolla-x86-emul/i486/ | 22:01 |
T42 | <linusdan> did not work, I updated the link does not change | 22:05 |
T42 | <elros34> ssu ur, if that doesn't work then just add this repo with different name | 22:06 |
T42 | <simonschmeisser> @elros34 any idea why zypper does not find the packages from http://repo.merproject.org/obs/nemo:/devel:/hw:/lge:/bullhead/sailfish_latest_armv7hl/ ? | 22:07 |
T42 | <elros34> do you have that repo enabled? ssu lr | 22:07 |
T42 | <simonschmeisser> its gone ?! | 22:08 |
T42 | <ankaos> elsor: headphones fix :) | 22:08 |
T42 | <linusdan> @elros34 it didn't work with ssu ur. I added it under a different name and said the repository is invalid. | 22:13 |
T42 | <ankaos> the sensor was not due to me. | 22:13 |
T42 | <simonschmeisser> @elros34 added it again but still the same https://paste.ubuntu.com/p/ZzmkBdFyww/ | 22:14 |
T42 | <elros34> @linusdan then I don't know. Either ignore dependencies and install mic anyway or reinstall platform sdk | 22:17 |
T42 | <elros34> @simonschmeisser Does ssu ur && ssu lr looks sane? If yes the zypper ref and you should be able to find packages | 22:18 |
T42 | <Heng %lastname%> is there some config to make the qt based web browsers less zoomed in? | 22:20 |
T42 | <simonschmeisser> ssu lr does not list the repos I added with zypper ar, was using zypper ar wrong? | 22:20 |
T42 | <linusdan> I will reinstall. I think there will be less problems :) | 22:21 |
T42 | <linusdan> Thank you for your help! | 22:21 |
T42 | <elros34> @simonschmeisser yeah use ssu ar instead. Also you should have that repo enabled because it's provided by droid-config rpm | 22:22 |
T42 | <simonschmeisser> @elros34 now I have them in ssu lr (under user section) but still searching for packages from those repos fails | 22:27 |
T42 | <simonschmeisser> could it be that it thinks I got a different arch? | 22:28 |
T42 | <elros34> you don't have different arch, there is only armv7hl. zypper ref then zypper se -s package_name | 22:28 |
T42 | <simonschmeisser> No matching items found. | 22:30 |
T42 | <elros34> you need to be more verbose, show full output of ssu ur && ssu lr && zypper se -s | 22:31 |
T42 | <simonschmeisser> @elros34 sure, sorry https://paste.ubuntu.com/p/ygtWSwYJVc/ | 22:38 |
T42 | <elros34> you seams to have some mess in repos. ssu rr -G; ssu rr hw_common and try zypper ref again. that packages are in common repo, not in your device repo | 22:44 |
T42 | <simonschmeisser> @elros34 which common repo exactly? | 22:51 |
T42 | <elros34> http://repo.merproject.org/obs/nemo:/devel:/hw:/common/sailfish_latest_armv7hl | 22:51 |
T42 | <simonschmeisser> @elros34 https://paste.ubuntu.com/p/MMYsZmDxv8/ | 22:53 |
T42 | <elros34> you still add wrong repo, remove hw_common and dont add anything | 22:54 |
T42 | <simonschmeisser> https://paste.ubuntu.com/p/HmFBrBxGfq/ | 22:57 |
T42 | <elros34> maybe zypper ref -f wil help | 22:58 |
T42 | <simonschmeisser> no change | 22:59 |
T42 | <simonschmeisser> I don't quite understand why I'm not supposed to add this hw:/common repo even if this is the one containing the packages I'm trying to install? | 23:00 |
T42 | <elros34> because you add it wrong way, compare urls you posted | 23:01 |
T42 | <simonschmeisser> @elros34 https://paste.ubuntu.com/p/gcqJ9CmWgY/ | 23:09 |
T42 | <simonschmeisser> thanks for your help, no luck so far unfortunately, going to sleep | 23:22 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!