*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has quit IRC (Ping timeout: 240 seconds) | 00:08 | |
MeowDude | locusf: how do I switch from null to something else without having to rebuild> | 00:09 |
---|---|---|
mal | from null? | 00:11 |
MeowDude | yes | 00:11 |
mal | null what? | 00:11 |
MeowDude | mal: https://pastebin.com/xNPVbt1n | 00:12 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.248.230> has joined #sailfishos-porters | 00:13 | |
MeowDude | Ill give fbdev a try though | 00:13 |
mal | I don't understand the issue, for testing you use the EGL_PLATFORM on commandline, for everything else https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/var/lib/environment/compositor/droid-hal-device.conf#L2 | 00:13 |
MeowDude | mal: ssh-keygen -f "/home/galaxyninja66/.ssh/known_hosts" -R 192.168.2.15 | 00:20 |
MeowDude | whoops my bad | 00:20 |
MeowDude | This application failed to start because it could not find or load the Qt platform plugin "xcb" | 00:20 |
MeowDude | I meant that | 00:20 |
MeowDude | are we sure that means nothing? | 00:21 |
mal | MeowDude: what are you trying to run | 00:21 |
mal | MeowDude: that means you are running something in incorrect environment or with incorrect parameters | 00:21 |
MeowDude | test_hwcomposer worked | 00:22 |
MeowDude | I ran EGL_PLATFORM=hwcomposer test _hwcomposer and my screen was blasted with the pattern test | 00:22 |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome) | 00:22 | |
MeowDude | mal: it is whenever I run EGL_PLATFORM=hwcomposer /usr/bin/jolla-startupwizard that I get this error, either as nemo or as root | 00:24 |
MeowDude | this is weird, hwcomposer seems to work, but it just keeps segfaulting when I try to run jolla-startupwizard | 00:25 |
mal | add -platform wayland or -platform hwcomposer | 00:25 |
mal | to the end of the startup wizard command | 00:26 |
MeowDude | https://pastebin.com/u3icZKP5 | 00:26 |
MeowDude | mal: what does DB is locked mean? can I just force unlock it? | 00:27 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.248.230> has quit IRC (Ping timeout: 248 seconds) | 00:28 | |
mal | MeowDude: it has problems using dbus | 00:28 |
mal | try as root | 00:29 |
MeowDude | got it | 00:29 |
MeowDude | mal: same exact problem, DB is locked | 00:29 |
MeowDude | should I grab the log and paste it? it looks the exact same as when it was ran as nemo | 00:30 |
mal | check systemctl and systemctl-user (or systemctl --user), is dbus running ok on both | 00:33 |
MeowDude | I shal check! | 00:34 |
MeowDude | https://pastebin.com/hrNFhX5E | 00:36 |
MeowDude | systemctl shows dbus is active | 00:36 |
*** greguu <greguu!~greguu@2a00:1a28:1559:3::1003> has joined #sailfishos-porters | 00:36 | |
mal | check also the other | 00:37 |
MeowDude | mal: when I run systemct --user I get: Failed to get D-Bus connection: No such file or directory | 00:37 |
beidl | MeowDude: this specific command only works as user nemo | 00:38 |
MeowDude | oh oops | 00:38 |
MeowDude | https://pastebin.com/aJJxXUNt | 00:39 |
beidl | try with QT_QPA_PLATFORM=hwcomposer EGL_PLATFORM=hwcomposer /usr/bin/jolla-startupwizard | 00:42 |
Mister_Magister | mal: oh i'll forget it soon lol, the problem about OTA | 00:43 |
MeowDude | https://pastebin.com/YeeDGeLD | 00:43 |
MeowDude | beidl: same window error with QPA | 00:43 |
*** murray_ <murray_!~murray@dyndsl-092-252-097-174.ewe-ip-backbone.de> has joined #sailfishos-porters | 00:46 | |
beidl | MeowDude: is dconf-service running? | 00:47 |
MeowDude | let me check real quick | 00:48 |
MeowDude | dconf.service isn't even listed... | 00:48 |
beidl | using ps | 00:48 |
MeowDude | what exact command should I use | 00:49 |
beidl | ps xua | grep dconf | 00:49 |
*** murray <murray!~murray@dyndsl-089-166-217-090.ewe-ip-backbone.de> has quit IRC (Ping timeout: 240 seconds) | 00:49 | |
MeowDude | https://pastebin.com/nWAXa3LE | 00:50 |
MeowDude | ran as nemo | 00:50 |
MeowDude | https://pastebin.com/YPRL0pmS | 00:51 |
MeowDude | ran as root | 00:51 |
mal | MeowDude: I can't remember which one but one of those has to be wayland, not hwcomposer | 00:52 |
beidl | MeowDude: could be that the setup wizard wants to connect to dconf, though it cant due to different bus | 00:52 |
MeowDude | so how do I fix it | 00:52 |
beidl | MeowDude: look up the DBUS_SESSION_BUS_ADDRESS in /proc/<pidofdconf-service>/environ | 00:53 |
beidl | and try prepending that to the earlier command | 00:54 |
beidl | also run as nemo | 00:54 |
MeowDude | https://pastebin.com/dEwMN2Xk | 00:54 |
MeowDude | oh | 00:54 |
beidl | haha no, insert the right pid (860) | 00:55 |
MeowDude | I must confess I am not very good with linux, so you will need to baby bird me the command so I can parrot it and hopefully absorb it for the future | 00:56 |
beidl | MeowDude: all good :) | 00:57 |
beidl | not as if I'ma tax you for questions like that :) | 00:58 |
MeowDude | so uh | 01:00 |
MeowDude | command? | 01:00 |
beidl | you almost had it: cat /proc/860/environ (if you haven't restarted in between, ofc) | 01:01 |
MeowDude | https://pastebin.com/GKyTQMUv | 01:02 |
MeowDude | DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/100000/dbus/user_bus_socket | 01:03 |
beidl | including the guid part | 01:04 |
beidl | and prepend to the earlier jolla-setupwizard command | 01:04 |
MeowDude | DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/100000/dbus/user_bus_socket,guid=8aa06480d86e4988f66555fe5a7f91f7 | 01:04 |
*** murray_ <murray_!~murray@dyndsl-092-252-097-174.ewe-ip-backbone.de> has quit IRC (Quit: Leaving) | 01:05 | |
MeowDude | still segfaults | 01:05 |
MeowDude | Mister_Magister: how did you get passed lockscreen on the HTC Pico | 01:06 |
MeowDude | I was looking through your old thread | 01:06 |
beidl | DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/100000/dbus/user_bus_socket,guid=8aa06480d86e4988f66555fe5a7f91f7 QT_QPA_PLATFORM=hwcomposer EGL_PLATFORM=hwcomposer /usr/bin/jolla-startupwizard | 01:07 |
beidl | just to sync up | 01:07 |
MeowDude | beidl: https://pastebin.com/5Zc5jML8 | 01:08 |
MeowDude | same QPA error : ( | 01:08 |
beidl | if you want to skip the startupwizard for now you could create an empty file: touch /home/nemo/.jolla-startupwizard-usersession-done | 01:11 |
beidl | in a normal bootup situation | 01:12 |
mal | MeowDude: why didn't you do what I told | 01:12 |
mal | beidl: not recommended, many thing will be broken if wizard is not done | 01:13 |
MeowDude | mal: explain | 01:13 |
mal | 02:52 < mal> MeowDude: I can't remember which one but one of those has to be wayland, not hwcomposer | 01:13 |
MeowDude | mal: I can just rm the file | 01:13 |
MeowDude | *facepalm* that went way over my head | 01:13 |
MeowDude | rebooting now | 01:13 |
beidl | mal: wayland is only supposed to be used in a compositor-server-client situation, which is not true for the startupwizard | 01:14 |
beidl | and yes, but for testing this should be enough | 01:14 |
MeowDude | beidl: still can't get past lockscreen | 01:15 |
beidl | MeowDude: you mean via touch input? | 01:16 |
MeowDude | no it responds to touch | 01:16 |
MeowDude | I just can't get past it | 01:16 |
MeowDude | beidl: https://www.youtube.com/watch?v=XFb6_YSI2R8 | 01:17 |
MeowDude | this should give you an idea of where I am at | 01:17 |
beidl | issues with edge detection in lipstick | 01:18 |
beidl | ? | 01:18 |
beidl | left-right eddges | 01:18 |
beidl | *edges | 01:18 |
MeowDude | no it detects it just fine | 01:19 |
MeowDude | I just can't get past the lockscreen | 01:19 |
MeowDude | Ill brb in 30min | 01:19 |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 240 seconds) | 01:29 | |
mal | beidl: but the second wizard is on top the UI basically | 01:35 |
mal | beidl: the first is not | 01:35 |
mal | MeowDude: if second startup wizard fails to complete then lockscreen will fail | 01:37 |
*** linux_unix-10 <linux_unix-10!~quassel@49.149.21.45> has quit IRC (Remote host closed the connection) | 01:48 | |
*** linux_unix-10 <linux_unix-10!~quassel@49.149.21.45> has joined #sailfishos-porters | 01:56 | |
MeowDude | I am back | 02:13 |
MeowDude | and ready to rumble | 02:13 |
MeowDude | and wow it was double what I said | 02:13 |
MeowDude | mal: I wish there was a way to trace the setup wizard, and see what is going wrong | 02:13 |
MeowDude | I tried strace but it is indecipherable | 02:16 |
beidl | MeowDude: mal is right in that the lockscreen won't let you through if the second part of the wizard hasn't been started. I wonder what happens if all 3 skip files have been created. | 02:20 |
beidl | touch /home/nemo/.jolla-startupwizard-done | 02:22 |
beidl | touch /home/nemo/.jolla-startupwizard-sfos2-tutorial | 02:22 |
beidl | touch /home/nemo/.jolla-startupwizard-usersession-done | 02:22 |
MeowDude | it works | 02:27 |
MeowDude | holy shit I am in a broken gui | 02:27 |
MeowDude | but it fucking works | 02:27 |
MeowDude | wow | 02:27 |
MeowDude | holy shet | 02:27 |
beidl | nice :D so the QT_QPA_PLATFORM should be wayland-egl in case of the second wizard run | 02:29 |
beidl | rm'ing the 3 files and re-running the wizard with wayland-egl should work | 02:30 |
beidl | MeowDude: how broken though? | 02:31 |
*** MeowDude <MeowDude!65671453@gateway/web/freenode/ip.101.103.20.83> has quit IRC (Ping timeout: 260 seconds) | 02:32 | |
*** MeowDude2 <MeowDude2!65671453@gateway/web/freenode/ip.101.103.20.83> has joined #sailfishos-porters | 02:34 | |
MeowDude2 | beidl: give me a few minutes to upload the video | 02:35 |
MeowDude2 | what you notice though is that for some reason, ambiances and stuff glitch out with previously displayed UI elements, you will see what I mean in the video | 02:35 |
MeowDude2 | beidl: https://www.youtube.com/watch?v=HXMX6uqPHls | 02:48 |
MeowDude2 | the setting application opened, but it didn't actually use the scree | 02:49 |
MeowDude2 | again, something you will know what I mean when you see it | 02:49 |
*** krnlyng <krnlyng!~frajo@mobile-access-6df0f5-154.dhcp.inet.fi> has quit IRC (Ping timeout: 256 seconds) | 02:50 | |
beidl | MeowDude2: looks like issues with the opengles/hybris driver | 02:54 |
*** gmoro_ <gmoro_!~gmoro@31.169.96.62> has joined #sailfishos-porters | 02:54 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 260 seconds) | 02:55 | |
MeowDude2 | what does that mean and how can it be fixed | 02:55 |
beidl | MeowDude2: is there any output when you run for example /usr/bin/jolla-settings through a terminal? | 02:56 |
MeowDude2 | I can't open terminal | 02:56 |
MeowDude2 | didn't you see the video? | 02:57 |
beidl | via your pc I mean | 02:57 |
MeowDude2 | oh, let me check | 02:57 |
MeowDude2 | segmentation fault | 02:57 |
MeowDude2 | Ill pastebin the output | 02:57 |
MeowDude2 | https://pastebin.com/fpbwBt9V | 02:58 |
beidl | jolla-calendar instead? | 02:59 |
MeowDude2 | jolla-calender isn't installed by default so can't | 03:00 |
MeowDude2 | Ill try clock | 03:00 |
MeowDude2 | file:///usr/lib/qt5/qml/Sailfish/Silica/private/CoverWindow.qml:10: ReferenceError: Config is not defined | 03:00 |
MeowDude2 | this seems to be the big thing and I am pretty sure the second setup wizard is what defines it | 03:00 |
MeowDude2 | maybe I can manually define it | 03:00 |
beidl | hard to define from outside, this error has nothing to do with the setup wizard | 03:04 |
MeowDude2 | what is the error about then | 03:04 |
beidl | internal code shenanigans, looking into it | 03:04 |
beidl | basically seems to complain that the compositor/home screen cannot determine wether to peek into the wayland buffer or not | 03:06 |
beidl | specifically, what to show in place of the homescreen cover | 03:08 |
beidl | have you tried explicitly running an app with QT_QPA_PLATFORM=wayland-egl prepended? | 03:09 |
beidl | also, which android/AOSP version is your adaptation based on? | 03:10 |
beidl | generally, there are issues with GPU memory | 03:13 |
beidl | referencing the wrong window, textures, whatnot | 03:13 |
*** gmoro_ <gmoro_!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 268 seconds) | 03:17 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has joined #sailfishos-porters | 03:18 | |
MeowDude2 | biedl: base is CM11 Android 4.4, I tried a CM13 base but it never botted | 03:18 |
MeowDude2 | booted* | 03:18 |
MeowDude2 | Ill try prepending an app with that | 03:18 |
MeowDude2 | still ends in a segfault | 03:19 |
*** Mikayx <Mikayx!~kvirc@85-76-163-142-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 260 seconds) | 03:22 | |
beidl | MeowDude2: is an application you started from the homescreen actually running when checking via ps? | 03:24 |
MeowDude2 | um no I will do that | 03:25 |
MeowDude2 | its ps xua right? | 03:25 |
beidl | same as before | 03:25 |
beidl | yes | 03:26 |
beidl | or "ps aux", whatever you prefer | 03:26 |
MeowDude2 | https://paste.ee/p/VRlZj | 03:27 |
MeowDude2 | I ran ps xua with settings running | 03:27 |
beidl | the output is cut, you could "ps aux | grep jolla-settings" | 03:28 |
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Quit: ZNC 1.6.5+deb1 - http://znc.in) | 03:30 | |
beidl | maybe the compositor is just showing a cover with no legit application running | 03:31 |
beidl | MeowDude2: try starting the application with: invoker --single-instance --type=silica-qt5 /usr/bin/jolla-settings & | 03:39 |
beidl | and check via ps again | 03:40 |
MeowDude2 | beidl: it segfaulted | 03:41 |
MeowDude2 | it shows the actual icons and stuff though, like a tiny tiny snapshot of what is would look like | 03:41 |
beidl | so just showing the cover.. | 03:43 |
MeowDude2 | interesting | 03:43 |
MeowDude2 | should I run ps despite it segfaulting? | 03:43 |
beidl | shouldn't be necessary | 03:44 |
MeowDude2 | oh alright | 03:44 |
MeowDude2 | so what is the next step | 03:44 |
beidl | there might be changes required to some middlelayer components | 03:45 |
beidl | or low-level, depending on the definition | 03:45 |
MeowDude2 | so it requires rebuilding? | 03:46 |
beidl | more like code changes in libhybris | 03:46 |
beidl | I wonder what android version other exynos-based adaptations are based on | 03:47 |
MeowDude2 | samsung galaxy s3 I think is based on CM10.1.3 | 03:48 |
MeowDude2 | I could start building again if I somehow find a way for my sources and all my built stuff to need less than 25GB | 03:48 |
beidl | might be worth a shot | 03:50 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@61.148.245.65> has joined #sailfishos-porters | 03:55 | |
*** ranter <ranter!~ranter@87-95-227-247.bb.dnainternet.fi> has quit IRC (Ping timeout: 255 seconds) | 03:57 | |
MeowDude2 | beidl: but I don't want to do that if I don't have to | 04:12 |
beidl | MeowDude2: either code changes or rebasing on a different android version | 04:15 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@61.148.245.65> has quit IRC (Read error: Connection reset by peer) | 04:15 | |
beidl | and I won't be able to properly test without the actual device | 04:16 |
*** gmoro <gmoro!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 248 seconds) | 04:21 | |
MeowDude2 | yo soy | 05:28 |
MeowDude2 | I am bag | 05:28 |
MeowDude2 | beidl: the Galaxy S4 uses an exynos5 as well (Exynos 5410 compared to my N10's 5250) | 05:31 |
MeowDude2 | its base is CM12.1 | 05:31 |
MeowDude2 | fuck it maybe I should just use a CM10.1 base, the S3 and Note (original) use CM10.1 as a base but iirc there is a reason to not use it... Does anyone remember>? | 05:34 |
*** T4 <T4!teleirc@unaffiliated/mikaela/bot/euforia> has quit IRC (Remote host closed the connection) | 06:00 | |
*** T4 <T4!teleirc@unaffiliated/mikaela/bot/euforia> has joined #sailfishos-porters | 06:00 | |
*** MeowDudeAlt <MeowDudeAlt!65671453@gateway/web/freenode/ip.101.103.20.83> has quit IRC (Quit: Page closed) | 06:02 | |
*** Qiangong2 <Qiangong2!48e9ab8b@gateway/web/freenode/ip.72.233.171.139> has joined #sailfishos-porters | 06:04 | |
*** linux_unix-10 <linux_unix-10!~quassel@49.149.21.45> has quit IRC (Remote host closed the connection) | 06:04 | |
Qiangong2 | I'm following the build guide here for jfltexx: https://wiki.merproject.org/wiki/Adaptations/libhybris/Install_SailfishOS_for_jfltexx however the build keeps failing at "frameworks/native/libs/binder/IMemory.cpp:204: error: undefined reference to '__android_log_error_write' collect2: error: ld returned 1 exit status" | 06:06 |
Qiangong2 | The developer said he had the issue here: http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2016-05-26.log.html and that he fixed it, but he didn't say how | 06:07 |
Qiangong2 | The fix that the mer site recommends does not work | 06:07 |
MeowDude2 | when are you getting this error Qiangong2 | 06:16 |
MeowDude2 | and hey wow I was just looking at that page | 06:16 |
MeowDude2 | exynos is a pain you will hate it | 06:16 |
Qiangong2 | lol | 06:17 |
Qiangong2 | I was trying to run: "make libaudioflingerglue miniafservice" | 06:17 |
MeowDude2 | hmmm | 06:19 |
MeowDude2 | I would just skip that step and see what happens | 06:19 |
MeowDude2 | then again I am not very good at this | 06:20 |
MeowDude2 | beidl was helping me earlier | 06:20 |
MeowDude2 | beidl give Qiangong2 some help with his weird extra step | 06:20 |
Qiangong2 | If I skip that, it gives me a zconf error | 06:25 |
Qiangong2 | no such file or directory | 06:25 |
Qiangong2 | I don't know if that happened due to the previous step not working | 06:25 |
Qiangong2 | Or a problem with the lineageos kernel | 06:26 |
MeowDude2 | hmmm... then it is required... pastebin the exact output of the command "make libaudioflingerglue miniafservice" | 06:27 |
MeowDude2 | also I switched bases to hybris 12.1, added depth=1 to repo init and -c to my repo sync, hopefully my 32gb sd card is enough | 06:27 |
Qiangong2 | The last lines before the error: https://hastebin.com/refijifate.pas | 06:33 |
Qiangong2 | There were no warnings or errors before this one | 06:33 |
MeowDude2 | run "cat frameworks/native/libs/binder/IMemory.cpp" and paste the out put, if you can only fit a bit please paste line 244 and the surrounding lines | 06:38 |
MeowDude2 | Qiangong2^ | 06:38 |
*** lal <lal!~lal@117.248.9.255> has joined #sailfishos-porters | 06:41 | |
Qiangong2 | Here's the whole file: https://hastebin.com/tejerutocu.m | 06:42 |
Qiangong2 | the developer even commented in "Hm." | 06:43 |
Qiangong2 | *at 204 | 06:43 |
MeowDude2 | comment every single line between line 184 and 215 | 06:47 |
MeowDude2 | just to try it | 06:47 |
MeowDude2 | also I am very excited, Nexus 10 is officially on the adaptations/libhybris page | 06:49 |
MeowDude2 | hooray | 06:49 |
Qiangong2 | yay | 06:51 |
Qiangong2 | Here's the new error: https://hastebin.com/citixufuyi.pas | 06:54 |
Qiangong2 | basically says that I commented out thirty lines | 06:55 |
MeowDude2 | nah | 07:01 |
MeowDude2 | its a new error | 07:01 |
MeowDude2 | in a different file | 07:01 |
MeowDude2 | this file /home/orca/hadk/out/target/product/jfltexx/obj/SHARED_LIBRARIES/libbinder_intermediates/IMemory.o | 07:01 |
Qiangong2 | But the part I commented out is BpMemory::getMemory(int*, unsigned int*) const | 07:08 |
*** lal <lal!~lal@117.248.9.255> has quit IRC (Quit: got to go!) | 07:11 | |
*** ranter <ranter!~ranter@87-95-49-93.bb.dnainternet.fi> has joined #sailfishos-porters | 07:13 | |
MeowDude2 | oh | 07:19 |
MeowDude2 | well Ill be honest I don't really know what to do besides caveman style commenting out error lines | 07:19 |
Qiangong2 | It honestly would probably just be better to rebuild with a lineage-13.0 tree | 07:20 |
Qiangong2 | I just didn't want to have to go through all that work if I didn't have to :P | 07:20 |
*** _sven <_sven!~sven@p5B26E5F9.dip0.t-ipconnect.de> has joined #sailfishos-porters | 07:29 | |
Qiangong2 | Okay, well g'night everyone | 07:30 |
*** Qiangong2 <Qiangong2!48e9ab8b@gateway/web/freenode/ip.72.233.171.139> has quit IRC (Quit: Page closed) | 07:30 | |
MeowDude2 | woo hoo so I have 12.5GB free space now, lets see if that is enough to start porting | 07:41 |
MeowDude2 | building kernel now | 07:41 |
*** lpotter <lpotter!~quassel@124.180.170.100> has quit IRC (Ping timeout: 255 seconds) | 08:05 | |
*** Zucca <Zucca!~zucca@85-76-5-72-nat.elisa-mobile.fi> has quit IRC (Remote host closed the connection) | 08:09 | |
*** Zucca <Zucca!~zucca@85-76-5-72-nat.elisa-mobile.fi> has joined #sailfishos-porters | 08:10 | |
*** linux_unix-10 <linux_unix-10!~quassel@49.149.59.118> has joined #sailfishos-porters | 08:14 | |
*** Mikayx <Mikayx!~kvirc@85-76-20-109-nat.elisa-mobile.fi> has joined #sailfishos-porters | 08:18 | |
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has joined #sailfishos-porters | 08:20 | |
*** kamnxt <kamnxt!54d6004c@gateway/web/freenode/ip.84.214.0.76> has joined #sailfishos-porters | 08:45 | |
kamnxt | Hey! Is it possible to get pulseaudio-modules-droid to look for the audio_policy.conf file somewhere else? It seems like my LineageOS build doesn't have it... | 08:46 |
r0kk3rz | kamnxt: symlink? | 08:55 |
kamnxt | r0kk3rz: how would I do that? Can I have files in sparse/system/etc or similar, for example? | 08:57 |
r0kk3rz | sure | 08:57 |
r0kk3rz | well not in /system as thats read only | 08:57 |
r0kk3rz | but iirc it reads it out of /etc | 08:58 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.134> has joined #sailfishos-porters | 09:01 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.250.134> has quit IRC (Read error: Connection reset by peer) | 09:03 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has joined #sailfishos-porters | 09:04 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has quit IRC (Ping timeout: 256 seconds) | 09:09 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.249.68> has joined #sailfishos-porters | 09:09 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 09:21 | |
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:c38:9d09:8e19:ff46> has joined #sailfishos-porters | 09:24 | |
*** TheKit <TheKit!~nekit@95-83-24-215.saransk.ru> has joined #sailfishos-porters | 09:27 | |
*** NotKit <NotKit!~nekit@95-83-28-172.saransk.ru> has quit IRC (Read error: Connection reset by peer) | 09:27 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.249.68> has quit IRC (Read error: Connection reset by peer) | 09:37 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@61.148.245.238> has joined #sailfishos-porters | 09:43 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@61.148.245.238> has quit IRC (Read error: Connection reset by peer) | 09:46 | |
T4 | Manu ASK TO SET https://telegram.org/faq#usernames-and-t-me was removed by: Manu ASK TO SET https://telegram.org/faq#usernames-and-t-me | 09:47 |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has joined #sailfishos-porters | 09:47 | |
MeowDude2 | r0kk3rs | 10:01 |
MeowDude2 | ping | 10:01 |
MeowDude2 | CONFIG_DEVTMPFS_MOUNT is invalid and unset, but I set it, alond with CONFIG_DEVTMPFS, what the fugg is going on here | 10:01 |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Ping timeout: 260 seconds) | 10:04 | |
*** delaya73 <delaya73!53a701e4@gateway/web/freenode/ip.83.167.1.228> has quit IRC (Ping timeout: 260 seconds) | 10:07 | |
*** cxl000 <cxl000!~cxl000@180-150-93-44.NBN.mel.aussiebb.net> has joined #sailfishos-porters | 10:14 | |
*** murray <murray!~murray@dyndsl-092-252-097-174.ewe-ip-backbone.de> has joined #sailfishos-porters | 10:15 | |
MeowDude2 | I am a fucking moron | 10:16 |
MeowDude2 | I ran make without setting my device to manta so it was making the default device *facepalm* | 10:16 |
MeowDude2 | now I have a ton of worthless configs | 10:17 |
MeowDude2 | is there anyway to lower the scale of sailfish os ports? | 10:21 |
MeowDude2 | icons and fonts and UI elements could be smaller and spaced more efficiently on OPO | 10:22 |
*** nac <nac!~nac@p579CBEF4.dip0.t-ipconnect.de> has joined #sailfishos-porters | 10:26 | |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has joined #sailfishos-porters | 10:34 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has joined #sailfishos-porters | 10:35 | |
*** linux_unix-10 <linux_unix-10!~quassel@49.149.59.118> has quit IRC (Remote host closed the connection) | 10:43 | |
mal | kamnxt: https://github.com/mlehtima/droid-config-fp2-sibon/commit/d040f5add2a6cb86ffe76b1459269cfe30701319 | 10:56 |
kamnxt | mal: thanks! | 10:57 |
mal | you obviously need to get the correct audio_policy.conf file from somewhere | 10:58 |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 11:00 | |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has joined #sailfishos-porters | 11:01 | |
*** nac <nac!~nac@p579CBEF4.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds) | 11:03 | |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 11:14 | |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has joined #sailfishos-porters | 11:15 | |
*** elros <elros!~elros@2a02:a315:e040:3a00:59d6:7f72:6c0d:4aa4> has joined #sailfishos-porters | 11:28 | |
*** jbadiapa <jbadiapa!~jubapa@184.red-81-37-142.dynamicip.rima-tde.net> has joined #sailfishos-porters | 11:30 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 11:34 | |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 11:44 | |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has joined #sailfishos-porters | 11:45 | |
MeowDude2 | mal: ping | 11:58 |
MeowDude2 | so I mounted my sdcard to ~/home and I can access it just fine through the HABUILD SDK | 11:58 |
MeowDude2 | but when I am in the Platform SDK it just refuses to recognize any of the files on my sdcard | 11:59 |
MeowDude2 | I can go to ~/home (where I mounted my sd), but when I run "ls" it shows nothing | 11:59 |
MeowDude2 | I also can't access /mnt either | 11:59 |
MeowDude2 | and wow battery life on manta with sfos is gonna be amazing | 12:00 |
MeowDude2 | fuck man I really should have secured a cyanogenmod 12.1 zip for my N10 before using it as my base | 12:01 |
*** murray <murray!~murray@dyndsl-092-252-097-174.ewe-ip-backbone.de> has quit IRC (Ping timeout: 260 seconds) | 12:07 | |
*** delaya73 <delaya73!53a701e4@gateway/web/freenode/ip.83.167.1.228> has joined #sailfishos-porters | 12:07 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 12:11 | |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Ping timeout: 268 seconds) | 12:21 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 12:22 | |
elros | MeowDude2: I used to use something like that when I was building on different partition: https://pastebin.com/zSNSgAHS | 12:24 |
*** PeperJohnny <PeperJohnny!~johnny@dyndsl-031-150-157-157.ewe-ip-backbone.de> has joined #sailfishos-porters | 12:24 | |
*** carepack_ <carepack_!~carepack_@p5B2D8235.dip0.t-ipconnect.de> has joined #sailfishos-porters | 12:25 | |
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has quit IRC (Quit: My iMac has gone to sleep. ZZZzzz…) | 12:30 | |
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:c38:9d09:8e19:ff46> has quit IRC (Remote host closed the connection) | 12:35 | |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Ping timeout: 276 seconds) | 12:39 | |
*** kamnxt <kamnxt!54d6004c@gateway/web/freenode/ip.84.214.0.76> has quit IRC (Ping timeout: 260 seconds) | 12:58 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 260 seconds) | 13:11 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has joined #sailfishos-porters | 13:21 | |
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has joined #sailfishos-porters | 13:32 | |
*** NeKit <NeKit!~nekit@95-83-24-215.saransk.ru> has joined #sailfishos-porters | 13:32 | |
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has quit IRC (Ping timeout: 265 seconds) | 13:45 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has quit IRC (Ping timeout: 268 seconds) | 13:46 | |
*** sydney_untangle <sydney_untangle!~sydney@supertux/sydney> has joined #sailfishos-porters | 13:47 | |
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:9c56:6303:f646:39aa> has joined #sailfishos-porters | 13:49 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.249.250> has joined #sailfishos-porters | 13:50 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.249.250> has quit IRC (Read error: Connection reset by peer) | 13:53 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 265 seconds) | 13:53 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has joined #sailfishos-porters | 13:54 | |
*** amccarthy <amccarthy!~amccarth@58-7-206-69.dyn.iinet.net.au> has quit IRC (Ping timeout: 256 seconds) | 13:59 | |
*** amccarthy <amccarthy!~amccarth@58-7-219-161.dyn.iinet.net.au> has joined #sailfishos-porters | 14:02 | |
*** NeKit <NeKit!~nekit@95-83-24-215.saransk.ru> has quit IRC (Ping timeout: 248 seconds) | 14:13 | |
*** blop is now known as donkeypult | 14:26 | |
*** ahjolinna <ahjolinna!~manjaro-k@mobile-access-5d6a55-48.dhcp.inet.fi> has quit IRC (Remote host closed the connection) | 14:38 | |
*** ahjolinna <ahjolinna!~manjaro-k@mobile-access-5d6a55-48.dhcp.inet.fi> has joined #sailfishos-porters | 14:41 | |
*** _sven <_sven!~sven@p5B26E5F9.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 256 seconds) | 14:50 | |
*** dlavso <dlavso!~dlavsolin@host111-2-dynamic.51-82-r.retail.telecomitalia.it> has quit IRC (Ping timeout: 256 seconds) | 14:51 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 14:54 | |
*** dlavso <dlavso!~dlavsolin@host66-70-dynamic.251-95-r.retail.telecomitalia.it> has joined #sailfishos-porters | 14:56 | |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Ping timeout: 256 seconds) | 15:04 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 15:11 | |
*** Joel[m] <Joel[m]!joelthebec@gateway/shell/matrix.org/x-kfcixvmbklqlespp> has joined #sailfishos-porters | 15:12 | |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Ping timeout: 248 seconds) | 15:17 | |
*** krnlyng <krnlyng!~frajo@mobile-access-bceeae-152.dhcp.inet.fi> has quit IRC (Ping timeout: 260 seconds) | 15:25 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 15:30 | |
*** krnlyng <krnlyng!~frajo@mobile-access-6df08a-74.dhcp.inet.fi> has joined #sailfishos-porters | 15:34 | |
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has quit IRC (Ping timeout: 255 seconds) | 15:36 | |
*** donkeypult <donkeypult!~blop@p54BEFA6F.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds) | 16:03 | |
*** donkeypult <donkeypult!~blop@p54BEFA6F.dip0.t-ipconnect.de> has joined #sailfishos-porters | 16:05 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has quit IRC (Ping timeout: 240 seconds) | 16:08 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.248.217> has joined #sailfishos-porters | 16:19 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@114.242.248.217> has quit IRC (Ping timeout: 260 seconds) | 16:23 | |
*** BenzeneSailfishX <BenzeneSailfishX!~sailfish@121.26.254.21> has joined #sailfishos-porters | 16:25 | |
*** donkeypult is now known as blop | 16:35 | |
*** elros <elros!~elros@2a02:a315:e040:3a00:59d6:7f72:6c0d:4aa4> has quit IRC (Quit: Communi 3.5.0 - http://communi.github.com) | 17:06 | |
*** _sven <_sven!~sven@p5B26E5F9.dip0.t-ipconnect.de> has joined #sailfishos-porters | 17:12 | |
*** _sven <_sven!~sven@p5B26E5F9.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 17:15 | |
*** toomin <toomin!~Slartibar@unaffiliated/toomin> has joined #sailfishos-porters | 17:41 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome) | 17:43 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 17:43 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Client Quit) | 17:47 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 17:48 | |
*** toomin <toomin!~Slartibar@unaffiliated/toomin> has quit IRC (Ping timeout: 240 seconds) | 17:51 | |
*** T4 <T4!teleirc@unaffiliated/mikaela/bot/euforia> has quit IRC (Remote host closed the connection) | 18:00 | |
*** T4 <T4!teleirc@unaffiliated/mikaela/bot/euforia> has joined #sailfishos-porters | 18:00 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Quit: eyome) | 18:43 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has joined #sailfishos-porters | 18:43 | |
*** eyome <eyome!~eyome@vit94-6-88-160-180-232.fbx.proxad.net> has quit IRC (Client Quit) | 18:47 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has joined #sailfishos-porters | 18:50 | |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Quit: Konversation terminated!) | 18:59 | |
*** gmoro_ <gmoro_!~gmoro@31.169.96.62> has joined #sailfishos-porters | 19:03 | |
*** TheKit <TheKit!~nekit@95-83-24-215.saransk.ru> has quit IRC (Remote host closed the connection) | 19:04 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 240 seconds) | 19:04 | |
*** NeKit <NeKit!~nekit@95-83-24-215.saransk.ru> has joined #sailfishos-porters | 19:07 | |
*** cxl000 <cxl000!~cxl000@180-150-93-44.NBN.mel.aussiebb.net> has quit IRC (Ping timeout: 260 seconds) | 19:43 | |
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:9c56:6303:f646:39aa> has quit IRC (Ping timeout: 240 seconds) | 19:48 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 19:55 | |
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has joined #sailfishos-porters | 19:55 | |
*** cxl000 <cxl000!~cxl000@120.157.34.22> has joined #sailfishos-porters | 20:18 | |
*** gmoro_ <gmoro_!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 276 seconds) | 20:20 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has joined #sailfishos-porters | 20:21 | |
*** PeperJohnny <PeperJohnny!~johnny@dyndsl-031-150-157-157.ewe-ip-backbone.de> has quit IRC (Quit: Konversation terminated!) | 20:22 | |
*** TheKit <TheKit!~nekit@87-119-250-94.saransk.ru> has joined #sailfishos-porters | 20:28 | |
*** NeKit <NeKit!~nekit@95-83-24-215.saransk.ru> has quit IRC (Read error: Connection reset by peer) | 20:29 | |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Read error: Connection reset by peer) | 20:32 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 20:33 | |
*** cxl000 <cxl000!~cxl000@120.157.34.22> has quit IRC (Quit: Leaving) | 20:38 | |
*** Nokius_ <Nokius_!~Nokius@p5DDB47C2.dip0.t-ipconnect.de> has joined #sailfishos-porters | 20:42 | |
*** Nokius <Nokius!~Nokius@p5DDB6C31.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds) | 20:46 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 20:46 | |
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:7587:462b:64ed:e9ce> has joined #sailfishos-porters | 21:10 | |
*** Nokius_ is now known as Nokius | 21:11 | |
*** Mikayx <Mikayx!~kvirc@85-76-20-109-nat.elisa-mobile.fi> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | 21:12 | |
corvinux | beidl: Tnx again, I managed to install you SFOS sailfishos-maguro-release-1.0.8.19-alpha2.zip image for maguro, the way you suggested on my friends Google Nexus. | 21:15 |
beidl | corvinux: you're welcome ;) | 21:17 |
*** piggz <piggz!~piggz@91.110.10.228> has quit IRC (Read error: Connection reset by peer) | 21:19 | |
*** piggz <piggz!~piggz@91.110.10.228> has joined #sailfishos-porters | 21:20 | |
beidl | have you tried the other SFOS release in the meantime? | 21:21 |
*** doniks <doniks!~doniks@a80-101-10-222.adsl.xs4all.nl> has quit IRC (Ping timeout: 255 seconds) | 21:29 | |
*** doniks <doniks!~doniks@a80-101-10-222.adsl.xs4all.nl> has joined #sailfishos-porters | 21:32 | |
corvinux | beidl: Not yet, which one would be your suggestion, which release is the last one? | 21:34 |
beidl | corvinux: my last release was the one you've installed currently, I presume the other release is by vakkov, which isn't in the channel currently | 21:35 |
corvinux | beidl: Ok. I will try now sailfishos-maguro-release-1.1.4.28-my1-201504232323.zip release to see, if it works. | 21:38 |
beidl | corvinux: and maybe you'll get to enjoy a newer version if I get my old gnex back ;) | 21:48 |
corvinux | beidl: That would be really great! | 21:49 |
*** XenoPL <XenoPL!~Xeno@159-205-129-44.adsl.inetia.pl> has joined #sailfishos-porters | 21:50 | |
*** carepack_ <carepack_!~carepack_@p5B2D8235.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 255 seconds) | 21:55 | |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-250-95.as13285.net> has quit IRC (Quit: byeeeeeeeeeeeeeee) | 21:57 | |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-241-250-95.as13285.net> has joined #sailfishos-porters | 21:58 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has quit IRC (Ping timeout: 260 seconds) | 22:13 | |
*** corvinux <corvinux!~hashcore@unaffiliated/corvinux> has joined #sailfishos-porters | 22:13 | |
*** andrzejku <andrzejku!~andrzejku@ftth-nat-58.ip4.greenlan.pl> has quit IRC (Quit: Textual IRC Client: www.textualapp.com) | 22:15 | |
piggz | mal: krnlyng: ping .... im trying to build a cmake project in the sdk, but its not even completing its 'configure' checks due..... | 22:38 |
*** XenoPL <XenoPL!~Xeno@159-205-129-44.adsl.inetia.pl> has quit IRC (Ping timeout: 248 seconds) | 22:44 | |
*** bluszcz <bluszcz!~bluszcz@mail.devcarpet.net> has quit IRC (Ping timeout: 260 seconds) | 22:46 | |
piggz | https://bpaste.net/show/9042e1f2933e | 22:46 |
*** MeowDude2 <MeowDude2!65671453@gateway/web/freenode/ip.101.103.20.83> has quit IRC (Ping timeout: 260 seconds) | 22:48 | |
*** bluszcz <bluszcz!~bluszcz@mail.devcarpet.net> has joined #sailfishos-porters | 22:50 | |
corvinux | beidl: I've tried 2 SFOS images sailfishos-maguro-release-1.1.2.16-my1-201504251948.zip and sailfishos-maguro-release-1.1.4.28-my1-201504232323.zip, and neither have working Mobile part, so I will use your image. :) | 23:09 |
*** XenoJl <XenoJl!~XenoJl@159-205-129-44.adsl.inetia.pl> has joined #sailfishos-porters | 23:17 | |
mal | piggz: looks like some compiler version issue, maybe | 23:24 |
*** krnlyng <krnlyng!~frajo@mobile-access-6df08a-74.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 23:28 | |
*** ghosalmartin <ghosalmartin!~mgrover@2a02:c7f:923a:9000:7587:462b:64ed:e9ce> has quit IRC (Remote host closed the connection) | 23:29 | |
*** Kabouik <Kabouik!~kabouik@236.34.200.37.customer.cdi.no> has joined #sailfishos-porters | 23:39 | |
*** Kabouik_ <Kabouik_!~kabouik@38.ip-37-187-46.eu> has joined #sailfishos-porters | 23:40 | |
*** Kabouik <Kabouik!~kabouik@236.34.200.37.customer.cdi.no> has quit IRC (Ping timeout: 256 seconds) | 23:43 | |
*** MeowDude <MeowDude!8a506a43@gateway/web/freenode/ip.138.80.106.67> has joined #sailfishos-porters | 23:48 | |
MeowDude | sledges: ping | 23:48 |
MeowDude | I need help with the Platform SDK | 23:48 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!