Friday, 2019-05-03

osum4estdo you know which one i'd be looking for? there's a bunch of them and i'm not sure how to find the right one00:01
r0kk3rzfstab.common is in the device repo?00:03
osum4estyes00:04
r0kk3rzat a guess - https://github.com/LineageOS/android_device_google_marlin/blob/765faea6ba4b93d62d40bcef7a975d1570c4e4a5/device-marlin.mk#L4500:07
osum4estoh, huh. seems like that should already be happening but for some reason it isn't. shouldn't that makefile be used by the sfos build?00:10
r0kk3rzso which fstab do you think its using?00:12
osum4estwhat do you mean?00:13
r0kk3rzdoes it have a fstab in out?00:24
osum4estno, i had to manually copy the fstab.common to out. its to getting copied for some reason00:26
osum4estalso still haven't figured out why the sim is only detected ~1/10 boots. i got a svgs from systemd-analyze for when it works and doesn't work but i didn't see anything stand out. my radio mount always happens before ofono starts. heres a journal when it doesnt work: https://pastebin.com/1iTG71rH and a journal when it does: https://pastebin.com/XAF54JwA00:35
r0kk3rzyeah could be something else then00:40
osum4estwell it looks like camera, vibration, and web browser also only sometimes work. it's gotta be something related android rather than specifically to celluar right?01:25
r0kk3rzcould be01:27
osum4est_wait, just to confirm: does cdma work with sailfish?04:18
r0kk3rzprobably not, but that stuff is more handled by RILD04:37
r0kk3rzie. the android side stuff04:38
osum4est_well that sucks... i got close by setting the networkmode to 8 in the default.prop and the ril_subscription. it shows as connected in the status bar, but i can't actually connect to the internet or send texts. can't test calls since sound doesnt work04:47
r0kk3rzmaybe talk to monich about it04:49
osum4est_have they gotten it to work?04:49
r0kk3rzwho is they? jolla?04:49
osum4est_monich, sorry04:49
r0kk3rzoh right, he is the jolla modem guru04:50
osum4est_huh, i'm able to recieve a call04:50
r0kk3rzinteresting04:51
r0kk3rzdownload the ofono logger app off openrepos.net and log some tests04:51
osum4est_its getting completely spammed by "can't activate context 1 (roaming)"05:06
osum4est_ok here's the log from that app: https://drive.google.com/open?id=1_NUrItYzrEoqN-3qsMz2bf-0lasP5egh tried sending an sms and let it fail while it was logging05:15
T4<adampigg> Whats this about mister_magister leaving?07:26
mal@adampigg where?08:36
T4<adampigg> mal: https://twitter.com/Mister1Magister/status/112405965724757197010:07
ghosalmartin...is he alright?10:36
T4<adampigg> Dunno10:47
r0kk3rzim going to say not11:04
*** Thaodan is now known as Thaodan_11:46
*** Thaodan_ is now known as Thaodan11:46
ghosalmartinanyone installed linux on raid0?13:06
T4Pristinesnowflake was added by: Pristinesnowflake14:52
T4<Pristinesnowflake> Hi14:53
T4<Pristinesnowflake> I want to  install  Sailfish OS on  my  mi 3s prime14:55
maldoes the device have some lineage os available?14:55
T4<Pristinesnowflake> No14:57
T4<Pristinesnowflake> Do i need to  Flash lineage first?14:58
malsailfish porting needs lineage os or aosp sources for the hardware adaptation and of course installation of the matching lineage os or aosp version14:59
malis the 3s prime very different from normal 3s?15:00
T4<Dr_tSin> @mal [is the 3s prime very different from normal 3s?], Nope15:01
T4<Dr_tSin> Same trees15:01
T4<Dr_tSin> @Pristinesnowflake [No], Yes it has...15:02
T4<Pristinesnowflake> Okay15:05
T4<Pristinesnowflake> Ill install lineage os first15:06
T4<Pristinesnowflake> Thanks15:06
T4<Pristinesnowflake> (Sticker, 512x512) https://af42kgggd3mfqvgy.tor2web.io/HKEedUO66o.webp15:06
T4<Dr_tSin> @Pristinesnowflake [Ill install lineage os first], I didn't read xda thead??15:08
riniguskimmoli: so far, I haven't encountered anything breaking with 3.0.2.8 built using libhybris .25. the regression seems to be in disconnecting bluetooth device, which sometimes does not disconnect. note its not always and probably depends on device and on your luck. namely, if I press bt enabled on onyx to disable it, bt button goes to dark state, but still shows connected device name. in addition, bt icon on main16:58
rinigusscreen (small stat bar) is still on.16:58
riniguskimmoli: to get out of this mode, you'd have to reconnect and try again. not very reproducible, maybe have to debug it one day16:59
Mister_Magistermal: ping, it's kinda ot but i have noone to ask and you might have some idea. (porting lineage) my android kernel is not mounting partitions and i want to ls /dev somehow from init script but no idea how to do it. exec -- /bin/ls /dev throws that /bin/ls doesn't exist even if i added it manually to ramdisk. Do you have any idea maybe?17:07
malMister_Magister: what kind of init script does lineage have?17:40
Mister_Magistermal: i mean the /init.rc script17:40
Mister_Magisteri'm causing kernel panic before early boot17:41
Mister_Magisterall the /*.rc files17:41
Mister_Magisterwe have *.rc in sfos too so i thought u might have some idea17:41
* Mister_Magister as we disable them mostly17:42
malMister_Magister: have you tried what happen if you make the mer changes to kernel too to sfos init ramdisk, would tell if the kernel is completely broken or not17:45
mal*boot to17:45
Mister_Magistermal: i don't know what changes did mer17:45
* Mister_Magister the kernal should be okay as i did not touch it17:46
Mister_Magistermal: kernal is probably not broken as it's booting the 14.1 lineage17:48
Mister_Magisterim porting 15.1 just to get bt working17:49
malok17:49
mal15.1 might need some kernel changes17:49
Mister_Magisteri haven't seen other devices do any changes17:50
malhmm17:50
Mister_Magistertried to put some exec into script and even put /bin/ls into ramdisk but it doesn't see it (can run anything)17:50
Mister_Magistercan't*17:51
malI don't know much about lineage porting, do you have selinux in permissive mode or disabled?17:59
Mister_Magisterpermissive18:06
Mister_Magisterwell i was mostly asking what can i do to ls /dev in init script18:06
T4<DSstill01> I fixed camera on aliendalvik. now everythin in aliendalvik works, so, im planning to use sailfishos as daily-driver, but that's a hard decision to make18:11
ghosalmartinisnt that illegal18:12
Mister_Magisterit is18:12
Mister_Magister@DSstill01 how did ya do it?18:12
Mister_Magisteri have broken camera in my ad18:12
T4<DSstill01> then, you're trying to port aliendalvik even if you know that it's illegal, while i dont know that it's illegal and i maybe have a sailfishx18:14
T4<DSstill01> [Edit] then, you're trying to port aliendalvik even if you know that it's illegal, while i dont know that it's illegal and maybe I have a sailfishx18:14
ghosalmartinI think even you have the license you can't port it to other devices, I could be mistaken here tbh18:14
Mister_Magisterghosalmartin: i mean porting is not illegal18:15
Mister_Magistersharing package is illegal18:15
T4<DSstill01> nooo, i dont want to go to jail18:15
ghosalmartinMister_Magister, oh right yeah ofc not18:15
Mister_Magister@DSstill01 chillout just tell me how did ya fix camera18:15
ghosalmartinI am curious if Jolla will own all of alien dalvik since they rewrote a ton, if they'll just license it to users18:15
Mister_Magisterghosalmartin: ?18:15
T4<DSstill01> i will only put in my personal gdrive for backup reasons but i wont share it ofc18:15
T4<DSstill01> @Mister_Magister [@DSstill01 chillout just tell me how did ya fi …], cam_socket symlinks18:16
Mister_Magisteri already have that18:16
Mister_Magisterjust media isn't working :/18:16
Mister_Magisteraudio/video18:16
T4<DSstill01> then post your error, probably it's different to mine18:16
Mister_Magisteru can share config file no problem but not the ad package18:16
Mister_Magisteri don't even know how to get log out of ad18:17
Mister_Magistereh lineage community is so helpful18:18
T4<DSstill01> https://bpaste.net/show/cc54f917a3f018:18
T4<DSstill01> @Mister_Magister [i don't even know how to get log out of ad], chroot to /opt/alien and run /system/bin/logcat18:18
Mister_Magisterkek18:19
T4<DSstill01> then > to a file18:19
T4<DSstill01> and post it18:19
Mister_Magisterlel kek18:19
Mister_Magisteroh cam socket18:19
Mister_Magisterinteresting18:19
T4<DSstill01> yes, that fixed socket /dev/video* permission denied errors18:20
Mister_Magisterkek18:20
* Mister_Magister back to android hell18:20
T4<DSstill01> D:18:21
T4<DSstill01> flexing a working aliendalvik port in a sailfishos porters group is funnier than flexing Rolexes18:22
Mister_Magisteri had working ad port18:22
Mister_Magisternot fully but working18:22
Mister_Magisterlong before u18:22
T4<DSstill01> mine is fully working ooo18:23
T4<DSstill01> the only thing i didnt test is phone calls18:23
T4<DSstill01> the only problem i found to make it start was binder driver, because xperia x is 64bit, so, i had to backport 64bit binder driver, that luckily works on 32bit otherwise rip18:25
Mister_Magistermal: how can i add something to ramdisk?18:34
malMister_Magister: no sure really how to do that in android18:36
malbecause I haven't looked into what it contains normally18:37
Mister_Magistermal: isn't it same in sailfishos?18:38
malyou can extract the ramdisk and check yourself18:56
Mister_Magisterrepacking ramdisk causes selinux to abort boot tho18:56
malreally?18:57
Mister_Magisterye18:58
Mister_Magisteri'm gonna replace init script with ls just to force it into ramdisk ffs18:58
type0fMister_Magister: lol #lienageos-dev19:32
Mister_Magisteri dun know u19:32
Mister_Magisterwho r u19:32
type0fA guy who wanted to help you19:33
osum4estmal, monich: is it possible to get CDMA to work with sailfish? i set my network mode to 8 in default.prop and ril_subscription, and it shows as connected in the status bar. i am even able to recieve/start calls. i can't seem to send messages or use data, though. i got logs from the ofono logger app when trying to send an sms and letting it fail:  https://drive.google.com/open?id=1_NUrItYzrEoqN-3qsMz2bf-0lasP5egh19:36
Mister_Magistertype0f: then do it if you can19:38
Mister_Magisteri would be pleased19:39
type0fYeah, but that's a mix of errors19:42
Mister_Magistertype0f: just latest one19:44
type0fNono, 3rd line19:46
malosum4est: maybe some configuration like mentioned here could help https://git.merproject.org/mer-core/ofono/merge_requests/208 ?20:19
Mister_Magistermal: i put whole /system into ramdisk xd20:24
malheh20:24
Mister_Magisterim totally out of ideas20:27
Mister_Magisterno way of fixing noone to ask for help just great. on second thought i can skip android and go straight into porting mainline20:47
malwhy can't you ask from lineage channel or forums or something?20:50
Mister_Magistermal: cause i did but lineage community is far from good so nobody to help21:02
Mister_Magisterthere is not lineage version of mal21:02
Mister_Magister[20:18] <LuK1337> wow, that's unfortunate21:02
* Mister_Magister Luk is bad person21:02
type0fLuk is a complete dickhead21:17
piggzr0kk3rz: re taskswitcher setup.py .... i wonder if youre over complicating things ?  why not just iterate the entires in /proc/bus/input/devices like the app?21:25
r0kk3rzmaybe21:26
r0kk3rzi guess you also might not use a bt keyboard21:27
piggzr0kk3rz: yes, thats kinda my point .... though i also check for gemini keyboard anyway21:28
piggzbut, we want fxtec to work too21:28
r0kk3rzwas just me hacking21:33
T4<linusdan> "user 1000 does not exist" … that's nice?22:11
malwhen does that happen?22:12
T4<linusdan> I am generating the image with the MIC … It's happening while the packages are being installed22:15
osum4estmal, tried setting that as well, didn't seem to help22:16
malmic often prints all sorts or warnings and errors, as long as it finished successfully all should be fine22:27
T4<linusdan> It's over now. Let's see if it will work :) … 6 months trying! … There will be an hour when I will see the SO logo22:34
r0kk3rzso logo?23:16
r0kk3rztheres no sailfish boot splash if thats what you're expecting23:17

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!