*** ChanServ sets mode: +v T4 | 05:40 | |
T4 | xdasu1 was removed by: xdasu1 | 06:02 |
---|---|---|
piggz | mal: started a new app wth c++ models | 08:41 |
piggz | i will do a basic UI, a bit nicer than the current demo | 08:41 |
piggz | and see how it works | 08:41 |
piggz | tho, today I also need new shoes, and to fit skirting boards along one side of the house, so it will not be ready until later! | 08:41 |
abranson | now that gst-droid is detecting things like iso properly, it would be good if those values were picked up in qtmultimedia. i think camerabin will pass them through | 09:41 |
abranson | mal: i'd forgotten about that iso hack. that should query gst-droid directly now I guess. | 09:54 |
abranson | just like for the resolutions | 09:54 |
mal | abranson: yep, I can implememnt that if it's ok for you? | 10:37 |
abranson | mal: whatever you feel like doing is ok for me! | 10:38 |
mal | abranson: fp2 needs iso detection because it runs droid-camres after update or installation | 10:38 |
abranson | ah yes. final goal here is to make that unnecessary ;) | 10:39 |
mal | abranson: yes, but that needs changes in jolla-camera and qtmultimedia | 10:41 |
vesim | Hi, the maximum supported version of CM/Lineage OS is still 14.1? | 12:12 |
mal | 15.0 | 12:15 |
mal | but that is still a bit work in progress and some things are not merged yet, for example libhybris package | 12:16 |
mal | actually 15.1, not 15.0 | 12:17 |
vesim | omg, there is no official lineage os for galaxy s8 x.x | 12:20 |
mal | it doesn't have to be official lineageos, unofficial is fine as long as you have the source device and kernel repos and it work well enough | 12:28 |
vesim | the only available is: https://forum.xda-developers.com/galaxy-s8/development/rom-unofficial-lineageos-14-1-galaxy-s8-t3684397 | 12:29 |
vesim | i think i will go for galaxy s9 | 12:32 |
Thaodan | why samsung at all? | 12:40 |
vesim | Thaodan: personal preference | 12:44 |
vesim | and also S8 have great quality/price ratio right now | 12:45 |
Thaodan | has it hardware buttons? | 12:45 |
Thaodan | *does it have | 12:45 |
vesim | nope | 12:45 |
vesim | expect on the side | 12:45 |
Thaodan | The thing is they are really unfriendly and void warranty | 12:46 |
Thaodan | on modding | 12:46 |
Thaodan | in a way even google is better for modding than Sony cause you can relock with custom keys | 12:46 |
vesim | there is a way to relock samsung phones | 12:47 |
Thaodan | but not the option to run your custom rom afterwards or not? | 12:49 |
vesim | iirc it require to flash the official samsung rom(including bootloader) | 12:52 |
ghosalmartin | Mister_Magister, you still tryna make some huawei port work? | 14:43 |
Mister_Magister | ghosalmartin: later but ye | 14:50 |
Mister_Magister | not now tho | 14:50 |
mal | @adampigg your model thingy could have been done also using a simple "model: ["apples", "oranges", "pears"]" in repeater, and using the index of that as the enum | 17:35 |
*** ChanServ sets mode: +v T4 | 17:42 | |
T4 | <adampigg> mal: true | 19:16 |
mal | @adampigg simpler than making a c++ model just for that | 19:18 |
piggz | mal: yeah, ive already staarted a c++ model tho!but i plan to also make use of ::suportsExposureMode() | 19:18 |
mal | piggz: yep, if you are going the check which modes are supported then c++ model might be a good idea | 19:19 |
b0n0 | Guys i noticed that bluetooth and media dont work as well. Can the problem be in systemd or something about createrepo command? (I deleted createrepo line in zip build script because it didnt exist) | 20:25 |
mal | b0n0: what script do you mean? | 20:26 |
mal | b0n0: it's createrepo_c now | 20:27 |
b0n0 | mal: the create patterns one | 20:27 |
mal | https://github.com/mer-hybris/droid-hal-device/blob/master/helpers/util.sh#L38 | 20:27 |
b0n0 | mal: there is a createrepo line as well | 20:27 |
mal | where? | 20:28 |
b0n0 | This https://github.com/mer-hybris/droid-hal-configs/blob/master/helpers/process_patterns.sh | 20:28 |
b0n0 | It's modifyrepo not createrepo, sry | 20:29 |
mal | b0n0: you need to update your droid-config-device submoduel | 20:29 |
mal | *submodule | 20:29 |
mal | check faq for instructions how to update all submodules | 20:30 |
b0n0 | mal: why? Thats upstream | 20:30 |
b0n0 | And i updated them some time ago | 20:30 |
mal | b0n0: just do what I said | 20:31 |
b0n0 | Hmm | 20:31 |
mal | if you use the latest target (2.2.1.18) then you need to have latest submodules | 20:31 |
b0n0 | But if the submodule contains modifyrepo command i will have it even if i update it | 20:32 |
mal | b0n0: https://github.com/mer-hybris/droid-hal-configs/blob/master/helpers/process_patterns.sh#L36 | 20:32 |
mal | it uses modifyrepo only if modifyrepo_c is not found | 20:33 |
mal | so are you missing both? | 20:33 |
b0n0 | No, anyway i commented "modifyrepo" line, so that shouldnt be a problem | 20:34 |
mal | have you installed android-tools-hadk in platform sdk as told in chapter 4.2 of hadk (that changes in some recent version) | 20:34 |
b0n0 | Not that i remember | 20:35 |
r0kk3rz | then install it | 20:36 |
mal | you now fixing a problem in a way that can cause problems in the future | 20:36 |
mal | and probably will cause problems | 20:36 |
b0n0 | Problems like having bluetooth, media and wifi not working? | 20:37 |
mal | there should usually never be a reason to modify the submodule scripts (at least not for normal porters) | 20:37 |
mal | b0n0: nothing to do with this issue | 20:37 |
b0n0 | Ahhh | 20:37 |
mal | b0n0: have you checked faq for bluetooth and wifi fixing? | 20:38 |
b0n0 | No | 20:38 |
mal | so that's the place to start | 20:38 |
vesim | Which files are required to get alien dalvik working on non-official device? | 20:38 |
b0n0 | Just checked | 20:38 |
b0n0 | Nothing in the hadk | 20:39 |
mal | b0n0: I said faq | 20:40 |
mal | as linked in channel topic | 20:40 |
b0n0 | Yes hadk faq | 20:40 |
r0kk3rz | steeeve: did those things work before? | 20:40 |
b0n0 | Nothing there | 20:40 |
b0n0 | r0kk3rz: yes | 20:41 |
r0kk3rz | and what did you do, just rebuilt new version? | 20:41 |
b0n0 | Yes | 20:41 |
mal | I thought you never had those working | 20:41 |
r0kk3rz | you updated targets and sdk? | 20:41 |
b0n0 | I just updated the submodules and the sdk stuff | 20:41 |
mal | so you broke something | 20:41 |
b0n0 | mal: in the previous version they worked, but since july i think i didnt change anything in my port, except updating submodules | 20:42 |
mal | vesim: we don't talk about alien dalvik here | 20:42 |
vesim | mal: ok | 20:43 |
mal | b0n0: but you did update target and sdk? | 20:43 |
b0n0 | Yes | 20:43 |
b0n0 | Ive deleted it and reinstalled as well | 20:44 |
mal | b0n0: show you adaptation repos | 20:44 |
b0n0 | Theyre here all https://gitlab.com/marco01 | 20:44 |
r0kk3rz | b0n0: doesnt sound like anything obvious, you'll need to debug | 20:45 |
r0kk3rz | nobody else so far as had such issues with the latest version | 20:45 |
mal | wifi breaking sounds very odd | 20:46 |
b0n0 | I tried to debug dmesg and systemctl: in dmesg theres nothing and the only services that are failing are dev-stune, dev-cpuctl and jounald flush | 20:46 |
b0n0 | In logcat theres nothing at all about those issues | 20:47 |
mal | journalctl gives stuff for sailfish | 20:47 |
r0kk3rz | pretty sure theres never nothing in dmesg :P | 20:47 |
b0n0 | Jounalctl is disabled | 20:47 |
mal | b0n0: why? | 20:47 |
r0kk3rz | it sounds like all your fixes didnt make it into your tree | 20:47 |
b0n0 | Because it used to cause reboots | 20:48 |
b0n0 | Ive disabled it since forever | 20:48 |
mal | lack of journalctl makes debugging more difficult | 20:49 |
r0kk3rz | maybe try reenabling it | 20:50 |
b0n0 | Yes i know | 20:50 |
b0n0 | r0kk3rz: no way | 20:50 |
mal | b0n0: have you checked that you have the kernel module for wlan? | 20:50 |
mal | b0n0: so you are never going to fix that? | 20:50 |
b0n0 | It causes reboots in every linux mobile os | 20:50 |
r0kk3rz | huh? | 20:50 |
b0n0 | mal: now i habe wifi as builtin, fwpath contains "sta" so, it should work | 20:51 |
b0n0 | But it doesnt :/ | 20:51 |
mal | b0n0: but your config repo has a wlan service for loading the module? | 20:51 |
b0n0 | Yes but i removed it to test built in driver | 20:54 |
b0n0 | Since as module it doesnt even load | 20:54 |
r0kk3rz | weird | 20:54 |
mal | so what is the error as module? | 20:54 |
b0n0 | Just a could not load driver text | 20:55 |
b0n0 | Nothing else in the dmesg | 20:56 |
r0kk3rz | i assume it did load before right? | 20:56 |
b0n0 | But now i would like to test as built in since the driver gets loaded at least and then, when i fix it ill build it as module | 20:56 |
b0n0 | r0kk3rz: yes | 20:56 |
r0kk3rz | weird | 20:57 |
r0kk3rz | did you rebuild the hal in your latest image? | 20:57 |
mal | sailfish builds do not just break like that | 20:57 |
b0n0 | Maybe | 20:57 |
mal | so there is something missing or some done really wrong | 20:57 |
b0n0 | Whats the tool that brings the wlan interface up? | 20:57 |
mal | connman handler networking | 20:58 |
b0n0 | I can try to manually do it | 20:58 |
mal | b0n0: so you had the module working before? | 20:58 |
b0n0 | Yes, in the past everything worked except audio on fm radio | 20:58 |
mal | b0n0: does your kernel have bulltin support for bluez5 or do you use backported drivers? | 21:00 |
b0n0 | Backported drivers i thinl | 21:01 |
elros1 | did you copy compiled modules after messing with kernel to /lib/modules/`uname -r` ? Then depmod -a and modprobe | 21:01 |
b0n0 | I think backported | 21:02 |
mal | b0n0: did you rebuild hybris-hal when doing the new build? | 21:02 |
b0n0 | But here is the commit https://github.com/DeadSquirrel01/android_kernel_samsung_msm8916/commit/d3233f1a5ca3b028750ddfd67a44a458a1e952b9 | 21:02 |
b0n0 | elros1: dont mind modules | 21:03 |
b0n0 | I want to make it woriking with builtin and then i will focus on module | 21:03 |
mal | I would just do a clean rebuild of all and see what happens | 21:03 |
b0n0 | Hmm, seems legit | 21:03 |
b0n0 | Will do it tomorrow morning :D | 21:04 |
mal | and by clean rebuild I mean removing out/ folder, rebuilding hybris-hal (and droidmedia and audioflingerlgue), packaging those and removing hybris/mw/ and rebuilding build_packages.sh | 21:05 |
b0n0 | Yes yes, i have a professional build script | 21:05 |
elros1 | why do you think it will work as builtin? It's not like in android, we don't have system and firmware partitions mounted immediately | 21:05 |
mal | b0n0: btw, you should probably update external/droidmedia, you seem to be using gst-omx which is not supported, latest fixes in droidmedia have made it work for most who used gst-omx | 21:06 |
b0n0 | elros1: because at least in built in the driver loads, anyway before trying to fix it i will try to rebuild | 21:06 |
b0n0 | mal: what is external/droidmedia? | 21:06 |
mal | b0n0: but you had module working so you should just fix that and not try to fix something that wasn't used before | 21:07 |
b0n0 | You mean the lineage repo? | 21:07 |
mal | b0n0: in android source tree, so run repo sync external/droidmedia in $ANDROID_ROOT | 21:07 |
b0n0 | Ok, ill try that as well | 21:08 |
mal | there are fixes in that for some issues with video playback for example | 21:08 |
b0n0 | Color distortion? | 21:09 |
mal | yes | 21:09 |
b0n0 | Ok, thats why i was using gts-omx :P | 21:09 |
mal | some devices need a quirk to be enabled in configs for color fix but we'll see that once you have rebuilt | 21:09 |
b0n0 | Ok we'll see | 21:10 |
r0kk3rz | ah maybe thats why media broke, gstreamer update | 21:14 |
mal | r0kk3rz: indeed, could be | 21:18 |
mal | but that doesn't explain the other issues | 21:18 |
r0kk3rz | meh 15 patches... | 21:24 |
mal | r0kk3rz: ? | 21:28 |
r0kk3rz | gst-omx | 21:29 |
mal | ok | 21:30 |
r0kk3rz | if i get bored i'll update it | 21:32 |
mal | is there any device that still needs it? | 21:36 |
r0kk3rz | no idea, hopefully not | 21:42 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!