T42 | <A_T_R> Aborting | 00:15 |
---|---|---|
T42 | <A_T_R> error: prebuilts/tools/: platform/prebuilts/tools checkout 42dea9fe53741758170559dcecec51568ef32d05 | 00:15 |
T42 | <A_T_R> https://del.dog/imerringuv.txt | 00:18 |
T42 | <A_T_R> repo sync error (hybris-17.1) | 00:21 |
Umeaboy | elros34: The apply patches part seems to be removed from the HADK. | 01:00 |
Umeaboy | A_T_R: What python version? | 01:03 |
T42 | <A_T_R> @Umeaboy - python 2.7.18 (ubuntu 20.04.2) | 06:30 |
T42 | <A_T_R> https://del.dog/wawelyghan.txt | 07:54 |
T42 | <A_T_R> lunch lineage_X00TD-userdebug error | 07:54 |
T42 | <A_T_R> https://github.com/SailfishOS-sdm660/device_asus_X00TD/commits/hybris-17.1 | 07:54 |
T42 | <elros34> Umeaboy: it was never in hadk pdf, it was only in hadk-faq | 08:00 |
T42 | <A_T_R> @A_T_R [https://del.dog/wawelyghan.txt | 08:01 |
T42 | <A_T_R> lunch lineage_ …], .. | 08:01 |
T42 | <ankaos> (Photo, 1280x719) https://irc.thaodan.de/.imgstore/sJlPUxLVvf.png | 08:39 |
T42 | <ankaos> (Photo, 1280x719) https://irc.thaodan.de/.imgstore/Uk30KgD4Km.png | 08:39 |
T42 | <ankaos> how use sailfish os sdk for device? | 08:39 |
Thaodan | wrong channel please go to #sailfishos | 09:20 |
T42 | <ankaos> link please | 09:41 |
Umeaboy | If CONFIG_WATCHDOG_NOWAYOUT is supposed to be used only if the device use watchdogs with dsme and mine doesn't, do I set the exclamation mark as value then? | 13:19 |
Umeaboy | I checked my defconfig to see if I have CONFIG_WATCHDOG_NOWAYOUT and I do, but nothing about dsme. | 13:21 |
Umeaboy | Here's every WATCHDOG relation I could find: https://pastebin.ubuntu.com/p/ZQsgsw2qdr/ | 13:21 |
Umeaboy | elros234: ^^ | 13:26 |
T42 | <A_T_R> Fwd from A_T_R: https://del.dog/wawelyghan.txt | 13:26 |
T42 | <A_T_R> lunch lineage_X00TD-userdebug error | 13:26 |
T42 | <A_T_R> https://github.com/SailfishOS-sdm660/device_asus_X00TD/commits/hybris-17.1 | 13:26 |
Umeaboy | Did you run source build/envsetup.sh before running lunch? | 13:27 |
T42 | <A_T_R> yeah , | 13:27 |
T42 | <A_T_R> Also apllied hybrid-patches | 13:27 |
Umeaboy | Is the device added to the lunch list then? | 13:27 |
Umeaboy | Try running only lunch and see if it's in the list. | 13:27 |
T42 | <A_T_R> It's not in list | 13:28 |
Umeaboy | Add it then. | 13:28 |
Umeaboy | You should have a device make file in the repo. | 13:29 |
Umeaboy | Sorry....... vendorsetup.sh | 13:31 |
Umeaboy | It should look something like this: add_lunch_combo lineage_X00TD-userdebug | 13:33 |
Umeaboy | Look at the Lineage vendorsetup.sh for that device. | 13:33 |
Umeaboy | https://blog.jayway.com/2012/10/24/a-practical-approach-to-the-aosp-build-system/ | 13:35 |
Umeaboy | This seems more up to date thou: https://www.msystechnologies.com/blog/learn-how-you-can-port-custom-rom-to-an-android-device/ | 13:36 |
Umeaboy | Hopefully that helps. | 13:37 |
T42 | <A_T_R> Thanks ,I will into it | 13:38 |
* Umeaboy pads A_T_R on the back and says - You're welcome. | 13:39 | |
T42 | <A_T_R> 😐 | 13:40 |
T42 | <ankaos> @A_T_R [https://del.dog/wawelyghan.txt | 13:41 |
T42 | <ankaos> lunch lineage_ …], use # this line https://github.com/SailfishOS-sdm660/device_asus_X00TD/blob/hybris-17.1/BoardConfig.mk#L263 | 13:41 |
T42 | <elros34> Umeaboy: dsme is sailfish process which will poke your watchdog, you will not find anything about dsme in kernel. Also you never set exclamation mark to any config. It is just optional config indicator. I suggest you to not set nowayout for now, and enable it later when you will have a well working port without crashing dsme. | 14:10 |
T42 | <A_T_R> @ankaos [use # this line https://github.com/SailfishOS- …], it works' | 14:24 |
T42 | <A_T_R> @Umeaboy [Look at the Lineage vendorsetup.sh for that de …], there is no vendorsetup.sh in hybris tree | 14:24 |
T42 | <Herrie1982> @A_T_R [there is no vendorsetup.sh in hybris tree], Sometimes you need to manually add it. I also found some device repos that were missing the .sh scripts | 14:27 |
T42 | <A_T_R> where to add ? in my device tree ? | 14:28 |
T42 | <elros34> first of all did you finish sync? You had some issue previously. Then why do you use lunch *, use breakfast $DEVICE | 14:30 |
T42 | <A_T_R> https://del.dog/hyralalebu.txt | 14:33 |
T42 | <elros34> what about my first question? also show your local manifest | 14:39 |
T42 | <A_T_R> yeah completed repo sync —fetch-submodules | 14:39 |
T42 | <A_T_R> https://github.com/SailfishOS-sdm660/local_manifests/blob/X00TD-hybris-17.1/roomservice.xml | 14:40 |
T42 | <elros34> so have you tried commenting out this https://github.com/SailfishOS-sdm660/device_asus_X00TD/blob/hybris-17.1/BoardConfig.mk#L263? | 14:44 |
T42 | <A_T_R> ok i will try this | 14:44 |
T42 | <ARandomDude> guys it's true that Sailfish OS is coming to Galaxy A105FN? | 14:45 |
T42 | <A_T_R> @elros34 [so have you tried commenting out this https:// …], it passes lunch - | 14:51 |
T42 | <A_T_R> make hybris-hal droidmedia | 14:51 |
T42 | <A_T_R> this error | 14:51 |
T42 | <A_T_R> https://del.dog/amexacumem.txt | 14:51 |
T42 | <ankaos> @A_T_R [it passes lunch - | 14:53 |
T42 | <ankaos> make hybris-hal droidmedia …], # https://github.com/SailfishOS-sdm660/device_asus_X00TD/blob/hybris-17.1/BoardConfig.mk#L243 look | 14:53 |
T42 | <ankaos> @A_T_R [it passes lunch - | 14:53 |
T42 | <ankaos> make hybris-hal droidmedia …], use # | 14:53 |
T42 | <elros34> I do not think commenting out everything is good idea. SystemUI could be removed because sailfish does not use it. | 14:54 |
T42 | <elros34> Did you apply hybris patches? What happens when you make libinit_X00TD? | 14:56 |
T42 | <A_T_R> @elros34 [Did you apply hybris patches? What happens whe …], apllied hybris-patches | 14:57 |
T42 | <A_T_R> (hybris-patches/apply-patches.sh --mb) | 14:57 |
T42 | <A_T_R> > . build/envsetup.sh > lunch lineage_X00TD-userdebug > | 14:57 |
T42 | <A_T_R> make libinit_X00TD | 15:07 |
T42 | <A_T_R> https://del.dog/icighakedu.txt | 15:07 |
T42 | <A_T_R> device_asus_X00TD/BoardConfig.mk at hybris-17.1 · SailfishOS-sdm660/device_asus_X00TD · GitHub | 15:15 |
T42 | <A_T_R> https://github.com/SailfishOS-sdm660/device_asus_X00TD/blob/hybris-17.1/BoardConfig.mk | 15:15 |
T42 | <A_T_R> @A_T_R [device_asus_X00TD/BoardConfig.mk at hybris-17. …], Comment out this line ,now it is compiling don't what happens next | 15:16 |
T42 | <elros34> maybe something like that would help https://github.com/akamphon/android_device_samsung_universal7880-common/commit/19aa35b08fdebe637a01af1f3b1fd212d94e8aaf | 15:18 |
T42 | <elros34> also I did not notice export TEMPORARY_DISABLE_PATH_RESTRICTIONS=true in your logs so make sure you export that before building | 15:21 |
T42 | <ankaos> anbox running on sailfish os? | 15:57 |
T42 | <adampigg> Nope, upstream anbox requires x11 | 15:57 |
T42 | <ankaos> @adampigg [Nope, upstream anbox requires x11], x11? | 15:59 |
T42 | <ankaos> what is x11? | 16:06 |
T42 | <adampigg> Cmon | 16:07 |
T42 | <EBWAFAS> (Document) https://irc.thaodan.de/.imgstore/ZK6y0echP0.png | 19:23 |
T42 | <elros34> use: sudo ssu domain sailfish and try again refreshing repo | 19:27 |
*** Umeaboy is now known as Guest50973 | 19:59 | |
Umeaboy | I can't seem to find a page that explains what the exclamation mark is for in a defconfig. | 21:24 |
Umeaboy | Is that equal to hard coding the module? | 21:24 |
mal | Umeaboy: what do you mean? you mean in the mer kernel checker? | 21:38 |
mal | Umeaboy: those ! in the mer kernel check output mean that those are not critical errors https://github.com/mer-hybris/mer-kernel-check/blob/master/mer_verify_kernel_config#L15 | 21:39 |
Umeaboy | I'm talking about the values that you can change to. | 21:41 |
Umeaboy | y stands for yes, m stands for module and ! stands for ........... | 21:41 |
mal | Umeaboy: read what I just wrote | 21:41 |
Umeaboy | Uhu. | 21:42 |
mal | that ! has nothing do with actual value you set in defconfig, it's just internal syntax used in that checker | 21:42 |
mal | you can see in the comment after those lines with ! that they say optional | 21:43 |
mal | (well in most cases anyway) | 21:43 |
Umeaboy | Yeah. | 21:43 |
mal | and in the line I linked in tells what that ! means | 21:43 |
Umeaboy | Got it. | 21:46 |
mal | so the usual values y,m,n are the ones you set in defconfig, depending what is mentioned in the checker output | 21:47 |
Umeaboy | Yeah. | 21:52 |
Umeaboy | mal: The part about applying hybris-patches seems to be gone from the HADK pdf. | 22:15 |
Umeaboy | I can't find it even though I know that it should be used. | 22:16 |
mal | was it ever there? | 22:16 |
Umeaboy | If I recall correctly I think it was. | 22:18 |
Umeaboy | I could be mistaken thou. | 22:18 |
T42 | <elros34> Umeaboy you seems to ignore my answers and keep asking same you got answer few hours ago. How about you read channel logs instead | 22:19 |
Umeaboy | elros34: I must be missing something because I can't see any answer to this problem when I mentioned it earlier. | 22:22 |
T42 | <elros34> https://irclogs.sailfishos.org/logs/%23sailfishos-porters/latest.log.html#t2021-05-06T08:00:14 | 22:23 |
T42 | <coddato> @coddato [A bit more updated?], . | 22:23 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!