MeowDude | this is also suspicious: E/use-Rlog/RLOG-RIL(s)( 547): /mnt/sdcard/Android/data/samsungRIL_debug_level.inf fopen error. Permission denied. | 00:08 |
---|---|---|
MeowDude | I think I am going to switch back to hybris11 on manta, hybris14.1 sucks for a multitude of reasons. Camera is permanently broken in the base, and I STILL can't figure out if audio issues are kernel or mw related | 02:25 |
MeowDude | and hybris 11 had a lot of stuff already working, the only issue was non-functioning hwcompsoer | 02:26 |
MeowDude | is there any reason to not use fbdev? I use it on Galaxy Nexus because of issues with hwcomposer and it functions just fine. I assume some apps just might not work or something | 02:28 |
jusa | mal: those fm radio issues with piggz' device need patch to the kernel, change the logic so that the smd channel is not closed when v4l2 fd is released | 06:27 |
jusa | much easier to do that there than try to handle the racy initialization every time fm radio is opened | 06:28 |
T4 | <adampigg> eugh, kernel mods | 06:48 |
T4 | <adampigg> jusa, i pinged you for something else, but i cant remember what now | 06:49 |
T4 | <adampigg> :D | 06:49 |
T4 | <adampigg> oh, i remember, ip forwarding/internet sharing | 06:50 |
T4 | <adampigg> 2.2 seems to break wlan sharing, i haveto manually enable ipforwarding after starting the hotspot | 06:50 |
T4 | <adampigg> on official builds, if using headphones, do notifiation sounds still go to speaker? | 07:00 |
jusa | about notifications, this is how thigs (should) go with 2.2.0: (when ringtone volume is not muted) 1) if no media application is in foreground and no audio is playing -> sms, email etc notification sounds play from the device 2) if media application is in foreground or audio is playing -> duck the audio by 12dB and play the notification on the active route, be it speaker, headset or whatever | 07:09 |
jusa | and 1 no matter what is the routing, so even with headset connected the notification is played from the device | 07:10 |
jusa | keeping in mind the limitations of the hardware like 8909 (for example Jolla C), where having speaker route active requires the headset amplifier & route be active at the same time -> when playing notifications from the speaker when headset is connected they are played from the headset as well | 07:13 |
T4 | <abhishek_0> what is the difference between nemo:/devel and neme:/testing | 07:51 |
T4 | <adampigg> devel is for you, testing is for users | 07:53 |
T4 | <adampigg> i sometimes get a few users/using devel/to/test stuff, on the proviso they accept breakage | 07:54 |
T4 | <abhishek_0> @adampigg [devel is for you, testing is for users], where does devel output stuff ? | 07:56 |
T4 | <adampigg> Same.place, different path on obs | 08:31 |
MeowDude | hmm so I decided to go back and try and debug my CM11 based port on manta (the one with the "unfixable" hwcomposer/gralloc errors) with my better knowledge on porting. | 09:08 |
MeowDude | I am making progress, instead of hwcomposer segfaulting it just aborts everything. | 09:08 |
MeowDude | jusa: did we ever come to a conclusion as to what was causing the audio issues (or lack of audio) on my Nexus 10 with the LOS14.1 base? | 09:09 |
MeowDude | I just need to find copies of gralloc.manta.so and hwcomposer.manta.so. I can't find them anywhere | 09:13 |
MeowDude | test | 09:24 |
MeowDude | on maguro I am getting audio through headphones, but not the speaker | 09:25 |
MeowDude | hmm I wonder if I can just use the CM11 audio files in my LOS14.1 build environment... | 09:31 |
T4 | <abhishek_0> so i added devel repo on the device .. just to see what happens ... ended up droid-hal and egl packages | 09:41 |
MeowDude | jusa: ping | 10:12 |
spiiroin | review appreciated: https://git.merproject.org/mer-core/sensorfw/merge_requests/25 | 10:16 |
spiiroin | ^ should fix compass sensor in f5121 & some other devices too | 10:16 |
spiiroin | elros: about that funky als reporting - have you checked if there is some kernel side filtering active? another possible cause could be: using several measurement areas & then not handling switch in from one range to another correctly in one/both directions | 10:21 |
spiiroin | elros: also, do you get any sensor data from evdev sources? if yes, you might check if sensorfwd is reporting the same / similar enough values | 10:22 |
T4 | <adampigg> jusa, it is reported that, when listening on headphones, say to music, when a notification comes in, it routes to the speaker, but includes the playing music | 10:27 |
jusa | which device, which version etc | 10:37 |
T4 | <adampigg> jusa, mido, 2.2 | 10:55 |
T4 | <adampigg> github.com/piggz for config repo | 10:56 |
jusa | btw you should not have jack-device & jack-match both in accessories.ini | 10:59 |
T4 | <adampigg> ok | 10:59 |
jusa | if you have jack-device it will ignore all autodetection and just use whatever is specified | 10:59 |
T4 | <adampigg> mal wondered that too | 11:00 |
jusa | and autodetection looks for event with "Headset Jack" by default first, so most likely you could drop both lines, jack-device and jack-match | 11:00 |
T4 | <adampigg> ill try, ta... | 11:01 |
jusa | can you paste rpm -qa , I'll double-check config packages have correct versions | 11:05 |
MeowDude | okay so this is starting to confuse me, ofono and rild are both running without visible error on maguro, but there is no empty sim icon or sim related actions in settings. Am I missing something in patterns for phone or something? I have checked rild is running via ps ax | grep rild and systemctl status ofono and everything looks fine... what am I doing wrong? | 11:43 |
r0kk3rz | MeowDude: you set up your ril_subscription.conf? | 11:51 |
T4 | <adampigg> jusa, sorry, been out for lunch, https://file.io/VNNsL7 | 11:51 |
MeowDude | r0kk3rs: yes, it's listening in on the default socket | 11:52 |
MeowDude | I assumed all those commented out values were set by default anywa | 11:52 |
r0kk3rz | the socket path is right? | 11:53 |
r0kk3rz | its better to explicitly set the socket path | 11:54 |
MeowDude | yes, rild spawns /dev/socket/rild | 11:54 |
MeowDude | and ofono is listening in on that socket | 11:54 |
r0kk3rz | that should be enough iirc, make sure you restart the device too | 11:55 |
MeowDude | I have, and rebuilt everything as well | 11:55 |
monich | MeowDude: ofono is connecting to that socket, it's rild who's listening | 11:58 |
MeowDude | r0kk3rz: I assume when ofono is running all the modem related settings appear, data shortcut in quick settings, share internet, empty sim icon? | 11:58 |
mal | PSA: devices having had non-working compass (but other sensors working) should have it working after building the latest sensorfw-qt5-hybris | 11:58 |
MeowDude | monich: well both rild and ofono seem happy so I can't think of what is causing the lack of modem related anything | 11:58 |
MeowDude | also mal that udev patch broke my lockscreen, instead of lockscreen all I see is the loading circle and black until I swipe. I tried setting a pin and it worked the same I just couldn't see anything | 12:00 |
mal | MeowDude: that usually mean ofono is no behaving correctly | 12:00 |
mal | *means | 12:01 |
monich | MeowDude: is modem powered up (connman is supposed to be doing it)? | 12:01 |
MeowDude | how do i check? | 12:01 |
monich | dbus-send --system --print-reply --type=method_call --dest=org.ofono /ril_0 org.ofono.Modem.GetProperties | 12:01 |
monich | Powered property | 12:01 |
MeowDude | give me a second to grab my laptop | 12:01 |
MeowDude2 | monich: https://pastebin.com/88WZSMKD | 12:05 |
MeowDude | error : ( | 12:06 |
monich | hmm, no modem a all :) | 12:06 |
MeowDude | that sucks. how do I fix? what path do i take? I have no idea what is wrong or where to go. well I have a vague idea of what is wrong but nothing specific | 12:07 |
MeowDude | monich: is modem tf_daemon? | 12:07 |
monich | MeowDude: if you could start ofonod with -d + all the normal options (check with ps -aef | grep ofono) as root... | 12:08 |
monich | something must be going wrong at init time | 12:08 |
monich | I would check the log | 12:08 |
MeowDude | monich: I am going to need an exact command, ofonod failed to start via systemctl, erm... sorry for my lack of understanding | 12:09 |
monich | ah | 12:09 |
monich | /usr/sbin/ofonod -n --nobacktrace --noplugin=he910,dun_gw_bluez5,hfp_bluez5,cdma_provision,isimodem,n900,u8500,qmimodem,gobi,cdmamodem,isiusb,nwmodem,ztemodem,iceramodem,huaweimodem,calypsomodem,swmodem,mbmmodem,hsomodem,ifxmodem,stemodem,dunmodem,speedupmodem,phonesim,telitmodem,udev,udevng -d | 12:09 |
monich | MeowDude ^ | 12:10 |
monich | (half of that --noplugin stuff may not be necessary... but better not to experiment with that) | 12:10 |
MeowDude2 | monich: https://pastebin.com/R2t5r3zL | 12:11 |
MeowDude2 | oh I should have cleaned up that paste : / | 12:11 |
monich | MeowDude2: and actually I gave you command line for l500d, it may not be exactly right in respect to bluetooth but in this case it probably doesn't matter | 12:12 |
MeowDude2 | eh BT is broken atm anyway | 12:12 |
monich | MeowDude2: you have to stop first the one that's already running | 12:12 |
monich | systemctl stop ofono | 12:13 |
MeowDude2 | *facepalm* | 12:13 |
MeowDude2 | monich: https://pastebin.com/ZYNSWzGT | 12:15 |
T4 | <abhishek_0> trying to simulate ota from devel repo https://hastebin.com/yelofipuha.sql | 12:15 |
T4 | <abhishek_0> it removes packages | 12:15 |
T4 | <abhishek_0> mal | 12:15 |
mal | @abhishek_0 show ssu lr | 12:15 |
T4 | <abhishek_0> https://hastebin.com/sufuyegadu.rb | 12:16 |
monich | MeowDude2: your rild is not feeling well :/ | 12:17 |
MeowDude2 | monich: what in particular is wrong with it? | 12:18 |
MeowDude2 | and does this mean ofono is okay? | 12:18 |
monich | MeowDude2: it ignores DEVICE_IDENTITY request, responds nicely to GET_SIM_STATUS, and RADIO_NOT_AVAILABLE to to pretty much everything else that ofono tried | 12:19 |
monich | I wonder if it it's DEVICE_IDENTITY that makes it sad... | 12:20 |
mal | @abhishek_0 add file /usr/share/ssu/features.d/adaptation-community.ini with content https://pastebin.com/B4X024Rt (replace $VENDOR and $DEVICE manually) | 12:20 |
monich | MeowDude2: or it could be that it actually fails to communicate to the modem | 12:20 |
MeowDude2 | monich: how do I define DEVICE_IDENTITY? Is this something I can just dirty fix somehow? also how would I go about fixing the modem communication errors if that is it | 12:21 |
MeowDude2 | oh god I am so clueless... | 12:21 |
monich | MeowDude2: I would also try /system/bin/logcat -b radio | 12:21 |
monich | and see if something interesting show up there when you start ofono | 12:21 |
monich | it depends on how much stuff is compiled with debug logs on | 12:22 |
monich | (android stuff that is) | 12:22 |
monich | and your rild is pretty old (it reports version 6) | 12:23 |
monich | we are trying to keep ofono compatible with as old rild as possible | 12:23 |
MeowDude2 | it is a 2011 phone | 12:23 |
MeowDude2 | Galaxy Nexus | 12:23 |
monich | even jolla 1 was version 7, I think :) | 12:23 |
T4 | <abhishek_0> mal and leaving %(arch) as it is ? | 12:24 |
mal | yes | 12:24 |
MeowDude2 | monich: here is a new log: https://pastebin.com/9RpektYG | 12:24 |
MeowDude2 | also I doubt version 6 is the oldest that has been dealt with. mal what version are the 2010/2011 xperias running? | 12:24 |
MeowDude2 | also worst case I sell my Galaxy Nexus and grab a Nexus 4 | 12:25 |
monich | MeowDude2: I don't like "RIL_onRequestComplete: invalid RIL_Token" | 12:25 |
T4 | <abhishek_0> sigh .. i have to make a clean install .. since it will not reboot again | 12:25 |
MeowDude2 | invalid RIL_Token... the RIL_Token that is invalid.... what generates the RIL_Token? | 12:25 |
monich | but "onRequest: DEVICE_IDENTITY" suggests that it knows what DEVICE_IDENTITY is | 12:26 |
monich | E/use-Rlog/RLOG-RIL(s)(22949): /data/misc/radio/kmem fopen error. No such file or directory. | 12:26 |
monich | that ^ sounds fishy | 12:26 |
MeowDude2 | it get's permission errors when trying to generate that monich | 12:27 |
MeowDude2 | that is an issue I've known of for a bit | 12:27 |
mal | @abhishek_0 for future reference, use OBS repos for both adaptation repos in .ks when building the image | 12:27 |
MeowDude2 | /data/misc/radio/kmem I mean | 12:27 |
mal | @abhishek_0 you probably can recover the installation if you get into the device with telnet | 12:27 |
monich | MeowDude2: anyway, it seems to be rild issue, it's not talking to us the way it's supposed to | 12:28 |
MeowDude2 | monich: so... what do I do? It's not like I can just upgrade the rild | 12:28 |
monich | that's pushing the boundaries of my knowledge :/ | 12:29 |
MeowDude2 | wait if I upgrade the radio image on this phone does it make a difference? I am 99% sure I am on the newest one but still | 12:29 |
MeowDude2 | so you don't know what to do? that sucks because neither do I :C | 12:29 |
monich | well, if you don't have a clear plan, do something and see what happens :) | 12:30 |
MeowDude2 | monich you don't understand, I don't just NOT have a clear plan, I don't have a dirty plan, scratch that, I don't have a plan period. I am stranded with no map. | 12:31 |
MeowDude2 | hmm | 12:32 |
MeowDude2 | well what now? does anybody know? | 12:32 |
* monich hidea | 12:32 | |
* monich hides | 12:32 | |
MeowDude2 | it had working RILD on the old 1.1.4 builds | 12:32 |
MeowDude2 | sms, data, calling, etc. | 12:33 |
MeowDude2 | I'd be running that to be honest if it werent for the broken camera | 12:33 |
krnlyng | MeowDude2, check what hacks the old builds had? | 12:33 |
MeowDude2 | hey wait that's it, do you think if I just use hybris 10.1 like the old 1.1.4 builds it will run right? wait no never mind... that used an older version of ofono... | 12:34 |
MeowDude2 | I can't get in touch with the dev and they didn't list sources | 12:34 |
r0kk3rz | yeah its possible new rilplugin stuff broke it, and downgrading it doesnt sound like a great idea either | 12:34 |
MeowDude2 | !seen beidl | 12:35 |
merbot | MeowDude2: beidl was last seen in #sailfishos-porters 20 hours, 7 minutes, and 53 seconds ago: <beidl> hello hello! I'm back to porting sfos to the gnex again and I'm wondering where the ubu-chroot script went. | 12:35 |
MeowDude2 | HA | 12:35 |
MeowDude2 | HAHAHHAHAA | 12:35 |
MeowDude2 | that is funny on multiple levels | 12:35 |
beidl | HAHAHAHAAAAAAAA yup indeed :) got the ubu-chroot installed, messing with the manifest again, missing some things for lunch detect | 12:40 |
MeowDude2 | beidl: what base are you using? | 12:40 |
MeowDude2 | its so neat to see you picking up on this again, do you recall any dirty hacks for rild on the old builds? | 12:40 |
MeowDude2 | also is it cryptfs? | 12:40 |
beidl | my old hybris-10.1 for now, I plan to upgrade to cm-12.1 asap | 12:41 |
beidl | yup, want to get rillld of this mess :D | 12:41 |
beidl | cryptfs isn't in there afair | 12:41 |
MeowDude2 | cm12.1? I'm on cm11... I just fixed wifi, have you seen my development thread? also cryptfs was a kitkat issue, I had to manually add it for it to build | 12:42 |
MeowDude2 | I really should upgrade to cm12.1 though | 12:42 |
beidl | kernel/userspace mismatch? | 12:42 |
MeowDude2 | I am not familiar with that issue. my only build issue for kernel was a recovery file trying to import cryptfs.h, which didn't exist. I just cloned it into the same directory as the .c file giving the error | 12:43 |
MeowDude2 | honestly I ought to just jump up to cm12.1, maybe it'll fix this bizzare audio issue too. | 12:43 |
beidl | is the rild hack not in your ROM? | 12:43 |
MeowDude2 | no | 12:43 |
MeowDude2 | I was not aware one existed | 12:43 |
MeowDude2 | I've been operating from scratch | 12:44 |
MeowDude2 | on the bright side if I can revert my udev changes I can get functioning lockscreen back | 12:44 |
MeowDude2 | *cough cough* can you link me this hack you speak of? | 12:45 |
r0kk3rz | MeowDude2: just remove the ril_subscription.conf | 12:46 |
beidl | https://github.com/beidl/droid-hal-device/tree/hybris-10.1/device-samsung-maguro-configs/sbin | 12:46 |
beidl | how's udev behaving CPU usage wise? | 12:47 |
beidl | with screen on in particular | 12:47 |
MeowDude2 | that the exact oposite of what I expect it. I have no idea, I'm still a bit of a nood at this. it's been pretty smooth, even though I am using fbdev at the moment | 12:47 |
beidl | https://github.com/beidl/droid-hal-device/blob/hybris-10.1/device-samsung-maguro-configs/lib/systemd/system/ofono-hack.service is what starts the ofono hack | 12:49 |
beidl | yeah udevd was acting up due to the kernel driver sending vsync signals via netlink for udev to process | 12:49 |
MeowDude2 | tossed them both in .sbin | 12:49 |
MeowDude2 | /sbin* gonna reboot now | 12:50 |
beidl | actually intended for the userspace bits but hey, you can log every frame into a tmp file via udev rules! (YAY... not) | 12:50 |
MeowDude2 | oh god that explains the sluggishness of the old builds | 12:50 |
beidl | I wonder which hwcomposer API version is in use on cm 11 and up, if it's still "v0" then I guess there won't be much of a difference | 12:51 |
beidl | do you have a repo ready somewhere? | 12:52 |
beidl | device/kernel and all that jazz | 12:52 |
MeowDude | beidl: no I haven't changed much, I can git push and open up some repos tommorow, but to be honest I'd rather you try and see what a cm12.1 base is like, this one has a fist full of other issues. | 12:53 |
MeowDude | mine have barely deviated from the defaults | 12:54 |
MeowDude | actually fuck it Ill start up on the repos tonight why not | 12:54 |
T4 | <abhishek_0> mal devel is working now .. can i just keep devel repo for all | 12:56 |
mal | @abhishek_0 for public releases testing is better because it has versioned targets | 12:56 |
beidl | hehe alright, I'm playing with halium in parallel, just to see how mir runs. used to bog down like crazy | 12:56 |
mal | @abhishek_0 as you can see here https://build.merproject.org/project/show/nemo:testing:hw:fairphone:fp2-sibon | 12:57 |
MeowDude | halium... | 12:57 |
beidl | I know, I know :P | 12:58 |
T4 | <abhishek_0> mal it thats the case, sledges please create nemo:/devel:/hw:/wingtech:/wt88047 username abhishek9650 | 12:58 |
T4 | <abhishek_0> nemo:/testing:/hw:/wingtech:/wt88047 | 12:59 |
T4 | <abhishek_0> * | 12:59 |
MeowDude | arghh it's late and I am getting frustrated with command line git. I'll pastebin my defconfig, and as for the cryptfs fix just go to the bottom of faq-hadk | 13:03 |
Nokius_ | is a aosp 7 base doable atm or is asop 8 the way to go? | 13:04 |
T4 | <abhishek_0> aosp 7 | 13:04 |
r0kk3rz | Nokius_: i dont think we have an aosp7 base atm, but it should be similar enough to the los14.1 branch | 13:05 |
r0kk3rz | Nokius_: what device? | 13:06 |
Nokius_ | r0kk3rz: sony but they messed up the open dvice pages | 13:06 |
MeowDude | beidl: here's all the essentials in one nice list: https://pastebin.com/tUWe3Bxz also when building, set the pixel ratio to 1.25 of course, it's something I always forget and end up getting angry about because SOMEONE decided that being able to change the pixel ratio during usage was lame after 1.1.9 | 13:08 |
Nokius_ | r0kk3rz: if I would have time :) just relised xa2has no compact xa1 does hope that Irecsll the names corrext) | 13:08 |
Nokius_ | ther is one near by for 200 bricks | 13:08 |
MeowDude | things to note: CONFIG_ANDROID_PARANOID_NETWORK=n because if set y wifi doesn't work right. now if you enable this you will need to patch commoncap.c | 13:08 |
* Nokius_ sorry on my Xx | 13:09 | |
MeowDude | let me try and find that patch | 13:09 |
r0kk3rz | Nokius_: is xa1 an open device? | 13:09 |
MeowDude | beidl: this is the patch for the commoncap.c error you will get if you disable paranoid network: https://github.com/linux-sunxi/linux-sunxi/commit/7041266a29e9681fc13034f345cdcc269d672f83 | 13:10 |
r0kk3rz | Nokius_: i dont see it on the list, im pretty sure thats a MTK device | 13:10 |
beidl | good ol paranoid android :P | 13:10 |
MeowDude | alright NOW it is time for me to sleep, I can't think of any more errors to tip off... good night friends. | 13:10 |
beidl | thanks again, figuring out dependencies with my cm 10.1 base has been a pain | 13:11 |
MeowDude | definitely PM me that image over xda (GalaxyNinja66) for testing, if it works well I am so jumping on that rusty hybris-10.1 train, I don't care how dangerous it is. | 13:12 |
beidl | just jumpted to cm-12.1, for the heck of it :P | 13:16 |
Nokius_ | r0kk3rz: yoshino lilac xz1 | 13:16 |
r0kk3rz | oh xz1 | 13:17 |
lolek | r0kk3rzxa1 isn't open device, btw regarding sfos update from yesterdya, do you have any ideas how to continue? | 13:17 |
r0kk3rz | not especially | 13:17 |
lolek | :( | 13:17 |
T4 | <abhishek_0> when will sledges will come online ? | 13:18 |
r0kk3rz | sledges: is always online | 13:18 |
T4 | <abhishek_0> umm why he isnt replying then ? | 13:19 |
beidl | just when you don't expect it sledges could jump out the bushes :P | 13:19 |
mal | he might be too busy to check the channel all the time | 13:20 |
Nokius_ | mal: its hard to follow the chanel :( | 13:21 |
Nokius_ | beidl: yeap indeed | 13:21 |
beidl | happens to the best | 13:22 |
T4 | <abhishek_0> mal do i need to upstream it https://pastebin.com/B4X024Rt ? | 13:22 |
mal | @abhishek_0 that file is present in the image if you used OBS repo for building it, it comes from community-adaptation-devel package | 13:24 |
lolek | r0kk3rz then maybe some idea of who can help in this case? | 13:25 |
mal | @abhishek_0 I think you could have actually installed just that on the running device and it would have been easier than my method of adding the file | 13:25 |
T4 | <abhishek_0> mal i did that.. | 13:26 |
mal | or not 100% sure, need to check a bit | 13:26 |
T4 | <abhishek_0> i meant .. i used running device for testing | 13:27 |
T4 | <abhishek_0> also how do i use OBS for building ? | 13:27 |
mal | ah, yes that package generates the file | 13:27 |
mal | @abhishek_0 I don't understand your problem | 13:28 |
mal | your OBS repo was fine, you just didn't have a properly configured installation on your device so that caused the update issue | 13:28 |
r0kk3rz | lolek: someone with an xperia x who knows what they're doing :P | 13:28 |
lolek | r0kk3rz I've got Xperia X:P just don't know how to handle those problems, debug it or whatever | 13:29 |
T4 | <abhishek_0> i meant those zips ... can those zips be created by OBS .. | 13:29 |
r0kk3rz | lolek: hence the latter part of that sentence | 13:30 |
mal | @abhishek_0 what do you mean? you just use correct repo url in .ks to make builds based on OBS | 13:34 |
r0kk3rz | @abhishek_0: remember how i said mic works with rpm packages? you replace your local repo with your OBS repo, and thats it :P | 13:36 |
T4 | <abhishek_0> oooooo | 13:36 |
r0kk3rz | to illustrate - https://gitlab.com/r0kk3rz/sailfish-scorpion_windy_ci | 13:37 |
Nokius_ | r0kk3rz: sadly sony hiddes suported devices per branch | 13:39 |
r0kk3rz | Nokius_: check the blob list :P | 13:40 |
r0kk3rz | Nokius_: https://developer.sony.com/develop/open-devices/get-started/supported-devices-and-functionality/supported-devices-maintained/ | 13:42 |
T4 | <abhishek_0> https://imgur.com/a/WmqDifQ | 13:43 |
Nokius_ | oh I could scroll more down :)6 | 13:44 |
T4 | <abhishek_0> i have been enlightened | 13:44 |
Nokius_ | r0kk3rz: just noticed that my cheked devices have no video play back with open device | 13:47 |
Nokius_ | r0kk3rz: oohh krnlyng is workng and pushing nice thinks | 13:53 |
T4 | <abhishek_0> since i have updated using devel repo . i lost auto screen time out.... again | 14:15 |
mal | @abhishek_0 did you make some changes you forgot to fix, btw you might need to update sensorfw-qt5-hybris on OBS | 14:19 |
T4 | <abhishek_0> revision is already at head .. i just triggered the rebuild | 14:20 |
T4 | <abhishek_0> mal .. no changes have been made .. | 14:21 |
r0kk3rz | how did you fix it? | 14:21 |
mal | @abhishek_0 how did you trigger rebuild? | 14:25 |
mal | you need to do something to the _service file and save it, I usually add a space then remove it and save again | 14:25 |
T4 | <abhishek_0> r0kk3rz by blocking the gyro as an event https://github.com/sailfishos-wt88047/droid-config-wt88047/commit/4512092dbba56ac9a6bf69cb034ceca8512f5a38 | 14:26 |
kimmoli | (just need to click save, no need to edit .service file) | 14:27 |
mal | kimmoli: hmm, I thought the save button is disabled if there is no change | 14:28 |
r0kk3rz | you can alter, then delete what you changed, then save :) | 14:29 |
mal | that's what I said | 14:29 |
r0kk3rz | sorry, i missed that bit | 14:29 |
kimmoli | w4m on firefox | 14:29 |
mal | @abhishek_0 you don't need to do that for all packages | 14:30 |
mal | only the one that you want to have the sources updated | 14:30 |
T4 | <abhishek_0> i was just checking something | 14:31 |
T4 | <abhishek_0> added double tab to wake | 14:37 |
T4 | <abhishek_0> seems like device is not using gpu / acceleration at all .. | 14:48 |
T4 | <abhishek_0> 720p videos play like slideshow | 14:49 |
mal | @abhishek_0 did the updated sensorfw-qt5-hybris help? | 14:50 |
T4 | <abhishek_0> yes... screen timeout works | 14:50 |
mal | ok, it was probably a mismatch of some packages due to the update I did earlier today | 14:51 |
T4 | <abhishek_0> so when is this updater in settings relevant ? | 15:08 |
T4 | <abhishek_0> or it is for major versions only | 15:09 |
mal | @abhishek_0 that doesn't work in community ports | 15:10 |
vknecht | hello | 15:14 |
T4 | <abhishek_0> is there hdr feature for camera | 15:15 |
vknecht | @abhishek_0: there's this, couldn't try it yet... https://github.com/mlehtima/droid-config-fp2-sibon/commit/263a66ab31cf94f66014926ec56029117f95b06f#diff-eff23b0cdeefc3020c0db27f4e550f34 | 15:17 |
mal | @abhishek_0 not in camera app yet | 15:18 |
mal | vknecht: that is the lower level stuff needed for it but no camera UI support | 15:18 |
vknecht | ah | 15:19 |
* vknecht crosses fingers, trying multisim... | 15:20 | |
T4 | <abhishek_0> i will add the whole file.. whenever that stuff rolls out it will work.. | 15:20 |
mal | @abhishek_0 you can't just copy the file, you need to check the correct values for your device | 15:28 |
T4 | <adampigg> @mal [you need to do something to the _service file …], ha, ditto...there ought to be a rebuild button....was also thinking it would be nice to have an option for webhook to build on every commit, not just tags, for CI / development purposes | 15:32 |
r0kk3rz | there is | 15:40 |
* vknecht uncrosses his fingers, and tries something else | 15:58 | |
T4 | <adampigg> @r0kk3rz [there is], there is? | 18:31 |
vknecht | I guess I have to add another rild instance to get dualsim working, that should be done in /usr/libexec/droid-hybris/system/etc/init/rild.rc right ? removing symlink and adding my own file ? | 18:31 |
r0kk3rz | hmm i think that latest sensorfw stuff broke my rotation | 18:41 |
piggz | evening | 18:54 |
mal | r0kk3rz: did you build latest version on also update other packages from common | 19:05 |
mal | vknecht: what device? the needed rild services should be there already, or in some other .rc file | 19:05 |
r0kk3rz | mal: you wanna do a glesv3 hybris backend? | 19:07 |
mal | r0kk3rz: there is one, but the PR just needs a test_glesv3 before it can be merged | 19:07 |
r0kk3rz | aha! | 19:09 |
mal | r0kk3rz: although it has been waiting for month now | 19:10 |
mal | r0kk3rz: *many months | 19:12 |
r0kk3rz | yes i see... | 19:15 |
Nokius_ | r0kk3rz: :( why did you broke it :P | 19:19 |
vknecht | mal, it's this idol3, with unofficial 14.1 LOS base which afaik doesn't support the dualsim variant ootb | 19:19 |
vknecht | https://pastebin.com/f4FwSbR2 | 19:20 |
vknecht | here's where I'm at, I added the second instance in rild.rc | 19:20 |
vknecht | (and have additional section in ril_subscription.conf) | 19:20 |
vknecht | the second sim is seen as a clone of the first | 19:21 |
vknecht | I have a doubt about the -c argument value | 19:21 |
vknecht | it's a qualcom msm8916/39 | 19:22 |
vknecht | previously I also set [persist.radio.multisim.config]: [dsds] | 19:24 |
mal | vknecht: in 14.1 you wouldn't have to edit any rc files, you can always add new ones to /usr/libexec/droid-hybris/system/etc/init/ | 19:24 |
vknecht | yes, I changed the symlink for the file with two rild instances | 19:25 |
vknecht | *replaced symlink | 19:25 |
piggz | i wonder if there is a serious change of bricking my watch writing the firmware downloading code! | 19:28 |
mal | piggz: quite possible | 19:28 |
piggz | mal: id better get it rigt then! ... im starting with watchfaces, as that seems less dangerous, and the code is the same | 19:30 |
piggz | mal: looks like there might be safeguards: | 19:31 |
piggz | * Method that uploads a firmware (fwbytes) to the Mi Band. | 19:31 |
piggz | * The firmware has to be split into chunks of 20 bytes each, and periodically a COMMAND_SYNC command has to be issued to the Mi Band. | 19:31 |
piggz | * <p/> | 19:31 |
piggz | * The Mi Band will send a notification after receiving this data to confirm if the firmware looks good to it. | 19:31 |
piggz | * | 19:31 |
vknecht | mal, oh, you mean : add a file, don't change symlink or whatever ? | 19:33 |
mal | piggz: at least it has internal verification so it probably is less dangerous | 19:41 |
MeowDude | beidl: any luck with the cm12.1 base? I think I am going to just jump to that tonight, this cm11 base makes great iPod software though! (with the acception of broken speaker, but atleast headphones work) | 22:13 |
beidl | MeowDude: I was occupied with other things, good luck though. Do you have any idea if my sdp4430 patches are even necessary? With CONFIG_SAMSUNG_JACK=y an android-typical virtual device should be exposed by which one can determine the headset status (boolean as int). If the mer userspace parts are trimmed to this kind of behaviour via a plugin it could work. | 22:24 |
beidl | just saying, maybe something has changed since I did the initial maguro port. | 22:24 |
beidl | win/win: would work on any device adaptation | 22:26 |
beidl | (at least on samsung devices ofc) | 22:29 |
mal | beidl: how is the headset exposed in android? | 22:30 |
mal | beidl: does it have some uevent for that, which is also supported in sailfish in addition to the usual event device way | 22:31 |
beidl | mal: in the case of maguro there would be a sysfs device, seems to somehow trigger input events ala "usual event device" | 22:35 |
beidl | a nice "hey, wanna know what the state is? read here" kind of device | 22:36 |
mal | beidl: could show the content of that place, also the content of the files there | 22:40 |
mal | beidl: maybe check if you could use the method "Optional way for devices without headphone connector event device" in faq | 22:42 |
steeeve | Heey | 22:42 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!