Monday, 2019-07-15

T42<adampigg> mccreary: i dislike the android build system! https://paste.gnome.org/ptyxmx9pb07:29
*** agander_ is now known as agander08:44
T42<Harsh18262> error: Failed build dependencies:09:21
T42<Harsh18262>         ofono-devel >= 1.21+git42 is needed by ofono-ril-binder-plugin-1.0.8-1.armv7hl09:21
T42<Harsh18262>         pkgconfig(libgbinder-radio) >= 1.0.7 is needed by ofono-ril-binder-plugin-1.0.8-1.armv7hl09:21
T42<Harsh18262>         pkgconfig(libgrilio) >= 1.0.35 is needed by ofono-ril-binder-plugin-1.0.8-1.armv7hl09:21
T42<Harsh18262> how to fix this09:21
malwhich package?09:24
malbuild older version probably09:24
malofficial devices had 1.0.3 of ofono-ril-binder-plugin in 3.0.3 release09:25
T42<Harsh18262> rebuilding fixed one dependece automatically09:32
T42<Harsh18262> ofono-devel >= 1.21+git42 is needed by ofono-ril-binder-plugin-1.0.8-1.armv7hl09:32
T42<Harsh18262>         pkgconfig(libgrilio) >= 1.0.35 is needed by ofono-ril-binder-plugin-1.0.8-1.armv7hl09:32
T42<Harsh18262> package name Building rpm/ofono-ril-binder-plugin.spec09:32
mallike I said build older version, go to hybris/mw/ofono-ril-binder-plugin and then run git reset --hard e345b0a361459acc05e079b92e40c3cc7a8edc1f10:02
maland then in $ANDROID_ROOT build_packages.sh -b hybris/mw/ofono-ril-binder-plugin10:02
*** agander_ is now known as agander11:39
deathmistmal: about my earlier MTP issue, dev-mtp.mount unit fails with "unknown filesystem type functionfs", assuming that's a problem?16:30
mccrearypiggz: I agree the Android build system is extraordinarily complicated. FWIW I think the error you referenced is due to the fascist signature checking added w/ Treble16:38
mccrearyNo signature changes are allowed in any of the public functions without changing the HIDL interface version16:39
maldeathmist: not a problem probably16:46
maldeathmist: did you check the .rc files already, are those supposed to initialize the other path16:48
deathmistmal: I found a "init.msm.usb.configfs.rc" https://pastebin.com/bXGb6pzc in vendor init files which mentions the "b.1" path many times, but doesn't seem to create it, guess I'll keep looking16:57
malso that seems to be the same issue I had, for some reason those are not created17:04
deathmistnvm just found it: /vendor/etc/init/hw/init.qcom.rc:1071: mkdir /config/usb_gadget/g1/configs/b.1 0770 shell shell17:04
malyes, that's what I was looking for, check dmesg to see if that is processed17:04
maldeathmist: also check permissions of those folders17:08
deathmistmal: the file is definitely parsed and it's telling about ignored duplicate service definitions on lines above and below the mkdir, the dir /config/usb_gadget/g1 itself is shell:shell owned, but everything inside seems to be owned by root:root17:11
T42<adampigg> Mccreary, it could also be a mismatch in my prebuilt/ tree...i need to look later17:12
deathmistonly exception appears to be /config/usb_gadget/g1/strings/0x409 which also is shell:shell17:14
maldeathmist: on my device also /config/usb_gadget/g1/configs/b.1 is shell:shell17:20
electro575hi all18:47
electro575For example Nexus 5, lge/hammerhead for its vendor/device pair18:49
electro575you can just get vendor/device with lsusb ?18:50
electro575hi20:17
malI didn't understand your previous question20:18
electro575mal, what mean this ?20:35
electro575lge/hammerhead for its vendor/device pair20:35
electro575vendor is a number and device too no ?20:36
electro575not lge and hammerhead20:36
malelectro575: what exactly are you doing?20:37
electro575follow hack.pdf for sailfish-os dev20:38
electro575hardare adaptation20:38
electro575page 920:39
T42<Harsh18262> vendor is the company which manufactures your device and device is your device's code name20:42
electro575thank you20:42
electro575T4220:42
electro575i'm sorry but20:45
malelectro575: T42 is a telegram tunnel, if you want to highlight a person talking from there use the nick in <> after that like this @Harsh1826220:45
electro575i have a mistake20:45
electro575Repository 'adaptation0' is invalid.20:45
malnormal20:46
electro575ok20:46
electro575why ?20:46
electro575normal20:46
electro575[adaptation0|plugin:/ssu?repo=adaptation0] Valid metadata not found at specified URL20:46
malelectro575: you can see the vendor and codename in the lineageos repos usually20:46
malwhat device are you porting20:46
electro575humm, i use RR with samsung note II20:47
electro575N710520:47
electro575Resurexion Remix20:47
malwhere is the device repo for that?20:48
electro575humm, i will search for you20:49
electro575mal, RR-N-v5.8.5-20181218-t0lte-Unofficial20:50
electro575https://androidfilehost.com/?fid=1141096319060387809920:50
malI said source of device repo20:50
electro575https://forum.xda-developers.com/galaxy-note-2/development-n7105/rom-resurrectionremix-v5-8-2-t3567769/page141/amp/20:50
malI have no need for image20:50
electro575sorry it's a custom OS20:50
malyou still need sources20:50
electro575by waihung062620:50
electro575it's no possible to adapt custom OS ?20:51
electro575because of some devices are not supported by LineageOS, RR, ...20:51
malif you have enough sources20:51
malhttps://wiki.lineageos.org/devices/t0lte20:51
malisn't that available?20:51
electro575i don't have 3G/4G compatibility20:52
electro575some bugs20:52
electro575MTP problem when 3G/4G working20:52
malbut you said you used RR-N-v5.8.5-20181218-t0lte-Unofficial isn't that the same thing?20:52
electro575hummm, no bug with RR20:52
electro5753G/4G working good20:53
electro575but i don't know what do you take to dev SailFishOS20:53
electro575Do you compile some middleware for compatibility hardware ?20:54
electro575if it's okey, go on LineageOS20:54
electro575but In LineageOS, my HTC one m8 is not supported now, but Only LineageOS android v620:54
malas long as the hardware adaptation side of android is ok then it should be ok20:54
electro575okey so go20:54
electro575i take this20:55
electro575https://wiki.lineageos.org/devices/t0lte20:55
electro575when i compile sailfishOS, it's the recent version ?20:55
T42<Harsh18262> if possible try to contact RR dev of your device he might help you fix those bugs in lineageos also might be some problems in device tree which he fixed20:55
electro575The guide is to adapt smartphone for the last version of SailFishOS ?20:56
electro575What is the difference with SailFishOS X for Sony Xperia ?20:56
electro575can you get this too : https://wiki.lineageos.org/devices/m820:57
electro575mal, if you can get this source too ? https://wiki.lineageos.org/devices/m820:59
martonmikloshi guys!21:00
electro575hi21:00
martonmikloswhat is the status of the USB OTG in the Xperia X Compact21:00
martonmikloswith the compatibility layer21:01
electro575i don't know21:01
electro575maybe an update for guide "Unpacking Ubuntu Chroot" ===>   TARBALL=ubuntu-trusty-20180613-android-rootfs.tar.bz221:06
malwhat do you mean?21:17
electro575humm21:17
electro575no nothing21:17
electro575sorry21:17
electro575Do you update repos for this devices ?21:17
electro575i must go to the bed, bye21:21

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!