wiktorek140 | hello, its normal to missing imagemagick in ubuntu chroot? | 08:33 |
---|---|---|
r0kk3rz | probably, just install it | 08:34 |
wiktorek140 | what if i cannot? | 08:34 |
wiktorek140 | because show that it cant be downloaded? | 08:34 |
r0kk3rz | what needs it? | 08:36 |
wiktorek140 | android to build boot logos ;/ | 08:37 |
wiktorek140 | r0kk3rz: just fixed by removing bootlogo from device tree, imagemagic now unnecesary | 09:56 |
T4 | <adampigg> would be nice to get a sfos boot logo | 09:58 |
mal | @adampigg at least for fp2 it's possible to make a custom bootlogo, they provide a script for making those | 10:18 |
piggz | mal: i think so for mido too ... from what i have seen, there is some custom format and partition for it | 10:19 |
piggz | seems like it probably isnt a standard across all phones which is a shame | 10:19 |
mal | piggz: looks like magic https://github.com/WeAreFairphone/splash-imgs/blob/master/logo_gen.py | 10:20 |
piggz | mal: https://forum.xda-developers.com/redmi-note-4/how-to/guide-how-to-change-boot-logo-splash-t3572441 | 10:20 |
mal | I probably should make a custom boot logo for my device | 10:21 |
piggz | mal: actually, if you download the file from the link i posted, in the zip is a python script _very_ similar to the one you posted | 10:23 |
mal | I think the format of those images is quite standard | 10:23 |
kimmoli | the early boot splash is rather device specific raw format | 10:32 |
mal | I think in qcom devices it might be similar | 10:32 |
r0kk3rz | maybe screen size specific, but i wouldnt think they make a whole new encoding scheme for each device | 10:33 |
kimmoli | onyx had multiple images on same file. needed to calculate offsets rtc | 10:33 |
mal | hmm, ok | 10:33 |
kimmoli | i found some program from xda to help with that, but i had to modify it, because it was for earlier batch of onyx | 10:35 |
r0kk3rz | ah that makes sense, we can probably simplify it by having a single picture | 10:36 |
kimmoli | it didnt boot if there was something wrong with it | 10:36 |
r0kk3rz | :/ | 10:37 |
kimmoli | and fwiw "android boot logo" has nothing to do with this. | 10:37 |
r0kk3rz | im sure theres a spot in hybris-boot for a bootlogo | 10:38 |
kimmoli | this is way before that... | 10:38 |
kimmoli | if we are speaking about the very first splash on screen | 10:38 |
kimmoli | http://kimmoli.com/tauhkaa/20180715_133912.jpg | 10:39 |
kimmoli | iirc coderus made a script to change this on J1 and fish | 10:40 |
piggz | yes, thats what we're talking about bout ... mine has a 'mi; logo | 10:45 |
kimmoli | but yes, the process for fp2 and redmi generally looks same. you create a disk image for splash partition on flash it. | 10:49 |
ohyash | Error at 99% in "make -j2 hybris-hal". PB : https://pastebin.com/dpXKVQ7L | 10:57 |
r0kk3rz | ohyash: looks like you borked your fixup mount points | 10:59 |
r0kk3rz | its usually easier to read the output if you drop the -j so it runs single thread | 11:00 |
ohyash | r0kk3rz, oh, error in fixupmountpoints would be slightly hard for me to find as I copy pasted all the symbolic links. | 11:01 |
ohyash | running on single thread now | 11:01 |
wiktorek140 | it something normal? or i missing something? https://pastebin.com/DciFBi3w | 11:02 |
r0kk3rz | wiktorek140: android-tools-hadk | 11:03 |
wiktorek140 | forgot to install? | 11:03 |
ohyash | uh, also repo --fetch-submodules doesn't overwrite my fixupmount points file. I wonder why. (I havent edited my local manifests after editing fixupmountpoints) | 11:03 |
r0kk3rz | wiktorek140: i thought we fixed that, check you have latest dhd | 11:04 |
wiktorek140 | wait i sec | 11:04 |
wiktorek140 | r0kk3rz: 26ff31ed88a98f39b389714049fa64120772b8fe dhd (remotes/origin/hybris-ia-4.4.2_r1-ia2-159-g26ff31e) | 11:04 |
wiktorek140 | it is ok? or its outdated? | 11:05 |
r0kk3rz | check it against the github | 11:05 |
r0kk3rz | and make sure your platform sdk is updated to 2.2 as well | 11:05 |
ohyash | r0kk3rz, yup, its cleaner with single thread. PB : https://pastebin.com/kwXnX18z | 11:06 |
ohyash | checking my fixupmountpoints | 11:06 |
ohyash | woof, there indeed was an error in my fixup-mountpoints. make completed successfully now :D | 11:12 |
wiktorek140 | r0kk3rz: platfor is fresh (from yesterday) | 11:14 |
wiktorek140 | platform* | 11:15 |
wiktorek140 | fixed, update dhd was a solution | 11:18 |
wiktorek140 | r0kk3rz: maybe u can help with this? https://pastebin.com/mgrjdNbk | 11:55 |
r0kk3rz | hmmm | 12:18 |
wiktorek140 | r0kk3rz: fixed, USE_STD_C99=0 fixed it. as a one previously write ;) | 12:34 |
KayMW | Hi everyone, I met another problem while running init-debug, here is the full init.log: https://pastebin.ubuntu.com/p/XXr6frWFn5/ . Seems there are something wrong with configfs... | 15:24 |
KayMW | I've checked my kernel config but I cannot find anything wrong 😂 | 15:24 |
KayMW | Here is my kernel config: https://github.com/RedL0tus/android_kernel_lge_bullhead/blob/cm-14.1/arch/arm64/configs/lineageos_bullhead_defconfig | 15:26 |
mal | KayMW: wondering why it tries to use configfs when you have gadget driver in your kernel | 15:48 |
KayMW | hmmmmm | 15:49 |
mal | KayMW: try setting CONFIG_RNDIS_IPA=n in your defconfig | 15:51 |
KayMW | OK | 15:51 |
KayMW | mal: Still the same problem 😂 log: https://pastebin.ubuntu.com/p/vZj6vfBRrH/ | 16:17 |
mal | then manually force it to use gadget maybe? in hybris-boot/init-script | 16:18 |
KayMW | I'll try that later 😂 | 16:18 |
KayMW | Thanks | 16:18 |
mal | KayMW: https://github.com/mer-hybris/hybris-boot/blob/master/init-script#L194 | 16:20 |
mal | so I think you probably might want to disable the if part of that and only run the else | 16:21 |
wiktorek140 | what can cause missing dependencies during building droid-hal-version-surnia? https://pastebin.com/UwgAvkwc | 17:06 |
wiktorek140 | in addition i builded ngfd-plugin-droid-vibrator and qt5-feedback-haptics-droid-vibrator | 17:07 |
mal | wiktorek140: check faq section "Issues with ngfd or ngfd-plugin-droid-vibrator" | 17:07 |
mal | wiktorek140: in the faq linked in topic | 17:08 |
wiktorek140 | mal: yea, i know, just looking for it there :) | 17:08 |
mal | wiktorek140: also update submodules if you haven't done that, it's described just before that ngfd part | 17:10 |
wiktorek140 | mal: thanks ;p submodules was updated earlier | 17:11 |
piggz | i have a user where, after upgrading to 2.2, the volume buttons dont work ... noone else has had this issue ... what could I ask for debugging? ive asked for evdev_trace output so far | 17:17 |
mal | that is the first debug method | 17:20 |
piggz | seems i wont get anything quickly ... he needs to re-flash or something1 | 17:21 |
piggz | ! | 17:21 |
wiktorek140 | mal: this same will cause this error: "Problem: nothing provides pulseaudio >= 11.1+git4 needed by droid-config-surnia-pulseaudio-settings-1-1.armv7hl" | 17:27 |
mal | wiktorek140: do you have the community-adaptation line in your config spec like this https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/rpm/droid-config-fp2-sibon.spec#L16 | 17:29 |
wiktorek140 | mal: yes i supose | 17:30 |
mal | check to be sure | 17:30 |
wiktorek140 | yes, it is there | 17:30 |
mal | show output of sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install ssu lr | 17:31 |
wiktorek140 | https://pastebin.com/RDXPTVjf | 17:32 |
mal | sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R ssu ar adaptation-community-common http://repo.merproject.org/obs/nemo:/devel:/hw:/common/sailfish_latest_armv7hl/ | 17:34 |
wiktorek140 | mal: adaptation-community-common show | 17:35 |
wiktorek140 | i will try now | 17:35 |
wiktorek140 | mal: it help :) | 17:40 |
piggz | malthat is frustrating ... i have a user who claims not to have done anything ... where ... his compass and Z rotation sensor is working, and mine isnt! | 17:45 |
piggz | how fair is that? | 17:45 |
mal | piggz: those sensors are broken for you? | 17:49 |
piggz | mal: yes | 17:49 |
piggz | but he just screenshotted his working!! | 17:49 |
mal | piggz: for me those work only after second start of the sensor using app | 17:49 |
wiktorek140 | mal: if mic return that cannot import module rpm, i forgot to install something? | 17:50 |
mal | I can't help without seeing the whole output, but I'll be away for some time now anyway, maybe someone else can help | 17:52 |
piggz | mal: i tried a few times, still nothing :/ | 17:52 |
wiktorek140 | here the logs https://pastebin.com/Gfjb6XTS | 17:57 |
r0kk3rz | wiktorek140: you need python-rpm | 18:11 |
wiktorek140 | r0kk3rz: just a moment ago i find it in logs ;) | 18:12 |
T4 | <adampigg> iw as thinking, surely not as easy as 'pip install rpm' :D | 18:20 |
piggz | mal: phew, he rebooted and lost Z axis and compass :) | 18:22 |
ghosalmartin | anyone had an issue with the X that when its run out of battery that the battery charging is broken with the latest version? | 18:22 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!