Wednesday, 2021-09-15

T42_<A_T_R> * pulling updates...02:57
T42_<A_T_R> fatal: unable to access 'https://git.sailfishos.org/mer-core/libglibutil.git/': Could not resolve host: git.sailfishos.org02:57
T42_<A_T_R> * Check /home/atr/hadk/hybris/mw/libglibutil.log for full log.02:57
T42_<A_T_R> how do i solve this ?02:57
T42_<birdzhang> update you droid-hal-device submodule, see this commit https://github.com/mer-hybris/droid-hal-device/commit/4eb7052b8e5c47c64029914376e6e0a0b401182d03:00
T42_<A_T_R> ok ,thanks03:01
T42_<A_T_R> Problem: nothing provides ofono-ril-plugin needed by ofono-ril-binder-plugin-1.2.6-1.aarch6404:03
T42_<A_T_R>  Solution 1: do not install ofono-ril-binder-plugin-1.2.6-1.aarch6404:03
T42_<A_T_R>  Solution 2: break ofono-ril-binder-plugin-1.2.6-1.aarch64 by ignoring some of its dependencies04:03
T42_<A_T_R> Choose from above solutions by number or cancel [1/2/c/d/?] (c): c04:03
T42_<A_T_R> * Check /home/atr/hadk/hybris/mw/ofono-ril-binder-plugin.log for full log.04:03
T42_<A_T_R> !! can't install the package04:03
T42_<oMinimalist> hi boys05:12
T42_<oMinimalist> repo init -u git://github.com/mer-hybris/android.git -b hybris-17.1 --depth 105:12
T42_<oMinimalist> git clone https://github.com/sailfish-oneplus6/local_manifests .repo/local_manifests/05:12
T42_<oMinimalist> repo sync -c --force-sync --fetch-submodules --no-clone-bundle --no-tags05:12
T42_<oMinimalist> hybris-patches/apply-patches.sh --mb05:12
T42_<oMinimalist> git clone --recurse-submodules https://github.com/mer-hybris/libhybris hybris/mw/libhybris05:12
T42_<oMinimalist> sfossdk05:12
T42_<oMinimalist> ubu# enter ubu-chroot05:12
T42_<oMinimalist> . build/envsetup.sh05:12
T42_<oMinimalist> breakfast $DEVICE05:12
T42_<oMinimalist> mka hybris-hal05:12
T42_<oMinimalist> Now got error:05:12
T42_<oMinimalist> build/make/core/Makefile:2007: error: real file "out/target/product/enchilada/boot.img" depends on PHONY target "mkbootimg"05:12
T42_<oMinimalist> what's the problem? thanks a lot.05:12
T42_<icostarica> #notes08:05
T42_<icostarica> How to flash sailfish os, no notess??08:07
T42_<elros34> it's zip file so usually you need to use twrp to flash sailfish08:18
T42_<A_T_R> solution please (re @A_T_R: Problem: nothing pro...)10:04
T42_<A_T_R> can anyone help me find soltion for this (re @A_T_R: Problem: nothing pro...)10:11
T42_<A_T_R> how to upgrade from version 4.0.1.48 to 4.1.0.010:16
T42_<elros34> @A_T_R check latest commits in package you want to build, maybe something significant changed for next release so you ay need to build older version15:39
T42_<A_T_R> now my targets and tooling version 4.0.1.48 and updated all submodules15:41
T42_<A_T_R> should i update to 4.1.0.0 ?15:43
T42_<A_T_R> https://github.com/mer-hybris/droid-hal-device/compare/1f8a77e8eb826a96156b82ce7b748abc6e1a7ee5...b05d34a7a988e68fe2fc2f8ff85de6b1d01efebc#diff-65edf71f56b555c79b29729b8ce3bbcd8a7599be53cfea6bd08c6001370cb55015:45
T42_<elros34> or jump directly to 4.2.0.2115:48
T42_<A_T_R> yeah fine15:48
T42_<elros34> if you want OTA then 4.0.1.48 is latest stop release according to jolla docs15:49
T42_<A_T_R> no OTA for 4.1 and above ? or not ready yet ?15:49
T42_<elros34> looks like 4.2 is still in EA so no15:51
T42_<elros34> mal: I already reported it but if you have miss it then "busybox killall"  will probably fail here: https://github.com/mer-hybris/bluetooth-rfkill-event/blob/master/bluetooth-rfkill-event/bluetooth_rfkill_event.c#L903. I do not have device to test it but It will be good to either fix it or suggest xperia x users to install psmisc-tools, I see many reports "Can't disable then enable bluetooth".15:57
T42_<elros34> @A_T_R I might be wrong, I see 4.2.0.21 on obs16:02
T42_<A_T_R> sorry ,what is EA , obs means16:02
T42_<TheVancedGamer> OpenBuildService (re @A_T_R: sorry ,what is EA , ...)16:03
malEA is early access, which means testing releases before official sailfish release on official devices16:04
T42_<A_T_R> thansk16:04
piggzrinigus: net challenge ... community enc on non-hybris (pipnephone)16:48
riniguspiggz: I would expect it to work - just without hwcrypt. plain password should be OK17:02
piggzrinigus: yeah, i think so .... just deciding whether to use a file or partition17:03
riniguspiggz: its without LVM so far, right?17:03
piggzrinigus: yes17:03
rinigus.... ahh, now I remember - you can bake partitions there17:04
piggzyeah, so, i could change our install script to make a third parttiion, and just use luks on the block device17:04
piggzor, i create sparse home.img in /17:05
riniguspiggz: I use luks on partition directly on PC - works just fine17:05
rinigussparse file risk is having it overflow / (sparse would slowly grow to promised size and files in / could occupy more than planned originally)17:06
piggzrinigus: yeah, im leanng towards a partition17:07
piggzs/leaning17:08
riniguspiggz: have you seen Nico's work - https://forum.sailfishos.org/t/how-to-unlock-the-encryption-of-your-home-if-you-dont-know-your-lock-code-bruteforce/3004/8 ?17:08
piggzhadnt seen that one17:10
riniguspiggz: I would prefer partition, but don't have pinephone anyway - don't think my vote should count :)17:10
piggzhopefully you can get him to test your implementation17:10
Nico(It wasn't really my work, I just copied 2 commands from the internet)17:10
riniguspiggz: ... I better be off and try to get actdead working :)17:11
piggzrinigus: actdead is unrelated?17:13
riniguspiggz: it is. we have to ensure that encryption parts don't ask for password and unlocking when booting in actdead17:14
piggzok17:14
T42_<A_T_R> should I flash both system.img and vendor.img from base lineage os (17.1) to use sfos?18:19
T42_<A_T_R> I flashed vendor.img to vendor partition ,18:22
T42_<A_T_R> manually unpacked sfos files18:22
T42_<A_T_R> The hybris-boot.img to boot partition ,is this right steps?18:22
T42_<elros34> flash everything you need to boot and use lineage, then flash saifish zip18:27
T42_<elros34> sailfish touch only boot and /data/.stowaways18:28
T42_<A_T_R> Ah my system is empty now that's why not booting18:29
piggzrinigus: need to tell slava he doesnt need to submt updates to testing:21:26

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