T42 | 孔轩智 %lastname% was added by: 孔轩智 %lastname% | 02:16 |
---|---|---|
T42 | <Max %lastname%> Does anyone have an port for Xperia x compact? Thanks | 06:46 |
T42 | <kabouik> There's no need for one, it can run the Xperia X official version after some tweaks: https://github.com/g7/droid-compat-f5321 | 08:07 |
T42 | <kabouik> Well unless you wanted to run a free SFOS port | 08:08 |
*** Piece_Maker is now known as Acou_Bass | 09:04 | |
T42 | <ippokratis> @birdzhang can i pm? | 11:15 |
T42 | <ippokratis> i send msg on fun club but they say i was spamming them so | 11:15 |
T42 | <birdzhang> @ippokratis what’s the question? | 11:28 |
T42 | <ippokratis> trying to follow this guid to use docker | 11:29 |
T42 | <ippokratis> https://birdzhang.xyz/2018/09/05/Docker-on-SailfishOS/ | 11:29 |
T42 | <birdzhang> use https://github.com/moby/moby/raw/master/contrib/check-config.sh check your kernel config | 11:30 |
T42 | <ippokratis> with the arm64 arch static as in the guid i getting errors | 11:30 |
T42 | <ippokratis> trying the armhf now | 11:30 |
T42 | <ippokratis> @birdzhang [use https://github.com/moby/moby/raw/master/co …], Generally Necessary: | 11:31 |
T42 | <ippokratis> is ok | 11:31 |
T42 | <Akatsu39> just wonder, how can you build sailfish for mainline kernel? | 11:31 |
T42 | <ippokratis> (Photo, 898x762) https://irc.thaodan.de/.imgstore/g0jTdNqjMN.png | 11:32 |
T42 | <birdzhang> @ippokratis maybe you use a too new version | 11:33 |
T42 | <ippokratis> @birdzhang [@ippokratis maybe you use a too new version], for static should i use the arm64 or the armhl arch? | 11:34 |
T42 | <ippokratis> i will try older ones | 11:34 |
T42 | <birdzhang> try 18.06 | 11:34 |
T42 | <ippokratis> ok | 11:34 |
T42 | <ippokratis> the link in guide is aarch64 | 11:35 |
T42 | <birdzhang> yup | 11:36 |
T42 | <ippokratis> ok | 11:36 |
T42 | <ippokratis> and thanks replying btw | 11:36 |
T42 | <kabouik> To be honest I don't understand why they said it's spam @ippokratis. To me it's quite on topic for the SFOS Fan Club but hey. | 12:24 |
T42 | <ippokratis> it was a long message with terminal outputs . i should have used pastebin or something | 12:25 |
T42 | <ippokratis> anyway it doesent matter | 12:25 |
T42 | <kabouik> Yeah that maybe, but they seem to criticize the topic and the fact that no one could answer there. I don't really get it. | 12:26 |
T42 | <ippokratis> docker worked fine with 18.06 | 12:58 |
T42 | <ippokratis> thanks guys | 12:58 |
T42 | <ippokratis> (Photo, 1035x604) https://irc.thaodan.de/.imgstore/4mezdbPE05.png | 12:58 |
T42 | <birdzhang> 🎉 | 13:02 |
T42 | ClaudiaDrescher was added by: ClaudiaDrescher | 14:06 |
T42 | <ClaudiaDrescher> 6327 | 14:07 |
T42 | <edp_17> What is docker for? Thanks. | 15:56 |
T42 | <joeth> @edp_17 [What is docker for? Thanks.], Mainly for containerising server programs | 15:57 |
T42 | <joeth> but you can use it to run an Ubuntu environment and other things | 15:57 |
T42 | <ippokratis> @edp_17 [What is docker for? Thanks.], well my idea is to run a browser for example | 15:58 |
kalube | Does anyone know what would cause this: "rror: Subprocess failed. Error: RPM failed: error: db4 error(-30971) from dbenv->open: DB_VERSION_MISMATCH: Database environment version mismatch" while building droid-hal-version? | 18:19 |
kalube | Feel like it can be fixed by deleting /something/ but I'm not sure what | 18:20 |
kalube | Full log: https://paste.ubuntu.com/p/JmRXKxgYdS/ | 18:20 |
kalube | mal: have you seen this before? happened after adding new commits to rpm/ | 18:34 |
mal | kalube: sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R rpm --rebuilddb | 18:59 |
kalube | mal: cheers, after running I'm not hit with Error building the cache: Can't create cache at /home/.zypp-cache/solv/local-enchilada-hal - no writing permissions. | 19:11 |
kalube | *I'm NOW hit with, oops | 19:14 |
mal | hmm | 19:17 |
piggz | delete the cache, or check its perms? | 19:18 |
mal | maybe check permissions of /home/.zypp-cache | 19:20 |
mal | kalube: did you update target recently? | 19:20 |
mal | and/or platform sdk | 19:20 |
kalube | I only set up my environment yesterday, on a new machine | 19:20 |
kalube | What should .zypp-cache perms look like? | 19:21 |
kalube | lrwxrwxrwx 1 root root 15 Mar 18 22:42 .zypp-cache -> /var/cache/zypp | 19:21 |
mal | check the folder where that points to | 19:22 |
kalube | drwxr-xr-x 3 caleb caleb 3488 Aug 13 19:07 zypp | 19:22 |
mal | maybe try removing the content of that | 19:22 |
mal | and see what happends | 19:23 |
kalube | Same issue | 19:25 |
T42 | <elros34> Did you remove .zypp-cache directory in sdk or in target? | 19:31 |
mal | yeah, that is relevant | 19:31 |
kalube | oh | 19:32 |
kalube | in sdk | 19:32 |
T42 | <elros34> btw make sure you use 3.3.0.x target not latest: 'ssu re' in target will tell you what version you have | 19:35 |
kalube | I specified $RELEASE as 3.3.0.16 | 19:36 |
kalube | And yeah I believe I fetched target based on that | 19:36 |
kalube | It seems to be working again now :D | 19:36 |
mal | @elros34 it is latest now | 19:37 |
mal | @elros34 that was fixed this week | 19:38 |
T42 | <elros34> great | 19:38 |
kalube | Made it to mic build, now hit with "Error <creator>[08/13 19:46:40] : Command 'modprobe' is not available." | 19:47 |
kalube | platformSDK missing kmod? | 19:49 |
kalube | :/ | 19:49 |
kalube | Has anyone figured out what causes the mouse sensitivity to break during mic build? | 19:54 |
kalube | piggz: sorry if I'm missing something obvious, can you point me in the right direction to installing biometryd? | 22:01 |
kalube | Cloning from your github and building with build_packages is missing a lot of dependencies and not all of them are in the repos | 22:09 |
kalube | Specifically dbus-cpp-devel and process-cpp-devel | 22:19 |
Mister_Magister | kalube: oi hello | 22:19 |
kalube | hello! :D | 22:19 |
Mister_Magister | i didn't fail to notice you followed me and suddenly you tweet about sfos so i thought i shall say hi (also plz try all my apps kthx) | 22:20 |
Mister_Magister | u portn sfos to 1+6? | 22:20 |
Mister_Magister | kalube: about mouse sensitivity just get over it | 22:20 |
Mister_Magister | had same issue | 22:20 |
Mister_Magister | would help u but i gotta sleep | 22:21 |
kalube | I have a 3.2 release but it's about time for 3.3, I uploaded a 'beta' to github but it had some issues and I want to get biometryd and maybe include a few niceties out of the box | 22:21 |
Mister_Magister | as most people there do | 22:21 |
kalube | As for mouse sensitivity | 22:21 |
kalube | Man you ever built postmarketOS? | 22:22 |
Mister_Magister | nah and i hope i don't | 22:22 |
kalube | Not only does it not reset my mouse/kb config, it also doesn't rebuild the same packages over and over >:( | 22:22 |
Mister_Magister | :P | 22:22 |
kalube | 3 commands to set up build env, and no permanent changes to .bashrc, it is GLORIOUS | 22:23 |
Mister_Magister | :P | 22:23 |
kalube | I'll stop preaching, liking having actually good apps on sfos | 22:23 |
Mister_Magister | anyway have fun (and don't forget to try my apps lmaoooo) gnite | 22:23 |
mal | kalube: what are you talking about, no need to build biometryd afaik | 22:24 |
Mister_Magister | yeah what do you need biometryd for | 22:24 |
kalube | Fingerprint? | 22:24 |
Mister_Magister | if you want fp its not needed | 22:24 |
mal | kalube: just follow the instructions here https://github.com/piggz/sailfish-fpd-community | 22:24 |
Mister_Magister | actually don't they're retarded | 22:24 |
kalube | oh awesome, thanks :D | 22:24 |
Mister_Magister | mal: piggz: instructions "yeah fake_crypt is optional" also instructions: rpm/dhd/helpers/build_packages.sh --build=hybris/mw/sailfish-fpd-community builds fakecrypt and fails to do so | 22:25 |
mal | probably good to have the --do-not-install in that also | 22:25 |
Mister_Magister | kalube: if you don't need fake_crypt bulild these 2 | 22:26 |
Mister_Magister | rpm/dhd/helpers/build_packages.sh --build=hybris/mw/sailfish-fpd-community --spec=rpm/droid-biometry-fp.spec --do-not-install | 22:26 |
Mister_Magister | rpm/dhd/helpers/build_packages.sh --build=hybris/mw/sailfish-fpd-community --spec=rpm/sailfish-fpd-community.spec --do-not-install | 22:26 |
* Mister_Magister flies away | 22:26 | |
mal | Mister_Magister: problem is that the second build removes the rpms of the first build | 22:26 |
Mister_Magister | no it doesn't | 22:26 |
mal | it fdid for me | 22:27 |
Mister_Magister | it didn't for me | 22:27 |
Mister_Magister | kalube: copy the droid-biometry-fp rpms before running second command | 22:27 |
Mister_Magister | mal: fixed | 22:27 |
mal | the last command which builds all will make all rpms remaing | 22:27 |
mal | but anyway that is a bit mess | 22:28 |
Mister_Magister | it is yes | 22:28 |
mal | maybe I can update my PR to fix the instructions a bit | 22:28 |
Mister_Magister | go on :D | 22:28 |
mal | I just did some packaging fixing there earlier today | 22:29 |
kalube | Why shouldn't I build fake_crypt ? | 22:29 |
Mister_Magister | kalube: do you need it? (read the instructions please) | 22:29 |
mal | you can build it, you should install it only if needed | 22:29 |
Mister_Magister | ye | 22:29 |
kalube | How do I know if my device uses keymaster 4? | 22:30 |
Mister_Magister | mal: i have personal question to you, do you use any of my apps? | 22:30 |
Mister_Magister | kalube: assume it doesn't | 22:30 |
mal | kalube: ps aux | grep keymaster | 22:30 |
mal | the process name usually tells which version it is | 22:30 |
Mister_Magister | i bet he got 3.0 | 22:30 |
kalube | mal: fine to do that in sfos? no results | 22:30 |
Mister_Magister | maybe it isn't running even | 22:31 |
mal | have you disabled it in some .rc file? | 22:31 |
mal | kalube: which android version? | 22:31 |
kalube | android 9 | 22:33 |
Mister_Magister | kalube: what android did this phone came with originallly | 22:34 |
kalube | 8 | 22:34 |
Mister_Magister | it's 3.0 | 22:34 |
Mister_Magister | trust me | 22:34 |
Mister_Magister | worry if it doesn't work | 22:34 |
kalube | Speaking of, I saw some mentions of android 10, it would be sweet to rebase on that because you need a whole different TWRP and extra steps to downgrade before installing sfos | 22:35 |
kalube | What doesn't work right now is ubu-chroot :/ | 22:35 |
Mister_Magister | kalube: noone installed my 5z port cause it's android 9 so noone bothers to downgrade | 22:35 |
Mister_Magister | kalube: don't use ubu-chroot with android9 | 22:35 |
kalube | . /srv/mer/sdks didn't exist in sfossdk after a fresh set up | 22:35 |
kalube | uh? | 22:35 |
kalube | wdym? | 22:36 |
Mister_Magister | wait /srv/mer/sdks should exist | 22:36 |
Mister_Magister | kalube: ubu-chroot got old ubuntu and is too old to build android9 | 22:36 |
Mister_Magister | i'm using docker image to build android9 mal builds directly on his os | 22:36 |
kalube | it's how I've done my sfos port up until now | 22:36 |
Mister_Magister | maybe i have outdated info the | 22:37 |
Mister_Magister | then* | 22:37 |
Mister_Magister | who uses ubu-chroot anyawy | 22:37 |
kalube | I really don't wanna let SFOS consume my host more than necessary lol, I already have to balance pmos chroots and latest vs old android compilers | 22:37 |
Mister_Magister | oh well im going to sleep | 22:38 |
mal | I have mostly built hybris-17.1, one build issue left | 22:41 |
kalube | mal: sweet :D looking forward to id | 22:42 |
Mister_Magister | mal: what issue | 22:42 |
mal | some linking issue related to the tls hooks | 22:43 |
Mister_Magister | ah i see | 22:43 |
* Mister_Magister has no idea what the hell is mal talking about but acting smart | 22:43 | |
mal | we patch bionic and egl with some tls related things are now egl lib fails to link because it doesn't find the bionic changes | 22:44 |
Mister_Magister | ahh | 22:44 |
Mister_Magister | mal: is it complicated to jump from 16 to 17? | 22:45 |
mal | it can be, no idea what is needed in libhybris | 22:45 |
Mister_Magister | oh | 22:45 |
Mister_Magister | on 17 rild might be actually working | 22:46 |
kalube | I copied droid-biometry-fp-1.1.0+master...rpm to the device and installed it, rebooted but nothing? | 23:00 |
T42 | <birdzhang> you also need install sailfish-fpd-community.rpm, and enable the service | 23:28 |
kalube | thanks | 23:36 |
kalube | Do I need something enabled for fp to appear in settings? | 23:45 |
T42 | <birdzhang> install `sailfish-devicelock-fpd` | 23:53 |
kalube | thank you! | 23:55 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!