mal | you only run that command once, also it has nothing to do with kernel | 00:00 |
---|---|---|
mal | I mean you run the script only once | 00:00 |
T42 | <edp_17> I think after that script I ran this 'make -j$(nproc --all) hybris-hal' | 00:00 |
T42 | <edp_17> I didn't run the 'build_packages -c' | 00:00 |
deathmist | do that then, you can once again just install the RPMs from local repo after it's done if you don't want to make & install new image | 00:01 |
mal | you misunderstood how things work, make hybris-hal is for android side build, the script affect the sailfish side adaptation repos | 00:01 |
T42 | <edp_17> I always re-bulit the whole thing. | 00:01 |
T42 | <elros34> so do you have all created symlinks in sparse/usr/libexec/droid-hybris/system/etc/init/? | 00:01 |
T42 | <edp_17> Yes, that is very much possible that I misunderstand how this work. | 00:01 |
mal | in $ANDROID_ROOT/hybris/droid-configs/parse/usr/libexec/droid-hybris/system/etc/init/ | 00:01 |
T42 | <edp_17> I remember that when I ran that script I got a lots of 'already exist' messages, so seemingly everything was there. | 00:02 |
mal | you only run make hybris-hal if you did anything to android side like did something to kernel, after that you alwasy have to run "build_packages.sh -d" | 00:02 |
T42 | <edp_17> However I am happy to do a fresh start. | 00:02 |
mal | if you do something to $ANDROID_ROOT/hybris/droid-configs then you have to run "build_packages.sh -c" | 00:03 |
T42 | <edp_17> @mal, I know that build_packages -d is enough but it was easier to run the whole thing and wait. Just tried to be on the safe side. | 00:03 |
mal | fresh start? why would do that, you just run the "rpm/dhd/helpers/build_packages.sh -c" now so the things that the script did will be included in next image | 00:04 |
T42 | <edp_17> This -c is a new thing, I have never done that. Probably that's why I had loads of issues. | 00:04 |
T42 | <edp_17> should I run this in platform or ubuntu chroot? | 00:04 |
mal | also running build_packages.sh without any parameters builds everything including what -c does | 00:05 |
mal | build_packages.sh is always run in platform_sdk | 00:05 |
mal | only thing you do in ubuntu chroot is build the android side stuff using make hybris-hal (and later some other things also but not relevant now) | 00:05 |
T42 | <edp_17> Ok, so the previous 'build_packages -d' finished. Now I run it with -c. | 00:05 |
deathmist | @edp_17 "-c" just packages all your droid-config repo changes to a few RPMs (in local repo) to be included in your final rootfs in new images, "-d" does same for droid-hal stuff like kernel etc | 00:06 |
mal | I really should finish the flow chart of the build process which tells what is needed when you do any changes | 00:06 |
mal | now that we have the nice faq I could add it there | 00:07 |
T42 | <edp_17> You will probably laugh outloud but when I did my hammerhead port and needed to re-create the image, I re-compiled the kernel, re-built gstreamer, camera and everything. Always. :) | 00:07 |
mal | what you need to build depends on what you have changed | 00:07 |
deathmist | @edp_17 once again you should be able to just grab the basic droid-config-$DEVICE RPM from local repo like you did before for droid-hal and install it on the device manually without needing a full new mic build & reflash on device :) | 00:08 |
T42 | <edp_17> I did it every time independently what I changed. 😀 | 00:08 |
mal | or even run the script on the device for testing (after changing the script to create the links to correct location) | 00:08 |
T42 | <edp_17> Ok, now the ...-c has also completed. | 00:08 |
mal | I will see about the flow chart to help people not build too many things | 00:10 |
T42 | <edp_17> I need to get used to this. And as you said, I was not sure how the things work when I wanted to include a new rpm, I re-run all commands. | 00:10 |
mal | you should have asked here | 00:10 |
T42 | <edp_17> Now, I know a bit more. Thank you. | 00:10 |
T42 | <edp_17> I have tried to ask on IRC. | 00:11 |
T42 | <edp_17> Fortunately a guy from tmo has helped me so I was able to complete my hammerhead build. Then somebody told me that you are available on telegram, so I came here. And got help with my new port. 👍 | 00:12 |
T42 | <edp_17> So, as I said the build_packages -c has completed. What's now? | 00:13 |
deathmist | @edp_17 read my last message unless you want to build new mic image & reflash on device | 00:13 |
T42 | <edp_17> Yes, I scrolled up. Now I am building the image. | 00:14 |
T42 | <edp_17> Ok, instead of re-building the image do I need to install the rpms from droid-configs? All of them? | 00:17 |
deathmist | just the basic one, I checked that it contains your /usr/libexec init files | 00:18 |
T42 | <edp_17> Is it the basic one: droid-config-herolte-1-1.armv7hl.rpm ? | 00:20 |
deathmist | yep | 00:20 |
deathmist | btw has anyone investigated why during mic builds the host Xorg keyboard map switches to en_US (seems like a setxkbmap command) or something? it's really annoying :/ | 00:22 |
T42 | <edp_17> Copied, installed, rebooted. Still stuck on the Samsung logo until the screen is dimmed. (And after too.) I'll create a new journalctl. | 00:23 |
T42 | <edp_17> @mal, This time I didn't run this script: https://github.com/mer-hybris/hadk-faq#hybris-14-1 | 00:27 |
T42 | <edp_17> Should I do it? | 00:27 |
T42 | <edp_17> Journalctl: https://pastebin.com/Sbv1DSuD | 00:27 |
deathmist | the changes definitely have not taken any meaningful effect, show output of "ls -l $ANDROID_ROOT/hybris/droid-configs/sparse/usr/libexec/droid-hybris/system/etc/init/" | 00:29 |
T42 | <edp_17> No such file or directory. | 00:33 |
T42 | <edp_17> I remember that I deleted everything from that sparse directory when I refreshed the sub modules. | 00:33 |
T42 | <edp_17> I see now, so I ran that script that created which was necessary, then after the lots of problems I decided to start over and removed all changes from sparse including the libexec directory. That's why you see like I never ran that script. | 00:33 |
T42 | <edp_17> I said I am shooting in the dark. :) | 00:33 |
T42 | <edp_17> I guess not I need to run that script and build a new image. | 00:34 |
deathmist | no need for new image still either, just run the script, make sure files are there with that ls command, run build_packages -c then install RPM & reboot the device | 00:34 |
T42 | <edp_17> This whole mess because of the mount parameters were wrong on my hos partition. 😭 | 00:35 |
T42 | <edp_17> Ok, got that. Thanks. | 00:35 |
T42 | <edp_17> Script ran, libexec recreated in sparse/usr, build_packages -c completed, new base package installed, device rebooted. Still on logo. | 00:41 |
deathmist | new journal please :) I'll take a look but I'm going to also get some sleep soon | 00:45 |
T42 | <edp_17> Yeah, I was looking how to change password to ssh because I need to reboot between sfos and recovery to get files in/out. | 00:46 |
T42 | <elros34> passwd nemo | 00:47 |
T42 | <elros34> but for getting journal you don't need recovery | 00:48 |
T42 | <edp_17> I'll try that. | 00:48 |
T42 | <edp_17> How can I transfer the journal to PC then? | 00:48 |
T42 | <elros34> just copy it from terminal window | 00:49 |
T42 | <edp_17> I am uploading the journal to pastebin now. | 00:49 |
deathmist | I guess you could add "--no-pager" argument to journalctl so it displays everything at once | 00:49 |
T42 | <edp_17> Here it is: https://pastebin.com/bigPjWd2 | 00:49 |
T42 | <edp_17> I'll try that --no-pager. Quicker than rebooting to recovery. | 00:50 |
T42 | <edp_17> Thank you. | 00:50 |
deathmist | @edp_17 are you sure you ran the ls command I sent previously? what does "ls -l /usr/libexec/droid-hybris/system/etc/init/" give you on the device? it may just be easier to build new image (if droid-config RPM actually has the init files) or modify the script and just run it on the device | 00:51 |
T42 | <elros34> do you really check log you post? I ask because nothing changed. | 00:51 |
T42 | <edp_17> Yes, I ran. Here is the output of the ls -l .. :https://pastebin.com/xir1M2j0 | 00:53 |
T42 | <edp_17> Yes, I check them but don't really know what to see there. | 00:54 |
T42 | <edp_17> See, this is why I re-ran all steps and re-built a new image. To avoid these issues. | 00:55 |
T42 | <edp_17> I meant issues when I am not sure if anything changed. | 00:55 |
deathmist | what about that ls on device? if they're not there your RPM content did not change either | 00:56 |
T42 | <elros34> if you are not sure then just unpack that droid-config*rpm and check content | 00:56 |
T42 | <edp_17> I reboot into sfos, give me a seco. | 00:56 |
T42 | <edp_17> Only one line: | 00:57 |
T42 | <edp_17> -rw-r--r-- 1 root root 893 Dec 6 03:11 servicemanager.rc | 00:57 |
T42 | <edp_17> What about if I copy over the script to the device and run it there? | 00:57 |
deathmist | check your droid-config-$DEVICE-*.armv7hl.rpm then, if you installed that one it doesn't have the changes either which makes no sense if you ran build_packages -c and the files are in the correct directory | 00:58 |
deathmist | you can also run the script on the device, just cut out "hybris/droid-configs/sparse" from the paths and it'll do it's thing | 01:00 |
T42 | <edp_17> I have checked the timestamp of those RPMs after I run the build_packages -c and all of them changed. Then I deleted the previous RPM file on the device and transferred the new one. Then installed. | 01:00 |
T42 | <edp_17> I ran the script on the device as root (removed the hybris/droid-config/sparse/ bit) but the ls -l.. command gives me the same output. | 01:11 |
T42 | <edp_17> I know why. Because I copied the script into /home/nemo/Downloads. It created the usr in there. | 01:12 |
T42 | <edp_17> Now I copied the script into / and ran there. The out put of the ls -l.. is the same as it was on host. | 01:13 |
T42 | 谢晶婷 %lastname% was added by: 谢晶婷 %lastname% | 01:29 |
T42 | <edp_17> When I tried to start lipstick with 'systemctl --user restart lipstick', I got: 'Job for lipstick.service failed because a fatal signal was delivered to the control process. See "systemctl status lipstick.service" and "journalctl -xe" for details.' | 02:26 |
T42 | <edp_17> The 'journalctl -xe' gives me: https://pastebin.com/skGuRgF0 | 02:28 |
T42 | <edp_17> There is a problem with watchdog. | 02:29 |
Simdol | So, when you flash SailFish OS port over Lineage OS 16, can /data and /sdcard be preserved? | 02:43 |
Simdol | Curious because A/B devices have possibility of dualbooting SailFish OS and linage, if that's true | 02:45 |
T42 | <elros34> sailfish in ports is unpacked to /data/.stowaways/sailfishos/ so all /data is preserved | 02:45 |
Simdol | Oh, that's neat. | 02:45 |
Simdol | Another question, from the research I know that ailen dalvik is not available for non-official devices. Is there a way to sideload Android apks on unofficial devices without using dalvik? | 02:47 |
Simdol | Or can you hypothetically extract ailendalvik rpm by capturing from Jolla's server and flash it? | 02:48 |
T42 | <elros34> there is anbox which allows you to run android apps but it's forever wip state | 02:50 |
Simdol | does it make sense to port anbox if that's the case? | 02:56 |
T42 | <edp_17> Good night everybody and thank you for the help! | 02:57 |
T42 | <elros34> Simdol: it's a mater of proper kernel config options, other packages are already built at obs and can be reused. I don't know the details, few people tired it | 03:03 |
Simdol | how does one write fixup-mountpoints for a/b device? there's two (a and b) for system partitions | 03:03 |
Simdol | elros34: i see, thank you | 03:04 |
T42 | <elros34> just choose one slot and dont include _a/_b in fixup | 03:05 |
Simdol | elros34: does it matter which slot i choose? | 03:05 |
T42 | <elros34> active one:) | 03:05 |
Simdol | oh, that's tricky. so if i were to distribute the .zip image, does that also mean that the people flashing must switch over to active slot? | 03:06 |
T42 | <elros34> I am not sure what concern you, just choose slot a. Isn't that slot used by default? | 03:10 |
Simdol | I don't think so, my understanding is that if you flash a rom from twrp, it switches active slot every time you flash | 03:13 |
T42 | <elros34> if you look at this channel logs, I think 2 days ago somebody mention about a/b dualboot android and sfos | 03:19 |
Simdol | does this look sensible to you? http://dpaste.com/0ZACMNA | 03:23 |
Simdol | not sure if i should include ALIGN_TO_128k_1 and _2 | 03:23 |
T42 | <elros34> depends on how your fstab looks like. https://github.com/sailfish-oneplus6/ | 03:27 |
Simdol | okay, when i'm building i get this error: build/make/core/droiddoc.mk:188: error: FindEmulator: find: `tools/metalava/manual': No such file or directory | 03:34 |
Simdol | do i just clone metalava on build/tools? | 03:35 |
T42 | <elros34> did you notice my link? somebody already port sfos to enchilada | 03:35 |
Simdol | elros34: i don't know how to navigate to that repository | 03:38 |
Simdol | so i'm assuming sdm845 repository is for android source | 03:39 |
Simdol | how does one build this? | 03:40 |
T42 | <elros34> if you really want to build it instead installing ready to use image from author then grab local_manifests/enchilada.xml and repo sync, then follow hadk and faq | 03:44 |
Simdol | elros34: i don't think there's an image built from the author that's available to public | 03:45 |
Simdol | And the point of building myself was to familiarize myself with Android development, so that I can contribute to the author's repository. I don't have much knowledge on Android, but I do have quite a bit on GNU\Linux and programming, so I hope to help out. | 04:46 |
deathmist | @edp_17 set CONFIG_WATCHDOG_NOWAYOUT=y in your defconfig, run "mka hybris-boot" and flash the new hybris-boot.img from out/target/product/$DEVICE/ on your boot partition. afterwards you should also give full .config from "find $ANDROID_ROOT/out/ -name .config" | 10:25 |
T42 | <edp_17> Hi @deathmist, thank you. I will do it. | 10:27 |
T42 | <edp_17> @deathmist, I set that flag, kernel re-compiled, flashed on device. .config is here: https://pastebin.com/njf0XA1D | 10:44 |
T42 | <edp_17> Device is still on Samsung logo. Unfortunately I need to run now, so will come back later to check logs on the device. (I just wanted to quickly check whether I see the UI. 😀) Thank you! | 10:45 |
T42 | <elros34> dsme should take care of watchdog so just disable that android's watchdogd. It should be defined in /init*rc or somwhere in /system | 10:47 |
T42 | <edp_17> @Elros, thank you. | 10:48 |
T42 | <edp_17> I have found the 'service watchdogd /sbin/watchdogd 10 20' in 'init.samsungexynos8890.rc' | 11:15 |
T42 | <elros34> so comment it out in device and if it works then also in $ANDROID_ROOT/device/, then make hybris-hal and rebuild droid-hal | 11:17 |
T42 | <elros34> you can also add "disabled" here https://github.com/LineageOS/android_device_samsung_hero-common/blob/0d5055b5722313b6933c51cb26fc4db3ae667b04/ramdisk/init.samsungexynos8890.rc#L674 | 11:18 |
T42 | <edp_17> Can you suggest a user friendly editor for this? I tried vi but am very rubbish with that and don't want to mess up the file. | 11:32 |
T42 | <elros34> install nano if you like it or learn basics of vi: 'i' to enter edit mode, esc :wq to save and esc :q! if you mess something and don't want to save changes | 11:34 |
devnull- | hi, got a alcatel idol-3 here with sialfish: [root@Sailfish nemo]# version | 11:35 |
devnull- | Sailfish OS 3.1.0.12 (Seitseminen) | 11:35 |
devnull- | unfortunately the display is broken and I can't enter my pin, but I'm on the device via SSH. any idea how to fully reset the device ? I even can't flash with teamwin, because of unresponsive screenareas on the device. | 11:35 |
deathmist | reset to factory defaults in just Sailfish or fully reinstall stock android or what? you should be able to use fastboot commands to flash/boot TWRP and use ADB if needed | 11:37 |
T42 | <edp_17> @Elros, ok I think I have messed up the file and saved. :( I restore the backup and retry. But later as need to run to a family event. Thank you. | 11:38 |
devnull- | just a factor reset is enough | 11:40 |
devnull- | but the recovery mode like on jolla phone is not working here with vol down and power up | 11:40 |
T42 | <elros34> @edp_17 just to make sure, unlikely watchdog has anything to your lack of gui | 11:43 |
devnull- | in sailfish settings one can execute a factory reset, maybe some knows, how to do this from ssh ? | 12:00 |
vknecht | hmm, does factory reset work for community ports ? do we have official fimage equivalent ? never tried that actually | 12:12 |
vknecht | devnull-, hello, I think it should work from twrp, by removing /data/.stowaways/sailfishos and recreating this directory then extracting the tarball | 12:13 |
T42 | <elros34> there is something about factory reset in /sbin/preinit but I never tired it | 12:14 |
vknecht | eg. copy the tarball (extracted from the zip) to /data/sailfishos-rootfs.tar.bz2, then | 12:15 |
vknecht | tar --numeric-owner -xvjf /data/sailfishos-rootfs.tar.bz2 -C /data/.stowaways/sailfishos | 12:15 |
vknecht | but might need to use busybox instead of twrp's tar which is generally broken | 12:15 |
devnull- | or is it enough to delete nemo home dir ? | 12:24 |
vknecht | probably not | 12:25 |
vknecht | here's the busybox binary from idol3 build in case you need it : https://mega.nz/#!heYAnQQQ!Y2jLTER-vRfXLP50kwdv1iyYOFC8uuBA2pPHSLJIhIY | 12:29 |
vknecht | iirc, to use it instead of twrp's tar, copy it also to /data and use "busybox tar --numeric-owner [...]" command | 12:29 |
vknecht | * /data/busybox tar [...] | 12:30 |
vknecht | after rebuilding libhybris for another revision, should we rebuild all middleware, only geoclue-providers-hybris & mce-plugin-libhybris, or also others ? | 12:45 |
vknecht | eg. gst-droid ? | 12:47 |
rinigus | vknecht: but you don't have 'common' community port or do you? for lvm-based ports, I think it worked. for tama, when I tested, it looked to be working as expected | 13:25 |
vknecht | rinigus, it was about idol3, not loire port | 13:25 |
rinigus | (sorry, just realized you were replying) | 13:25 |
vknecht | np :) | 13:26 |
vknecht | rinigus, can you provide some working tama journal log ? would like to compare, and possibly understand what goes wrong here | 13:41 |
rinigus | vknech: sure. | 13:52 |
rinigus | vknecht: https://dpaste.org/frSX/raw . note that its sprinkled with selinux avc messages, as its gathered while selinux was permissive | 14:03 |
vknecht | thanks | 14:11 |
*** OhYash1 is now known as ohyash | 15:08 | |
mautzone | Hi everyone! | 15:35 |
mautzone | I'm havin problems building on OBS. I can not add the nemo:devel repo, when i click the edit repositories button nothing happens in my newly created subproject, in my other subproject it is working as expect. So, i can not build droid-hal, because nothing provides ubu-trusty. | 15:38 |
T42 | <elros34> have you tried edit it in meta tab? I think most peaople edit it there: https://build.merproject.org/project/meta/home:mautz:cm12.1 | 15:41 |
mautzone | elros34: Yes, i did this, but found an error in my droid-hal spec file, building started right now. Thanks! | 15:44 |
T42 | <elros34> btw: you should use a426857906dda89370a4b670f23d92a82e6f243b revison for libhybris for cm12 base | 15:45 |
mautzone | elros34: Why? | 15:49 |
T42 | <elros34> something is broken in libhybris when enable-trace is not enabled at least for cm11 and cm12 based. As result you will not get gui | 15:50 |
mautzone | elros34: Thanks! | 15:50 |
mautzone | I'm stuck again, nothing provides droid-hal-hammerhead-users for droid hal version. | 16:05 |
T42 | <elros34> have you tried uploading that missing package:P | 16:49 |
mautzone | Nope, i never even heard that package name before :-D | 16:53 |
T42 | <elros34> it's quite new but should be built in your local repo | 16:54 |
mautzone | elros34: That des explain everything. | 16:55 |
T42 | <edp_17> Hi @mautzone, I'll send you that hammerhead-users package too. I have got that created but I didn't include earlier as it wasn't mentioned. 😊 | 17:07 |
mautzone | edp_17: Thanks! | 17:13 |
deathmist | mal: any clue about Sailfish OS doing something fishy in /data or /persist to always break WLAN on Android boot side on hybris-16.0 Pie based builds? this never was an issue for me on Oreo, check http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2019-12-13.log.html#t2019-12-13T17:43:24 | 17:17 |
deathmist | it may be something SELinux related as booting droid image from recovery partition instead of boot (sets permissive selinux) makes WLAN work flawlessly again for me at least | 17:19 |
deathmist | and this starts happening after booting Sailfish OS even once | 17:20 |
vknecht | files getting relabeled ? | 17:20 |
vknecht | maybe try AUTORELABEL=0 in sfos' /etc/selinux/config ? | 17:22 |
mautzone | I can't build qt5-qpa-surfaceflinger-plugin on cm14.1 base. Getting this error: https://dpaste.org/B3nX#L1 Anyone knows a solution? | 17:26 |
vknecht | skip it | 17:26 |
deathmist | vknecht: oooh maybe, I have no clue what that means but I suspect this may be it xD I'll definitely try tomorrow after full resetting everything to stock OOS first on my device | 17:27 |
T42 | <nitin_3> deathmist I haven't faced this issue | 17:30 |
deathmist | @nitin_3 you've apparently enabled SELinux before https://github.com/nit-in/droid-config-beryllium/blob/sfos/sparse/etc/selinux/config#L1 which I've not done yet | 17:31 |
T42 | <nitin_3> I will test with it disabled | 17:33 |
T42 | <nitin_3> and get back to you | 17:33 |
deathmist | vknecht: yikes, look at wlan_mac.bin xD https://pastebin.com/raw/g0xf9DLB | 17:37 |
mal | mautzone: if you update rpm/dhd submodule then surfacefliger plugin is not built anymore | 17:38 |
*** OhYash1 is now known as ohyash | 19:09 | |
mautzone | mal: Thanks, after updating the submodules everything went fine, except for droid-hal-version, it complaints about ril-subscriptions.conf being in droid-configs and ofono. Should i delete my ril-subscriptions from sparse? | 19:55 |
monich | mautzone: no, drop the one from ofono and use the one from sparse | 19:56 |
mautzone | monich: Should i uninstall ofono-configs-mer? | 19:57 |
deathmist | mautzone: https://git.io/JeQX4 | 19:57 |
monich | mautzone: ignore it | 19:57 |
mautzone | Thank you both! | 19:58 |
mal | deathmist: do you have both of these lines https://github.com/mer-hybris/droid-config-sony-ganges-pie/blob/master/droid-config-common.inc#L9 | 19:58 |
mal | oops meant mautzone | 19:58 |
deathmist | ok a bunch of files got unlabeled when running SELinux disabled Sailfish OS which broken WLAN on Android boots, tested and fixed by using "restorecon" on all affected files (context shown as "u:object_r:unlabeled:s0" in "ls -Z"), hopefully https://git.io/JeQXX will fix it | 20:04 |
deathmist | in particular I ran restorecon on /persist/wlan_mac.bin, mnt/vendor/persist/rfs/msm/mpss/server_check.txt & /vendor/rfs/msm/mpss/readwrite/server_check.txt which made the WLAN toggle in Android function normally again and finally stopped tftp-server spamming logcat like crazy | 20:09 |
deathmist | ^ s/mnt/\/mnt/ | 20:11 |
mautzone | mal: missed the obsoletes part in droid-configs/rpm/droid-config-hammerhead.spec. Rebuilding now. | 20:11 |
mal | mautzone: without that you have to manually uninstall the mer ofono config package to make build finish | 20:21 |
mal | and do it correct line sb2 ... zypper in droid-config-$DEVICE -ofono-configs-mer so both are handled in same command, having obsoletes makes life much easier | 20:22 |
Nico[m] | y | 20:24 |
deathmist | mal: how do version OTAs work exactly btw? I know you can do the version --dup thing via cmdline, but what about GUI straight through Settings? will be nice to test once 3.2.1 released prob next week | 20:40 |
mal | no support for OTA via setting currently for community devices | 20:44 |
deathmist | aw :/ it would bereally sweet to have implemented + the ability to just upgrade general adaptation packages simply from the pulley menu without having to enter some commands | 20:49 |
mal | I once made a separate app for udpates via UI but never released it because it wasn't perfect | 20:56 |
vknecht | deathmist, sfos-upgrade is an alternative to version --dup, tho still command line... https://openrepos.net/content/olf/sfos-upgrade | 21:26 |
vknecht | manages a few things like the patch app, and disabling repo not recommended to have enabled when upgrading, as well as successice versio jump, and post upgrade cleanup | 21:27 |
vknecht | disabling the integrated gui in settings would be good, since it's no use | 21:29 |
mautzone | mal: Thank you, the zypper command did it. | 21:42 |
mautzone | After rebuilding the kernel is it enough to just rebuild droid-hal-$DEVICE? | 22:25 |
T42 | <elros34> yes, droid-hal packages contains most of the stuff built in HABUILD | 22:31 |
mautzone | elros34: Thanks. | 22:34 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!