*** dvogel <dvogel!~dorianvog@AStrasbourg-651-1-84-50.w90-39.abo.wanadoo.fr> has quit IRC (Ping timeout: 260 seconds) | 00:11 | |
*** olafh_ <olafh_!~olafh@p4FDEF466.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 245 seconds) | 00:35 | |
*** Zucca <Zucca!~zucca@85-76-86-251-nat.elisa-mobile.fi> has quit IRC (Remote host closed the connection) | 01:05 | |
*** ZucZero <ZucZero!~zucca@85-76-86-251-nat.elisa-mobile.fi> has joined #sailfishos-porters | 01:06 | |
*** frozengeek <frozengeek!~frozengee@77.109.119.34> has quit IRC (Quit: frozengeek) | 01:27 | |
*** SfietKonstantin <SfietKonstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds) | 01:30 | |
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has quit IRC (Remote host closed the connection) | 02:48 | |
*** M4rtinK <M4rtinK!~M4rtinK@mail.melf.eu> has quit IRC (Quit: Odcházím) | 03:06 | |
*** OrokuSaki <OrokuSaki!475bbaa0@gateway/web/freenode/ip.71.91.186.160> has joined #sailfishos-porters | 04:04 | |
OrokuSaki | Sup | 04:04 |
---|---|---|
OrokuSaki | Merry Christmas.. and Happy Hunnikah | 04:04 |
OrokuSaki | Err...Hanukkah | 04:05 |
OrokuSaki | stskeeps: you get a chance to play with the tenderloin? | 04:06 |
OrokuSaki | I am about to whip mine out.. all 10 inches | 04:06 |
Sazpaimon | OrokuSaki, a little late on the happy Hanukkah wishes | 04:35 |
Sazpaimon | it ended over a week ago | 04:35 |
*** krnlyng <krnlyng!~liar@178.112.135.230.wireless.dyn.drei.com> has quit IRC (Read error: Connection reset by peer) | 04:37 | |
OrokuSaki | Oh.... well.. it was with good intent | 04:38 |
OrokuSaki | Thanks... Sazpaimon | 04:38 |
Sazpaimon | better late than never as they say | 04:45 |
*** krnlyng <krnlyng!~liar@178.112.135.230.wireless.dyn.drei.com> has joined #sailfishos-porters | 04:54 | |
*** adeen-s <adeen-s!~adeen-s@117.196.185.114> has joined #sailfishos-porters | 04:59 | |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-iglqwlmqprsuaeuu> has joined #sailfishos-porters | 05:08 | |
adeen-s | I think I found the error >> | 05:24 |
adeen-s | modules/display.c: mdy_stm_step(): no compositor; going to logical off | 05:24 |
adeen-s | Dec 25 07:26:47 Jolla systemd[1]: Cannot add dependency job for unit sys-fs-pstore.mount, ignoring: Unit ...ails. | 05:27 |
OrokuSaki | sys p mount doesn't seem to be required in the kernel | 05:46 |
OrokuSaki | I checked mako config once... I think everyone gets that error | 05:46 |
OrokuSaki | did you run logcat while running test_hwcomposer? | 05:47 |
adeen-s | OrokuSaki: I'm rebuilding the image.I think that the lipstick package was corrupt.>>http://pastebin.com/dFX875rD | 05:47 |
adeen-s | OrokuSaki: No I did not.Let me check. | 05:48 |
OrokuSaki | have you ever had an image on the device you are porting? | 05:48 |
adeen-s | No.Its a new port. | 05:49 |
OrokuSaki | when testing, be sure to run systemctl stop user@100000.service as root or sudodev (forget I always do that as root) then test as the user nemo | 05:49 |
OrokuSaki | for a 3.4 kernel I have to be sure to unmount debugfs with the 3.0 I don't... no idea why | 05:50 |
*** olafh_ <olafh_!~olafh@p4FDEF5DA.dip0.t-ipconnect.de> has joined #sailfishos-porters | 05:50 | |
OrokuSaki | EGL_PLATFORM=hwcomposer test_hwcomposer | 05:52 |
adeen-s | test_hwcomposer: test_hwcomposer.cpp:160: int main(int, char**): Assertion `err == 0' failed. | 05:52 |
adeen-s | Aborted | 05:52 |
OrokuSaki | or you can also try EGL_PLATFORM=fbdev test_glesv2 | 05:52 |
OrokuSaki | what does that do? | 05:52 |
OrokuSaki | I would just unmount debugfs as room | 05:53 |
OrokuSaki | root | 05:53 |
adeen-s | OrokuSaki: there are no changes in the journalctl so far.. | 05:53 |
OrokuSaki | be sure /sys/kernel/debug is empty | 05:53 |
adeen-s | [root@Jolla bin]# EGL_PLATFORM=fbdev test_glesv2 | 05:54 |
adeen-s | linkerlinker.c:1109| ERROR: Library 'libPVROGL.so' not found | 05:54 |
adeen-s | linkerlinker.c:1109| ERROR: Library 'libPVROCL.so' not found | 05:54 |
adeen-s | ERROR: failed to open framebuffer: (Inappropriate ioctl for device) | 05:54 |
adeen-s | test_glesv2: eglplatform_fbdev.cpp:34: void fbdevws_init_module(ws_egl_interface*): Assertion `0' failed. | 05:54 |
adeen-s | Aborted | 05:54 |
OrokuSaki | do you get any linker errors with test_hwcomposer? | 05:54 |
adeen-s | No | 05:54 |
OrokuSaki | missing libPVCOCL.so seems... bad | 05:54 |
OrokuSaki | try installing strace then running something like EGL_PLATFORM=hwcomposer strace test_hwcomposer | 05:55 |
OrokuSaki | you will get a ton of output | 05:55 |
OrokuSaki | Oh.. something I had to do to get fbdev to even work (which was the first I ever had working) | 05:55 |
adeen-s | i have strace installed.The problem is that most of the output goes beyond my reach. | 05:56 |
adeen-s | http://pastebin.com/xUrHZeCt | 05:59 |
OrokuSaki | oh I found it | 06:02 |
OrokuSaki | setprop gralloc true | 06:02 |
OrokuSaki | that was how I got at least fbdev to work. Though you want hwcomposer... it was nice to at least see an image | 06:02 |
OrokuSaki | And I saw that from a lot of logcat | 06:03 |
OrokuSaki | in the end the fix was a patch on the android side, and in hwcomposer plugin itself | 06:03 |
OrokuSaki | adeen-s: https://bugs.launchpad.net/touch-preview-images/+bug/1205115 | 06:04 |
merbot | Launchpad bug 1205285 in lxc-android-config (Ubuntu) "duplicate for #1205115 mountig /factory on maguro causes all sorts of havoc and misbehavior with the lxc container" [Undecided,Fix released] | 06:04 |
adeen-s | ps aux | grep nemo suggests that i am in SFOS.however i am stuck with the Samsung boot splash. | 06:05 |
OrokuSaki | something about a factor mount in fstab... so maybe it is... your init.device in root enabling something or something... | 06:05 |
OrokuSaki | PowerVR right? If that requires a module, is the module loaded? | 06:07 |
OrokuSaki | I remember dealing with that on my motorola 4 | 06:07 |
OrokuSaki | been a long time | 06:07 |
adeen-s | OrokuSaki: I dont have a /factory entry in my fstab. What's PowerVR ? I dont think its loaded. | 06:08 |
OrokuSaki | libPVROGL... sounds like PowerVR gpu | 06:08 |
OrokuSaki | make sure your /vendor mount or folder looks good | 06:09 |
OrokuSaki | everything is there etc | 06:09 |
OrokuSaki | and if any module is required for your gpu to work, that it is loaded | 06:09 |
OrokuSaki | if you run setprop gralloc true, change it to false or reboot when testing for hwcomposer | 06:10 |
adeen-s | OrokuSaki: OK | 06:10 |
OrokuSaki | adeen-s: lots of variables | 06:11 |
adeen-s | OrokuSaki: my /vendor/etc folder has just this >>audio_effects.conf | 06:11 |
adeen-s | Nothing else | 06:11 |
OrokuSaki | same here... that is what mine looks like in cyanogen though | 06:12 |
OrokuSaki | what device are you porting? | 06:12 |
adeen-s | Samsung Galaxy Tab 2 (p3100) | 06:13 |
OrokuSaki | https://wiki.merproject.org/wiki/Adaptations/libhybris/porters | 06:19 |
OrokuSaki | locusf does that device... I have seen him here | 06:20 |
OrokuSaki | locusf: ping | 06:20 |
*** adeen-s <adeen-s!~adeen-s@117.196.185.114> has quit IRC (Ping timeout: 264 seconds) | 06:21 | |
OrokuSaki | Oh | 06:21 |
OrokuSaki | 3100 | 06:21 |
*** Adeen <Adeen!~androirc@117.196.185.114> has quit IRC (Ping timeout: 256 seconds) | 06:21 | |
*** Adeen <Adeen!~androirc@117.196.186.77> has joined #sailfishos-porters | 06:21 | |
*** adeen-s <adeen-s!~adeen-s@117.196.186.77> has joined #sailfishos-porters | 06:22 | |
adeen-s | he works with 3110 i think | 06:23 |
adeen-s | OrokuSaki: yesterday while building the image i got 30 such warnings >> | 06:34 |
adeen-s | Warning: package /var/tmp/mic/cache/packages/adaptation0-p3100-2.0.0.10/mce-plugin-libhybris-1.6.0-1.armv7hl.rpm sha256 checksum sha256-0f7f829a173009a5fd2ce21cae4b5b23c59c2565160fa0f3c4d1067365aff616 from repo.xml is not same as the cached rpm digest sha256-caf875f7ff6a79243b339683cb7c50aa1b80a4fdf5ef00a3e2ec94006d875366 | 06:34 |
adeen-s | this time i got no warning,once i cleared the cache and downloaded the packages again. | 06:34 |
*** adeen-s <adeen-s!~adeen-s@117.196.186.77> has quit IRC (Ping timeout: 245 seconds) | 06:51 | |
*** Adeen <Adeen!~androirc@117.196.186.77> has quit IRC (Remote host closed the connection) | 06:51 | |
OrokuSaki | adeen-s: does that have the same gpu? | 06:56 |
OrokuSaki | could be something to do with the kernel and rom..... | 06:56 |
OrokuSaki | I would add selinux=0 to your boot flag in the kernel | 06:57 |
OrokuSaki | if your kernel is using selinux that is | 06:57 |
OrokuSaki | also be sure to boot into android and run lsmod and compare that to sailfish.... | 06:58 |
locusf | OrokuSaki: aye | 07:01 |
*** zhxt_ <zhxt_!~zhxt@124.192.38.2> has quit IRC (Read error: Connection timed out) | 07:01 | |
OrokuSaki | bet you know more about that device! locusf: =) | 07:01 |
locusf | oh p3100 | 07:01 |
locusf | I did p3110 | 07:02 |
locusf | isnt it omap as well? | 07:02 |
OrokuSaki | Are they that different? I read... something about infrared or something and gps\wifi stuff | 07:02 |
locusf | pvr sgx gpu | 07:02 |
OrokuSaki | nod... I only messed with powervr once... | 07:03 |
OrokuSaki | I remember I had to compile a module.... | 07:03 |
*** zhxt <zhxt!~zhxt@124.192.38.2> has joined #sailfishos-porters | 07:07 | |
*** SlimShady <SlimShady!~androirc@117.196.186.77> has joined #sailfishos-porters | 07:22 | |
*** adeen-s <adeen-s!~adeen-s@117.196.186.77> has joined #sailfishos-porters | 07:30 | |
*** Jolla_Roger <Jolla_Roger!~james@host81-135-136-106.range81-135.btcentralplus.com> has joined #sailfishos-porters | 07:30 | |
adeen-s | locusf: What did you do to get lipstick working ?Or you never faced such isssues? | 07:31 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 07:32 | |
adeen-s | OrokuSaki: Both devices use same kernel. | 07:34 |
dr_gogeta86 | hooks.c:52:22: fatal error: sys/auxv.h: No such file or directory | 07:42 |
dr_gogeta86 | is an old error | 07:43 |
adeen-s | Dec 25 07:43:37 localhost systemd[1]: Failed to start droid-hal-init. | 07:45 |
adeen-s | profiled[700]: /home/nemo/.profiled: mkdir: Read-only file system | 07:47 |
dr_gogeta86 | sbam ... | 07:48 |
dr_gogeta86 | which device ? | 07:48 |
adeen-s | locusf: Could you post the updater-script of your p3110 port? | 07:48 |
adeen-s | dr_gogeta86: p3100 | 07:49 |
dr_gogeta86 | tab 1 | 07:50 |
dr_gogeta86 | neat | 07:50 |
adeen-s | dr_gogeta86: tab 2 | 07:51 |
adeen-s | is this what's causing the trouble >> http://pastebin.com/x78r8PkR | 07:51 |
*** phdeswer <phdeswer!~phdeswer@mobile-access-bcee97-29.dhcp.inet.fi> has quit IRC (Ping timeout: 256 seconds) | 07:52 | |
dr_gogeta86 | system is mounted ? | 07:53 |
adeen-s | its not | 07:55 |
dr_gogeta86 | do it manually | 07:56 |
adeen-s | its not present in my fstab ??? | 07:56 |
adeen-s | dr_gogeta86: its not listed in my proc/mounts either ? | 07:59 |
*** Jolla_Roger <Jolla_Roger!~james@host81-135-136-106.range81-135.btcentralplus.com> has quit IRC (Quit: Leaving) | 08:00 | |
dr_gogeta86 | did you know from fstab.p31xx block device association | 08:04 |
dr_gogeta86 | which mmc0*p* to /system ? | 08:04 |
dr_gogeta86 | you can also look from systemd unit | 08:04 |
adeen-s | i used the entry for p3110 from fixup-mountpoints for my device after adding the modem part to it. | 08:05 |
adeen-s | system is mounted after i rebooted the device | 08:06 |
adeen-s | dr_gogeta86: i cant start droid-hal-init | 08:08 |
dr_gogeta86 | is normal | 08:09 |
dr_gogeta86 | you need /system mounted | 08:09 |
dr_gogeta86 | :-D | 08:09 |
adeen-s | dr_gogeta86: system is mounted now.!! | 08:10 |
dr_gogeta86 | ok | 08:12 |
locusf | adeen-s: I dont have it anymore | 08:16 |
adeen-s | locusf: Do you remember the mountpoints? were they "by-name" or simply by the address ? | 08:20 |
dr_gogeta86 | you can see it from fix-bootup | 08:20 |
dr_gogeta86 | https://github.com/mer-hybris/hybris-boot/blob/master/fixup-mountpoints | 08:21 |
dr_gogeta86 | -e 's block/platform/omap/omap_hsmmc.1/by-name/DATAFS mmcblk0p10 ' \ | 08:21 |
dr_gogeta86 | so is mmcblk0p10 | 08:21 |
*** gabriel9 <gabriel9!~bojan@92.241.133.9> has joined #sailfishos-porters | 08:22 | |
adeen-s | dr_gogeta86: Thats for /data . /system resides in mmcblk0p9 . If I'm not wrong. | 08:22 |
dr_gogeta86 | mount and find yourself | 08:22 |
dr_gogeta86 | now I've discovered why you don't have /system ... you may simply don't create it at compile time | 08:23 |
dr_gogeta86 | who remember how to deal | 08:23 |
dr_gogeta86 | this -> hooks.c:52:22: fatal error: sys/auxv.h: No such file or directory | 08:23 |
adeen-s | I'm reinstalling with changed path for /data. Hopefully it will work. | 08:24 |
*** ZucZero <ZucZero!~zucca@85-76-86-251-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 240 seconds) | 08:29 | |
adeen-s | dr_gogeta86: /system and /data are mounted.But still stuck on boot splash.Double tapping the screen turn on the device. | 08:33 |
*** dirkvl_ <dirkvl_!~dirkvl@s5375a49d.adsl.online.nl> has joined #sailfishos-porters | 08:35 | |
dr_gogeta86 | ok mce is one ... congratulation .... | 08:37 |
dr_gogeta86 | *on | 08:37 |
dr_gogeta86 | now you have to deal with hwcomposer ... good luck | 08:37 |
adeen-s | linkerlinker.c:1109| ERROR: Library 'libPVROGL.so' not found | 08:38 |
adeen-s | linkerlinker.c:1109| ERROR: Library 'libPVROCL.so' not found | 08:38 |
adeen-s | If i just place those two libraries,Would it work ? | 08:38 |
Stskeeps | might just be a warning | 08:40 |
adeen-s | I got that while executing this -> EGL_PLATFORM=fbdev test_glesv2 | 08:41 |
dr_gogeta86 | adeen-s, try minimer | 08:41 |
*** r0kk3rz <r0kk3rz!~chatzilla@host-2-99-81-19.as13285.net> has joined #sailfishos-porters | 08:41 | |
dr_gogeta86 | http://piratepad.net/hadk-faq | 08:41 |
adeen-s | so i have to download it and build the image again ? :( | 08:42 |
dr_gogeta86 | no no | 08:42 |
dr_gogeta86 | just those files and qml scene rpm | 08:42 |
adeen-s | I think that adding this to packages should be enough -> qt5-qtdeclarative-qmlscene | 08:47 |
dr_gogeta86 | i dunno if got some deps | 08:53 |
dr_gogeta86 | i usually get internet routing trough usb cable | 08:54 |
adeen-s | how do i get curl to work while in telnet ? | 08:58 |
dr_gogeta86 | routing | 09:04 |
dr_gogeta86 | is hadk | 09:04 |
dr_gogeta86 | is in hadk | 09:04 |
adeen-s | this time i will install via adb in cyanogenmod.I have a feeling that it'll work. | 09:05 |
piggz | merry christmas porters | 09:09 |
dr_gogeta86 | piggz, you too | 09:10 |
dr_gogeta86 | i've got a good present | 09:10 |
dr_gogeta86 | a not buildable libhybris :-D | 09:10 |
adeen-s | i got a better one.A bootable but ui lacking OS | 09:15 |
*** dirkvl_ <dirkvl_!~dirkvl@s5375a49d.adsl.online.nl> has quit IRC (Ping timeout: 256 seconds) | 09:17 | |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 255 seconds) | 09:21 | |
dr_gogeta86 | is a start | 09:22 |
dr_gogeta86 | ../properties/.libs/libandroid-properties.so: undefined reference to `clock_gettime' | 09:22 |
dr_gogeta86 | collect2: ld returned 1 exit status | 09:22 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 09:27 | |
mal- | adeen-s: the checksum messages you asked about are completely normal, it just tells you that it found different versions of the packages and that is because you just rebuilt those | 09:27 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 09:29 | |
mal- | adeen-s: also have you tried to see if the p3110 configs could help https://github.com/mer-hybris/droid-hal-device/tree/hybris-10.1/device-samsung-p3110-configs | 09:30 |
adeen-s | mal-: OK.checking it | 09:31 |
mal- | adeen-s: especially the graphics part built as a module | 09:31 |
mal- | https://github.com/mer-hybris/droid-hal-device/blob/hybris-10.1/device-samsung-p3110-configs/usr/lib/modules-load.d/droid-hal-p3110.conf | 09:31 |
*** Nokius_ <Nokius_!~Nokius@p508BAC37.dip0.t-ipconnect.de> has joined #sailfishos-porters | 09:32 | |
adeen-s | mal-: If i make those changes using vim in telnet, will it suffice? | 09:32 |
adeen-s | right now I'm in cyanogenmod and extracting the rootfs image via adb shell. | 09:34 |
*** Nokius <Nokius!~Nokius@p5DDB7C40.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds) | 09:36 | |
mal- | adeen-s: not sure if those are exactly the same for your device | 09:37 |
mal- | adeen-s: looks like it might be possible just to add the latter file with only the last line | 09:42 |
mal- | according to your device boardconfig files tell that the module should already be there | 09:42 |
dr_gogeta86 | mal-, good moening and happy XperiaMASS | 09:46 |
adeen-s | mal-: my rootf file is a .tar.bz2 instead of tar.gz so i used xvjf instead of xvzf.I got an error saying /data is read only. | 09:46 |
*** SlimShady is now known as Adeen | 09:48 | |
*** zhxt <zhxt!~zhxt@124.192.38.2> has quit IRC (Ping timeout: 255 seconds) | 09:49 | |
mal- | adeen-s: no idea why it's like that now | 09:53 |
dr_gogeta86 | mal-, ../properties/.libs/libandroid-properties.so: undefined reference to `clock_gettime' remember something ? | 09:55 |
mal- | dr_gogeta86: doesn't sound familiar | 09:56 |
adeen-s | mal-: Its extracting now.I re-flashed cm | 09:59 |
corvinux | mal-: LTE is working on Sony Xperia tablet Z with CM 12.1 stable, do you think I should be work also with port? | 10:02 |
corvinux | mal-: LTE is working on Sony Xperia tablet Z with CM 12.1 stable, do you think I should be working also with port? | 10:03 |
*** taaem <taaem!~taaem@f054118034.adsl.alicedsl.de> has quit IRC (Ping timeout: 276 seconds) | 10:05 | |
*** dirkvl_ <dirkvl_!~dirkvl@s5375a49d.adsl.online.nl> has joined #sailfishos-porters | 10:06 | |
mal- | corvinux: it could work on port also | 10:08 |
*** frozengeek <frozengeek!~frozengee@77.109.119.34> has joined #sailfishos-porters | 10:09 | |
corvinux | mal-: ok, great tnx , I going for it. | 10:10 |
corvinux | mal-: ok, great tnx , I'm going for it. | 10:10 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 10:15 | |
*** taaem <taaem!~taaem@x55b1ce68.dyn.telefonica.de> has joined #sailfishos-porters | 10:17 | |
adeen-s | EGL_PLATFORM=hwcomposer /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml << this gives the same output that 'libPVROGL.so' not found | 10:18 |
adeen-s | linkerlinker.c:1109| ERROR: Library 'libPVROGL.so' not found | 10:18 |
adeen-s | linkerlinker.c:1109| ERROR: Library 'libPVROCL.so' not found | 10:18 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 10:20 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 10:21 | |
mal- | adeen-s: do you have that file anywhere? | 10:21 |
adeen-s | mal-: Let me check.Must be there somewhere. | 10:22 |
mal- | you can use strace to see where it looks for it | 10:22 |
*** SfietKonstantin <SfietKonstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 10:28 | |
adeen-s | mal-: where do i add the strace ? | 10:29 |
*** r0kk3rz <r0kk3rz!~chatzilla@host-2-99-81-19.as13285.net> has quit IRC (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421]) | 10:30 | |
*** r0kk3rz <r0kk3rz!~r0kk3rz@2.99.81.19> has joined #sailfishos-porters | 10:32 | |
adeen-s | http://pastebin.com/ixNbWtX9 | 10:32 |
kido | merry christmas sailors :) | 10:35 |
mal- | adeen-s: did you find the file anywhere on the device? | 10:37 |
adeen-s | not yet. I can extract it from the cyanogenmod rom maybe ? | 10:37 |
adeen-s | mal-: ^ | 10:38 |
*** r0kk3rz <r0kk3rz!~r0kk3rz@2.99.81.19> has quit IRC (Remote host closed the connection) | 10:38 | |
adeen-s | find: libPVROCL.so: No such file or directory | 10:42 |
mal- | adeen-s: try to see where it is in cyanogenmod | 10:43 |
mal- | adeen-s: I assume you have /system correctly mounted | 10:43 |
*** ZucZero <ZucZero!~zucca@85-76-86-251-nat.elisa-mobile.fi> has joined #sailfishos-porters | 10:44 | |
*** dirkvl_ is now known as dirkvl | 10:45 | |
adeen-s | mal-: it appears that my Cyanogenmod Rom is missing those. | 10:47 |
*** exadeci <exadeci!uid35778@gateway/web/irccloud.com/x-hbprtxbaukmksqyw> has joined #sailfishos-porters | 10:47 | |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 10:49 | |
adeen-s | however, I found these >> | 10:49 |
adeen-s | [root@Jolla egl]# ls | 10:49 |
adeen-s | libEGL_POWERVR_SGX540_120.so libGLESv1_CM_POWERVR_SGX540_120.so libGLESv2_POWERVR_SGX540_120.so | 10:49 |
adeen-s | libEGL_POWERVR_SGX544_112.so libGLESv1_CM_POWERVR_SGX544_112.so libGLESv2_POWERVR_SGX544_112.so | 10:49 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 10:50 | |
piggz | adeen-s: thats normal ... ive had a booting but no gui for weeks on end! | 10:50 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 10:50 | |
adeen-s | piggz: How did you fix that ? | 10:50 |
*** SfietKonstantin is now known as Sfiet_Konstantin | 10:50 | |
piggz | adeen-s: it depends on the problems ... i had to switch CM version on the n7000 ... and on the ACE i never fixed it | 10:52 |
piggz | its just a case of debugging GL/hybris/hwcomposer problems | 10:52 |
*** frozengeek <frozengeek!~frozengee@77.109.119.34> has quit IRC (Quit: frozengeek) | 10:53 | |
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-2-99-81-19.as13285.net> has joined #sailfishos-porters | 10:53 | |
mal- | adeen-s: did you add the module loading to the one file I linked earlier | 10:53 |
adeen-s | mal-: i couldn't find that file on my device. | 10:54 |
*** frozengeek <frozengeek!~frozengee@77.109.119.34> has joined #sailfishos-porters | 10:55 | |
adeen-s | mal-: Neither in my $ANDROID_ROOT | 10:58 |
*** frozengeek <frozengeek!~frozengee@77.109.119.34> has quit IRC (Client Quit) | 10:58 | |
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has joined #sailfishos-porters | 10:59 | |
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-2-99-81-19.as13285.net> has quit IRC (Remote host closed the connection) | 11:00 | |
mal- | adeen-s: I meant this, did you add this file https://github.com/mer-hybris/droid-hal-device/blob/hybris-10.1/device-samsung-p3110-configs/usr/lib/modules-load.d/droid-hal-p3110.conf | 11:01 |
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-2-99-81-19.as13285.net> has joined #sailfishos-porters | 11:04 | |
adeen-s | mal-: You're saying that i have to add this file to to the /usr/lib/modules-load.d/ folder ?? | 11:04 |
mal- | adeen-s: yes, but only with the last line | 11:04 |
mal- | not sure if the second line works on your device, it might | 11:05 |
adeen-s | with this name ->droid-hal-p3100.conf | 11:05 |
mal- | yes | 11:08 |
mal- | although the filename shouldn't matter that much | 11:08 |
adeen-s | mal-: Ok.I've got the file on device.about to copy it.lets hope that it works. | 11:10 |
adeen-s | file pasted. Now reboot ?? | 11:12 |
mal- | yes | 11:12 |
*** frozengeek <frozengeek!~frozengee@77.109.119.34> has joined #sailfishos-porters | 11:14 | |
adeen-s | mal-: Still the same. do i also write the second line there ? | 11:14 |
mal- | not related to graphics | 11:15 |
adeen-s | mal-: OK. What do i do then ?I've almost tried everything now. | 11:16 |
adeen-s | mal-: I got the cyanogenmod boot animation and journalctl still continues to give output. | 11:19 |
mal- | adeen-s: what did you do? | 11:20 |
adeen-s | i explicitly started surfaceflinger | 11:20 |
mal- | that's good | 11:20 |
adeen-s | but screen turns off and need to be double tapped to turn on. | 11:21 |
mal- | that's normal | 11:21 |
adeen-s | during the boot ?? | 11:21 |
adeen-s | journalctl keeps repeating this line >> | 11:22 |
adeen-s | Dec 25 13:21:49 Jolla mce[460]: modules/battery-statefs.c: tracker_open(): /run/state/namespaces/Battery...gument | 11:22 |
mal- | are you using test_hwcomposer or minimer to test graphics? | 11:22 |
adeen-s | As of now, I'm doing nothing. | 11:23 |
adeen-s | Dec 25 13:23:01 Jolla lipstick[1139]: == hwcomposer module == | 11:24 |
adeen-s | Dec 25 13:23:01 Jolla lipstick[1139]: [F] HwComposerBackend::create:86 - QPA-HWC: hwc_module->methods->op...d -14 | 11:24 |
adeen-s | Dec 25 13:23:01 Jolla systemd[614]: lipstick.service: main process exited, code=killed, status=6/ABRT | 11:24 |
adeen-s | Dec 25 13:23:01 Jolla systemd[614]: Failed to start The lipstick UI. | 11:24 |
mal- | which EGL_PLATFORM do you have in /var/lib/environment/compositor/droid-hal-device.conf? | 11:24 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 264 seconds) | 11:24 | |
adeen-s | mal-: Let me check. | 11:25 |
mal- | did surfaceflinger work before you added the module loading? | 11:25 |
adeen-s | mal-:no it did not work before that | 11:26 |
mal- | very good | 11:26 |
adeen-s | EGL_PLATFORM=hwcomposer | 11:26 |
adeen-s | QT_QPA_PLATFORM=hwcomposer | 11:26 |
mal- | adeen-s: try changing the EGL_PLATFORM=hwcomposer to EGL_PLATFORM=fbdev | 11:27 |
mal- | and reboot | 11:27 |
mal- | adeen-s: the fact that surfaceflinger started to work is promising | 11:27 |
adeen-s | mal-: Could you help me here? how do i edit a file using vim ? | 11:29 |
mal- | adeen-s: you get edit mode with "i" and then edit it and ESC takes you out of it, save and exit with ":wq" | 11:30 |
adeen-s | whats :wq ? | 11:30 |
mal- | it's the command for saving the file and exiting | 11:31 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 11:31 | |
mal- | dinner time, if you still have problems editing google some instructions | 11:32 |
adeen-s | mal-: OK,thanks. | 11:32 |
adeen-s | mal-: IT WORKED. ITS CHRISTMAS. but the initial screen looked messed up. | 11:37 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 260 seconds) | 11:39 | |
*** dirkvl <dirkvl!~dirkvl@s5375a49d.adsl.online.nl> has quit IRC (Ping timeout: 256 seconds) | 11:39 | |
adeen-s | mal-: the touch input is awkward. the vertical scrolling works when i swipe horizontally. and text looks awkwardly big on my device. | 11:41 |
adeen-s | mal-: but it works. | 11:41 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 11:46 | |
*** BluesLee_ <BluesLee_!~sailfish@5.147.126.128> has joined #sailfishos-porters | 11:48 | |
BluesLee_ | krnlyng: ping | 11:49 |
*** ZucZero <ZucZero!~zucca@85-76-86-251-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 240 seconds) | 11:50 | |
adeen-s | my display is portrait but the touch input feels as if working in landscape. | 11:50 |
adeen-s | is this what's needed ? >> https://github.com/mer-hybris/droid-hal-device/commit/79c8d5bbc0f851abcd2fff8df9d6325425fdfaf0 | 11:51 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 264 seconds) | 12:00 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds) | 12:01 | |
BluesLee_ | krnlyng: latest changes to sfdroid brought navigation buttons back but i cannot connect to mobile network anymore | 12:03 |
krnlyng | BluesLee_: hm i did not change anything except resolution | 12:05 |
BluesLee_ | krnlyng: hmm.. | 12:06 |
mal- | adeen-s: might be needed | 12:06 |
BluesLee_ | krnlyng: what about the minor changes mentioned in the piratepad | 12:06 |
krnlyng | BluesLee_: i have received my nexus 4, so soon i will be able to debug myself, i hope i can fix networking | 12:07 |
mal- | adeen-s: text scaling needs to be fixed in configs | 12:07 |
krnlyng | BluesLee_: that is only sending additional information, like buffer height stride and so on, previously it was hardcoded for nexus 5 | 12:07 |
BluesLee_ | krnlyng: this would be awesome, bt does not work too | 12:08 |
BluesLee_ | krnlyng: i wonder if ble will work | 12:08 |
krnlyng | BluesLee_: once the display arrives i will start hacking :), nh1402 already has an idea for bt | 12:08 |
adeen-s | mal-: I cant change it. >>"droid-hal-device.conf" E212: Can't open file for writing | 12:09 |
adeen-s | E505: "droid-hal-device.conf" is read-only (add ! to override) | 12:09 |
BluesLee_ | krnlyng: you already started hacking:-) | 12:10 |
mal- | adeen-s: that shouldn't happen, you need to find out why rootfs is read-only | 12:10 |
adeen-s | mal-: Should i try and reboot ? | 12:10 |
BluesLee_ | krnlyng: you also ported n64 emulator, did you checked scummvm too? | 12:10 |
mal- | adeen-s: yes | 12:11 |
mal- | adeen-s: you should even need to ask that, rebooting is always a good idea | 12:11 |
krnlyng | BluesLee_: nope i have not, but i already considered taking a look at it | 12:12 |
BluesLee_ | krnlyng if you need a testers help just drop a note, i will check mobile network issue i encouuntered again | 12:13 |
krnlyng | BluesLee_: i will :) btw i cannot send you messages on tmo, any other way to contact you? | 12:14 |
adeen-s | mal-: It rebooted to the initial Select date/time screen .I cant telnet into it. | 12:14 |
BluesLee_ | krnlyng drop a note here, i read the logs | 12:14 |
BluesLee_ | krnlyng or on the piratepad | 12:15 |
mal- | adeen-s: does the usb0 interface get an ip address on host, if not set it manually | 12:15 |
adeen-s | mal-: It doesn't show up in lsusb . | 12:17 |
adeen-s | how do i set the ip address amnually ? | 12:17 |
krnlyng | BluesLee_: ok cool | 12:17 |
mal- | adeen-s: ifconfig usb0 192.168.2.2 for example | 12:18 |
mal- | adeen-s: it's better to check if the interface has ip using ifconfig -a | 12:19 |
*** BluesLee_ <BluesLee_!~sailfish@5.147.126.128> has quit IRC (Quit: IRC for Sailfish 0.9) | 12:19 | |
adeen-s | telnet: Unable to connect to remote host: Connection refused | 12:20 |
adeen-s | inet addr:192.168.42.230 | 12:20 |
mal- | what is that address | 12:21 |
adeen-s | i get that at usb0 when i run ifconfig -a. | 12:22 |
mal- | then device should always have it of 192.168.2.15, the host usb0 interface something 192.168.2.X with X != 15 | 12:22 |
adeen-s | mal-: looks like I'm stuck now. | 12:25 |
adeen-s | mal-: ifconfig -a shows the same output even when i disconnect the usb ? | 12:28 |
mal- | adeen-s: try to set the ip manually | 12:34 |
adeen-s | mal-: no need. i rebooted and got it. :D | 12:34 |
mal- | adeen-s: did the touchscreen work better after that change | 12:35 |
*** krnlyng <krnlyng!~liar@178.112.135.230.wireless.dyn.drei.com> has quit IRC (Ping timeout: 246 seconds) | 12:38 | |
*** adeen-s <adeen-s!~adeen-s@117.196.186.77> has quit IRC (Ping timeout: 276 seconds) | 12:41 | |
*** Adeen <Adeen!~androirc@117.196.186.77> has quit IRC (Ping timeout: 260 seconds) | 12:42 | |
*** adeen-s <adeen-s!~adeen-s@117.196.184.45> has joined #sailfishos-porters | 12:42 | |
adeen-s | mal-: It works perfectly !!!! | 12:44 |
mal- | adeen-s: great | 12:48 |
adeen-s | mal-: The display is a bit off. | 12:48 |
mal- | how? | 12:49 |
adeen-s | mal-: certain objects overlap each other. | 12:49 |
mal- | might be scaling, you need to fix that | 12:49 |
adeen-s | and how do I fix that ? | 12:49 |
mal- | http://piratepad.net/hadk-faq lines 166-> | 12:50 |
*** krnlyng <krnlyng!~liar@178.114.104.195.wireless.dyn.drei.com> has joined #sailfishos-porters | 12:51 | |
mal- | adeen-s: after you find the correct value you can define it in $ANDROID_ROOT/rpm/droid-hal-p3100.conf, the pixel_ratio value | 12:52 |
*** adeen-s <adeen-s!~adeen-s@117.196.184.45> has quit IRC (Ping timeout: 240 seconds) | 13:08 | |
*** krnlyng <krnlyng!~liar@178.114.104.195.wireless.dyn.drei.com> has quit IRC (Ping timeout: 250 seconds) | 13:30 | |
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has quit IRC (Remote host closed the connection) | 13:31 | |
*** dirkvl <dirkvl!~dirkvl@s5375a49d.adsl.online.nl> has joined #sailfishos-porters | 13:37 | |
*** frozengeek <frozengeek!~frozengee@77.109.119.34> has quit IRC (Quit: frozengeek) | 13:39 | |
*** zhxt <zhxt!~zhxt@106.39.222.206> has joined #sailfishos-porters | 13:42 | |
*** krnlyng <krnlyng!~liar@178.112.221.241.wireless.dyn.drei.com> has joined #sailfishos-porters | 13:43 | |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 13:44 | |
*** Adeen <Adeen!~androirc@117.220.230.114> has joined #sailfishos-porters | 13:48 | |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 256 seconds) | 13:54 | |
*** Adeen <Adeen!~androirc@117.220.230.114> has quit IRC (Read error: Connection reset by peer) | 13:54 | |
*** Adeen <Adeen!~androirc@117.220.230.114> has joined #sailfishos-porters | 13:55 | |
*** adeen-s <adeen-s!~adeen-s@117.220.230.114> has joined #sailfishos-porters | 13:55 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 13:56 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 13:56 | |
*** harha <harha!~harha@mobile-access-5d6a16-40.dhcp.inet.fi> has joined #sailfishos-porters | 13:59 | |
*** harha <harha!~harha@mobile-access-5d6a16-40.dhcp.inet.fi> has quit IRC (Client Quit) | 14:01 | |
adeen-s | I am unable to change the value of pixel ratio :( | 14:34 |
*** ghosalmartin <ghosalmartin!~ghosalmar@host-80-47-97-100.as13285.net> has joined #sailfishos-porters | 14:36 | |
*** zhxt <zhxt!~zhxt@106.39.222.206> has quit IRC (Remote host closed the connection) | 14:36 | |
ghosalmartin | merry christmas :D | 14:36 |
*** zhxt <zhxt!~zhxt@117.79.232.203> has joined #sailfishos-porters | 14:37 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 14:43 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 14:43 | |
adeen-s | ghosalmartin: Merry Christmas. I got my device to boot up | 14:43 |
ghosalmartin | adeen-s: ui? | 14:43 |
adeen-s | yes i got it. thanks to mal- and locusf | 14:44 |
ghosalmartin | ahhh congrats :D | 14:44 |
adeen-s | only the display is messed up | 14:44 |
ghosalmartin | how so? | 14:46 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Client Quit) | 14:46 | |
drFaustroll | adeen-s: too biig or reverted? | 14:47 |
drFaustroll | adeen-s: you need to be root for changing the value | 14:47 |
drFaustroll | adeen-s: plus a lock needs removal | 14:47 |
drFaustroll | adeen-s: here is a script i use http://paste.opensuse.org/84444418 | 14:49 |
ghosalmartin | if i want to add an extra udev rule at build time, would i just add it to the sparse folder? | 14:51 |
adeen-s | drFaustroll: ghosalmartin: Sorry for being late, The objects are too big and overlap each other. | 14:51 |
drFaustroll | ghosalmartin: iirc yes | 14:51 |
drFaustroll | ghosalmartin: see where other rules are added | 14:51 |
drFaustroll | adeen-s: pixel ratio value? | 14:52 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 14:52 | |
drFaustroll | check my script above | 14:52 |
drFaustroll | also needs reboot | 14:52 |
adeen-s | drFaustroll: current is 2.0 but should be 1.11 | 14:52 |
drFaustroll | adeen-s: thre is no 1.11 | 14:52 |
drFaustroll | use 1.0 | 14:52 |
adeen-s | i always get this error | 14:53 |
adeen-s | error: Error spawning command line 'dbus-launch --autolaunch=85a99a474c3e2c49effc4919567d16f9 --binary-syntax --close-stderr': Child process exited with code 1 | 14:53 |
drFaustroll | trying to do what? | 14:53 |
adeen-s | dconf write /desktop/sailfish/silica/theme_pixel_ratio 1.0 | 14:54 |
drFaustroll | you do it as root? | 14:54 |
adeen-s | [root@Jolla locks]# | 14:54 |
drFaustroll | did you remove the file as above? | 14:54 |
drFaustroll | dconf update? | 14:55 |
adeen-s | yes, did both. | 14:55 |
adeen-s | i can confirm that the file is removed | 14:56 |
drFaustroll | are you ssh or telnet? | 14:56 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 14:56 | |
ghosalmartin | drFaustroll: why does telnet or ssh make a diff? | 14:57 |
drFaustroll | ghosalmartin: no idea never used telnet | 14:57 |
*** krnlyng <krnlyng!~liar@178.112.221.241.wireless.dyn.drei.com> has quit IRC (Ping timeout: 246 seconds) | 14:57 | |
drFaustroll | no idea how initializes the environment | 14:57 |
adeen-s | I'm in telnet | 14:57 |
drFaustroll | adeen-s: ok try with ssh | 14:57 |
adeen-s | drFaustroll: It asks for a password,What's that ? | 14:59 |
drFaustroll | adeen-s: ok that is the passwoerd you have setup in developer mode | 15:00 |
adeen-s | drFaustroll: I haven't set-up any password yet ! | 15:01 |
drFaustroll | adeen-s: of course you shall | 15:01 |
drFaustroll | adeen-s: rhere is already one anyhow | 15:01 |
adeen-s | I cant access the keyboard. | 15:02 |
locusf | adeen-s: good work :) | 15:03 |
drFaustroll | adeen-s: what do you mean? | 15:03 |
drFaustroll | adeen-s: telnet inside | 15:04 |
drFaustroll | passwd nemo | 15:04 |
drFaustroll | set a password | 15:04 |
drFaustroll | ssh nemo@... | 15:05 |
ghosalmartin | if am running tests | 15:05 |
ghosalmartin | do I have to use the whole EGL_platofrm | 15:05 |
adeen-s | drFaustroll: I'm in ssh. | 15:06 |
drFaustroll | adeen-s: good | 15:06 |
drFaustroll | now that script of mine did you save it in your phone? | 15:07 |
adeen-s | I thought it was to be executed via ssh ? | 15:07 |
drFaustroll | adeen-s: yes and no | 15:08 |
drFaustroll | adeen-s: login via ssh | 15:08 |
drFaustroll | create a script with the content i gave to you | 15:08 |
drFaustroll | chmod 755 thenameofit | 15:08 |
drFaustroll | devel-su ./thenameofit | 15:09 |
drFaustroll | ghosalmartin: which tests? | 15:09 |
adeen-s | drFaustroll: how do i save that. I dont have mtp access !! | 15:09 |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-iglqwlmqprsuaeuu> has quit IRC (Quit: Connection closed for inactivity) | 15:09 | |
drFaustroll | ghosalmartin: i remember yesterday when you left was corrupted | 15:09 |
drFaustroll | adeen-s: vim thenameofit | 15:09 |
*** krnlyng <krnlyng!~liar@178.114.15.101.wireless.dyn.drei.com> has joined #sailfishos-porters | 15:09 | |
drFaustroll | if no vim | 15:10 |
ghosalmartin | drFaustroll: test_egl | 15:10 |
ghosalmartin | actually all the tests segfault for me lol | 15:10 |
drFaustroll | ghosalmartin: test_vibrator | 15:10 |
adeen-s | drFaustroll: OK, Thanks | 15:10 |
ghosalmartin | drFaustroll: segfaulted hard | 15:10 |
ghosalmartin | they all segfault the same | 15:10 |
drFaustroll | ghosalmartin: ok something pretty bad in hal | 15:11 |
ghosalmartin | drFaustroll: damnn | 15:12 |
drFaustroll | ghosalmartin: try to strace | 15:12 |
ghosalmartin | drFaustroll: i have tbh, nothing crazy | 15:12 |
drFaustroll | ghosalmartin: maybe funny libs missing configs | 15:12 |
ghosalmartin | https://dpaste.de/HmFJ | 15:13 |
drFaustroll | adeen-s: any success? | 15:13 |
adeen-s | drFaustroll: Its booting up now. | 15:13 |
ghosalmartin | is ld.so.nohwcap important? | 15:13 |
drFaustroll | adeen-s: so worked? | 15:13 |
adeen-s | drFaustroll: IT LOOKS B-E-A-Utiful | 15:13 |
*** dirkvl <dirkvl!~dirkvl@s5375a49d.adsl.online.nl> has quit IRC (Ping timeout: 265 seconds) | 15:14 | |
drFaustroll | adeen-s: ok... so there is a difference between telnet and ssh environment | 15:14 |
drFaustroll | ghosalmartin: can you ssh in yours? | 15:14 |
ghosalmartin | drFaustroll: yeahhh | 15:14 |
adeen-s | drFaustroll: yes there is. ghosalmartin: did you follow ? | 15:14 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Read error: Connection reset by peer) | 15:15 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 15:15 | |
ghosalmartin | adeen-s: follow? | 15:15 |
drFaustroll | ghosalmartin: I will ssh rather than telnet... | 15:15 |
drFaustroll | ghosalmartin: let me show you a test_vibrator strace | 15:15 |
*** zhxt <zhxt!~zhxt@117.79.232.203> has quit IRC (Ping timeout: 272 seconds) | 15:15 | |
ghosalmartin | okay | 15:16 |
ghosalmartin | may help | 15:16 |
drFaustroll | ghosalmartin: http://paste.opensuse.org/32821671 | 15:16 |
adeen-s | ghosalmartin: I meant that did you observe my changes here ? | 15:16 |
adeen-s | I'm not a native english speaker | 15:16 |
drFaustroll | ghosalmartin: seems your libc++ is somehow funny | 15:17 |
ghosalmartin | drFaustroll: you dont have libc++ | 15:17 |
ghosalmartin | adeen-s: ah okay | 15:18 |
ghosalmartin | drFaustroll: mine attempts to use libc++ rather than libc | 15:18 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 15:18 | |
ghosalmartin | drFaustroll: after yours calls libdsyscalls | 15:18 |
ghosalmartin | and since mine has called libc++ it wont call libdsyscalls | 15:18 |
ghosalmartin | so should I link libdsyscalls to libc++ instead | 15:19 |
drFaustroll | ghosalmartin: i have no libc++ at all in my port | 15:20 |
ghosalmartin | drFaustroll: I think its an Android 6 thing | 15:20 |
drFaustroll | ghosalmartin: so maybe this is somwthing new | 15:20 |
drFaustroll | ghosalmartin: bugger... | 15:20 |
drFaustroll | ghosalmartin: ldd /usr/bin/test_vibrator | 15:21 |
*** dirkvl <dirkvl!~dirkvl@s5375a49d.adsl.online.nl> has joined #sailfishos-porters | 15:21 | |
ghosalmartin | drFaustroll: yeah, https://dpaste.de/aYSw | 15:23 |
drFaustroll | ghosalmartin: also i see a stat64 | 15:23 |
*** monich <monich!~slava@82-181-219-178.bb.dnainternet.fi> has joined #sailfishos-porters | 15:23 | |
ghosalmartin | drFaustroll: yeah I thought that could be it, but that also occurs in your log | 15:24 |
drFaustroll | ghosalmartin: identical with mine | 15:24 |
drFaustroll | ghosalmartin: seems the segfailt is somewhere in the memory allocated by the first mmap2 | 15:24 |
ghosalmartin | drFaustroll: indeed, no idea why though | 15:26 |
ghosalmartin | drFaustroll: could it be because droid-hal-init is segfaulting | 15:26 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 15:27 | |
ghosalmartin | different reason though | 15:27 |
*** monich <monich!~slava@82-181-219-178.bb.dnainternet.fi> has quit IRC (Quit: Leaving) | 15:42 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Read error: Connection reset by peer) | 15:42 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 15:42 | |
adeen-s | how do i get a keyboard ? | 15:43 |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-ifcejonaponqyxnz> has joined #sailfishos-porters | 15:45 | |
drFaustroll | ghosalmartin: sorry on the phone... | 15:46 |
drFaustroll | ghosalmartin: that mmap2 has a first argument a NULL | 15:46 |
drFaustroll | that does not sound good at all | 15:46 |
drFaustroll | http://man7.org/linux/man-pages/man2/mmap2.2.html | 15:47 |
ghosalmartin | drFaustroll: its alright, and ill give that a read | 15:47 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Read error: Connection reset by peer) | 15:48 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 15:48 | |
adeen-s | i cant connect to wifi because i cant enter the password. | 15:48 |
drFaustroll | adeen-s: check in logs why is not starting maybe is segfaulting | 15:49 |
drFaustroll | adeen-s: journalctl -xlf as root | 15:49 |
adeen-s | drFaustroll: nothing about that in the logs | 15:51 |
ghosalmartin | drFaulltroll: the first argument is mean to be null isnt it? | 15:52 |
drFaustroll | adeen-s: start that command and try again | 15:52 |
drFaustroll | ghosalmartin: no idea... looks suspicious... since shall be the address of a file or device | 15:53 |
ghosalmartin | drFaustroll: i thought its meant to be void? can you do me a favor and give me an strace of droid-hal-init | 15:54 |
drFaustroll | ghosalmartin: void does not mean null | 15:55 |
ghosalmartin | drFaustroll: that is true hmmm | 15:55 |
drFaustroll | ghosalmartin: id i run it by hand | 15:56 |
drFaustroll | ghosalmartin: segfaults | 15:57 |
ghosalmartin | drFaustroll: ahh fair enough | 15:57 |
drFaustroll | ghosalmartin: in the same place as yours | 15:57 |
drFaustroll | ghosalmartin: http://paste.opensuse.org/28676790 | 15:57 |
mal- | adeen-s: what do you mean you can't enter password? is the ui not working correctly? do you see the list of networks? | 16:00 |
adeen-s | mal-: I mean to say that i dont have a keyboard to enter the password. | 16:00 |
adeen-s | maybe it assumes that a hw keyboard is connected ??? ->http://pastebin.com/X8FuKZ6y | 16:00 |
ghosalmartin | drFaustroll: what about getprop or setprop | 16:01 |
mal- | adeen-s: that's possible | 16:01 |
mal- | adeen-s: what is that device? | 16:01 |
adeen-s | p3100 | 16:01 |
drFaustroll | ghosalmartin: getprop works | 16:02 |
mal- | I mean the keyboard device | 16:02 |
drFaustroll | ghosalmartin: segfaults for you? | 16:02 |
adeen-s | mal-: There is no other keyboard | 16:02 |
ghosalmartin | drFaustroll: i assume setprop works for you, and then usually on init after that the android services start | 16:03 |
mal- | adeen-s: install mce-tools package (with usb networking for example) and pastebin output of evdev_trace -i | 16:03 |
ghosalmartin | but mine cant set the properties so it segfaults meaning no android services start, its why surfaceflinger wont start | 16:03 |
drFaustroll | ghosalmartin: no idea about so low things in the booting system | 16:04 |
ghosalmartin | drFaustroll: droid-hal-init is still a mstry to me | 16:05 |
drFaustroll | ghosalmartin: bot be honest if you are able to ssh into it i would have expected droid-hal-init is over | 16:05 |
adeen-s | mal-: I'm unable to tether my connection. | 16:05 |
mal- | adeen-s: why not? | 16:05 |
adeen-s | mal-: can't execute this >> echo 1 > /proc/sys/net/ipv4/ip_forward | 16:05 |
drFaustroll | maybe vgrade knows? | 16:06 |
mal- | adeen-s: create a root shell with sudo bash or su and run it there | 16:06 |
adeen-s | mal-: OK. | 16:07 |
*** dirkvl <dirkvl!~dirkvl@s5375a49d.adsl.online.nl> has quit IRC (Ping timeout: 265 seconds) | 16:12 | |
ghosalmartin | drFaustroll: maybe, i assume it starts some stuff, but not everything | 16:13 |
ghosalmartin | drFaustroll: plus it fails in systemctl i think | 16:13 |
drFaustroll | ghosalmartin: ssh into it and try to see systemctl status | 16:14 |
ghosalmartin | https://dpaste.de/g0VP | 16:14 |
adeen-s | mal-: is this what i need to do to install it >> zypper in mce-tools | 16:14 |
*** monich <monich!~monich@82-181-219-178.bb.dnainternet.fi> has joined #sailfishos-porters | 16:15 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 16:16 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 16:17 | |
adeen-s | error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Read-only file system) | 16:17 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 16:19 | |
mal- | adeen-s: why is your rootfs again in read-only mode | 16:24 |
adeen-s | mal-: another reboot and it is fixed . | 16:24 |
mal- | adeen-s: try to look at dmesg if that happens again, maybe it tells why it remounts it automatically as read-only | 16:25 |
adeen-s | mal-: http://pastebin.com/M45JTv23 | 16:25 |
adeen-s | mal-: OK | 16:25 |
ghosalmartin | christmas dinner time :P | 16:26 |
drFaustroll | ghosalmartin: enjoy... no more food for me... or drink | 16:26 |
ghosalmartin | drFaustroll: had too much? :P | 16:27 |
mal- | adeen-s: for some reason your device reports a full keyboard eventhough it doesn't have one | 16:29 |
adeen-s | mal-: Yeah. so how do i change that. I'd prefer to completely remove such a possibility.I'll never use a hw keyboard on this device. | 16:30 |
*** OrokuSaki_ <OrokuSaki_!475bbaa0@gateway/web/freenode/ip.71.91.186.160> has joined #sailfishos-porters | 16:32 | |
OrokuSaki_ | So.... I got out my tablet.... still can't figure out anything regarding holding it upside down and lipstick reloading.... Only thing I wonder about is what decides on a screen being in the small or large or medium category... | 16:32 |
adeen-s | OrokuSaki_: The pixel density. | 16:33 |
OrokuSaki_ | I have mine at 0.9.... | 16:33 |
mal- | adeen-s: one option is disabling the drivers providing that keyboard in kernel | 16:34 |
adeen-s | android decides on the basis of LDPI/MDPI/LDPI/XHDPI/XXHDPI ? | 16:34 |
OrokuSaki_ | adeen-s: you ever get a screen on your powervr? | 16:34 |
adeen-s | Orokusaki: Yes i got it.Thanks to mal- and locusf and drFaustroll | 16:35 |
OrokuSaki_ | sweet! | 16:35 |
adeen-s | mal-: And how do i disable that. | 16:35 |
mal- | adeen-s: in defconfig for your device set CONFIG_KEYBOARD_SEC_DOCK=n and rebuild kernel | 16:36 |
adeen-s | mal-: OK. :D | 16:36 |
mal- | adeen-s: that is currently set as =y so find it and change it to =n | 16:37 |
drFaustroll | mal-: adeen-s if you know the name of the kernel module may be enough to rm it | 16:37 |
*** krnlyng <krnlyng!~liar@178.114.15.101.wireless.dyn.drei.com> has quit IRC (Ping timeout: 264 seconds) | 16:38 | |
adeen-s | drFaustroll: its CONFIG_KEYBOARD_SEC_DOCK | 16:38 |
drFaustroll | adeen-s: that is a setting a module is a proper file with a .ko extension | 16:39 |
mal- | drFaustroll: yes, of course it's enough to just remove the line CONFIG_KEYBOARD_SEC_DOCK=y | 16:39 |
drFaustroll | mal-: nope... I was referring to remove the kernel module if you know which one is .. the .ko file | 16:40 |
drFaustroll | mal-: of course resetting the thing and rebuilding the kernel is the correct way | 16:40 |
mal- | but that is included in kernel, not built as a module | 16:40 |
drFaustroll | mal-: ok... then nothing to be done other than rebuild | 16:41 |
adeen-s | Do i have to change the display settings again after i flash the hybris-boot.img ? | 16:42 |
drFaustroll | adeen-s: yes | 16:43 |
mal- | adeen-s: no if you change the pixel_ratio in rpm/droid-hal-p3100.spec | 16:43 |
mal- | adeen-s: sorry, if you only flash the kernel and not the whole zip then you don't need to change anything | 16:44 |
adeen-s | mal-: That's what i thought. | 16:45 |
mal- | adeen-s: but make sure you have set pixel_ratio in that file for future images | 16:46 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Ping timeout: 256 seconds) | 16:47 | |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 250 seconds) | 16:47 | |
adeen-s | Image is built. | 16:49 |
adeen-s | flashing now. | 16:49 |
adeen-s | THANKS everyone.It worked | 16:53 |
adeen-s | GOOD NIGHT. I'll be on mobile now. time to experience my first sailfishos build. | 16:54 |
*** adeen-s <adeen-s!~adeen-s@117.220.230.114> has quit IRC (Quit: leaving) | 16:54 | |
*** Adeen is now known as adeen-s | 16:55 | |
*** krnlyng <krnlyng!~liar@178.114.15.101.wireless.dyn.drei.com> has joined #sailfishos-porters | 16:58 | |
OrokuSaki_ | changed my DPI from 2.0 to 0.5... no change... lipstick still reloads when I do inverted portrait... strange | 16:59 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 17:00 | |
OrokuSaki_ | What would cause lipstick to reload when I hold it upside down? | 17:00 |
OrokuSaki_ | I think the x and y resolution play a part in the screen category, and I think it is hard-coded | 17:00 |
*** ghosalmartin <ghosalmartin!~ghosalmar@host-80-47-97-100.as13285.net> has quit IRC (Ping timeout: 260 seconds) | 17:00 | |
OrokuSaki_ | http://doc.qt.io/archives/qtquick-components-symbian-1.1/examples-native-scalability-separatelayouts.html | 17:01 |
adeen-s | Unable to sign in to the store | 17:04 |
mal- | adeen-s: that needs special enabling to work | 17:10 |
adeen-s | mal-: what should I do? | 17:11 |
adeen-s | Why isn't it in the hadk | 17:11 |
*** ghosalmartin <ghosalmartin!~ghosalmar@host-80-47-97-100.as13285.net> has joined #sailfishos-porters | 17:11 | |
adeen-s | I have both an IMEI and a WLAN mac address | 17:13 |
mal- | adeen-s: that is told in http://piratepad.net/hadk-faq lines 61-64 | 17:13 |
adeen-s | Ok. Let me try. | 17:13 |
mal- | adeen-s: have you fixed audio already? | 17:14 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 17:14 | |
sledges | Merry Christmas! https://m.youtube.com/watch?v=kfVsfOSbJY0 | 17:15 |
adeen-s | No audio yet. I'll do that tomorrow. Merry Christmas | 17:15 |
adeen-s | sledges: please enable store for me. | 17:15 |
adeen-s | My IMEI is the same as it was in android. | 17:16 |
sledges | adeen-s: there was some progress, i'll continue pushing durint next weeks | 17:17 |
adeen-s | Also gallery doesn't show my videos and photos. | 17:17 |
adeen-s | So when can I get the store functioning? | 17:19 |
sledges | when done | 17:20 |
sledges | use warehouse meantime | 17:20 |
adeen-s | What's warehouse? | 17:21 |
sledges | openrepos | 17:22 |
sledges | community's app store | 17:22 |
adeen-s | Ok. Any idea why I can't access the files in my sdcard? Nothing shows up in gallery. | 17:23 |
adeen-s | Another thing that I need to fix tomorrow is the browser displaying incorrect orientation | 17:25 |
sledges | adeen-s: you'll need to debug sd card mounts and scripts https://github.com/nemomobile/sd-utils | 17:25 |
*** adeen-s <adeen-s!~androirc@117.220.230.114> has quit IRC (Read error: Connection reset by peer) | 17:28 | |
*** Adeen <Adeen!~androirc@117.220.230.114> has joined #sailfishos-porters | 17:28 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@host-80-47-97-100.as13285.net> has left #sailfishos-porters ("Leaving") | 17:29 | |
Adeen | sledges: OK | 17:29 |
*** ghosalmartin <ghosalmartin!~ghosalmar@host-80-47-97-100.as13285.net> has joined #sailfishos-porters | 17:30 | |
*** Guhl <Guhl!~guhl@chello212186108013.11.vie.surfer.at> has quit IRC (Remote host closed the connection) | 17:30 | |
OrokuSaki_ | "Another thing that I need to fix tomorrow is the browser displaying incorrect orientation"...... | 17:30 |
ghosalmartin | think ive figured out my conundrum with droid-hal-init, so it runs at boot and seems to work cleanly, no errors at all, then when lipstick segfaults, its being run again then it cant set properties unsure why, maybe context | 17:30 |
OrokuSaki_ | Seems I am not the only one then | 17:30 |
*** ghosalmartin <ghosalmartin!~ghosalmar@host-80-47-97-100.as13285.net> has quit IRC (Client Quit) | 17:31 | |
Adeen | Browser display is reversed and on half the screen only. Although the address bar is correctly displayed. | 17:32 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 260 seconds) | 17:37 | |
OrokuSaki_ | So... my portrait rom cannot be held upside down, but landscape can... maybe I can default to landscape mode... in compositor.qml | 17:37 |
Adeen | I can't change the default orientation while in settings. The accelerometer doesn't work yet and default is set to dynamic. | 17:49 |
OrokuSaki | I downloaded a hammerhead image and found it was using primaryuse.conf in /etc/sensorfw | 17:54 |
OrokuSaki | I also have to manually start the sensor service instead of systemd and I am not sure why | 17:54 |
OrokuSaki | Adeen: see if that helps | 17:54 |
drFaustroll | sledges: are you around? | 17:55 |
drFaustroll | sledges: any thoughts on martins seg? | 17:55 |
Adeen | I'll do that tomorrow | 17:55 |
OrokuSaki | check fingerterm for rotation if your using dynamic orientation in lipstick | 17:55 |
drFaustroll | Adeen: which device do you do? | 17:55 |
Adeen | p3100 | 17:56 |
sledges | drFaustroll: im back to eat in a bit:)) | 17:56 |
drFaustroll | sledges: he he... eating and drinking... not good... | 17:57 |
sledges | Adeen: ask OrokuSaki for his browser hack for time being | 17:57 |
OrokuSaki | Oh... I haven't even tried that in awhile... hang on | 17:57 |
Adeen | Will do. Good night. It's 11:30PM here. | 17:57 |
*** Adeen <Adeen!~androirc@117.220.230.114> has quit IRC (Quit: Will be Back Later) | 17:57 | |
sledges | 8pm | 17:58 |
sledges | here | 17:58 |
sledges | hmm | 17:58 |
drFaustroll | sledges: where are you? | 17:58 |
OrokuSaki | https://raw.githubusercontent.com/jshafer817/SailFishOS/master/readme.txt Adeen: | 17:58 |
OrokuSaki | look for Browser | 17:58 |
sledges | drFaustroll: back home for xmas | 17:58 |
drFaustroll | sledges: 2h behind... that is portocal... romania serbia greece or bg | 17:59 |
drFaustroll | maybe ukraine too... | 17:59 |
drFaustroll | may be some middle east one too | 17:59 |
drFaustroll | and egypt | 17:59 |
tbr | baltic states (.lt *hint*) and finland. | 18:01 |
drFaustroll | tbr: I see... i remember now... | 18:01 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 18:25 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@cpc67891-seac23-2-0-cust264.7-2.cable.virginm.net> has joined #sailfishos-porters | 18:35 | |
ghosalmartin | am tempted to jsut link to libc++ | 18:36 |
drFaustroll | ghosalmartin: I do not get one thing... if you say reaches lipstik... why only that few services started | 18:37 |
drFaustroll | ghosalmartin: other thing is to disable lipstick | 18:37 |
drFaustroll | and see what starts | 18:37 |
ghosalmartin | and tracker control | 18:37 |
*** phdeswer <phdeswer!~phdeswer@mobile-access-5d6ad2-70.dhcp.inet.fi> has joined #sailfishos-porters | 18:45 | |
ghosalmartin | this might be a silly question by how i stop it i cant find its .service file | 18:45 |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 18:54 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has quit IRC (Remote host closed the connection) | 19:01 | |
phdeswer | ghosalmartin: two locations for those /usr/lib/systemd/user and /lib/systemd/system. systemctl without parameters should also show a list afaik | 19:15 |
ghosalmartin | ah found it cheers phdeswer | 19:17 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 19:26 | |
*** harha <harha!~harha@mobile-access-5d6ae0-76.dhcp.inet.fi> has joined #sailfishos-porters | 19:33 | |
drFaustroll | ghosalmartin: systemctl disable <nameof> | 19:35 |
ghosalmartin | drFaustroll: does that disable till next boot or for good? | 19:38 |
drFaustroll | ghosalmartin: shall be for good | 19:40 |
ghosalmartin | drFaustroll: everything is segfaulting due to that libc++ lib | 19:42 |
drFaustroll | ghosalmartin: ok so at least you know where.. now needs to know why | 19:43 |
ghosalmartin | drFaustroll: tell me if my logic here isn't logical, when looking at the strace that you provided me, after making calls to libc it then makes a call to libdsyscalls, but libc++ isnt linked to libdsyscalls | 19:47 |
*** phlixi_ <phlixi_!~phlixi@ppp-62-216-204-14.dynamic.mnet-online.de> has quit IRC () | 19:47 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 264 seconds) | 19:48 | |
*** phlixi <phlixi!~phlixi@ppp-62-216-204-14.dynamic.mnet-online.de> has joined #sailfishos-porters | 19:49 | |
drFaustroll | ghosalmartin: I can;t say too much is the same null in memap2? | 19:53 |
ghosalmartin | drFaustroll: but they all have that null, even your logs | 19:53 |
drFaustroll | ok is strange... | 19:54 |
drFaustroll | so you said you passed the first droid-hal-init call | 19:54 |
drFaustroll | ? | 19:54 |
*** dirkvl <dirkvl!~dirkvl@s5375a49d.adsl.online.nl> has joined #sailfishos-porters | 19:55 | |
ghosalmartin | i want to say yes | 19:55 |
ghosalmartin | but ive a feeling is no | 19:55 |
drFaustroll | ok.. in the place where is called there is an exec | 19:55 |
*** AmadeusXNet <AmadeusXNet!~AmadeusXN@host-121-249.parnet.fi> has joined #sailfishos-porters | 19:55 | |
ghosalmartin | yes | 19:55 |
drFaustroll | make it something more funny | 19:55 |
ghosalmartin | what like echo christmas? | 19:55 |
drFaustroll | strace &> /some/absolute/path to save | 19:55 |
drFaustroll | strace dhi.sh &> /some/absolute/path to save | 19:56 |
ghosalmartin | i see okay | 19:56 |
drFaustroll | then you will see | 19:56 |
drFaustroll | strace dhi.sh &> /some/absolute/path to save.$$ | 19:56 |
drFaustroll | so exerytime it calls gets a different log | 19:56 |
*** phlixi <phlixi!~phlixi@ppp-62-216-204-14.dynamic.mnet-online.de> has quit IRC () | 19:57 | |
ghosalmartin | drFaustroll: it segfaulted | 19:58 |
*** dirkvl <dirkvl!~dirkvl@s5375a49d.adsl.online.nl> has quit IRC (Ping timeout: 250 seconds) | 19:59 | |
ghosalmartin | https://dpaste.de/t8g7 | 20:00 |
*** MSameer <MSameer!~MSameer@naboo.foolab.org> has quit IRC (Ping timeout: 250 seconds) | 20:01 | |
drFaustroll | ghosalmartin: i wonder if getting rid of properties is the key | 20:01 |
ghosalmartin | drFaustroll: actually i tried that, that works :P | 20:02 |
drFaustroll | ghosalmartin: so if you get rid of dalvik success? | 20:03 |
ghosalmartin | drFaustroll: anything more than 2 properties causes a crash | 20:04 |
drFaustroll | but i see crashing at no 5 | 20:04 |
drFaustroll | and earlier writes quite few | 20:04 |
*** phlixi <phlixi!~phlixi@ppp-62-216-204-14.dynamic.mnet-online.de> has joined #sailfishos-porters | 20:05 | |
ghosalmartin | if i just get rid of the default.prop | 20:06 |
ghosalmartin | https://dpaste.de/oCcH | 20:06 |
drFaustroll | ghosalmartin: selinux? | 20:07 |
drFaustroll | ghosalmartin: thought you disabled | 20:08 |
ghosalmartin | drFaustroll: it is disabled, it just tries to make harmless calls still | 20:08 |
*** phlixi <phlixi!~phlixi@ppp-62-216-204-14.dynamic.mnet-online.de> has quit IRC () | 20:17 | |
*** Nokius_ is now known as Nokius | 20:21 | |
Nokius | mal-: ping | 20:23 |
*** phlixi <phlixi!~phlixi@ppp-62-216-204-14.dynamic.mnet-online.de> has joined #sailfishos-porters | 20:27 | |
*** MSameer <MSameer!~MSameer@naboo.foolab.org> has joined #sailfishos-porters | 20:36 | |
drFaustroll | ghosalmartin: so that means runs properly | 20:39 |
drFaustroll | ? | 20:39 |
ghosalmartin | drFaustroll: yeahh no reboots | 20:39 |
drFaustroll | ghosalmartin: interesting... | 20:40 |
drFaustroll | ghosalmartin: i still doubt the issue is the number of properties in there | 20:40 |
drFaustroll | ghosalmartin: also notice it looks for a zygote | 20:40 |
ghosalmartin | drFaustroll: same, and thats just a file tbh, its pointing to it correctly and the file exists | 20:40 |
drFaustroll | ghosalmartin: one of the properties try to setup ro.zygote | 20:41 |
drFaustroll | can you try to add that and see | 20:41 |
ghosalmartin | drFaustroll: well thats my issue, i cant manually setpro | 20:41 |
ghosalmartin | setprop | 20:41 |
drFaustroll | why manually? | 20:42 |
drFaustroll | let it in the default.prop | 20:42 |
ghosalmartin | well its already set there | 20:42 |
ghosalmartin | its not zygote that crashes it | 20:42 |
drFaustroll | ghosalmartin: did not you sey you removed it? | 20:42 |
ghosalmartin | i just renamed the file | 20:42 |
drFaustroll | yap and now is empty? | 20:43 |
drFaustroll | i mean default.prop | 20:43 |
ghosalmartin | well its default.bak now lol | 20:43 |
drFaustroll | ghosalmartin: anyhow check what is on line 12 of init.rc | 20:44 |
drFaustroll | ghosalmartin: now i see setting properties fails even before | 20:44 |
ghosalmartin | import /init.${ro.zygote}.rc | 20:45 |
drFaustroll | ghosalmartin: i see | 20:45 |
ghosalmartin | so its just complaining about the missing prop, but the main issue is it wont set properties at all | 20:45 |
ghosalmartin | while setprop on my nexus 5 works perfectly | 20:45 |
ghosalmartin | but it segfaults on the 5x because it cant connect to a socket, same with surfaceflinger | 20:47 |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 250 seconds) | 20:48 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 20:49 | |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has joined #sailfishos-porters | 20:50 | |
*** ZucZero <ZucZero!~zucca@85-76-78-30-nat.elisa-mobile.fi> has joined #sailfishos-porters | 20:54 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 260 seconds) | 20:59 | |
ghosalmartin | if libhybris hijacks libdsyscalls at runtime | 21:01 |
ghosalmartin | i assume itll attempt to hijack it at the libc point | 21:02 |
*** OrokuSaki_ <OrokuSaki_!475bbaa0@gateway/web/freenode/ip.71.91.186.160> has quit IRC (Ping timeout: 252 seconds) | 21:02 | |
ghosalmartin | while i think now it should be the libc++ point...i think | 21:02 |
*** krnlyng <krnlyng!~liar@178.114.15.101.wireless.dyn.drei.com> has quit IRC (Ping timeout: 246 seconds) | 21:03 | |
*** krnlyng <krnlyng!~liar@178.114.13.53.wireless.dyn.drei.com> has joined #sailfishos-porters | 21:15 | |
dr_gogeta86 | good evening | 21:27 |
drFaustroll | ghosalmartin: a wild idea... remove the libc++ | 21:33 |
ghosalmartin | drFaustroll: may as well | 21:34 |
ghosalmartin | drFaustroll: well it has the cheek to go find libc++ somewhere else haha | 21:35 |
ghosalmartin | good even dr_gogeta86 | 21:36 |
ghosalmartin | drFaustroll: yeah it really wants libc++ | 21:42 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 21:50 | |
*** piggz <piggz!~piggz@42.30.147.195.pool.dsl.daisyplc.net> has quit IRC (Ping timeout: 256 seconds) | 21:50 | |
*** corvinux <corvinux!~corvinux@unaffiliated/corvinux> has joined #sailfishos-porters | 21:51 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 250 seconds) | 22:00 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 22:06 | |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-ifcejonaponqyxnz> has quit IRC (Quit: Connection closed for inactivity) | 22:09 | |
*** harha <harha!~harha@mobile-access-5d6ae0-76.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 22:21 | |
*** harha <harha!~harha@mobile-access-5d6ae0-76.dhcp.inet.fi> has joined #sailfishos-porters | 22:21 | |
stephg | happy xmas evening | 22:31 |
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-2-99-81-19.as13285.net> has quit IRC (Ping timeout: 240 seconds) | 22:37 | |
dr_gogeta86 | hi stephg | 22:38 |
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-2-99-81-19.as13285.net> has joined #sailfishos-porters | 22:39 | |
*** harha <harha!~harha@mobile-access-5d6ae0-76.dhcp.inet.fi> has quit IRC (Quit: Leaving.) | 22:40 | |
*** krnlyng <krnlyng!~liar@178.114.13.53.wireless.dyn.drei.com> has quit IRC (Ping timeout: 256 seconds) | 22:44 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Read error: Connection reset by peer) | 22:54 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 22:55 | |
stephg | \o dr_gogeta86 | 22:56 |
*** krnlyng <krnlyng!~liar@178.112.223.156.wireless.dyn.drei.com> has joined #sailfishos-porters | 23:00 | |
*** ZucZero <ZucZero!~zucca@85-76-78-30-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 240 seconds) | 23:09 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 260 seconds) | 23:12 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has joined #sailfishos-porters | 23:14 | |
*** r0kk3rz <r0kk3rz!~r0kk3rz@host-2-99-81-19.as13285.net> has quit IRC (Remote host closed the connection) | 23:22 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@bur91-1-82-227-4-125.fbx.proxad.net> has quit IRC (Ping timeout: 260 seconds) | 23:29 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!