mal | did you remove the room service file? | 00:17 |
---|---|---|
Umeaboy | mal: Nope. I can do that. | 03:08 |
T42 | <A_T_R> where should i build android=parts (apply hybris-patches ,make hybris-boot and droidmedia ) in HOST $ or HABUILD_SDK $ | 03:39 |
Umeaboy | HABUILD_SDK according to the HADK. | 03:40 |
Umeaboy | Read page 4. | 03:40 |
Umeaboy | Section 1.2.3 Build components. | 03:41 |
T42 | <A_T_R> ``` | 04:10 |
T42 | <A_T_R> .git/rebase-apply/patch:111: trailing whitespace. | 04:11 |
T42 | <A_T_R> | 04:11 |
T42 | <A_T_R> warning: 1 line adds whitespace errors. | 04:11 |
T42 | <A_T_R> ``` | 04:11 |
T42 | <A_T_R> | 04:11 |
T42 | <A_T_R> i get the above warning for `hybris-patches/apply-patches.sh --mb` | 04:11 |
Thaodan | @A_T_R: You can ignore that warning. | 04:12 |
Umeaboy | Thaodan: What can I do to fix the duplicate path error when running breakfast? | 04:20 |
Thaodan | Umeaboy: Usually those are repos where you only should have one of them in the tree (e.g. kernel-headers) so you have to find out which was cloned by accident or if any of them are to be replaced my the ones that are cloned by default. If the plain lineage build didn't had the issue I'd look at the manifest diff (repo repodiff) and see which ones were added by using the hybris-18.1 branch. | 04:27 |
Umeaboy | Thaodan: Uuuuuuuuhm. I'm not saying you're wrong, but if I follow the HADK step by step wouldn't that mean that this wouldn't happen? | 04:55 |
Umeaboy | And I AM following it step by step. | 04:55 |
Umeaboy | I didn't create the manifest with the other repos for hybris-18.1. | 04:55 |
Umeaboy | I created the $DEVICE.xml just as proposed in the HADK. | 04:56 |
Umeaboy | The only 2 repos I added was the Lineage OS device and kernel repos for that device. | 04:56 |
Umeaboy | So something in the repo sync process created this issue. | 04:57 |
Umeaboy | Not me. | 04:57 |
Umeaboy | I have made sure that I haven't missed a step. | 04:57 |
Umeaboy | And if I was unsure I just reinstalled the entire system and started over again. | 04:58 |
Umeaboy | No offence. | 04:58 |
Umeaboy | I mean..... I can sync just fine without using --fetch-submodules, but it fails to use --fetch-submodules. | 04:59 |
Thaodan | umeaboy: The instructions are right there could be an issue in the $DEVICE.xml or the manifest. | 05:13 |
Umeaboy | Could the reason be why I only added 2 repos before syncing? | 05:15 |
Umeaboy | Instead of adding all the needed ones. | 05:15 |
Umeaboy | I'm definately _NOT_ an expert, but with previous HADK's this wasn't a problem. | 05:24 |
T42 | <elros34> wrong assumption, following HADK step by step will definitely not lead you to working sfos. It just miss a lot of steps, known issues and simply because porting is not piece of cake so do not reinstall entire system because you will never finish porting. | 06:09 |
Umeaboy | elros34: I have all the time in the world so if I have to reinstall the system 100 times more I don't mind. | 06:19 |
T42 | <elros34> thats is the problem.. and it will not help you solve issues. You have duplicated entries then get grep (or gnome-search-tool), find where and remove one line | 06:24 |
Umeaboy | I know how to use Ctrl F in Pluma as well. :) | 06:59 |
T42 | <adampigg> If only we had 1-click porting 😂 (re @elros34: wrong assumption, fo...) | 07:11 |
T42 | <elros34> that would be boring:) | 07:12 |
Umeaboy | elros34: I found the problem, but I can't fix it. | 07:14 |
T42 | <elros34> hmm:) show it | 07:15 |
Umeaboy | The roomservice.xml contains indeed the repos used to build Lineage so what should the $DEVICE.xml contain then if not the same? | 07:15 |
Umeaboy | The device repo for instance. | 07:16 |
T42 | <elros34> I think your should remove them from roomservice and make sure you have device repos in $device.xml only | 07:17 |
Umeaboy | https://pst.klgrth.io/paste/7v7j5 | 07:18 |
Umeaboy | OK. Trying that.... | 07:18 |
Umeaboy | The roomservice got created due to the breakfast command I supposed. | 07:18 |
Umeaboy | Isn't it recommended to run lunch beyond2lte instead when it comes to Lineage? | 07:19 |
Umeaboy | Nope. Removing them did not change the cicumstances. | 07:24 |
Umeaboy | I didn't resync as well. | 07:25 |
Umeaboy | As I said before, this step was never an issue. Not for this device anyhow. | 07:25 |
Umeaboy | elros34: What's next? | 07:25 |
T42 | <elros34> repo sync? | 07:29 |
Umeaboy | No. I haven't. | 07:29 |
Umeaboy | Should I? | 07:30 |
Umeaboy | Won't that reset the roomservice.xml ? | 07:30 |
T42 | <elros34> sure, so where do you get duplicate entries? | 07:30 |
T42 | <elros34> who cares about it, you shouldn't even have it | 07:31 |
Umeaboy | In ~/hadk/.repo/manifest.xml which is a symlink to ~/hadk/.repo/manifests/default.xml | 07:31 |
T42 | <elros34> I think name shouldn't really matter, so whatever you have local_manifests/$DEVICE.xml or roomservice.xml keep it and move forward | 07:33 |
Umeaboy | OK. | 07:33 |
Umeaboy | Trying that. | 07:33 |
Umeaboy | elros34: Deleting the $DEVICE.xml seems to do the trick because now I can resync again. Lets see if it fully syncs. :) | 07:41 |
Umeaboy | Gotta go..... I'll be on later tonight. | 08:04 |
Umeaboy | This will give me gray hairs. :) | 08:04 |
Umeaboy | I managed to run the patch command without errors. That's good. | 13:53 |
Umeaboy | Now I only need to find out how to solve the missing .mk file. | 13:54 |
Umeaboy | I thought I added all the proper repos in the manifest. | 13:54 |
Umeaboy | Including the vendor repo. | 13:54 |
T42 | <iDrinkCoffee> Hello! Could someone help me porting SailfishOS to a new device? I've seen the UI and how it looks on some youtube videos and I totally love the os! I'm not that experienced in porting, but I know how to use linux commands. | 14:01 |
T42 | <iDrinkCoffee> | 14:01 |
T42 | <iDrinkCoffee> Device I want to port for: Redmi note 9 (Merlin/MerlinX) | 14:01 |
T42 | <iDrinkCoffee> Android version going to use as base: LineageOS 18.1 | 14:02 |
T42 | <iDrinkCoffee> Hello! Could someone help me porting SailfishOS to a new device? I've seen the UI and how it looks on some youtube videos and I totally love the os! I'm not that experienced in porting, but I know how to use linux commands. | 14:04 |
T42 | <iDrinkCoffee> | 14:04 |
T42 | <iDrinkCoffee> Device I want to port for: Redmi note 9 (Merlin/MerlinX) | 14:04 |
T42 | <iDrinkCoffee> Android version going to use as base: LineageOS 18.1 | 14:04 |
T42 | <iDrinkCoffee> It allready has a Ubuntu Touch port (edited) | 14:04 |
Mister_Magister | yes, this is what this channel is for but please refrain from writting multiline and then editing it as this is bridged to irc | 14:05 |
T42 | <iDrinkCoffee> Okay | 14:06 |
Mister_Magister | look at the channel topic (or description for telegram), grab the HADK and start :P Ask questions on the way | 14:08 |
T42 | <iDrinkCoffee> Okay | 14:08 |
Mister_Magister | Although it has ubuntu port, you could also possibly make halium based port but this group is not for halium i think and i got no experience in halium :P | 14:09 |
T42 | <iDrinkCoffee> We have a halium port, can that be used in a sailfishOS port? | 14:09 |
T42 | <Mister_Magister> yep | 14:10 |
T42 | <iDrinkCoffee> Hmm | 14:10 |
T42 | <Mister_Magister> but this group focuses on the hybris instead of halium, correctmeifimwrong | 14:10 |
T42 | <iDrinkCoffee> If I am allready using Ubuntu, do i still need to use the HA build SDK? | 14:11 |
T42 | <Mister_Magister> yes | 14:12 |
T42 | <Mister_Magister> If you get advanced enough you can do without habuild but then all the problems you encounter are on you and I don't think you want that :) | 14:13 |
T42 | <iDrinkCoffee> I've ran into my first issue installing repo in ha sdk | 15:41 |
T42 | <iDrinkCoffee> `install: cannot create regular file '/home/coffee/bin/repo': No such file or directory` | 15:41 |
T42 | <iDrinkCoffee> https://www.toptal.com/developers/hastebin/pesaxabaha.apache | 15:42 |
T42 | <TheVancedGamer> `mkdir ~/bin` | 15:43 |
T42 | <iDrinkCoffee> Thank you | 15:43 |
T42 | <LSolrac> Hello. I've a question. Does anyone know the status of SailfishOS on a watch? Is there a particular guide or suggestions for porting? | 15:50 |
T42 | <Mister_Magister> it's deader than disco, you want asteroidos instead (re @LSolrac: Hello. I've a questi...) | 15:59 |
T42 | <Mister_Magister> the demo was hacked together asteroidos anyway | 15:59 |
* Mister_Magister i touched the demo, I had it on my hand, I played wtih it | 15:59 | |
Mister_Magister | damn you telegram for not including the /me styling | 15:59 |
T42 | <LSolrac> /me laughs in /me | 16:09 |
T42 | <LSolrac> If only | 16:09 |
T42 | <LSolrac> wait | 16:10 |
T42 | <iDrinkCoffee> Okay I'm back with another issue xd | 16:10 |
T42 | <iDrinkCoffee> https://hastebin.skyra.pw/eqeqavocev.pgsql | 16:10 |
* Solrac[m] laughs in /me 2 | 16:10 | |
T42 | <LSolrac> all jokes aside, thank you. (re @Mister_Magister: it's deader than dis...) | 16:10 |
T42 | <Mister_Magister> tho there's no sfos app for asteroid os yet | 16:11 |
T42 | <Mister_Magister> it was being worked on but then not and now it's in zombie state | 16:11 |
T42 | <iDrinkCoffee> I kind of figured out why this happens, because im using wsl so its time to go to ubuntu (re @iDrinkCoffee: https://hastebin.sky...) | 16:14 |
T42 | <b100dian> > tho there's no sfos app for asteroid os yet | 16:48 |
T42 | <b100dian> There is https://openrepos.net/content/asteroidos/starship | 16:48 |
T42 | <Mister_Magister> with no rpms available? (re @b100dian: > tho there's no sfo...) | 16:51 |
T42 | <b100dian> Yeah, they seem to be posted on github instead. | 16:52 |
T42 | <Mister_Magister> so my point still stands | 16:59 |
T42 | <Mister_Magister> not to mention not updated since 6 months | 17:01 |
T42 | <adampigg> @iDrinkCoffee / mister_magiser ... my 2 latest ports use halium images | 17:04 |
Mister_Magister | i'm not saying its not doable just maybe more difficult for beginner | 17:05 |
T42 | <adampigg> id argue maybe easier ... much less to build/package | 17:05 |
T42 | <adampigg> however, less expertise | 17:05 |
T42 | <adampigg> so, ymmv | 17:06 |
T42 | <b100dian> Any port using a >60Hz display? does the compositor support that? | 17:42 |
Mister_Magister | bruh silica+hwcomposer can't even do constant 60fps what are you talking about | 17:52 |
Mister_Magister | on a snapdragon 845! | 17:52 |
T42 | <b100dian> I'm talking about the hardware. Is there any hardware capable of more than 60fps on sailfish community ports? | 18:08 |
T42 | <Verevka86> I think it depends on the applications, as I was told vayu shows 120fps in tests (re @b100dian: I'm talking about th...) | 18:21 |
T42 | <Verevka86> snapdragon 860 | 18:22 |
T42 | <b100dian> Nice, in which tests? | 18:36 |
T42 | <Verevka86> Forwarded from Verevka86: А в каких тестах у тебя 120fps в сайлфиш показывало? | 18:38 |
T42 | <Verevka86> Forwarded from unknown: Sailfish сам по себе был 120 Гц изначально, и я видел. (re @Verevka86: А в каких тестах у т...) | 18:39 |
T42 | <Verevka86> Forwarded from Verevka86: А как ты замерял? (re @Verevka86: Sailfish сам по себе...) | 18:39 |
T42 | <Verevka86> Forwarded from unknown: На глаз. Но тестировал я не Sailfish а Droidian. В Sailfish вроде как можно где-то в браузере проверить (re @Verevka86: А как ты замерял?) | 18:39 |
T42 | <Verevka86> I'm sorry it's just words (re @b100dian: Nice, in which tests...) | 18:39 |
T42 | <b100dian> Soo your Poco X3, if you enable framerate in developer settings, what does iy show? What abou webgl tests? | 18:39 |
T42 | <b100dian> *it *about | 18:44 |
Umeaboy | Here's the latest output from trying to build hal and droidmedia: https://pst.klgrth.io/paste/7gkv7 | 23:25 |
Umeaboy | And yes I did do the patching. | 23:25 |
Umeaboy | I see my phone is officially supported for Ubuntu Touch. | 23:31 |
Umeaboy | :) | 23:31 |
Umeaboy | I gotta logout for ADB setup to take affect. | 23:48 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!