rinigus | kimmoli: I think I hit the same issue as we had earlier. while fp2 works fine, onyx and 1+1 (if I remember correctly) failed to boot into gui after some submodule update. probably config. I suspect that issue has never been resolved. | 04:13 |
---|---|---|
rinigus | kimmoli: will look tonight to what was the module in the logs (probably config) and if nothing else pops up into the mind, will probably downgrade that back. | 04:14 |
kimmoli | ok | 05:02 |
electro5751 | @elros34 : i have launched this script with nemo user -> | 07:56 |
electro5751 | /usr/bin/droid/droid-load-firmware.sh | 07:56 |
electro5751 | and my 4G work, not mms | 07:56 |
electro5751 | ofono problem now -> https://dpaste.de/4FTV | 08:11 |
electro5751 | mal, have you an idea about debug ofono ? | 08:34 |
electro5751 | ril_subscription.conf ? | 08:34 |
Mister_Magister | don't place space between word and questionmark | 08:35 |
electro5751 | can we stop ofono with the same command of pulseaudio ? systemctl --user stop pulseaudio | 08:58 |
T42 | <ArixElo> Hi, I'm porting again, but with CONFIG_SELINUX_DISABLE=y | 09:32 |
T42 | <ArixElo> Is this gonna help? | 09:32 |
electro5751 | yes | 09:41 |
electro5751 | maybe you need this too | 09:42 |
electro5751 | add selinux=0 in this CONFIG | 09:42 |
electro5751 | CONFIG_CMDLINE="console=ttySAC2,115200 selinux=0 consoleblank=0 androidboot.hardware=smdk4x12" | 09:42 |
electro5751 | it's an example, adapt for your device | 09:42 |
electro5751 | and maybe disable watchdog if it's necessary | 09:42 |
T42 | <ArixElo> electro5751: you mean .config? | 09:48 |
electro5751 | in defconfig | 09:48 |
T42 | <ArixElo> electro5751: I don't have it at my defconfig, but I have it on .config on KERNEL_OBJ folder | 09:55 |
electro5751 | you can add this on your defconfig | 09:55 |
electro5751 | i have this CONFIG | 09:55 |
electro5751 | and see selinux disable on your device at boot | 09:56 |
electro5751 | in journalctl | 09:56 |
T42 | <ArixElo> Adding this in .config only is gonna not enough? | 09:59 |
electro5751 | i don't know what is the equivalent file of defconfig on the device | 10:02 |
electro5751 | but if you change something on defconfig -> make hybris-hal again -> and flash hybris-boot.img with TWRP | 10:03 |
electro5751 | mal, are you available ? | 10:14 |
electro5751 | for an old kernel, it's not the old ofono-ril-binder-plugin ? | 10:22 |
electro5751 | it can be a good example ? this file https://github.com/mer-hybris/droid-config-sony-nile/blob/master/sparse/etc/ofono/ril_subscription.conf | 10:24 |
T42 | <ArixElo> (Photo, 720x1280) https://irc.thaodan.de/.imgstore/KRTqxC6OLI.png | 10:25 |
T42 | <ArixElo> electro5751: is it ok | 10:26 |
electro5751 | not really, selinux=0 yes | 10:27 |
electro5751 | but you must find the cmd of your device | 10:27 |
electro5751 | as this : CONFIG_CMDLINE="console=ttySAC2,115200 consoleblank=0 androidboot.hardware=smdk4x12" | 10:28 |
electro5751 | maybe it's ATAG_CMDLINE | 10:28 |
T42 | <ArixElo> there is no atag_cmdline | 10:56 |
electro5751 | or check cat /proc/cmdline | 10:56 |
electro5751 | and see if you have the same sentence as mine | 10:56 |
electro5751 | console=ttySAC2,115200 consoleblank=0 androidboot.hardware=smdk4x12 | 10:57 |
T42 | <ArixElo> Where? | 10:57 |
T42 | <ArixElo> This is? | 10:57 |
T42 | <ArixElo> In phone? Or on sfossdk? | 10:57 |
electro5751 | in phone | 10:58 |
T42 | <ArixElo> (Photo, 720x1280) https://irc.thaodan.de/.imgstore/IWHuJ2t0M3.png | 11:00 |
T42 | <ArixElo> "selinux=permissive" | 11:01 |
T42 | <ArixElo> How can I edit this in twrp? | 11:01 |
electro5751 | wait another persone, i don't remember where is the good sentence | 11:01 |
electro5751 | with vi | 11:01 |
T42 | <ArixElo> I'm noob at the vi xd | 11:02 |
T42 | <ArixElo> how to exit this, save | 11:02 |
T42 | <ArixElo> I can't edit this file | 11:05 |
T42 | <ArixElo> Read only | 11:06 |
electro5751 | exit without save | 11:06 |
electro5751 | :q! | 11:06 |
electro5751 | save : :w! | 11:06 |
T42 | <ArixElo> How can I edit this file xD? | 11:08 |
electro5751 | type a | 11:08 |
T42 | <elros34> @ArixElo There is really no point in doing all of these random and incorrect changes until you try 9.2 from HADK! | 11:09 |
T42 | <ArixElo> So, should I give up for now? | 11:10 |
T42 | <ArixElo> Because I don't have pc | 11:10 |
T42 | <ArixElo> XD | 11:10 |
r0kk3rz | use nano if you cant vi | 11:11 |
T42 | <elros34> :) | 11:11 |
T42 | <ArixElo> Twrp doesn't have nano | 11:12 |
Mister_Magister | twrp doesn't have vi either | 11:17 |
electro5751 | With adb devices and adb shell to connect to TWRP -> you have access to vi | 11:25 |
electro5751 | since a computer | 11:28 |
* Mister_Magister new twrp doesn't even have vi | 11:31 | |
* Mister_Magister at least android doesn't | 11:32 | |
electro5751 | @elros34 : have you few minutes ? to debug ofono and loading firmware | 11:32 |
electro5751 | what is the proper command to restart ofono ? i have load the right firmware with /usr/bin/droid/droid-load-firmware.sh | 11:33 |
T42 | <elros34> I already told you I don't know how to fix it and executing droid-load-firmware.sh manually is pointless | 11:34 |
electro5751 | @elros34 : do you know if i must used old ofono ? | 11:35 |
electro5751 | for old kernel 3.0 | 11:36 |
T42 | <elros34> I don't know what you mean by old ofono. | 11:37 |
T42 | <elros34> if you ask about binder plugin then it's only for >= hybris15 | 11:38 |
electro5751 | can you share your ril_subscription ? | 11:38 |
electro5751 | yes it's that | 11:38 |
T42 | <elros34> I use default ril_subscription | 11:38 |
electro5751 | okey, i don't know what to do anymore ! how can i proceed ? | 11:39 |
electro5751 | to debug problem | 11:39 |
electro5751 | @elros34 : do you know why my ofono taking account of bluez4 dispite of i have remove bluez5 for bluez4 ? | 11:43 |
electro575 | maybe it's not the good path who's search : /devices/platform/samsung-pd.0/s3c-mfc/firmware/s3c-mfc | 11:52 |
electro575 | @elros34 : i want to remove bluez5 of my computer configuration -> how is it possible ? just remove the rpm ? | 12:22 |
electro575 | /home/sailfish-dev/hadk/droid-local-repo/t0lte/droid-configs/droid-config-t0lte-bluez5-1-1.armv7hl.rpm | 12:22 |
Umeaboy | Hi! | 12:30 |
Umeaboy | I've come a step further now. :) | 12:30 |
Umeaboy | However after starting the build of libhybris and opening a new window to run sudo mkdir -p $ANDROID_ROOT-syspart I get: mkdir: invalid flag -- "s" | 12:31 |
Umeaboy | I don't see an s in the command. | 12:31 |
Umeaboy | I'm following this guide: https://sailfishos.org/wiki/Sailfish_X_Xperia_Android_9_Build_and_Flash | 12:32 |
Umeaboy | Everything else has worked perfectly smooth. | 12:32 |
Umeaboy | Need help. | 12:32 |
Umeaboy | Sorry! My bad! | 12:33 |
Umeaboy | I see it. | 12:33 |
Umeaboy | I have to reenter HABUILD SDK | 12:34 |
Umeaboy | My bad! | 12:34 |
Umeaboy | I guess I'm a bit tired. | 12:38 |
Umeaboy | :) | 12:38 |
mal | Umeaboy: your ANDROID_ROOT is not set | 12:48 |
Umeaboy | mal: It is. I just realized that I was making that command without entering sfossdk and the chroot. | 12:51 |
Umeaboy | So all is well now. | 12:52 |
Umeaboy | For the time being anywho. | 12:52 |
Umeaboy | mal: Anyway to solve this: https://pastebin.com/haidGmBX | 12:53 |
Umeaboy | ? | 12:53 |
Umeaboy | Full log here: https://pastebin.com/YdH6MU84 | 12:55 |
mal | like it has been mentioned many many times in channels logs, skip the package | 12:59 |
mal | qt5-qpa-surfaceflinger-plugin is not needed | 13:00 |
Umeaboy | mal: And the guide tells me to build all when asked. What gives? | 13:00 |
electro575 | mal, can you help me to find a solution of the firmware loading problem at startup ? | 13:00 |
Umeaboy | And how does one exclude that plugin from the build? | 13:00 |
Umeaboy | Starting the build again by only answering Y until I'm asked to build that plugin then. | 13:03 |
mal | Umeaboy: by not using "all" or just commenting out the line from build_packages.sh | 13:03 |
Umeaboy | Right. What I thought. That wiki page should be updated then. | 13:05 |
Umeaboy | electro575: I'm no expert, but what's your problem? | 13:06 |
Umeaboy | Start from the beginning of the thing that you're trying to do/accomplish and then give me all the steps that fail. | 13:06 |
Umeaboy | Preferably in a pastebin. | 13:07 |
electro575 | Umeaboy, my problem is that the firmware of my device is not correcty loaded and ofono don't work and call, mms | 13:09 |
electro575 | and bluetooth | 13:09 |
Umeaboy | electro575: OK. Which device and what happens if you reload the network in a terminal? What's the error output then? | 13:11 |
electro575 | mal, have you an idea ? | 13:11 |
electro575 | https://dpaste.de/1r6c | 13:11 |
Umeaboy | Seems like there's a mount problem. | 13:12 |
electro575 | https://dpaste.de/9H2R | 13:12 |
electro575 | specially here | 13:12 |
electro575 | firmware[10763]: Attempting to load firmware mfc_fw.bin for /devices/platform/samsung-pd.0/s3c-mfc/firmware/s3c-mfc | 13:12 |
electro575 | systemd-udevd[10750]: Process '/usr/bin/droid/droid-load-firmware.sh' failed with exit code 1. | 13:12 |
electro575 | but this path is not existing : /devices/platform/samsung-pd.0/s3c-mfc/firmware/s3c-mfc | 13:13 |
Umeaboy | electro575: If I where you I'd restock and then try again. | 13:13 |
electro575 | https://dpaste.de/4WsX | 13:14 |
Umeaboy | That helps on SOME devices. | 13:14 |
mal | Umeaboy: what do you mean? | 13:14 |
Umeaboy | mal: https://sailfishos.org/wiki/Sailfish_X_Xperia_Android_9_Build_and_Flash explicitly says to build ALL when asked. | 13:14 |
mal | electro575: that path doesn't work like that, the path is really under /sys/ | 13:15 |
mal | Umeaboy: well there is a bug | 13:15 |
Umeaboy | Yes, and that page doesn't mention it so I didn't know that. | 13:15 |
Umeaboy | :) | 13:15 |
electro575 | what is incorrect on the script ? mal | 13:16 |
electro575 | /sys yes | 13:16 |
mal | electro575: the obvious thing is to see if you even have mfc_fw.bin anywhere on the device | 13:17 |
electro575 | mal , /system/vendor/firmware/mfc_fw.bin | 13:18 |
mal | electro575: are you sure you are not again missing the /vendor symlink | 13:19 |
mal | which should come from straggler files | 13:19 |
electro575 | mal , Aug 27 21:21 vendor -> /system/vendor | 13:19 |
electro575 | mal, my configuration -> https://dpaste.de/2hZ1 | 13:21 |
electro575 | i just have /property_contexts in straggler_files | 13:21 |
electro575 | what i must have in stragglers files ? | 13:21 |
mal | electro575: why not anything else, I thought you had more before? where does the symlink come from then? | 13:22 |
electro575 | i don't remember mal, sorry | 13:23 |
electro575 | once month ago | 13:23 |
electro575 | @elros34 : do you remember what are files for stragglers files ? | 13:24 |
mal | the look at channel logs to see what you did | 13:24 |
electro575 | yes but paste is disappear | 13:24 |
Umeaboy | mal: Can you check why the adaption0 repo fails? | 13:31 |
Umeaboy | When you start to update the repos with sudo zypper ref it fails to update adaption0. | 13:32 |
mal | Umeaboy: it should not be a problem | 13:36 |
Umeaboy | I know. | 13:37 |
Umeaboy | Building of the system and vendorimage commenced. :) | 13:40 |
Umeaboy | You know a fix for this, mal? | 13:52 |
Umeaboy | https://pastebin.com/6pJvxVNp | 13:52 |
electro575 | @ArixElo : this is this line what i want to said -> https://github.com/LineageOS/android_device_samsung_smdk4412-common/blob/cm-14.1/BoardCommonConfig.mk#L54 | 13:52 |
Umeaboy | I excluded that plugin like you mentioned and pressed Y to the rest and they all succeeded. | 13:52 |
electro575 | @ArixElo : but it's for my device, so find it for your device | 13:52 |
Umeaboy | I don't think I've missed any part up until now. | 13:57 |
mal | Umeaboy: maybe check if the lib it complains about is installed or not? | 13:57 |
Umeaboy | Building again after installing that then. | 14:01 |
Umeaboy | Wow! It seems to succeed now. :) | 14:09 |
Umeaboy | Maybe these dependencies has to be added to the wiki page as well. | 14:09 |
Umeaboy | To make sure they're detected. | 14:09 |
electro575 | what dependencies ? | 14:10 |
mal | Umeaboy: what host OS are you using? | 14:13 |
Umeaboy | Ubuntu 19.04. | 14:16 |
electro575 | i have read all log for t0lte, @elros34 what do you have in your straggles files ? | 14:24 |
electro575 | i have read this -> <elros34> mal: ^ missing property_context + droid-hal-$DEVICE.log | 14:25 |
electro575 | can i find other straggles files in droid-hal-$DEVICE.log ? | 14:25 |
electro575 | https://dpaste.de/ODa2 | 14:26 |
Umeaboy | Gotta go. | 14:33 |
Umeaboy | Take care, ya'll. | 14:33 |
electro575 | bye | 14:33 |
T42 | <elros34> electro575: make some effort, it's really not that hard to find it: http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2019-08-08.log.html#t2019-08-08T11:23:30 | 15:08 |
electro575 | @elros34 : i have passed 2 hours to read all log since the beginning, but i am in 06/08/2019 | 15:10 |
electro575 | this sentence is okey for t0lte ? | 15:11 |
electro575 | you have several files which end with _contexts in out/target/product/m8/root/, all of those need to be in sailfish root, meaning those need to be in straggler files | 15:11 |
electro575 | mal maybe please ? | 15:15 |
electro575 | @elros34 : what must i added to my droid-hal-t0lte.spec ? | 15:19 |
electro575 | https://dpaste.de/fmiU | 15:20 |
electro575 | i don't remember i must to do this for my samsung t0lte, for my htc one m8 yes | 15:21 |
electro575 | this is okey /vendor but /d, /sdcard, /cache, /bugreports too ? | 15:39 |
electro575 | how can know what folders or files to add in stragglers files ? | 16:19 |
rinigus | kimmoli & other experts: lipstick is crashing on onyx after update to 3.1.0.12, currently built on devel obs. crashing EGL_PLATFORM=hwcomposer strace test_hwcomposer pasted at https://paste.ubuntu.com/p/YtqgN9Dgdh/ | 16:40 |
T42 | <elros34> what android base? | 16:44 |
T42 | <elros34> for 11 and maybe 12 upstream libhybris cause lipstick fail | 16:46 |
rinigus | elros34: cm12 | 16:46 |
rinigus | (as far as I remember) | 16:46 |
rinigus | elros34: which libhybris is recommended then? | 16:48 |
electro575 | mal, i have added /vendor to stragglers files and i have again -> Process '/usr/bin/droid/droid-load-firmware.sh' failed with exit code 1. | 16:49 |
T42 | <elros34> a426857906dda89370a4b670f23d92a82e6f243b but you would notice it earlier because this issue is old | 16:49 |
electro575 | Attempting to load firmware mfc_fw.bin for /devices/platform/samsung-pd.0/s3c-mfc/firmware/s3c-mfc | 16:49 |
rinigus | elros34: where should I set that commitid? from your statement its not clear whether it will help though... | 16:51 |
T42 | <elros34> rinigus: https://build.merproject.org/package/view_file/nemo:testing:hw:motorola:moto_msm8960_jbbl/libhybris/_service?expand=1 and make sure qt5-qpa-hwcomposer is also rebuild. | 16:52 |
mal | rinigus: oh, I forgot you have the android 5 base bug in libhybris, which should really be fixed at some point | 16:54 |
rinigus | elros34: rebuilding... | 16:54 |
rinigus | mal: well, maybe android 5 devices will retire before... | 16:55 |
mal | rinigus: I need to have a look, I have a pile of fixes and cleanup for libhybris waiting | 16:55 |
T42 | <elros34> mal: btw I figured out that with only " --enable-trace" added to spec libhybris issue is fixed. enable-debug or --enable-arm-tracing is not needed | 16:56 |
mal | @elros34 ok, that narrows it down quite much, thanks | 16:56 |
rinigus | mal: if it works, I'll write it up in the readme for myself and will try to avoid it next time | 16:56 |
mal | rinigus: I will try to get that fixed | 16:57 |
T42 | <elros34> at least that was the case for cm11 base | 16:57 |
electro575 | i have again this error : https://dpaste.de/sJPb | 16:57 |
mal | @elros34 I think it happens on cm11 and cm12.1 | 16:57 |
mal | @elros34 I probably know which commits brought the bug but I haven't checked which exact line causes it | 16:58 |
T42 | <elros34> thats great | 16:59 |
mal | @elros34 this is the cleanup I have done so far https://github.com/mlehtima/libhybris-1/commits/cleanup | 17:00 |
mal | that needs also changes to spec | 17:00 |
electro575 | mal, have you ever seen this type or error ? loading firmware | 17:03 |
electro575 | who can help me with this log ? https://dpaste.de/wLXu | 17:07 |
electro575 | https://dpaste.de/wLXu#L66 | 17:08 |
T42 | <elros34> maybe it's not an issue? looks like it's related to media encoding/decoding | 17:12 |
electro575 | i must launch pkcon refresh ? | 17:13 |
electro575 | now, i have this two errors | 17:13 |
electro575 | [grilio-socket] ERROR! Can't connect to RILD: No such file or directory | 17:13 |
electro575 | [grilio-socket] ERROR! Can't connect to RILD: Permission Denied | 17:13 |
electro575 | for two reboot | 17:13 |
electro575 | this again | 17:15 |
electro575 | ofonod[11179]: [grilio-socket] ERROR! Can't connect to RILD: No such file or directory | 17:15 |
T42 | <elros34> it fails first time but later you can see it connects to ril ofonod[11020]: RIL version 7 | 17:15 |
electro575 | how to fix this random detect SIM card ? | 17:15 |
electro575 | the SIM card is detect (logo) but no password asked | 17:16 |
T42 | <elros34> do you have pin? try to disable it | 17:17 |
electro575 | Sailfish ofonod[11179]: pin retry query is not supported | 17:18 |
electro575 | sometimes it work but now no | 17:18 |
electro575 | disable it ? what disable, with airplane mode ? already tried | 17:18 |
electro575 | how can i check "it connects to ril ofonod[11020]: RIL version 7" ? | 17:19 |
T42 | <elros34> I mean remove/disable pin | 17:19 |
electro575 | https://dpaste.de/8HMB | 17:20 |
electro575 | how remove/disable pin ? | 17:20 |
electro575 | and i have bluez4 no bluez5 ! ofono is linked with bluez5 | 17:20 |
rinigus | elros34: if your build 3.1.0.12 is fine, disable it at testing or you may get a "present" from obs :) | 17:21 |
T42 | <elros34> electro575: is it? ofonod[11179]: Excluding BlueZ 5 Utils Plugin | 17:22 |
electro575 | yes | 17:22 |
electro575 | excluding okey | 17:23 |
electro575 | but so why i can't pass a call and send mms | 17:23 |
electro575 | when i have network | 17:24 |
electro575 | cm 14-1 | 17:24 |
electro575 | @elros34 : it's necessary to have more property_contexts in straggles_files ? | 17:29 |
electro575 | when i have just one file, i arrived to have sometimes the network connection | 17:29 |
electro575 | @elros34 : Do you have stragglers files ? If yes can you send to me a copy | 17:33 |
electro575 | @elros34 RIL version 7 yes -> https://dpaste.de/e9Ca | 17:34 |
electro575 | ofono is correcting launched but No SIM Card detect | 17:35 |
electro575 | last log | 17:39 |
electro575 | https://dpaste.de/azVy | 17:39 |
electro575 | logcat must be execute in root or user nemo ? | 17:45 |
electro575 | https://dpaste.de/Exxx | 17:45 |
electro575 | nobody is present ? | 18:11 |
rinigus | elros34 & mal: with older libhybris, it seems like all boots, as expected | 18:12 |
rinigus | kimmoli: I have changed in _service of libhybris the commit version. since I also rebuilt hal packages, would you mind to promote them from devel to testing and then rebuild testing? | 18:13 |
rinigus | kimmoli: devel seems to work with a small quirk - for few shutdown/power up cycles, only the second power up worked. on failing boots, I had to posh power, get red led, wait for shutdown and power up again. next boot worked. after couple (2-3) cycles like that, it seems to normalize and work every time. | 18:15 |
rinigus | would have to test it further though | 18:15 |
rinigus | electro575: ... looks like all are busy, sorry | 18:15 |
electro575 | don't worry, i learn ^^ | 18:16 |
electro575 | where can i find API of ofono ? | 18:33 |
kimmoli | rinigus: ok will do | 18:37 |
electro575 | ofono log -> https://dpaste.de/FweW | 18:38 |
rinigus | kimmoli: thank you! | 18:41 |
kimmoli | building. | 18:42 |
kimmoli | it would be nice if obs meta would save comments <!-- --> | 18:43 |
rinigus | kimmoli: indeed! right now I wrote down libhybris note in my gist which I use for every update | 18:58 |
kimmoli | rinigus: build complete, disabled again | 19:01 |
rinigus | kimmoli: excellent, will start ota. | 19:02 |
electro575 | rinigus, do you know why it's necessary to copy all files to straggler files ? | 19:18 |
rinigus | electro575: nope, sorry. | 19:19 |
electro575 | not all but _contexts | 19:27 |
T42 | <adampigg> becuase the dhd .inc file doesnt know all files that a system puts in a rootfs, so, you specify them in stragglers | 19:27 |
electro575 | okey but how can i find what files much i write to stragglers files ? | 19:28 |
T42 | <adampigg> anything in out/target/product/...../ etc that isnt put into the other RPMs | 19:29 |
electro575 | okey, five minutes to see | 19:30 |
*** ben_ is now known as benclark06 | 19:31 | |
electro575 | @adampigg : all of this folder ? /out/target/product/t0lte/root on my computer | 19:32 |
T42 | <adampigg> generally just the files in the root | 19:33 |
electro575 | it's the files folder on my computer -> https://dpaste.de/v5dp | 19:33 |
electro575 | for cm 14.1 ? | 19:33 |
electro575 | where can i compare if i have this files ? | 19:34 |
electro575 | and what is the correct syntax to add folder, i know what is it for files | 19:34 |
electro575 | @adampigg : all files of this path /out/target/product/t0lte/root must be present in the device path "/" ? | 19:36 |
T42 | <adampigg> open up the droid-hal-t0lte rpm and see what files are already included | 19:37 |
electro575 | okey, thanks | 19:37 |
electro575 | adampigg : i have no droid-hal-t0lte.rpm | 19:40 |
electro575 | droid-local-repo/t0lte/droid-hal-t0lte/droid-hal-t0lte-0.0.6-201908281855.armv7hl.rpm ? | 19:42 |
electro575 | @adampigg : can i just compare files are already present on my device and the /out/target/product/t0lte/root on my computer ? | 19:49 |
electro575 | or must i decompressed all droid-hal-t0lte*.rpm ? | 19:50 |
T42 | <adampigg> yes, u can just look on device | 19:59 |
electro575 | okey thanks | 19:59 |
electro575 | @adampigg : on the device at path "/" to compare with /out/target/product/t0lte/root on my computer ? | 20:00 |
T42 | <adampigg> yes | 20:00 |
electro575 | okey | 20:00 |
benclark06 | hi, i'm trying to do repo init but for some reason now i'm getting gpg: Can't check signature: public key not found, i have a gpg key and such. | 20:04 |
rinigus | kimmoli: booted nicely, rebooted also. will test it now for few days... | 20:08 |
electro575 | it's possible to scp with devel-su user ? | 20:16 |
electro575 | my last problem : https://dpaste.de/Y3rR | 20:50 |
electro575 | my SIM card is all the time detect : with add stragglers file finished by _context | 20:51 |
electro575 | @elros34 : Error org.freedesktop.DBus.Error.UnknownObject: Method "Dial" with signature "ss" on interface "org.ofono.VoiceCallManager" doesn't exist | 21:05 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!