*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has quit IRC (Quit: Leaving) | 00:01 | |
*** Thaodan <Thaodan!~Thaodan@2a02:908:1d40:160:76d4:35ff:feeb:7e6b> has quit IRC (Remote host closed the connection) | 00:06 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has joined #sailfishos-porters | 00:35 | |
*** misprint <misprint!misprint@gateway/shell/openshells.net/x-qgyogohrtpdqbhkz> has quit IRC (Ping timeout: 276 seconds) | 00:38 | |
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Leaving) | 01:32 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has quit IRC (Remote host closed the connection) | 01:40 | |
*** morphis <morphis!morphis@fiona.nas-admin.org> has quit IRC (Ping timeout: 276 seconds) | 02:06 | |
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has joined #sailfishos-porters | 02:07 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has joined #sailfishos-porters | 02:13 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has quit IRC (Quit: Leaving) | 03:15 | |
*** olafh__ <olafh__!~olafh@pD9E6F6D6.dip0.t-ipconnect.de> has joined #sailfishos-porters | 04:49 | |
*** zhxt <zhxt!~zhxt@124.192.38.2> has joined #sailfishos-porters | 05:20 | |
*** NeKit <NeKit!~nekit@111.0.234.245> has quit IRC (Ping timeout: 240 seconds) | 05:22 | |
*** mkosola <mkosola!~mkosola@2001:998:2a:dead:d1c7:5006:9997:7cbf> has joined #sailfishos-porters | 05:34 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 240 seconds) | 05:42 | |
*** electrolux <electrolux!~electrolu@dyj-f6yhg-38fblvlsdnt-3.rev.dnainternet.fi> has joined #sailfishos-porters | 05:51 | |
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has joined #sailfishos-porters | 05:55 | |
mal- | divis19691: pastebin output of mount | 06:08 |
---|---|---|
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos-porters | 06:28 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 06:39 | |
Nokius | gm | 06:40 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 240 seconds) | 06:42 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Quit: Konversation terminated!) | 06:47 | |
*** drFaustroll <drFaustroll!~drFaustro@213.205.192.179> has joined #sailfishos-porters | 06:52 | |
*** drFaustroll <drFaustroll!~drFaustro@213.205.192.179> has quit IRC (Changing host) | 06:52 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 06:52 | |
*** nh1402_work <nh1402_work!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has joined #sailfishos-porters | 06:55 | |
nh1402_work | morning | 06:55 |
*** Nokius_ <Nokius_!~Nokius@p508BAC55.dip0.t-ipconnect.de> has joined #sailfishos-porters | 07:07 | |
*** Nokius <Nokius!~Nokius@p5DDB5C64.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds) | 07:10 | |
*** adeen-s <adeen-s!~adeen-s@117.196.199.175> has joined #sailfishos-porters | 07:23 | |
drFaustroll | morgen | 07:45 |
adeen-s | What's the equivalent of init.d scripts like Android in Sailfish ? | 07:54 |
mal- | systemd services | 07:55 |
adeen-s | mal-: So I'll have to execute the commands just like in hcismd-up.service or the wifi-module-load.service ? | 07:56 |
mal- | what are you trying to do? | 07:56 |
adeen-s | mal-: Create a symlink in /system on the initial boot. | 07:57 |
mal- | the problem is that we mount /system read-only | 07:58 |
adeen-s | mal-: I know, I'll first remount it rw, then create symlink, then remount it as ro. | 07:59 |
mal- | it would be better to figure out why you don't have the correct file in /system in the first place | 08:00 |
kimmoli | you cant remount it ro as it gets open files immediately | 08:01 |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 08:01 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 252 seconds) | 08:02 | |
mal- | adeen-s: my guess is that the android base image and the repos you are using are not a complete match and therefore it's trying to use a wrong file from /system | 08:02 |
kimmoli | m | 08:04 |
adeen-s | mal-: Maybe. The kernel has had a lot of changes since my base CM image but it would be better if i find a workaround rather than starting again. | 08:04 |
mal- | adeen-s: you don't have start again from the beginning, just need to find where there change causing that happened, also incompatible base image can cause many more problems | 08:06 |
adeen-s | mal-: So do i look in kernel or in device repo ? | 08:08 |
mal- | kernel is not the problem so look into device repos | 08:09 |
adeen-s | ok | 08:13 |
adeen-s | btw, i fixed the issue with bluetooth not working properly. had to enable rfkill and unblock it. | 08:14 |
*** Nokius_ is now known as Nokius | 08:19 | |
*** ranter <ranter!~ranter@178-55-236-143.bb.dnainternet.fi> has quit IRC (Ping timeout: 260 seconds) | 08:19 | |
*** electrolux <electrolux!~electrolu@dyj-f6yhg-38fblvlsdnt-3.rev.dnainternet.fi> has quit IRC (Quit: Leaving.) | 08:20 | |
*** ranter <ranter!~ranter@37-33-46-213.bb.dnainternet.fi> has joined #sailfishos-porters | 08:21 | |
* Nokius all I need is cm12.1 now && luck | 08:23 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters | 08:24 | |
adeen-s | mal-: maybe i can create the symlink by altering the updater-script. | 08:26 |
*** mkrawczuk <mkrawczuk!~quassel@217-67-201-162.itsa.net.pl> has joined #sailfishos-porters | 08:27 | |
mal- | that's would still be very ugly way to do it | 08:31 |
adeen-s | mal-: Which would work just as i want it to. | 08:31 |
mal- | which file was the problem? | 08:33 |
adeen-s | mixer_paths_qrd_skui.xml | 08:33 |
*** NeKit <NeKit!~nekit@122.224.161.134> has joined #sailfishos-porters | 08:39 | |
mal- | adeen-s: when was the android zip built? | 08:39 |
kimmoli | symlink? so you have that file somewhere? | 08:40 |
kimmoli | (as a workaround, i would add extra install zip containing that file) | 08:41 |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Quit: Leaving) | 08:41 | |
adeen-s | mal-: 10-14-2015 | 08:41 |
adeen-s | kimmoli: symlink to mixer_paths.xml | 08:41 |
mal- | I found the issue, there was a kernel change that requires the new path but you don't have that in your android zip but you still use the latest kernel | 08:42 |
mal- | so the possible solutions are either update the android base image or downgrade your sailfish kernel | 08:43 |
mal- | https://github.com/kumajaya/android_device_wingtech_wt88047/commit/690d408a1f6e7e5e81f88cf35c777659078a4459 | 08:43 |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has joined #sailfishos-porters | 08:43 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@90.216.134.194> has quit IRC (Client Quit) | 08:44 | |
adeen-s | mal-: But camera does not work on newer images, due to a change in kernel i mentioned earlier. | 08:44 |
mal- | which kernel change? | 08:45 |
adeen-s | https://github.com/kumajaya/android_kernel_cyanogen_msm8916/commit/9ed4ced9ad0b24240ce9637b35372e843789fe9d | 08:46 |
adeen-s | mal-: If i just make that change in device.mk, it should work right ? | 08:47 |
mal- | you still wouldn't have the file in /system | 08:50 |
*** ranter <ranter!~ranter@37-33-46-213.bb.dnainternet.fi> has quit IRC (Ping timeout: 260 seconds) | 08:50 | |
*** tanty_off is now known as tanty | 08:51 | |
adeen-s | mal-: But Sailfish would probably be in sync with the CM base and hence audio would work. | 08:52 |
mal- | adeen-s: no because the kernel would not be in sync | 08:53 |
mal- | adeen-s: is there a list of available android zips for your device? | 08:53 |
*** NeKit <NeKit!~nekit@122.224.161.134> has quit IRC (Ping timeout: 240 seconds) | 08:54 | |
adeen-s | mal-: http://forum.xda-developers.com/redmi-2/development/rom-cyanogenmod-unofficial-builds-t3200883 | 08:54 |
adeen-s | and https://www.androidfilehost.com/?w=files&flid=37824 | 08:55 |
mal- | adeen-s: which branch did you use as the base for your kernel fork? | 09:00 |
*** ranter <ranter!~ranter@87-95-221-217.bb.dnainternet.fi> has joined #sailfishos-porters | 09:02 | |
adeen-s | mal-: Not sure. The last commit was on March 12, by kumajaya on my fork. | 09:05 |
mal- | adeen-s: what happens if you use a newer android zip and revert the camera change from defconfig? | 09:06 |
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) | 09:07 | |
adeen-s | mal-: Ok, i'll try that | 09:10 |
adeen-s | mal-: meanwhile, where do i add rfkill unblock all so that it executes on every boot. | 09:10 |
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has joined #sailfishos-porters | 09:12 | |
*** Bono_NL <Bono_NL!~Bono@dhcp-077-250-079-027.chello.nl> has joined #sailfishos-porters | 09:18 | |
*** Bono_NL <Bono_NL!~Bono@dhcp-077-250-079-027.chello.nl> has quit IRC (Client Quit) | 09:19 | |
*** carepack <carepack!~carepack@p3E9E9ED8.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds) | 09:56 | |
*** speactra <speactra!~speactra@h-41-59.a212.priv.bahnhof.se> has joined #sailfishos-porters | 09:56 | |
*** carepack <carepack!~carepack@p3E9E868C.dip0.t-ipconnect.de> has joined #sailfishos-porters | 09:58 | |
*** speactra <speactra!~speactra@h-41-59.a212.priv.bahnhof.se> has quit IRC (Read error: Connection reset by peer) | 10:06 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 260 seconds) | 10:09 | |
adeen-s | mal-: Audio works out of the box with new CM base. Need to change kernel for camera. | 10:13 |
*** maikoool_away is now known as maikoool | 10:20 | |
*** ranter <ranter!~ranter@87-95-221-217.bb.dnainternet.fi> has quit IRC (Quit: Lhdss) | 10:22 | |
*** ranter <ranter!~ranter@87-95-221-217.bb.dnainternet.fi> has joined #sailfishos-porters | 10:24 | |
*** adeen-s <adeen-s!~adeen-s@117.196.199.175> has quit IRC (Quit: leaving) | 10:28 | |
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has joined #sailfishos-porters | 10:31 | |
*** speactra <speactra!~speactra@h-41-59.a212.priv.bahnhof.se> has joined #sailfishos-porters | 10:32 | |
taaem | sledges: you remeber we were talking about merging bacon and onyx kernel trees into one? The Paranoid Android guys did that :P https://github.com/AOSPA/android_kernel_oneplus_msm8974 | 10:32 |
nh1402_work | taaem: interesting, the original PA guys went off to work at Oneplus for the OxygenOS or whatever rubbish name that was. And here come these new PA guys merging the Oneplus kernel trees. | 10:35 |
taaem | nh1402_work: yeah actually a few team members now work at OnePlus and help PA :P But they found new members and developers | 10:37 |
kimmoli | is it called baconx now? | 10:48 |
kimmoli | argh the joy of extra tabs .. https://github.com/AOSPA/android_kernel_oneplus_msm8974/commit/0463ccd3208c8e3903eb75a697ce1923874b0219 | 10:51 |
*** mkrawczuk <mkrawczuk!~quassel@217-67-201-162.itsa.net.pl> has quit IRC (Remote host closed the connection) | 11:00 | |
*** adeen-s <adeen-s!~adeen-s@117.196.199.175> has joined #sailfishos-porters | 11:10 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 258 seconds) | 11:13 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 11:16 | |
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has quit IRC (Ping timeout: 264 seconds) | 11:20 | |
*** NeKit <NeKit!~nekit@111.0.234.245> has joined #sailfishos-porters | 11:23 | |
*** mkrawczuk <mkrawczuk!~quassel@217-67-201-162.itsa.net.pl> has joined #sailfishos-porters | 11:23 | |
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos-porters | 11:24 | |
*** junnuvi <junnuvi!~oh6gff@gw.vy.fi> has quit IRC (Ping timeout: 260 seconds) | 11:35 | |
adeen-s | [W] CameraBinSession::processBusMessage:1027 - CameraBin error: "failed to negotiate caps" | 11:36 |
adeen-s | [W] CameraBinSession::processBusMessage:1027 - CameraBin error: "The stream is in the wrong format." | 11:36 |
*** junnuvi <junnuvi!~oh6gff@gw.vy.fi> has joined #sailfishos-porters | 11:36 | |
mal- | adeen-s: does mk-cam-conf work? | 11:37 |
adeen-s | mal-: open: No such file or directory | 11:42 |
*** zhxt <zhxt!~zhxt@124.192.38.2> has quit IRC (Ping timeout: 250 seconds) | 11:42 | |
*** _morphis <_morphis!morphis@fiona.nas-admin.org> has joined #sailfishos-porters | 11:44 | |
mal- | adeen-s: are the /dev/video devices present? especially video1 and video2 | 11:44 |
mal- | and 0 | 11:44 |
*** dr_gogeta86 <dr_gogeta86!~gogeta@195.ip-37-187-42.eu> has joined #sailfishos-porters | 11:44 | |
*** dr_gogeta86 <dr_gogeta86!~gogeta@195.ip-37-187-42.eu> has quit IRC (Changing host) | 11:44 | |
*** dr_gogeta86 <dr_gogeta86!~gogeta@unaffiliated/dr-gogeta86/x-8885803> has joined #sailfishos-porters | 11:44 | |
adeen-s | mal-: All are there. front camera works but primary camera shows just one frame and then gets stuck. | 11:46 |
mal- | maybe the resolution is incorrect? | 11:51 |
kimmoli | adeen-s: that sounds like wrong resolution | 11:52 |
adeen-s | mal-: kimmoli: But the same resolution worked in previous Cyanogenmod. I haven't changed my Sailfish image. | 11:54 |
kimmoli | but you changed cm. if the camera driver got changed??? | 11:57 |
kimmoli | now with updated readme https://github.com/kimmoli/camres | 11:58 |
*** junnuvi <junnuvi!~oh6gff@gw.vy.fi> has quit IRC (Ping timeout: 258 seconds) | 11:59 | |
adeen-s | kimmoli: Camera driver did get changed. | 11:59 |
kimmoli | so propably the resolution you used is not available anymore | 12:00 |
adeen-s | Maybe, I have lots of errors like --> Camres error: Could not find aspect ratio for 480x640 | 12:00 |
kimmoli | hmm. that is portrait.. | 12:01 |
kimmoli | try to run it when phone is in landscape position ?? :P | 12:02 |
kimmoli | just guessing | 12:02 |
kimmoli | but that would be really strange | 12:02 |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 12:03 | |
adeen-s | I have 18 such errors. | 12:03 |
kimmoli | can you pastebin camres output please? | 12:03 |
adeen-s | kimmoli: http://pastebin.com/gGRjkacw | 12:05 |
kimmoli | ok it is just some. then camres -w dummy-hw.txt | 12:06 |
kimmoli | and pastebin dummy-hw.txt | 12:07 |
kimmoli | and your current jolla-camera-hw.txt . or compare them | 12:07 |
adeen-s | kimmoli: http://pastebin.com/3zaKqcf6 | 12:08 |
adeen-s | https://github.com/adeen-s/droid-config-wt88047/blob/master/sparse/etc/dconf/db/vendor.d/jolla-camera-hw.txt | 12:09 |
kimmoli | yeah your 3200x2400 is not more there | 12:10 |
adeen-s | kimmoli: but the new file doesn't work either | 12:12 |
mal- | adeen-s: did you reboot? | 12:13 |
adeen-s | mal-: Yes i did. | 12:13 |
*** junnuvi <junnuvi!~oh6gff@gw.vy.fi> has joined #sailfishos-porters | 12:18 | |
kimmoli | you need to change it once afaiu? or apply the configs | 12:18 |
kimmoli | reboot is not needed, just need to get the dconf values correct | 12:18 |
kimmoli | got to settings -> apps -> camera and toggle 4:3/16:9 | 12:19 |
kimmoli | you can also dconf write /apps/jolla-camera/primary/image/imageResolution="'3264x2448'" | 12:20 |
kimmoli | as nemo | 12:20 |
kimmoli | or install https://build.merproject.org/package/show/home:kimmoli/onyx-camera-settings-plugin | 12:21 |
kimmoli | and generate camres -o camera-resolutions.json (and copy it in /usr/share/jolla-settings/pages/onyx-camera-settings/camera-resolutions.json | 12:22 |
kimmoli | (maybe needs clean-up for those portrait resolutions) | 12:23 |
kimmoli | (i need to use that often, as i can't send maximum resolution images over email) | 12:23 |
* kimmoli (why i parenthesize?) | 12:24 | |
adeen-s | kimmoli: Which file should i clear to get dconf to write the resolution. It warns about text not being NULL | 12:24 |
kimmoli | eww = | 12:24 |
adeen-s | assertion 'text != NULL' failed | 12:25 |
kimmoli | try without = | 12:25 |
kimmoli | lution "'32 | 12:25 |
adeen-s | kimmoli: it worked. But what do i add to sparse ? | 12:26 |
kimmoli | add the camres generated jolla-camera-hw.txt ? | 12:26 |
adeen-s | alright. | 12:27 |
adeen-s | done. Thanks a lot. | 12:27 |
kimmoli | i should extend it to get those isoValues etc someday | 12:27 |
mal- | adeen-s: so now you have much less problems, audio and camera both work without hacking | 12:28 |
adeen-s | mal-: And I have no battery drain which was caused by the sensors. | 12:29 |
mal- | adeen-s: so the updated base android fixed that also? | 12:30 |
adeen-s | mal-: Yes. Now the only error i face is rfkill blocking bluetooth on every boot. | 12:31 |
kimmoli | adeen-s: does your bluetooth device scan work? | 12:31 |
*** phdeswer_ <phdeswer_!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 250 seconds) | 12:31 | |
adeen-s | kimmoli: If i unblock it, then reboot, it works. | 12:32 |
kimmoli | ok. on onyx, lescan is needed before regular scan, otherwise all radios go down, and UI goes "blank" for a moment | 12:34 |
adeen-s | kimmoli: Yeah i saw you commit about that, but i dont have the blank UI issue. | 12:35 |
kimmoli | ok, it is one that seems to be onyx specific | 12:36 |
taaem | kimmoli: i actually think that they're running bt le all the time on onyx in Android but can't remeber where i got that from | 12:37 |
kimmoli | taaem: wondering can we kill it with some prop? like https://github.com/adeen-s/droid-config-wt88047/blob/master/sparse/usr/bin/droid/droid-hcismd-up.sh#L11 | 12:42 |
adeen-s | kimmoli: Have you got something like this https://github.com/Litew/droid-config-armani/blob/0c21845d1740c993c5deb52d4df2c665038d4196/sparse/usr/bin/droid/droid-hcismd-up.sh#L11 | 12:42 |
kimmoli | hihi | 12:42 |
adeen-s | :D | 12:42 |
kimmoli | iirc i tested that, no help | 12:42 |
adeen-s | Maybe you need a different parameter. | 12:43 |
kimmoli | also that bt-mac-address thing returns 00000000000 on onyx | 12:43 |
adeen-s | find7 has the same kernel right? did you check with Nokius ? | 12:44 |
kimmoli | there are some changes from oppo -> oneplus | 12:44 |
kimmoli | oneplus kernel is full of "oppo this and that" | 12:45 |
adeen-s | Strange. Even my kernel has some Oppo bits in it. What is it with Qcom that only Oppo gets to fix(or doesn't). anyway, i got to go. I'll join back after a few days. | 12:46 |
*** adeen-s <adeen-s!~adeen-s@117.196.199.175> has quit IRC (Quit: leaving) | 12:46 | |
mal- | kimmoli: I don't have those lines on fp2 https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/usr/bin/droid/droid-hcismd-up.sh | 12:47 |
kimmoli | was it Litew who added them? | 12:48 |
kimmoli | yeah | 12:48 |
kimmoli | https://github.com/Litew/droid-config-armani/commit/0c21845d1740c993c5deb52d4df2c665038d4196 | 12:48 |
mal- | I removed those because those were not needed | 12:50 |
mal- | at least not on fp2 | 12:52 |
mal- | Litew: could you explain what that commit fixes? | 12:53 |
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has quit IRC (Quit: Leaving.) | 13:07 | |
Litew | mal-: http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2016-06-06.log.html#t2016-06-06T02:44:02 | 13:13 |
Litew | actually it works with setprop ro.qualcomm.bt.hci_transport smd | 13:13 |
Litew | because hci_qcomm_init -e -p 2 -P 2 already sets power_classes | 13:14 |
mal- | hmm, wondering why I don't have that problem on fp2 | 13:14 |
Litew | mal-: maybe you have those props initialized somewhere already? | 13:15 |
jusa_ | afaik that's the bluetooth control channel not being up, so need to wait for it to appear before initializing bt | 13:15 |
jusa_ | maybe fp2 doesn't use smd for bt, or the race condition doesn't trigger | 13:15 |
mal- | jusa_: I need a similar script but I don't need to set smd, I think it's already there | 13:18 |
jusa_ | mal-: yep | 13:20 |
mal- | but it's still using smd, probably droid-hal-init does that already | 13:23 |
Litew | adeen-s: i have only /system/vendor/lib/libAKM8963.so loaded by sensors.qcom and sensorfwd processes | 13:25 |
*** mouzg <mouzg!55495213@gateway/web/freenode/ip.85.73.82.19> has joined #sailfishos-porters | 13:32 | |
mouzg | hi to all | 13:32 |
mouzg | Has anyone tried to port sailfish to alcatel pixi 4013D? | 13:32 |
nh1402_work | mouzg: I don't think so. | 13:34 |
nh1402_work | not a single Alcatel device, yet. | 13:34 |
mouzg | i thought so.i should try and see what happens | 13:35 |
nh1402_work | mouzg: which model 3g (Mediatek) or 4g (Qualcomm)? | 13:35 |
mouzg | 3g the mediatek | 13:36 |
nh1402_work | you'll be diving into new territory there too. Not a single Mediatek device has been ported yet. | 13:36 |
mouzg | hmmm probably out of my waters | 13:37 |
mouzg | one more question.As a previous n900 user, is sailfish ported to any qwerty phone? | 13:42 |
mouzg | apart from n900 of course :p | 13:42 |
Litew | but Oysters SF has 64-bit MediaTek MT6753, does that mean that it will have running 64-bit SFOS on MT device? | 13:44 |
nh1402_work | but is that officially announced and confirmed by Sailfish? | 13:45 |
nh1402_work | mouzg: yes, the Xperia Pro | 13:45 |
locusf | no sfos on n900 | 13:46 |
mal- | also qwerty phones Motorola Photon Q and HTC Desire Z | 13:46 |
mouzg | ΟΞ·Ξ±Ξ½ΞΊ Ο ΞΏΞΈ ΟΞ΅ΟΟ ΞΌΞΈΟΞ· | 13:48 |
kimmoli | selvΓ€ | 13:48 |
*** tanty is now known as tanty_off | 13:48 | |
mouzg | sorry | 13:48 |
mouzg | thank you very much | 13:48 |
Litew | Didn't see any announcements, and i'm wondering why does it need buttons: http://www.oysters.ru/products/smartphone/smartfon_oysters_sf/#tabs|Tabs_Group_name:Tab_2_name | 13:49 |
locusf | its a oem device | 13:49 |
locusf | most likely comes with android somewhere else | 13:49 |
kimmoli | smells like paperware still | 13:50 |
Litew | ah, ok then | 13:51 |
kimmoli | oneplusx has buttons too, and just need to figure what to do with them... haven't got their backlight lit yet | 13:51 |
nh1402_work | well Jolla confirmed the Turing phone being officially licensed but that too is vaporware | 13:52 |
nh1402_work | kimmoli: you could make an app to use the buttons as macro's. | 13:52 |
kimmoli | hidden stuff that works only on ported devices kiewil | 13:54 |
nh1402_work | kiewil? | 13:56 |
kimmoli | evil-cool ? | 13:56 |
nh1402_work | why is that a question, you said it. | 14:01 |
*** _morphis <_morphis!morphis@fiona.nas-admin.org> has quit IRC (Ping timeout: 260 seconds) | 14:06 | |
kimmoli | it seeks acceptance... | 14:07 |
*** mouzg <mouzg!55495213@gateway/web/freenode/ip.85.73.82.19> has quit IRC (Quit: Page closed) | 14:27 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 260 seconds) | 14:36 | |
* Nokius bloody cm ! | 14:37 | |
Nokius | fails do build | 14:37 |
Nokius | got now cm12.1 base SFOS but no cm12.1 | 14:37 |
*** rinigus <rinigus!~rinigus@kybi.ioc.ee> has quit IRC (Quit: Leaving) | 14:47 | |
*** lbt is now known as lbt_away | 15:03 | |
mal- | jusa_: just noticed that I missed one function from the PR to audioflingerglue, https://github.com/CyanogenMod/android_frameworks_av/blob/cm-12.1/services/audioflinger/AudioFlinger.h#L199 | 15:26 |
*** kuba77 <kuba77!~kuba@area1-54-gw.hkfree.org> has joined #sailfishos-porters | 15:33 | |
*** nh1402_work <nh1402_work!~nh1402@host81-133-137-69.in-addr.btopenworld.com> has quit IRC (Quit: Leaving) | 15:35 | |
*** krnlyng <krnlyng!~liar@178.114.59.69.wireless.dyn.drei.com> has quit IRC (Ping timeout: 240 seconds) | 15:36 | |
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has joined #sailfishos-porters | 15:46 | |
*** AndroUser <AndroUser!~androirc@78-61-140-105.static.zebra.lt> has joined #sailfishos-porters | 15:50 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Read error: Connection reset by peer) | 15:51 | |
*** krnlyng <krnlyng!~liar@77.117.31.218.wireless.dyn.drei.com> has joined #sailfishos-porters | 15:52 | |
*** AndroUser <AndroUser!~androirc@78-61-140-105.static.zebra.lt> has quit IRC (Read error: Connection reset by peer) | 15:55 | |
*** AndroUser <AndroUser!~androirc@78-61-140-105.static.zebra.lt> has joined #sailfishos-porters | 15:56 | |
*** _morphis <_morphis!~morphis@fiona.nas-admin.org> has joined #sailfishos-porters | 16:00 | |
*** AndroUser <AndroUser!~androirc@78-61-140-105.static.zebra.lt> has quit IRC (Ping timeout: 250 seconds) | 16:15 | |
*** erikas <erikas!bc45c131@gateway/web/freenode/ip.188.69.193.49> has joined #sailfishos-porters | 16:18 | |
*** nh1402 <nh1402!~Thunderbi@2.25.176.116> has joined #sailfishos-porters | 16:22 | |
*** mkrawczuk <mkrawczuk!~quassel@217-67-201-162.itsa.net.pl> has quit IRC (Ping timeout: 240 seconds) | 16:30 | |
*** neochapay <neochapay!6dc3f371@gateway/web/freenode/ip.109.195.243.113> has joined #sailfishos-porters | 16:49 | |
neochapay | i have error with bild image | 16:50 |
neochapay | Warning: repo problem: pattern:jolla-hw-adaptation-tiny210-1-1.noarch requires droid-config-tiny210-policy-settings, but this requirement cannot be provided, uninstallable providers: droid-config-tiny210-policy-settings-1-1.armv7hl[adaptation0-tiny210-2.0.1.11] Warning: repo problem: pattern:jolla-configuration-tiny210-1-1.noarch requires pattern:jolla-hw-adaptation-tiny210, but this requirement cannot be provided, un | 16:50 |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Ping timeout: 240 seconds) | 16:53 | |
neochapay | error paste http://pastebin.com/d4xTRv9i | 16:54 |
neochapay | ks paste http://pastebin.com/PyJMEcBs | 16:54 |
mal- | neochapay: try lines 80-88 of http://piratepad.net/hadk-faq | 16:55 |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 16:55 | |
neochapay | mal-: sanks :) | 16:57 |
*** erikas <erikas!bc45c131@gateway/web/freenode/ip.188.69.193.49> has quit IRC (Ping timeout: 250 seconds) | 17:11 | |
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has joined #sailfishos-porters | 17:12 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters | 17:16 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Ping timeout: 240 seconds) | 17:22 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 17:23 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 244 seconds) | 17:36 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters | 17:39 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 17:43 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 244 seconds) | 17:46 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 272 seconds) | 17:52 | |
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has joined #sailfishos-porters | 17:52 | |
Umeaboy | Where's the zip for endeavoru? | 17:53 |
*** Koffeinfriedhof <Koffeinfriedhof!~quassel@p200300808F4B9F10ED7CC12457E9545A.dip0.t-ipconnect.de> has joined #sailfishos-porters | 18:01 | |
*** zz_smurfynet is now known as smurfynet | 18:03 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos-porters | 18:04 | |
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has quit IRC (Remote host closed the connection) | 18:06 | |
*** Zotan <Zotan!~quassel@2a00:1098:0:86:1000:20:0:1> has joined #sailfishos-porters | 18:06 | |
*** Mister_Magister <Mister_Magister!~Mister_Ma@2a01:11af:4b8:7900:1950:ce9c:fcb5:2f7> has joined #sailfishos-porters | 18:09 | |
*** carepack <carepack!~carepack@p3E9E868C.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 272 seconds) | 18:09 | |
*** carepack <carepack!~carepack@p3E9E868C.dip0.t-ipconnect.de> has joined #sailfishos-porters | 18:10 | |
*** draynium <draynium!~d@c-73-224-87-206.hsd1.fl.comcast.net> has quit IRC (Max SendQ exceeded) | 18:18 | |
divis19691 | mal-: getting back to porting meizu m2. Here are the mounts: http://pastebin.com/kyYKdDr3 | 18:25 |
mal- | pastebin /init.log | 18:27 |
divis19691 | init.log: http://pastebin.com/WHptHez0 | 18:28 |
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has joined #sailfishos-porters | 18:29 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters | 18:31 | |
wickwire | Hi everyone! | 18:32 |
dirkvl | helloooo@ | 18:33 |
mal- | divis19691: pastebin output of dmesg | 18:33 |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Read error: Connection reset by peer) | 18:35 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters | 18:35 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@213.205.192.179> has joined #sailfishos-porters | 18:41 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@213.205.192.179> has quit IRC (Changing host) | 18:41 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 18:41 | |
*** Skooz <Skooz!~sailfish@92.40.248.141.threembb.co.uk> has joined #sailfishos-porters | 18:42 | |
divis19691 | mal-: I'm afraid kernel is too chatty. Let me know if I should get rid of all that logs. Is it possible to redirect kernel log to some file from early beginning? http://pastebin.com/9TtcwjsJ | 18:45 |
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has quit IRC (Ping timeout: 264 seconds) | 18:50 | |
*** Tassadar <Tassadar!~tassadar@ip-94-112-203-136.net.upcbroadband.cz> has quit IRC (Quit: Segmentation fault) | 18:50 | |
*** draynium <draynium!~d@c-73-224-87-206.hsd1.fl.comcast.net> has joined #sailfishos-porters | 18:51 | |
MSameer | kimmoli: pushed a fix for the spec file | 18:55 |
kimmoli | MSameer: i checked that repo 10 mins ago :) as it was open in a tab | 18:56 |
kimmoli | lgtm | 18:56 |
kimmoli | Nokius: ^ | 18:56 |
*** smurfynet is now known as zz_smurfynet | 18:57 | |
Nokius | I added a PR last night for the issue | 18:57 |
*** Mister_Magister <Mister_Magister!~Mister_Ma@2a01:11af:4b8:7900:1950:ce9c:fcb5:2f7> has quit IRC (Remote host closed the connection) | 18:58 | |
Nokius | https://github.com/sailfishos/gst-droid/pulls | 18:59 |
Nokius | MSameer: so u can close it :) | 18:59 |
*** spiiroin <spiiroin!~spiiroin@188-67-135-104.bb.dnainternet.fi> has quit IRC (Ping timeout: 258 seconds) | 18:59 | |
MSameer | Nokius: sorry, have not seen it :/ | 18:59 |
Nokius | MSameer: no problem, I missed to ping u | 18:59 |
MSameer | i should get an email. I am surprised I have not received it... | 19:00 |
Nokius | I assumed this so I didn't ping to reduce noise | 19:00 |
MSameer | I did not get it | 19:01 |
MSameer | not in the spam folder | 19:01 |
MSameer | let me check server logs | 19:01 |
MSameer | grep github /var/log/mail.log | 19:02 |
MSameer | nothing | 19:02 |
MSameer | OK. github to blame then :P | 19:02 |
Nokius | I got the close mail two times haha | 19:02 |
mal- | divis19691: does /data contain anything? | 19:05 |
*** spiiroin <spiiroin!~spiiroin@37-136-103-101.rev.dnainternet.fi> has joined #sailfishos-porters | 19:05 | |
Nokius | mal-: sorry bit offtopic do u know by any changes what this output likes to tell me | 19:08 |
Nokius | https://gist.github.com/Nokius/05fd985d30767295d6f57af2777722ef | 19:08 |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 272 seconds) | 19:08 | |
divis19691 | mal-: drwxrwx--- 5 media_rw media_rw 4096 Jan 27 18:03 media | 19:08 |
divis19691 | do you suspect mounting was not done correctly? I'll check it | 19:09 |
mal- | divis19691: I suspect that you are in the first debug telnet which happens if you have either incorrect kernel configs or missing rootfs, the first of those is not supported but init.log | 19:11 |
mal- | *by | 19:11 |
mal- | Nokius: not sure what could cause that | 19:14 |
divis19691 | well, I've ignored warnings in config check (when porting a kernel) and fixed only errors. I'll try to fix all the warnings and get back with the results | 19:14 |
Nokius | mal-: I checked about this add hint but I found no valuable information | 19:14 |
mal- | divis19691: no need, just check that these are correct https://github.com/mer-hybris/hybris-boot/blob/master/init-script#L271 | 19:14 |
*** speactra <speactra!~speactra@h-41-59.a212.priv.bahnhof.se> has quit IRC (Ping timeout: 244 seconds) | 19:16 | |
divis19691 | ok, thanks. | 19:18 |
*** Nemno <Nemno!~Nemno@82-168-10-33.ip.telfort.nl> has joined #sailfishos-porters | 19:20 | |
divis19691 | should I have this /diagnosis.log ? there is no /proc/config.gz but I cannot see diagnosis.log | 19:23 |
mal- | Nokius: not a proper fix but try to remove that line from the xml file | 19:23 |
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has quit IRC (Ping timeout: 276 seconds) | 19:25 | |
mal- | divis19691: I think it's already past that, maybe | 19:27 |
mal- | divis19691: what do you have in device / ? | 19:27 |
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has joined #sailfishos-porters | 19:29 | |
mal- | divis19691: could you show your defconfig? | 19:30 |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 19:36 | |
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Leaving) | 19:40 | |
divis19691 | Kernel config: http://pastebin.com/Sf3qNZDA BTW, it is an arm64, does it make sense? | 19:41 |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (Quit: Quitte) | 19:41 | |
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has quit IRC (Ping timeout: 240 seconds) | 19:43 | |
kimmoli | ΓΆΓΆ | 19:49 |
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has joined #sailfishos-porters | 19:50 | |
mal- | divis19691: sailfish doesn't work with 64 bit android yet, as far as I know | 19:52 |
divis19691 | kernel is 64bit, but all that andorid staff is built with armv7 | 19:54 |
mal- | ok | 19:55 |
mal- | kimmoli: do you know if 64 kernel could work with sailfish? | 19:56 |
mal- | *64 bit | 19:56 |
Umeaboy | mal-: Does my Custom HADK look correct now? http://pastebin.com/VLr0xdaG | 19:57 |
Umeaboy | Just want to make sure. | 19:57 |
kimmoli | mal-: no idea | 19:58 |
*** draynium <draynium!~d@c-73-224-87-206.hsd1.fl.comcast.net> has quit IRC (Ping timeout: 250 seconds) | 19:59 | |
divis19691 | mal-: root content: http://pastebin.com/EXVsudDv | 19:59 |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Ping timeout: 250 seconds) | 20:00 | |
mal- | divis19691: yep that looks ok, could you pastebin output of ps aux | 20:00 |
divis19691 | http://pastebin.com/un72rwEe | 20:01 |
mal- | divis19691: maybe you try to compile the kernel as 32 bit? | 20:02 |
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has joined #sailfishos-porters | 20:03 | |
*** Umeaboy <Umeaboy!~Umeaboy@c-94-255-156-119.cust.bredband2.com> has quit IRC (Quit: Leaving) | 20:04 | |
mal- | it would be interesting to see what happens after that, looks like systemd is not working correctly currently | 20:04 |
divis19691 | I'm not sure it will ever boot with it. I'll try if config modification won't fix the issue. | 20:04 |
divis19691 | Is it possible to figure out the exact reason for the issue? If it is the kernel arch, I will definitely try to recompile 32bit | 20:05 |
mal- | if you manage to get also the early messages from dmesg, that might help | 20:06 |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters | 20:06 | |
mal- | I haven't seen yet such a problem that systemd would not work | 20:07 |
divis19691 | In android I typically create a service which dumps /proc/kmsg to a file. Can I do something similar on sailfish? | 20:07 |
kimmoli | i would expect bootloop in 32/64 mismatch | 20:08 |
mal- | normally you could do that with systemd but since it's not working that causes a problem | 20:08 |
mal- | kimmoli: systemd doesn't go that far, it just hangs | 20:09 |
divis19691 | telnet, dhcp are working. Is it possible to create my own app similar to those and add that kernel dumping there? | 20:10 |
mal- | divis19691: also your device seems to be MTK, nobody has ported to those yet | 20:10 |
divis19691 | mal-: how do you conclude it hungs? | 20:10 |
divis19691 | I'm going to be a pioneer :-) | 20:11 |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Remote host closed the connection) | 20:11 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has joined #sailfishos-porters | 20:12 | |
mal- | divis19691: if systemd would run normally systemctl should work, also I would assume more processes running | 20:12 |
divis19691 | do systemd print any logs? What if I add my logs there to figure out what goes wrong? | 20:12 |
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has quit IRC (Ping timeout: 276 seconds) | 20:13 | |
mal- | journalctl would print the logs | 20:13 |
mal- | the problem is that your kernel is flooding dmesg | 20:13 |
*** wickwire <wickwire!~wickwire@a95-95-221-53.cpe.netcabo.pt> has joined #sailfishos-porters | 20:14 | |
divis19691 | is this an executable? | 20:14 |
mal- | which one? | 20:14 |
divis19691 | journalctl | 20:14 |
mal- | yes | 20:14 |
divis19691 | No journal files were found. | 20:14 |
mal- | yep, so logs are not there | 20:15 |
divis19691 | ok. let me clean up that kernel staff (both logs and config). | 20:15 |
mal- | dmesg should also show something but the flooded log is not showing those | 20:15 |
divis19691 | I suppose it will take couple days, so thank you for supporting me now and I will inform you of result... | 20:16 |
mal- | I still would try the 32 bit kernel to be sure what is the problem | 20:17 |
Nokius | mal-: thanks I will try it | 20:17 |
*** drFaustroll_ <drFaustroll_!~drFaustro@213.205.192.179> has joined #sailfishos-porters | 20:17 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@213.205.192.179> has quit IRC (Changing host) | 20:17 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 20:17 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 244 seconds) | 20:29 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 20:29 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos-porters | 20:31 | |
neochapay | Can`t run test_hwcomposer and lipstick to strace - http://pastebin.com/wZ0yP98L | 20:32 |
neochapay | surfaceflinger run notmaly | 20:33 |
neochapay | normaly | 20:33 |
kimmoli | mal-: doea fp2 has multitouch protocol a or b? | 20:35 |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 240 seconds) | 20:35 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 20:37 | |
*** Mister_Magister <Mister_Magister!~Mister_Ma@2a01:11af:4b8:7900:d71:e3bd:5ad0:2b8f> has joined #sailfishos-porters | 20:48 | |
*** drFaustroll_ <drFaustroll_!~drFaustro@opensuse/member/ealin> has quit IRC (Read error: No route to host) | 20:50 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 20:50 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has joined #sailfishos-porters | 20:52 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has quit IRC (Ping timeout: 244 seconds) | 20:57 | |
*** drFaustroll <drFaustroll!~drFaustro@opensuse/member/ealin> has joined #sailfishos-porters | 20:57 | |
*** Koffeinfriedhof <Koffeinfriedhof!~quassel@p200300808F4B9F10ED7CC12457E9545A.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 21:02 | |
ballock | Who was working on a Samsung device port? There were some specifics iirc, is there something I can make use of from the tree? | 21:05 |
*** Mister_Magister <Mister_Magister!~Mister_Ma@2a01:11af:4b8:7900:d71:e3bd:5ad0:2b8f> has quit IRC (Remote host closed the connection) | 21:10 | |
Nokius | ballock: lbt_away did once | 21:18 |
ballock | Nokius: do you know how well did it go? | 21:18 |
Nokius | ballock: no it was one of the first ports | 21:19 |
Nokius | let me check wiki | 21:19 |
ballock | lbt_away: /me is considering a port to s6310, would use any early words of caution | 21:19 |
Nokius | ballock: check this https://wiki.merproject.org/wiki/Adaptations/libhybris/porters | 21:20 |
Nokius | time for some sleep gn8 | 21:22 |
ballock | Nokius: nice, thanks. Some people on it. Would need to find their repos. | 21:23 |
ballock | Nokius: thx and gn8 | 21:23 |
*** kuba77 <kuba77!~kuba@area1-54-gw.hkfree.org> has quit IRC (Quit: kuba77) | 21:31 | |
*** neochapay <neochapay!6dc3f371@gateway/web/freenode/ip.109.195.243.113> has quit IRC (Ping timeout: 250 seconds) | 21:38 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has quit IRC (Quit: Leaving) | 21:39 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has joined #sailfishos-porters | 21:53 | |
*** nh1402_ <nh1402_!~Thunderbi@2.25.176.116> has joined #sailfishos-porters | 21:53 | |
*** nh1402 <nh1402!~Thunderbi@2.25.176.116> has quit IRC (Ping timeout: 240 seconds) | 21:55 | |
*** nh1402_ <nh1402_!~Thunderbi@2.25.176.116> has quit IRC (Ping timeout: 240 seconds) | 21:57 | |
*** dirkvl <dirkvl!~dirkvl@52D91535.cm-11-1a.dynamic.ziggo.nl> has quit IRC (Quit: Leaving) | 22:04 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome) | 22:11 | |
wickwire | ballock: I'm working on a samsung port | 22:19 |
wickwire | mostly with mal- support | 22:20 |
ballock | wickwire: I heard some complaints about what Samsung does in these devices, is it that bad? | 22:21 |
ballock | wickwire: I mean, how bad are your current attempts? | 22:21 |
wickwire | well, I'm pretty satisfied so far - for my own purposes, I just needed gl enabled UI really | 22:22 |
wickwire | but with help here, there's stuff working already | 22:22 |
wickwire | audio works, just not the audio jack yet | 22:23 |
wickwire | camera works, but just front camera and for snapping pics | 22:23 |
wickwire | gps, sensors work fine | 22:23 |
ballock | Did you get the proper headers or was that guesswork? | 22:23 |
wickwire | wifi works | 22:23 |
wickwire | there was work done already by simon van der veldt, | 22:24 |
wickwire | I started from his work | 22:24 |
wickwire | but it was for cyanogenmod 11 | 22:24 |
wickwire | a bit outdated | 22:24 |
wickwire | so, following some advice here, I attempted to upgrade everything to 12.1 | 22:24 |
ballock | some devices have not much more than that... | 22:25 |
ballock | what's the device/git repos? | 22:25 |
ballock | I like looking at other people's commits, especially if there's a chance it will make my repo work ;) | 22:25 |
wickwire | well there's simon's work | 22:25 |
wickwire | https://github.com/simonvanderveldt | 22:26 |
wickwire | mine | 22:26 |
wickwire | https://github.com/wickwire | 22:26 |
wickwire | but these are specifically for the galaxy S4 I9505 LTE | 22:26 |
wickwire | I believe there are more for other samsung models | 22:27 |
wickwire | the status on my port attempt needs a few things working for it to be usable in a daily fashion, | 22:28 |
ballock | wickwire: I guess devices from the same vendor like to reuse some code snippets their devs wrote before, so if you found a fix for something, I might need to use it as well :) | 22:28 |
wickwire | I mean I can send/receive sms fine | 22:28 |
wickwire | I can receive calls fine | 22:28 |
wickwire | making calls has issues | 22:28 |
wickwire | and the camera works partially as described | 22:29 |
wickwire | haven't tried bluetooth yet | 22:29 |
wickwire | sure, I'm publishing any changes to my forks on github | 22:29 |
wickwire | and I'm hoping I can fix the things that aren't still working | 22:30 |
wickwire | publish whichever notes are relevant, where it might make sense onlin | 22:31 |
wickwire | online | 22:31 |
wickwire | one thing I had right off the bat with my samsung | 22:32 |
wickwire | is getting logcat to work properly | 22:32 |
wickwire | for example | 22:32 |
wickwire | a solution has been found already, so now I'm figuring out how to cook a rom with the fix already in place | 22:33 |
ballock | device naming in /dev/log/ stuff? | 22:33 |
wickwire | yeap | 22:33 |
ballock | that's just half bad | 22:33 |
wickwire | basically /dev/log should point to /dev/alog | 22:33 |
wickwire | yeah but that should probably be the first step for me, | 22:34 |
wickwire | as most of the other stuff requires logcat info | 22:34 |
wickwire | to be dealt with | 22:34 |
wickwire | so if the next rom version I put out has working logcat, | 22:34 |
wickwire | that would best I think for anyone out there trying it and supplying info on broken stuff | 22:35 |
ballock | I was renaming dev/log entries before each debugging attempt | 22:35 |
ballock | worked | 22:35 |
ballock | not very handy, but did the job | 22:35 |
divis19691 | mal-: I've found I've seems used a kernel with the wrong configuration (even without all that config error fixes). Also I've fixed two more warnings. And now it reboots into recovery mode. last_kmsg shows: | 22:36 |
divis19691 | [ 19.408460]<2> (2)[746:droid-hal-init]SELinux: Could not open sepolicy: No such file or directory | 22:36 |
divis19691 | [ 19.408529]<2> (2)[746:droid-hal-init]init: SELinux: Failed to load policy; rebooting into recovery mode | 22:36 |
ballock | thanks for the details, I'll let you know if I stumble upon something, perhaps you would know by then :) | 22:36 |
ballock | divis19691: I saw somebody booting with selinux=0 for this | 22:37 |
ballock | anyway, g2g, thanks | 22:37 |
divis19691 | add it to a kernel command line? | 22:39 |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has quit IRC (Remote host closed the connection) | 22:39 | |
ballock | divis19691: yes, I saw it in the device repo; but I guess you can disable selinux in the kernel config altogether anyway. | 22:40 |
divis19691 | ok, thanks, will try. | 22:41 |
*** Nemno <Nemno!~Nemno@82-168-10-33.ip.telfort.nl> has quit IRC (Ping timeout: 240 seconds) | 22:53 | |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Quit: Leaving) | 22:55 | |
*** spider-mario <spider-mario!~spidermar@178-83-188-253.dynamic.hispeed.ch> has quit IRC (Remote host closed the connection) | 23:04 | |
*** maikoool is now known as maikoool_away | 23:22 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has joined #sailfishos-porters | 23:27 | |
*** olafh__ <olafh__!~olafh@pD9E6F6D6.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 258 seconds) | 23:35 | |
*** tux|dude <tux|dude!~tuxdude14@122.56.89.81> has quit IRC (Quit: Leaving) | 23:59 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!