mighty17 | <T42 "<elros34> no, either get interne"> cant seem to get usb network working @elros34, but i did the sb2 thing on host pc now where is it on pc should i put it on device? | 07:58 |
---|---|---|
T42 | <elros34> don't you get printed download location when zypper finished? | 08:12 |
mighty17 | <T42 "<elros34> don't you get printed "> Okay and where should I keep it in device | 08:13 |
T42 | <elros34> anywhere, then install: rpm -U /path/to/rpm | 08:14 |
mighty17 | Alrighty! | 08:21 |
mighty17 | <T42 "<elros34> don't you get printed "> the location dosent exist :/ | 08:27 |
mighty17 | @elros34 with EGL_PLATFORM=fbdev test_hwcomposer (no minimer yet) i get none of those errors :? https://paste.ubuntu.com/p/nhPTDYd2gJ/ | 08:49 |
mighty17 | @elros34 with EGL_PLATFORM=hwcomposer i get Framebuffer HAL errors https://paste.ubuntu.com/p/qq7YSgwVnQ/ | 08:54 |
mighty17 | the dsscomp error was due to error in writing `EGL_PLATFORM=fbdev` instead of `EGL_PLATFORM=fbdev test_hwcomposer` | 08:57 |
T42 | <elros34> EGL_PLATFORM=something test_hwcomposer is test coomand you execute in terminal not put into any file | 08:58 |
mighty17 | ok i dont think i made myself clear | 08:59 |
mighty17 | what i did was 1) i had to reflash sfos 2)`vi /var/lib/environment/compositor/droid-hal-device.conf` 3) change EGL_PLATFORM=fbdev to EGL_PLATFORM=fbdev test_hwcomposer 4) reboot and i get this logcat https://paste.ubuntu.com/p/nhPTDYd2gJ/ | 09:01 |
mighty17 | next was 5)vi /var/lib/environment/compositor/droid-hal-device.conf 3) change EGL_PLATFORM=fbdev to EGL_PLATFORM=hwcomposer 4) reboot and i get this logcat https://paste.ubuntu.com//p/qq7YSgwVnQ/ | 09:01 |
mighty17 | i hope this clears unwanted issues | 09:01 |
T42 | <elros34> obviously 3 was wrong | 09:03 |
mighty17 | indeed i realised it yesterday before that i used to keep it as only fbdev my apologies | 09:05 |
mighty17 | * next was 5)vi /var/lib/environment/compositor/droid-hal-device.conf 6) change EGL_PLATFORM=fbdev to EGL_PLATFORM=hwcomposer 7) reboot and i get this logcat https://paste.ubuntu.com//p/qq7YSgwVnQ/ | 09:05 |
T42 | <elros34> also mask user@100000 and reboot before you use test_hwcomposer so lipstick start at the same time | 09:05 |
mighty17 | now with `fbdev test_hwcomposer` i cant find dsscomp or framebuffer hal errors | 09:06 |
mighty17 | <T42 "<elros34> also mask user@100000 "> will do that next time :) so should i keep using fbdev test_hwcomposer? | 09:06 |
T42 | <elros34> sorry so lipstick doesn't start at the same time* | 09:06 |
T42 | <elros34> I still don't know what is the result of running tets_hwcomposer. Does it hang, crash, shows something on screen? | 09:07 |
mighty17 | the screen is the same, no ui and on tapping/pressing power button i get backlight | 09:08 |
T42 | <elros34> did you mask user@100000? | 09:09 |
mighty17 | i am doing that but should i do with hwcomposer or fbdev test_hwcomposer? | 09:09 |
T42 | <elros34> both, running them is 5 secunds effort | 09:10 |
mighty17 | okay :) and send the logcat correct? | 09:10 |
mighty17 | @elros34 https://pastebin.ubuntu.com/p/JPmRBh95vW/ with hwcomposer | 09:17 |
T42 | <elros34> so where in log did you start it because I see no single line output from hwcomposer. | 09:19 |
mighty17 | i sent it too early here it is again https://pastebin.ubuntu.com/p/NXWDx7ncBg/ | 09:21 |
mighty17 | i cant see any error thought this is so confusing | 09:23 |
T42 | <elros34> There is only surfacflinger there, Did you start it? In which exact plase in logcat test_hwcomposer is running and I will repeat again when you run test_hwcomposer does it hang, crash or what? | 09:24 |
mighty17 | yes i started surfaceflinger manually | 09:25 |
mighty17 | <T42 "<elros34> There is only surfacfl"> @elros34 https://paste.ubuntu.com/p/cFXtG2wH26/ nothing changes on screen | 09:26 |
T42 | <elros34> so it fail with "failed to open the framebuffer module" what is corresponding line in logcat when that happens? | 09:28 |
mighty17 | https://pastebin.ubuntu.com/p/QbZ48V48rf/ line 489? | 09:30 |
T42 | <elros34> Are you guessing or you opened 2 terminal windows and know for sure? | 09:32 |
* mighty17 uploaded an image: image.png (335KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/bbsBYfcvKdslIbKTSuOPfEIs/image.png > | 09:34 | |
T42 | <elros34> anyway now try: EGL_PLATFORM=fbdev strace -f test_hwcomposer to see if there are some acces denied errors becaue in logcat I do not see single error | 09:34 |
mighty17 | i did it again :v and yes with 2 terminals | 09:34 |
T42 | <elros34> and don't start surfaceflinger | 09:35 |
mighty17 | ok | 09:35 |
mighty17 | https://paste.ubuntu.com/p/NpDPWqPG9J/ @elros34 should i send logcat as well? | 09:36 |
T42 | <elros34> it will be same | 09:37 |
mighty17 | exactl! | 09:37 |
mighty17 | * exactly! | 09:37 |
T42 | <elros34> do you have some /system/etc/powervr*.ini file. If yes the create symlink for it in /etc/ | 09:42 |
mighty17 | indeed i have a powervr.ini file in /system/etc | 09:43 |
mighty17 | brb | 09:44 |
mighty17 | http://paste.opensuse.org/40869869 make symlinks like this correct? | 09:48 |
T42 | <elros34> yes ln -s is for symlink | 09:56 |
mighty17 | cool | 09:57 |
mighty17 | <T42 "<elros34> do you have some /syst"> @elros34 and then reboot or EGL_PLATFORM=fbdev strace -f test_hwcomposer again? | 10:00 |
mighty17 | https://paste.ubuntu.com/p/kJ4WVwrWKs/ | 10:01 |
mighty17 | i ran `EGL_PLATFORM=fbdev strace -f test_hwcomposer` | 10:01 |
T42 | <elros34> it fails in same place | 10:03 |
mighty17 | :( what else does it need | 10:05 |
T42 | <elros34> who nows.. compare with hwcomposer platform otherwise you might need minimer | 10:06 |
T42 | <elros34> knows* | 10:06 |
mighty17 | so run `EGL_PLATFORM=hwcomposer strace -f` ? | 10:07 |
mighty17 | * so run `sh-3.2# EGL_PLATFORM=hwcomposer strace -f test_hwcomposer` ? | 10:08 |
mighty17 | fk that is going like crazy in terminal | 10:09 |
mighty17 | lets just try minimer @elros34 | 10:09 |
mighty17 | i cant find the output folder of sb2 -t target -m sdk-install -R zypper download qt5-qtdeclarative-qmlscene | 10:11 |
T42 | <elros34> path is probably different outside target | 10:19 |
mighty17 | @elros34 indeed i will have to search for it | 10:24 |
mighty17 | @elros34 https://pastebin.ubuntu.com/p/5NfCVRcDMT/ the location it says dosent exist | 10:31 |
* mighty17 uploaded an image: image.png (38KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/xnbvBmyRvbteWNagSFwpMwDw/image.png > | 10:39 | |
mighty17 | ermm @elros34 | 10:39 |
*** Ischwitch is now known as Ingvix | 10:52 | |
T42 | <elros34> find /srv/mer/targets/ -name qt5-qtdeclarative-qmlscene* | 10:54 |
mighty17 | yay found it! now unzip it and copy yo device, download minimer copy to device then what? | 10:55 |
T42 | <elros34> same as test_hwcomposer. Sometimes test_hwcomposer does not work. minimer is minimal qt application so it will use qpa-hwcomposer-plugin | 10:59 |
mighty17 | alright! will do | 11:02 |
mighty17 | @elros34 i get permission denied | 11:22 |
mighty17 | ``` | 11:22 |
mighty17 | sh-3.2# EGL_PLATFORM=hwcomposer /data/media/0/0/usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml | 11:22 |
mighty17 | sh: /data/media/0/0/usr/lib/qt5/bin/qmlscene: Permission denied | 11:22 |
mighty17 | even as root | 11:23 |
mighty17 | ``` | 11:23 |
mighty17 | [root@GalaxyTab2 /]# EGL_PLATFORM=hwcomposer /data/media/0/0/usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml | 11:23 |
mighty17 | bash: /data/media/0/0/usr/lib/qt5/bin/qmlscene: Permission denied | 11:23 |
T42 | <elros34> you were suppose to install qmlscene by rpm -U | 11:24 |
mighty17 | where is rpm location? /var/lib/rpm? | 11:24 |
T42 | <elros34> rpm is binary which you execute, you don't need it location | 11:25 |
mighty17 | <T42 "<elros34> anywhere, then install"> /path/to/rpm ? | 11:25 |
T42 | <elros34> yeah that is unclear in that? | 11:25 |
T42 | <elros34> what* | 11:26 |
mighty17 | what is the path supposed to be? | 11:26 |
T42 | <elros34> That depends on where you put qt5-qtdeclarative-qmlscene*.rpm | 11:26 |
mighty17 | there is no such file.... i downloaded from https://1drv.ms/u/s!AuDqiTFly4jxgxYNUdt16YluZn90 | 11:27 |
mighty17 | ooh | 11:27 |
mighty17 | shoot | 11:27 |
mighty17 | im stupid | 11:27 |
mighty17 | <T42 "<elros34> That depends on where "> yup thats donw | 11:30 |
mighty17 | @elros34 https://pastebin.ubuntu.com/p/Byxvk4SfRG/ | 11:31 |
mighty17 | https://github.com/mer-hybris/qt5-qpa-hwcomposer-plugin/blob/master/hwcomposer/hwcomposer_backend.cpp#L119 related to this?/ | 11:34 |
T42 | <elros34> yes, -14 was "Framebuffer HAL not opened before HWC" in logcat or I mixed it? try HYBRIS_EGLPLATFORM=fbdev EGL_PLATFORM=hwcomposer minimer | 11:36 |
mighty17 | Okay | 11:44 |
mighty17 | <T42 "<elros34> yes, -14 was "Framebuf"> `sh: minimer: command not found` | 11:59 |
T42 | <elros34> HYBRIS_EGLPLATFORM=fbdev EGL_PLATFORM=hwcomposer /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml | 12:02 |
mighty17 | yess | 12:03 |
mighty17 | display works | 12:03 |
mighty17 | i get the mer wallpaper @elros34 | 12:03 |
T42 | <edp_17> @elros34 [HYBRIS_EGLPLATFORM=fbdev EGL_PLATFORM=hwcompos …], Can I try this on my S2 (i9100)? On there I needed to use EGL_PLATFORM=fbdev but the screen is very sluggish. | 12:04 |
T42 | <elros34> it will not hurt to test for sure | 12:06 |
mighty17 | so HYBRIS_EGLPLATFORM=fbdev EGL_PLATFORM=hwcomposer /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml works! now next to get ui? | 12:07 |
T42 | <elros34> try as default user too, if that works then put those env to droid-hal-device.conf | 12:09 |
mighty17 | can u elaborate please. try as a default user? | 12:15 |
T42 | <elros34> su -l defaultuser then again same command | 12:16 |
mighty17 | oh that way ok | 12:17 |
mighty17 | @elros34 returned -13 error | 12:18 |
mighty17 | `QPA-HWC: hwc_module->methods->open(hwc_module, HWC_HARDWARE_COMPOSER, &hwc_device) in create returned -13` | 12:19 |
T42 | <elros34> 13 is permission so you should now already how to chek it | 12:20 |
mighty17 | change group of dss ? | 12:20 |
T42 | <elros34> check logcat for error and if nothing is there strace | 12:21 |
mighty17 | <T42 "<elros34> check logcat for error"> yuup logcat has failed to open dsscomp | 12:22 |
mighty17 | @elros34 with default user i cannot access the minimer folder thus i dont have main.qml file and so it fails | 12:29 |
T42 | <elros34> put minimer file in /home/defaultuser then | 12:31 |
mighty17 | ok | 12:32 |
T42 | <edp_17> mal: Thanks for the advise for the meta-packages! I was able to build sfos 4.0 for my treltexx! 👍😃 | 12:39 |
mighty17 | @elros34 yes indeed it works | 12:45 |
mighty17 | once i copied minimer folder it worked | 12:45 |
mighty17 | even as defaultuser | 12:45 |
mighty17 | so like will the ui and things work now? what should i do? | 12:46 |
T42 | <elros34> it should, unmask user@100000 and you will see | 12:51 |
T42 | <edp_17> @elros34 : Can you take a look into this, please? https://paste.ubuntu.com/p/mg75tpmHy2/ | 12:51 |
T42 | <edp_17> What should I change? | 12:51 |
T42 | <edp_17> I've added the HYBRIS_EGLPLATFORM=hwcomposer, but didn't help. | 12:51 |
T42 | <elros34> did you have /proc/pid/environ error at login? | 12:51 |
T42 | <edp_17> Yes, this: bash: /etc/profile.d/developer-profile.sh: can't open /proc/3544/environ: Permission denied | 12:52 |
T42 | <elros34> for now install psmisc-tools | 12:52 |
T42 | <elros34> mal: do you have any update about pidof systemd issue? | 12:53 |
T42 | <edp_17> Haha, the fun just starts: "Fatal error: busybox-symlinks-psmisc-1.31.0+git17-1.3.5.jolla.armv7hl conflicts with psmisc-tools provided by psmisc-tools-22.13+git1-1.2.1.jolla.armv7hl" | 12:53 |
T42 | <elros34> yeah that is expected, remove busybox symlinks | 12:53 |
T42 | <edp_17> You mean the package? | 12:54 |
T42 | <elros34> busybox-symlinks-psmisc replaces psmisc-tools | 12:54 |
T42 | <edp_17> Oh, okay. Thanks. | 12:55 |
mighty17 | <T42 "<elros34> it should, unmask user"> @elros34 then reboot? | 12:57 |
mighty17 | `lipstick[1451]: [F] unknown:0 - QPA-HWC: hwc_module->methods->open(hwc_module, HWC_HARDWARE_COMPOSER, &hwc_device) in create returned -14` | 12:59 |
mighty17 | ughhh | 12:59 |
mighty17 | do i need to change in droid-hal-config | 12:59 |
T42 | <elros34> obviously.. | 13:01 |
mighty17 | sorry | 13:01 |
T42 | <elros34> don't sorry, just try what you think might help | 13:02 |
mighty17 | yes yes | 13:02 |
mighty17 | what about `QT_QPA_PLATFORM=hwcomposer` should i leave it as it is or remove it? | 13:03 |
mighty17 | YAAAY | 13:05 |
mighty17 | i got ui | 13:05 |
T42 | <edp_17> @elros34 : another question. Apps can be started from command line but fails to start from the app drawer (calculator, calendar, weather, etc...) | 13:05 |
mighty17 | thank you so very much elros34 im so grateful to you | 13:05 |
T42 | <elros34> QT_QPA_PLATFORM is always same for android based devices | 13:06 |
mighty17 | touch is broken but i have a fix but idk how to apply it | 13:06 |
T42 | willtanium was added by: willtanium | 13:06 |
T42 | <elros34> @edp_17 there is new thing: sailjail which starts jolla-apps. Maybe something fail | 13:07 |
mal | @elros34 no idea yet why it's broken | 13:07 |
T42 | <edp_17> @elros34 [@edp_17 there is new thing: sailjail which sta …], Okay, I'll try to see the logs. Thanks. | 13:09 |
mal | @edp_17 maybe you are missing some kernel options needed for sandboxing? | 13:12 |
T42 | <edp_17> mal: It could be as I haven't changed anything in kernel. I get this error: https://paste.ubuntu.com/p/YfF4RcVVGX/ | 13:13 |
* mighty17 uploaded an image: IMG_2021-02-08-18-46-08-835.jpg (75KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/pdxTJBjsbAiQhftEHSviVYxM/IMG_2021-02-08-18-46-08-835.jpg > | 13:16 | |
T42 | <edp_17> @SailfishFreenodeIRCBridgeBot [* mighty17: uploaded an image: IMG_2021-02-08- …], Congrats! | 13:17 |
T42 | <edp_17> Is it sfos 3.4? | 13:17 |
mighty17 | Indeed | 13:17 |
Mister_Magister | mal: k, i'm on newest libhybris and ssh'd | 13:17 |
mighty17 | Thanks to elros for bearing with me and helping out | 13:17 |
T42 | <zinstack625> What's new in 4.0? Have they updated qt? | 13:18 |
mal | Mister_Magister: strace some failing ui process | 13:18 |
mighty17 | btw this is my 1st ever port :D | 13:18 |
Mister_Magister | i know i'm on it | 13:18 |
Mister_Magister | mighty17: been there… uh… 6 years ago, hell we are even debugging it rn with mal | 13:19 |
mal | @edp_17 run the latest mer kernel against the config from the device | 13:19 |
mal | *mer kernel checker | 13:19 |
T42 | <zinstack625> @mighty17, we've all been there, guilt of borrowing someone's time is awful | 13:20 |
mighty17 | i know :'( | 13:20 |
mighty17 | <Mister_Magister "mighty17: been there… uh… 6 year"> they are epic people | 13:20 |
Mister_Magister | shite, i crashed paste.opensuse.org | 13:20 |
Mister_Magister | man i gotta selfhost some paste | 13:22 |
T42 | <edp_17> mal: Thanks. There is no error, only warnings: https://paste.ubuntu.com/p/gh7Cr3tYGz/ | 13:23 |
Mister_Magister | mal: strace http://sprunge.us/AG2oOK | 13:23 |
* Mister_Magister poor mal doing 3 things at once maybe 4 | 13:24 | |
mal | Mister_Magister: can you also try running with gdb | 13:26 |
T42 | <elros34> just a remainder in case you install only libhybris on device. You need to also install qt5-qpa-hwcomposer-plugin build against updated libhybris | 13:26 |
mal | and if possible with HYBRIS_TRACE_UNHOOKED=1 HYBRIS_TRACE_HOOKED=1 | 13:26 |
Mister_Magister | say no more! im on it | 13:26 |
Mister_Magister | mal: is there debuginfo for startup wizard? | 13:30 |
T42 | <elros34> I think using minimer would generate easier to read logs, they will be huge anywa | 13:32 |
mal | Mister_Magister: not sure, I think libhybris side is the important thing | 13:33 |
Mister_Magister | i can run test_hwc tho | 13:33 |
Mister_Magister | yeah i already got libhybris ones | 13:33 |
Mister_Magister | mal: idk if thats helpful https://paste.opensuse.org/2de80a39 | 13:38 |
mal | Mister_Magister: where is the obs build of that? | 13:45 |
mal | found it | 13:46 |
Mister_Magister | oh, sorry, i'm at work so can be bit slow | 13:47 |
Mister_Magister | ye its thea | 13:47 |
mal | Mister_Magister: I think we might have some idea, we are thinking the best way to fix it, might be a race-condition because of how mutex lock is done | 14:04 |
Mister_Magister | yessir! | 14:05 |
Mister_Magister | oh sorry | 14:05 |
electro575 | bonjour | 14:20 |
mal | Mister_Magister: install the libhybris from here and check how it works https://build.sailfishos.org/package/show/nemo:testing:hw:motorola:thea/libhybris | 14:28 |
Mister_Magister | you modified it :D | 14:29 |
Mister_Magister | i wonder how is it to be an admin :D | 14:29 |
Mister_Magister | at least sledges is an user in that project, totally civilised :D | 14:30 |
Mister_Magister | shite… i don't have wifi due to broken libhybris | 14:31 |
mal | Mister_Magister: download the rpms from the repo and copy over ssh | 14:33 |
Mister_Magister | i know i'm not a total dumbfuck its just that there are lot of them and not all of them are needed its just pita | 14:33 |
Mister_Magister | hmm that sounded bit offensivce | 14:35 |
Mister_Magister | sorry for that | 14:35 |
Mister_Magister | so lipstick is currently stuck in activating state | 14:38 |
Mister_Magister | oh no, it just failed | 14:38 |
T42 | <willtanium> Hello every one. | 14:44 |
T42 | <willtanium> Any chance there is a guide or any success for porting Sailfish to a device like ZTE Z812 and if so, any chance you might share the ROM you have ? | 14:44 |
mal | Mister_Magister: so that didn't help? or did help a bit? | 14:44 |
Mister_Magister | mal: no difference | 14:45 |
mal | @willtanium does that device have cyanogenmod or lineage os builds available? | 14:45 |
Mister_Magister | its still segfaulting | 14:45 |
mal | Mister_Magister: does gdb show the same issue? | 14:45 |
Mister_Magister | checking | 14:45 |
Mister_Magister | yup | 14:45 |
Mister_Magister | https://paste.opensuse.org/58a21894 | 14:46 |
T42 | <willtanium> @SailfishFreenodeIRCBridgeBot I have not been able to find a Lineage os build for it, or Cyanogenmod for it. | 14:54 |
Mister_Magister | @willtanium i don't think you are replying to real person | 14:55 |
T42 | <willtanium> <mal> I have not been able to find a Lineage os build for it, or Cyanogenmod for it. | 15:03 |
mal | Mister_Magister: did test_hwcomposer work? | 15:27 |
Mister_Magister | i don't have it | 15:27 |
Mister_Magister | waaait | 15:28 |
Mister_Magister | it was test_hwcomposer not hwc xd | 15:28 |
Mister_Magister | no it doesn't work | 15:28 |
mal | Mister_Magister: I assume you did EGL_PLATFORM=hwcomposer test_hwcomposer | 15:29 |
mal | strace that | 15:29 |
Mister_Magister | yep | 15:29 |
mal | and gdb | 15:30 |
Mister_Magister | strace https://paste.opensuse.org/f010b251 | 15:30 |
Mister_Magister | gdb https://paste.opensuse.org/dd695e32 | 15:31 |
mal | Mister_Magister: does adding HYBRIS_TRACE=1 print more stuff | 15:32 |
Mister_Magister | nope | 15:33 |
T42 | <elros34> adding --enable-debug might be good idea | 15:35 |
mal | wasn't it that debug build was somehow different and didn't fail? | 15:36 |
T42 | <elros34> I just checked and I have --enable-trace in onl libhybris source so that was probably switch that help | 15:37 |
mal | Mister_Magister: I'll give you a modified version with debug printing once I make it | 15:38 |
mal | Mister_Magister: I triggered a build of a new version test it once it's ready | 16:02 |
Mister_Magister | mal: no difference | 16:14 |
mighty17 | @elros34 for a proper build what do i need to do? like i changed dsscomp to graphics and changed droid-config-hal but now again i get same issue | 16:15 |
T42 | <elros34> So which file wasn't updated? | 16:20 |
mighty17 | wasnt? or was updated? | 16:20 |
mighty17 | we changed droid-hal-config to fbdev and minimer, changed dsscomp perms | 16:20 |
mighty17 | and i personally used patches to get touch working | 16:21 |
T42 | <elros34> I dont get. Did you change hybris/droid-configs/sparse/*/droid-hal-device.conf? | 16:21 |
mighty17 | @elros34 in device it is in /var/lib/environment/compositor/droid-hal-device.conf | 16:23 |
T42 | <elros34> yeah but did you change that file in your build environment? | 16:24 |
mighty17 | so yes | 16:24 |
mighty17 | <T42 "<elros34> yeah but did you chang"> yes i changed it :) | 16:24 |
T42 | <elros34> so what isse you have then | 16:24 |
mighty17 | <T42 "<elros34> so what isse you have "> adding minimer support in build env | 16:25 |
T42 | <elros34> you are misunderstand something, minimer was needed for debugging. Forget about it. | 16:26 |
mighty17 | ok now what should i do? | 16:27 |
mal | Mister_Magister: crash happens still in the same place? | 16:27 |
mighty17 | HYBRIS_EGLPLATFORM=fbdev EGL_PLATFORM=hwcomposer /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml this was added to droid-hal-device | 16:28 |
T42 | <elros34> no, you really need to read some basic guid about env variables. Only add env variables: HYBRIS_EGLPLATFORM=fbdev and EGL_PLATFORM=hwcomposer to droid-hal-device.conf | 16:29 |
mighty17 | oh okay | 16:30 |
mighty17 | <T42 "<elros34> no, you really need to"> thats it no other change needed? | 16:32 |
T42 | <elros34> in that file you also adjust your touchscreen node otherwise that is enough for -14 error | 16:33 |
mighty17 | <T42 "<elros34> in that file you also "> fixed touchscreen anyways | 16:35 |
mighty17 | @elros34 it dosent work with `HYBRIS_EGLPLATFORM=fbdev and EGL_PLATFORM=hwcomposer` | 16:38 |
T42 | <elros34> cat that file and show it | 16:38 |
Mister_Magister | mal: yep | 16:39 |
mighty17 | https://pastebin.ubuntu.com/p/TghRcYNqrG/ | 16:39 |
Mister_Magister | hybris_gralloc_allocate (width=<optimized out>, height=height@entry=1280, format=format@entry=1, usage=usage@entry=6144, handle_ptr=handle_ptr@entry=0x13b3d8, stride_ptr=stride_ptr@entry=0x13b3c4) at gralloc.c:272 | 16:39 |
mighty17 | * https://pastebin.ubuntu.com/p/TghRcYNqrG/ @elros34 | 16:41 |
T42 | <elros34> so what fails now? | 16:42 |
mighty17 | same issue no ui and backlight on touch | 16:43 |
T42 | <elros34> sorry but that answer is not enough for somebody who knows what to search in logs | 16:44 |
mighty17 | yup im checking logcat | 16:44 |
Mister_Magister | mal: i'm gonna be away now but you can write to me it will be reminded to me later by znc | 16:46 |
mighty17 | ah found it | 16:49 |
kernling | Mister_Magister, ping | 17:07 |
mighty17 | @elros34 ermm we have a problem it seems until i run HYBRIS_EGLPLATFORM=fbdev EGL_PLATFORM=hwcomposer /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml the ui dosent run | 17:58 |
Mister_Magister | kernling: what | 18:57 |
mal | mighty17: just curious, do you droidmedia built and installed? | 19:34 |
mal | Mister_Magister: he might want to help with libhybris debugging | 19:35 |
kernling | Mister_Magister, does the crash still happen if you use HYBRIS_TRACE_HOOKED=1 HYBRIS_TRACE_UNHOOKED=1 ? | 19:40 |
mal | Mister_Magister: there is a new build of libhybris now, it has possibility for some tracing and also had a debug print before the failing code | 20:17 |
kernling | Mister_Magister, can you provide logs from the new libhybris build that mal did? | 20:36 |
Mister_Magister | damn | 21:24 |
Mister_Magister | kernling: ye mal gave me HYBRIS_TRACE_HOOKED etc didn't change anything | 21:25 |
kernling | Mister_Magister, yes but the new libhybris that he built should print something if you specify it properly | 21:28 |
Mister_Magister | i know, chill man | 21:28 |
Mister_Magister | i would like if people stopped assuming that i'm noob im doing it for 5 years now :< | 21:28 |
Mister_Magister | mal: kernling: normal run https://paste.opensuse.org/5aed683f strace https://paste.opensuse.org/74a631cd gdb https://paste.opensuse.org/e78ad266 | 21:30 |
kernling | Mister_Magister, hmm seems like the tracing didn't work | 21:31 |
kernling | but i guess i can see what's wrong now | 21:31 |
Mister_Magister | funny thing both u and mal have red nicks here :D | 21:32 |
mal | Mister_Magister: new version ready soon on OBS | 22:03 |
Mister_Magister | o7 | 22:03 |
mal | I think I will make a new version still | 22:07 |
Mister_Magister | do you need some specific output | 22:07 |
mal | test that current version how, check if it fails in the same place | 22:08 |
Mister_Magister | it does | 22:10 |
mal | so gdb is the same? | 22:10 |
Mister_Magister | yup | 22:17 |
kernling | Mister_Magister, what does "getprop ro.build.version.sdk" print? | 22:39 |
Mister_Magister | 22 | 22:40 |
Mister_Magister | i'm going to bed now but again you can leave your messages i'll see them tomorrow | 22:40 |
kernling | Mister_Magister, are you sure 22? | 22:41 |
Mister_Magister | [defaultuser@MotoG2ndGen ~]$ getprop ro.build.version.sdk | 22:41 |
kernling | Mister_Magister, can you still paste /system/build.prop ? | 22:41 |
Mister_Magister | 22 | 22:41 |
kernling | that's curious | 22:41 |
Mister_Magister | yessir | 22:42 |
kernling | thanks | 22:42 |
Mister_Magister | https://paste.opensuse.org/73f3dd99 | 22:43 |
Mister_Magister | dw i'm here wanting to help u as much as you want to help me | 22:43 |
Mister_Magister | its mutual interest | 22:43 |
Mister_Magister | kernling: somethin's wrong with 22? | 22:52 |
kernling | Mister_Magister, probably not i was just confused | 22:53 |
Mister_Magister | ah okay | 22:54 |
Mister_Magister | good night then | 22:54 |
mal | Mister_Magister: try a new version when you have time | 23:08 |
T42 | <edp_17> Hi guys, Can somebody help me out please? On SFOS 4.0 why I cannot see the services I created? 'systemctl list-units -t service --all' doesn't show those. | 23:33 |
T42 | <edp_17> The other problem is no sensors. I've tried to downgrade sensorfw to 0.11.9, but it didn't help. | 23:50 |
T42 | <edp_17> Third issue: BT is not working. I've tried to build broadcom-bluetooth and bluetooth-rfkill-event that I used for sfos 3.4 but got this error: https://paste.ubuntu.com/p/DZ8BxyfNrQ/ | 23:54 |
T42 | <edp_17> It seems both requires bluez-libs-devel which requires bluez-libs and there are some conflicts. :( | 23:54 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!