Roybent | Indo-European migrations were the migrations of pastoral peoples speaking the Proto-Indo-European language (PIE), who departed from the Yamnaya and related cultures in the Pontic–Caspian steppe, starting at c. 4000 BCE. Their descendants spread throughout Europe and parts of Asia, forming new cultures with the people they met on their way, including the Corded Ware culture in Northern Europe and the Vedic culture in the Indian subcontinent | 01:33 |
---|---|---|
Roybent | These migrations ultimately seeded the cultures and languages of most of Europe, Greater Iran, and much of the Indian subcontinent. | 01:33 |
Roybent | Global exploration started with the Portuguese discoveries of the Atlantic archipelagos of Madeira and the Azores, the coast of Africa, and the discovery of the sea route to India in 1498; and, on behalf of the Crown of Castile (Spain), the trans-Atlantic Voyages of Christopher Columbus between 1492 and 1502, and the first circumnavigation of the globe in 1519–1522. These discoveries led to numerous naval expeditions across the Atlantic, | 01:33 |
Roybent | Indian and Pacific oceans, and land expeditions in the Americas, Asia, Africa and Australia that continued into the late 19th century, and ended with the exploration of the polar regions in the 20th century. | 01:33 |
TAMplus39 | Hi everyone now Im back with trying to make an updated sailfish port for the Xiaomeme Redmi note 3 and now im facing this: https://pastebin.com/4tnVPbNz | 05:13 |
TAMplus39 | again it fails at droid-hal-version | 05:13 |
r0kk3rz | you need to update your target | 05:42 |
r0kk3rz | and yeah you'll want to manually install the native-vibrator package to the target to clear that conflict | 05:44 |
TAMplus39 | Whats diferent between native and droid? because now droid id building no prob | 05:50 |
r0kk3rz | droid uses android HAL and native talks directly to kernel | 05:51 |
TAMplus39 | So how do i go with keeping droid? all i really want is to finally be able to pass the "failed build dependencies" error | 05:55 |
r0kk3rz | did you change your version spec at all? | 05:59 |
TAMplus39 | Yes, but as I left my porting attemps some weeks ago, I dont remember what i changed | 06:04 |
T4 | <adampigg> jussa, monich: ping, i have confirmed a bug in 2.2 with ports when intrnet sharing. the hotspot works and can be connected to, but no packets are forewarded until i | 06:10 |
T4 | <adampigg> echo 1 to /proc/sys/net/ipv4/ip_forewarding. has there been some change in connman, or whatever creates the connection? not sure if it works on official versions, but someone on tjc said it worked ok on X | 06:10 |
r0kk3rz | TAMplus39: you must have something that says have_vibrator_native in there | 06:10 |
r0kk3rz | also, it should be a git repo, and git tells you whats changed :P | 06:11 |
TAMplus39 | Well, now i feel dumb, exactly as you said it i had have_vibrator_native 1 | 06:21 |
TAMplus39 | reveting to have_vibrator 1 did the trick | 06:21 |
r0kk3rz | tbh you should migrate to the native vibrator, its not hard, you just need to fix the conflict in your targets manually | 06:25 |
TAMplus39 | Dont worry i will do it but first i want to finally see build_packages.sh finish without an error | 06:29 |
r0kk3rz | sure | 06:29 |
r0kk3rz | its not a big deal either way really, they both work | 06:29 |
TAMplus39 | All right so now it fails on mic at: nothing provides gstreamer1.0-droid | 06:43 |
r0kk3rz | then you need to build droidmedia, details are in the hadk | 06:44 |
TAMplus39 | Well crap im stuck with "Please build droidmedia as per HADK instructions" | 07:29 |
r0kk3rz | usually thats an env thing because $DEVICE isnt set | 07:44 |
r0kk3rz | so do a source ~/.hadk.env to make sure | 07:44 |
*** jbadiapa_ is now known as jbadiapa | 07:54 | |
TAMplus39 | now it passed that | 07:57 |
TAMplus39 | and now:"mv: cannot stat `hybris/mw/droidmedia-0.20180406.1.tgz': No such file or directory" | 07:57 |
r0kk3rz | did you pack the binaries? | 07:58 |
TAMplus39 | in habuild yes | 07:58 |
r0kk3rz | did you remember to build libsf? | 07:59 |
r0kk3rz | *libminisf | 08:00 |
TAMplus39 | i builded it as limnisf_32 | 08:01 |
r0kk3rz | yeah thats ok | 08:02 |
TAMplus39 | however theres a droidmedia-0.0.0 tar | 08:03 |
TAMplus39 | but not the requiered 'droidmedia-0.20180406.1.tgz' | 08:04 |
r0kk3rz | you can either fix the packer script, or just rename the file :P | 08:05 |
abranson | is the droidmedia version passed through to the packer script? | 08:05 |
abranson | as an argument? | 08:05 |
TAMplus39 | Yes | 08:08 |
TAMplus39 | This is all what the terminal spew https://pastebin.com/4jV2cwYt | 08:10 |
r0kk3rz | i like to remove those \ line breaks from the paste | 08:11 |
r0kk3rz | and you might need an export on that variable | 08:12 |
TAMplus39 | Then this showed up when i tried with droidmedia-0.0.0.tgz https://pastebin.com/nPGVBSvE | 08:14 |
abranson | TAMplus39: the tgz file shouldn't contain 0.0.0 | 08:16 |
abranson | in the hadk, there's this line: rpm/dhd/helpers/pack_source_droidmedia-localbuild.sh $DROIDMEDIA_VERSION | 08:17 |
abranson | if $DROIDMEDIA_VERSION is there and defined, the tgz file should have the correct name | 08:17 |
abranson | DROIDMEDIA_VERSION is defined on the line above | 08:17 |
TAMplus39 | well, now it tolds me to build droid media as per hadk instructions | 08:19 |
TAMplus39 | Wich i already did | 08:19 |
r0kk3rz | the packer script moves the files, so it only works once | 08:20 |
TAMplus39 | So what im suposed to do? Now I feel even more stucked | 08:22 |
r0kk3rz | tbh it would just be easier to rename the file you had | 08:23 |
TAMplus39 | Wich file? with all the ones that habuild made I dont know anymore:/ | 08:26 |
r0kk3rz | the droidmedia tgz file | 08:26 |
r0kk3rz | it should still be there | 08:27 |
TAMplus39 | yeah it is | 08:33 |
TAMplus39 | Whatever I do all i get is https://pastebin.com/6qHvJKGM | 08:35 |
TAMplus39 | Or What folder should i delete to start fresh on that freacking droidmedia bs? | 08:36 |
r0kk3rz | you need to install tar into your sb2 target | 08:36 |
T4 | <abhishek_0> what is the current method of calculating the pixel ratio ? | 08:49 |
T4 | <abhishek_0> and where to add it ? | 08:50 |
T4 | <abhishek_0> 4.7" 1280x720 ? | 08:57 |
elros | @abhishek_0 you made little mess in faq. Why do you build omx twice?use mb2 or build_packages.sh | 09:08 |
T4 | <abhishek_0> really did i ? | 09:10 |
T4 | <abhishek_0> lemme check | 09:10 |
T4 | <abhishek_0> oh yeah sorry for that :P | 09:11 |
elros | I'm curious whether you have this mb2 issue when building libhybris (second time) | 09:15 |
T4 | <abhishek_0> elros yes i do, so i always rm -rf libhybris before building it second time | 09:20 |
elros | ok thx so I know it's not only me | 09:20 |
T4 | <abhishek_0> elros do you have any commits related pixel ratio ? | 09:22 |
elros | @abhishek_0: https://github.com/elros34/droid-config-moto_msm8960_jbbl/tree/master/sparse/etc/dconf/db/vendor.d | 09:23 |
T4 | <abhishek_0> thanks :) | 09:24 |
elros | sledges: could you take a look at: http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2018-06-14.log.html#t2018-06-14T14:09:27 | 09:24 |
elros | I also had this issue on 2.1.4.14 target | 09:24 |
T4 | <abhishek_0> why does adding to this file on the device shows now changes :-| https://github.com/elros34/droid-config-moto_msm8960_jbbl/blob/master/sparse/etc/dconf/db/vendor.d/silica-configs.txt | 09:42 |
elros | you need also https://github.com/elros34/droid-config-moto_msm8960_jbbl/blob/master/sparse/etc/dconf/db/vendor.d/locks/silica-configs.txt and dconf update | 09:48 |
T4 | <abhishek_0> elros i have it .. still doesnt work | 09:55 |
elros | it works for me :) | 09:58 |
T4 | <abhishek_0> dk what is happening .. any changes i make in the upstream .. doesnt reflect on the device.. | 10:00 |
elros | if you are building new image then change droid-config-$DEVICE.spec | 10:00 |
T4 | <abhishek_0> or on the device itself | 10:01 |
elros | so dconf read /desktop/sailfish/silica/theme_pixel_ratio always returns the same? I don't believe you :P | 10:03 |
T4 | <abhishek_0> elros believe me now ? https://hastebin.com/rexemixuco.pl | 10:07 |
elros | read it as a user | 10:08 |
T4 | <abhishek_0> elros .. same | 10:09 |
elros | then I have no idea | 10:11 |
T4 | <abhishek_0> mal ping :') | 10:11 |
T4 | <abhishek_0> found the error, my targets got messed up... reinstalling | 11:05 |
vknecht | hello | 12:31 |
* vknecht thinks he found why no kernel update on devel OTA, need for "rm -rf out/" | 12:38 | |
T4 | <Mooosssss> i cant seem to play mp4 videos | 13:15 |
T4 | <Mooosssss> any thoughts? | 13:15 |
T4 | <Mooosssss> i use a mido | 13:16 |
T4 | <Mooosssss> sfos 2.1.3.7 | 13:16 |
r0kk3rz | its probably an unsupported codec | 13:18 |
* vknecht smiles, looking at uname output | 13:20 | |
T4 | <Mooosssss> says here , | 13:26 |
T4 | <Mooosssss> Fwd from Mooosssss: isom(isom/iso2/avc1/pm41) | 13:26 |
T4 | <Mooosssss> mp41 | 13:26 |
T4 | <abhishek_0> @Mooosssss [i cant seem to play mp4 videos], does it omx ? | 13:33 |
T4 | <abhishek_0> *use | 13:33 |
T4 | <Mooosssss> wats omx | 13:38 |
T4 | <Mooosssss> @adampigg could u plz tell me which additional repos to install??? | 13:38 |
T4 | <Mooosssss> for mido?? | 13:38 |
T4 | <Mooosssss> i cant get it working no matter what | 13:39 |
shark1 | Hi, anyone succesfully built sailfish based on los 15.1? | 13:50 |
shark1 | By succesful, I mean boot into UI as minimum | 13:50 |
T4 | <abhishek_0> shark1 ..i will be building it .. soon .. my 14.1 build is done | 13:51 |
shark1 | abhishek_0 : Soon TM never is soon :p | 13:52 |
T4 | <abhishek_0> XD | 13:52 |
shark1 | abhishek_0 : so your camera still out of order? | 13:52 |
T4 | <abhishek_0> i had use gst-omx ... again! | 13:53 |
shark1 | lol why? | 13:53 |
T4 | <abhishek_0> shark1 your device had cmaera shims right ? | 13:53 |
T4 | <abhishek_0> *camera | 13:53 |
shark1 | yes integrated shims | 13:54 |
shark1 | almost every device has those | 13:54 |
T4 | <abhishek_0> how did you get your camera working ? | 13:54 |
shark1 | Shims did not interfear, those arent seperate shims | 13:54 |
shark1 | so wasnt a problem | 13:54 |
T4 | <abhishek_0> ah ..okay.. i removed shims ..and got to know opensource hals are shit | 13:55 |
r0kk3rz | yeah they tend to be :) | 13:55 |
shark1 | abhishek_0 : Opensource hals are awesome | 13:56 |
shark1 | atleast for my device :p | 13:56 |
r0kk3rz | abhishek: you probably just need that PR in libhybris | 13:56 |
shark1 | Because I dont have opensource hals in 14.1, my sailfish port has very bad camera | 13:57 |
shark1 | So Iam waiting for 15.1 | 13:57 |
shark1 | Since I have opensource hals for 15.1 | 13:57 |
T4 | <abhishek_0> r0kk3rz what did it do ? i forgot ? | 13:58 |
T4 | <abhishek_0> *. | 13:58 |
T4 | <abhishek_0> shark1 i saw some commits for your device .. removing shims | 13:59 |
r0kk3rz | fixed parsing LD_SHIM_LIBS variable | 13:59 |
shark1 | abhishek_0 : you had previously done it without problems right? (camera) | 14:00 |
shark1 | abhishek_0 : yes shims were removed and now its even better with os hals for camera:p | 14:01 |
T4 | <abhishek_0> shark1 omx was at rescue | 14:02 |
r0kk3rz | shark1: what did you do to remove the shims? just remove the variable? | 14:02 |
shark1 | abhishek_0 : oh.. k | 14:03 |
vknecht | is OTA possible between devel and testing just by changing repos in /usr/share/ssu/repos.ini ? or is then flashed image really locked to one "channel" (devel or testing) ? | 14:03 |
vknecht | *is the | 14:03 |
r0kk3rz | vknecht: sure just ssu dr one and ssu ar the other | 14:04 |
shark1 | r0kk3rz : thats what seems to be have done in LOS.. :p I have no idea about that | 14:04 |
vknecht | r0kk3rz, cool, thanks :-) | 14:04 |
r0kk3rz | shark1: ah ok, so it probably requires a bunch of android side changes too | 14:04 |
r0kk3rz | which makes sense | 14:04 |
shark1 | Yes probably. | 14:05 |
T4 | <abhishek_0> https://github.com/LineageOS/android_device_leeco_x2/commit/14a57819368ec799cfccb784c3f6cfc5a4dbbd28 this | 14:08 |
shark1 | yes that one | 14:10 |
T4 | <abhishek_0> when i tried to do it everything went haywire https://github.com/sailfishos-wt88047/android_device_wingtech_wt88047/commit/00de97e95bbbcdd2530a75ab281c7849adeba149 | 14:11 |
T4 | <abhishek_0> lol | 14:11 |
r0kk3rz | ah, that looks like they got an update blobby | 14:14 |
T4 | <abhishek_0> i will be hybris-15.1 .... and this time 64bit :P | 14:18 |
shark1 | abhishek_0 : thats what.. I was thinking about starting tomorrow on 15.1 :p | 14:26 |
shark1 | When are you starting on it? I wanted to see if someone did it | 14:26 |
r0kk3rz | shark1: wheres your pioneering spirit?! | 14:28 |
shark1 | r0kk3rz it went several levels down after mal said 15.1 currently for advanced porters only :p | 14:28 |
vknecht | sledges, could you create nemo:testing:hw:TCL:idol3 please ? | 14:29 |
r0kk3rz | shark1: what does that even mean, do it anyway | 14:29 |
shark1 | yes I will try then :p | 14:30 |
shark1 | starting tomorrow.. | 14:30 |
r0kk3rz | just expect to do some hardcore debugging is all i think | 14:30 |
r0kk3rz | but that goes without saying for any new hybris branch usually | 14:31 |
shark1 | yes, I was doing just that for 3 months prior to getting my 14.1 port in shape :p | 14:31 |
shark1 | Maximum ports are using 13.0 and 14.1 had less numbers and now 15.1 predictably even less since Even LOS has less devices with 15.1 | 14:33 |
T4 | <abhishek_0> shark1 i am starting it tomorrow .. manifest is ready | 14:36 |
r0kk3rz | well 15.1 branch was only just released, so nobody except mal has tried it yet | 14:36 |
r0kk3rz | or maybe piggz since i think he was waiting for it | 14:36 |
T4 | <abhishek_0> changing $ANDROID_ROOT path in .hadk.env will do the job right ? | 14:37 |
*** mgrover is now known as ghosalmartin | 14:45 | |
T4 | <adampigg> eugh, random telegram users msging me asking how to insall alien :( | 14:52 |
T4 | <adampigg> r0kk3rz, @adampigg will notify me ;) | 14:52 |
T4 | <adampigg> no, not tried yet....could be the next project tho | 14:53 |
r0kk3rz | talkin bout you not to you :) | 14:53 |
T4 | <abhishek_0> @adampigg [eugh, random telegram users msging me asking h …], been there | 14:55 |
T4 | <adampigg> btw, found the # key on this bt keyboard for my jtab | 14:58 |
T4 | <adampigg> its a bit odd, but the tab has 3 modes, ios, android, windows. i use it in windows mode, but if i switch to ios i can | 14:59 |
T4 | <adampigg> get a # | 14:59 |
T4 | <adampigg> @abhishek_0 [been there], its up there with the guy that said he wanted to use sailfish, but could i write a new video and youtube player | 15:01 |
T4 | <adampigg> hmmmm....just like that....like ive nothing else to do! | 15:02 |
r0kk3rz | hah! | 15:02 |
r0kk3rz | but you're a magical technowizard who can just make stuff for free! | 15:02 |
T4 | <adampigg> i pointed to open repos, but the players on there arnt good enough apparently....i wonder what his specifi requirements are :) | 15:03 |
r0kk3rz | ll's video player is pretty good imo | 15:03 |
T4 | <adampigg> he claimed not.... i find it fine to tho | 15:04 |
T4 | <adampigg> but, i dont watch that much media | 15:04 |
r0kk3rz | not on sailfish anyway | 15:04 |
T4 | <adampigg> what i want is a better podcast client | 15:04 |
T4 | <adampigg> gpodder needs some fixes | 15:05 |
T4 | <adampigg> got into listening to `the retro hour` | 15:05 |
T4 | <adampigg> oh man, another message..... | 15:19 |
T4 | <adampigg> please can you somehow make volte work | 15:19 |
T4 | <adampigg> yeah, sure | 15:19 |
r0kk3rz | sounds like a good reason not to use telegram | 15:21 |
T4 | <adampigg> this was xda | 15:22 |
vknecht | when using native vibrator, can I just delete the ngfd-plugin-droid-vibrator package from OBS ? | 16:37 |
* vknecht peeks at fp2' obs and sees it's still there... | 16:41 | |
* piggz uploads a new droid-hal-mido to devel: | 17:22 | |
T4 | <abhishek_0> when i receive call, the other person cant hear me... but when I call, the other person can hear me | 17:33 |
T4 | <abhishek_0> weird | 17:33 |
lintuxido | abhishek_0: have you got any solution for camera? | 17:35 |
lintuxido | I have updated my moto g4 plus base with LOS-14.1 | 17:36 |
lintuxido | camera and bluetooth is not working :( | 17:36 |
T4 | <abhishek_0> lintuxido , yes , two solutions basically , OMX (tested) and LD_SHIM_LIBS pr in libhybris (untested) | 17:37 |
shark1 | abhishek_0 : Already synced the repos for 15.1 :p | 17:53 |
T4 | <abhishek_0> shark1 your're quick :P | 18:08 |
T4 | <abhishek_0> r0kk3rz .. is there any better way to build gst-omx than this https://public.etherpad-mozilla.org/p/faq-hadk#lineNumber=639 | 18:14 |
T4 | <abhishek_0> or anyone ? :P | 18:21 |
shark1 | abhishek_0 : That seems to be the best method | 18:33 |
shark1 | worked for me too previously | 18:34 |
vknecht | @abhishek_0: here are my notes about gst-omx... https://pastebin.com/1chzUQdS | 18:46 |
vknecht | (just used briefly, a while ago) | 18:47 |
T4 | <abhishek_0> vknecht thanks .. thats what i needed .. those faq instructions fails on me .. even though i wrote them lol | 18:49 |
vknecht | abhishek_0; you're welcome, I probably should have pasted this (minus the typos) in the faq at that time (maybe it wasn't a faq, by then ;-) | 18:55 |
*** Nokius_ is now known as Nokius | 19:45 | |
piggz | devel: is looking pretty stable now | 19:45 |
T4 | <abhishek_0> omx got messed up grrrr .. camera broke again | 20:52 |
T4 | <abhishek_0> https://hastebin.com/oyazokayac.cpp | 21:17 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!