Saturday, 2014-08-30

sledgesrusty88: as you can see, some magic binary is there in tizen: https://searchcode.com/codesearch/view/27483704/00:02
sledgeswhich can reset the modem00:03
sledgesmaybe it can even do more tricks?00:03
sledgesbut where to obtain it from?00:03
*** alin has quit IRC00:03
rusty88sledges:  yes, i saw the first time you send it but i dont have some binaries that it uses00:03
sledgesrusty88: more fun: https://gitorious.org/replicant/external_libsamsung-ipc/commit/a6d95bf39951c9033d7abac3c3a580b54d1917b000:05
sledgesline 64900:05
sledgespower-off power-on \o/00:05
sledgesjust need to find those00:05
sledgesrusty88: time to grep your rootfs for _modem_power ;)00:08
sledgesit can reside in a closed src blob00:08
rusty88sledges:  so just run grep _modem_power / -R right ?00:09
sledgeswell start with /system/lib /)00:10
rusty88nothing there00:10
*** alin has joined #sailfishos-porters00:11
*** alin has quit IRC00:11
*** alin has joined #sailfishos-porters00:11
sledgesrusty88: would be good to build this and make it work: https://github.com/morphis/libsamsung-ipc00:14
sledgesint modemctl_modem_power(struct ipc_client *client, struct modemctl_io_data *io_data, bool enabled);00:14
alinsledges: done00:14
alinsledges: properly now00:14
sledgesit's in samsung-ipc/device/xmm6260/xmm6260_modemctl.h00:14
sledgesalin: good stuff00:15
sledgesalin: did you notice new kernel config rules did not get verified?00:15
alinsledges: it seems I needed a beer00:15
*** mkosola has quit IRC00:15
alinsledges: yes... thought they just passed00:16
*** mkosola has joined #sailfishos-porters00:16
sledgesalin: one step at a time then :)00:18
alinsledges: what do you mean?00:18
sledgesalin: you got the configs in00:18
sledgesnow let's make kernel checker do what it's supposed to00:19
alinsledges: I see... why the check did not work00:21
alinsledges: I did not put it00:21
alindo you have it handy?00:21
sledgesalin: it is under hybris/00:21
sledgesif not, repo sync failed00:21
sledgesalso it means rpm/ .inc file did not get pulled from my branch00:21
sledgesthe branch which says fix-nemo#xxx00:22
alinsledges: checked out the wrong one00:23
rusty88sledges: sb2 doesnt allow sudo ? need to install openssl in the target to compile it00:23
alinsledges: configs-fix00:23
sledgesrusty88: don't rush, i still can't see how the function in .h iscalled00:24
sledgesalin: yap00:24
sledgeswhat makes you think cm uses ril00:25
sledgesand not samsung-ril? ;P00:25
sledgesrusty88: ^ and https://gitorious.org/replicant/hardware_ril_samsung-ril.git :)00:25
rusty88well nothing really... lsof only showed that rild was using /system/lib/librild.so00:26
sledgesrusty88: but if cm uses samsung-ril, sf should use the same (/system/bin/ridl) right?00:26
sledges.. :(00:26
sledgeswhat about libsec-ril.so or how was it called?00:26
rusty88exactly that's what i was thinking too...00:27
rusty88didn't got time to see if libsec-ril was used00:27
rusty88when i did the lsof everything was up00:27
dragonkeeperwhats the difference from boot.img and aboot.mbn00:28
sledgesrusty88: grep _power /system/lib/*ril*00:32
sledgesdragonkeeper: noidea:)00:32
dragonkeeperlol  must be a sammy thing00:35
rusty88Binary file /system/lib/libsec-ril.so matches00:35
rusty88should i do a strings on that one ?00:35
*** cxl000 has quit IRC00:36
rusty88sledges: just in case http://ur1.ca/i2xx700:36
rusty88xD00:36
sledges21:37 < dragonkeeper> sledges, you want more strace reading material ? lol00:37
dragonkeeper:)00:38
dragonkeeperwhy do you quote me lmao00:39
sledgesrusty88: your cm logcat should say ipc_recv_power http://pastie.org/pastes/511223700:39
sledgessomewhere00:39
sledges(radio logcat)00:39
sledgesand it might be using sec-ril ;P00:39
sledgesand sf not;)00:39
rusty88i already try it to force it to use sec-ril00:40
sledgesdragonkeeper: because i forgot to asl for it ;)00:40
sledgesrusty88: why? because it uses it in cm?;)00:40
rusty88because of the symbols it has00:40
sledgesdoes cm use i?t00:40
rusty88RIL_init and so on00:40
rusty88not sure yet00:40
sledgesk00:40
sledgesbec if not, then we shouln't bother00:41
sledgestrust but check like russians say;)00:41
rusty88strace attaching is too slow and can't see the firsts calls00:41
rusty88sledges: btw just checked and logcat has no mention of ipc_recv_power00:42
sledgeslsof?00:42
sledgeshumph00:42
* dragonkeeper is flashing stock samsung 1 partition at a time and crying about it00:42
sledgesand any other power case insnsitive?00:42
rusty88lsof only showed libril and libm something00:42
rusty88sf is using /system/lib/libsecril-client.so00:43
rusty88:O00:43
rusty88looll nvm not rild00:43
rusty88in sf is using both libril and libsec-ril00:44
rusty88and no metion of power insensitive in logcat00:45
rusty88and the old logcat from CM has ipc_recv_power00:46
*** mkosola1 has joined #sailfishos-porters00:46
rusty88well I guess we can asusme that the modem is not being powered up00:46
sledgesold?x00:49
sledgesold logcat?00:49
rusty88well yeah i saved lots of stuff from cm :P logcat -b radio ls-l /dev/block and a bunch of other files  for later comparisson :P00:50
sledgesbut it should still do that power on now00:51
rusty88hmm dunno... in my cm log it appears after the message modem online00:53
sledgesah00:55
sledgesmaybe order wrong?00:56
sledgesanyhow00:56
sledgeswhen identical .so`s are loaded00:56
sledgesi think we can take it from there ;)00:56
sledgesmaybe LD_LIBRARY_PATH goes wrong somewhere?00:56
sledgesyet all is under /system/lib....00:57
sledgescheck if you don't have any ril stuff under /usr/libexec/droid-hal/00:57
rusty88don't even have that directory00:58
rusty88just droid-hybits00:58
sledgesthat00:58
sledgesalway mix up:p00:58
*** mkosola has quit IRC00:58
rusty88noup ril there00:58
sledgesi mean00:58
sledgesfrom what you said00:59
sledgesit looks like different .so`s get picked up00:59
sledgesldd is also your friend00:59
sledgesbut ok, ril might do dynamic loading instead00:59
rusty88yup01:00
rusty88xD01:00
rusty88maybe this would help http://ur1.ca/i2y2201:00
rusty88sorry about the repetitions :P don't have unique xD01:00
sledgesfunny: 23:16 < beidl> question to the ofono guys: does ofono attempt to power on the modem if it's not available? where does that happen? I don't want to depend on a hacky script to do the modem power up.01:01
sledgesrusty88: and cm?01:01
rusty88need to flash xD01:02
beidlhey sledges :D01:02
rusty88hmmm maybe beidl has a point :P01:02
sledgeslol speaking the devil :)01:05
sledgesbeidl: how to power a samsung modem on? :D01:05
sledgescm seems to do it magically, without samsung-ril01:05
sledgesand we use the same rild yet umts_boot0 ioctl modem status returns 001:06
sledges(instead of 4 in cm)01:06
sledges(device -- i9300)01:06
sledgeswe -- sailfish :)01:06
beidlwhat we do on maguro is make ofono force the modem state to on via a dbus method01:06
sledgesand it's dam late already:))01:06
sledgesbeidl: but rild fails before that01:06
beidlsledges: crashes in a loop?01:07
sledgesand you force it to online, which is != powered(?)01:07
sledgesjust quits01:07
sledgesis ofono started before rild (i don't think so)01:07
beidlonline imples/requires powered01:07
sledgesand we tried that dbus.01:07
rusty88keeps saying modem status [0x0] in a loop then quits01:07
sledgesso we are at earlier stage..01:07
beidlnope, ofono should wait until the socket is available01:07
sledgesnot even powered (allegedly)01:07
sledgesok01:07
sledgeswe found many *_power[_on] calls in samsung-ipc project by morphis or in samsung-ril01:08
sledgesstill wonder how cm does it..01:08
sledgesdon't want to digress too much01:08
beidlon maguro the ril only crashed when it was not able to open the hardcoded modem partition block device01:08
sledgeson i9300 it reads /efs/nv_blabla.bin fine and does md5 fine, and then queries its status01:09
sledgesis where strace starts do differ cm vs sf01:09
sledgeswe checked all partitions and their aliases - all mirrored in /dev/ now, so also a no :/01:10
beidllogcat?01:10
beidlthe /efs only containts information about IMEI, MAC addresses etc01:10
beidlor at least on maguro (/factory) it does01:11
rusty88beidl: http://ur1.ca/i2y4j logcat01:11
beidlthose connection refused errors shouldn't happen, but theres a patch for libril to disable process uid checking01:13
beidlmaybe thats the case01:13
sledgeshardcoded process uids...01:15
* sledges looks for a door handle..01:15
rusty88beidl: do you know wheres that patch ?01:15
beidlrusty88: looking for it01:15
rusty88beidl: ok thanks01:15
rusty88sledges: lsof in cm shows no libraries whatsoever O.o01:16
sledgesbut uid is root, or ah probably radio or smthng it'd be..01:16
sledgesrusty88: but shows other files?01:16
rusty88sockets, dev/null pipes alarms01:16
sledgeshummph01:17
rusty88and log files01:17
rusty88beidl: btw this is cm logcat http://ur1.ca/i2y5k still shows those permissions denied01:18
rusty88sorry connection refused *01:19
beidlit appears as if a separate process ("boot") does some power up magic01:19
beidlor whatever pid 1909 is in that logcat01:20
rusty88is /sbin/cbd01:21
beidlrusty88: is it run by anything at boot? systemd? droid-init?01:21
sledgesofc xmm626x_boot01:21
sledgesthis is it01:21
sledgesif it's sbin/ we lost it (as it's not under /system)01:21
rusty88i don't think so01:21
rusty88excalty01:21
beidlsledges: binary in ramdisk01:21
sledgesyep01:21
rusty88already try to use it in sf but i didn't have it :P01:22
sledgesso just cp to /system/sbin for now :D01:22
rusty88ok01:22
rusty88flashing back to sf01:23
sledgeswe needed fresh pair of eyes and fresh pair of brainz of beidl :D01:23
beidlsledges: I had my inauguration today, needed some hacking after 1:30 hrs of standing still :D01:24
sledgesyes, need some action in a sitting pos:)))01:24
sledgeswell congrats on becoming a private [declaration] ;)01:24
beidlhaha right :D01:24
sledgesPrivate Public :))01:24
beidlI feel more like a public void :D01:25
sledges:D hear hear01:25
beidland thanks :)01:25
rusty88grrrrrrr01:26
rusty88modem status ox301:26
sledgeslol!01:26
rusty88better than 001:26
sledgesstill doesn't like the 0x3..01:26
rusty88yup bec is timing out01:27
sledgesstrings cbd?01:27
sledgesyet great find beidl ;)01:27
sledgeswe're 3 steps closer :))01:27
sledges 1 more to go:)01:27
rusty88yes!! many thanks beidl :D01:28
beidlyou're welcome :D01:28
sledgesyep, thanks a bunch01:28
rusty88sledges: there're many strings01:28
* sledges likes strings01:28
rusty88in that case, go nuts http://ur1.ca/i2y7t :D01:29
sledges:DD01:29
sledgespun accepted01:29
sledgesrusty88: are you thinking what i'm thinking?01:30
sledgesstrace cbd sf vs cm01:30
sledges:DDD01:30
* sledges hides01:30
rusty88loool yeah i has afraid of that xD01:30
rusty88just trying something first01:30
sledgesalso figuring out how cbd is launched in cm01:31
sledgesgrep cbd /*.rc01:31
rusty88<3>cbd: /hsic_xmit_boot: check [BOOTROM] link connected = [0] keeps looping and printing this01:31
sledges<4>cbd: %s: [SPRD] read modem code from Partiton (%s).01:31
sledgesdev/block/mmcblk0p1801:31
sledgesdo you haz this ^ ?01:32
rusty88mmcblk0p18 no01:32
rusty88only goes up to mmcblk0p1201:33
sledges/dev/umts_boot001:33
sledges/dev/block/mmcblk0p701:33
sledgesthese look together01:33
sledgesis p7 radio?01:33
rusty88yup01:33
sledgesand you have it under /block/ ? ok..01:33
rusty88i even create the link in /dev/block/platform/something :P01:33
sledgeshah, do something stupid before i go to sleep01:34
sledgescd /dev/block01:34
sledgesln -s mmcblk0p7 mmcblk0p1801:35
sledgestotally long overshot01:35
sledgesjust from looking at strings01:35
rusty88didnt work :(01:35
rusty88well guess is strace is the next step :)01:35
sledgesand for me to have something to have a dream about:01:36
sledgesgrep cbd /*.rc01:36
sledgesnope ^ ;)01:36
rusty88looool01:36
rusty88that grep should be in cm right?01:36
sledgesno01:36
sledgesis egal01:37
rusty88is in /init.smdk4x12.rc:service cpboot-daemon /sbin/cbd -d01:37
sledgesanything under it?01:37
sledgeslike user perms01:37
sledgesor sockets01:37
rusty88user root01:37
rusty88just a bunch of groups and class main01:38
sledgeserm01:38
sledgesso01:38
sledgesit should run01:38
sledgesright?01:38
sledgeswell01:38
sledgesno01:38
sledgesbut now it will01:38
sledgeswhen you put it under /sbin ;P01:38
sledgesand then reboot time;)01:38
rusty88ok :P01:39
rusty88you're the boss01:39
*** lbt has quit IRC01:39
*** mkosola1 has quit IRC01:39
*** chrisi has quit IRC01:39
*** vakkov has quit IRC01:39
*** ryukafalz has quit IRC01:39
rusty88well strace shows the right partition01:39
rusty88open("/dev/block/mmcblk0p7", O_RDONLY|O_LARGEFILE) = 401:39
*** lbt_ has joined #sailfishos-porters01:39
sledgeshey01:40
beidlI wonder if that binary is suid01:40
beidlsuid root01:40
sledgesVNET_CP_STATE_BOOTING01:40
sledgesis 0x301:40
sledgesVNET_CP_STATE_ONLINE is 0x401:40
sledgeshttps://searchcode.com/codesearch/view/27483701/01:40
sledgesso maybe you should just wait01:40
sledges?01:40
sledgesor no, as you said01:40
sledges04:31 < rusty88> <3>cbd: /hsic_xmit_boot: check [BOOTROM] link connected = [0] keeps looping and printing this01:40
sledgesso i vote for reboot via services01:40
sledgesgood point of beidl about suid too01:41
rusty88just rebooted01:41
rusty88not suid01:41
sledgesgiven that you didn't lose permissions;)01:41
sledges(shouldn't)01:41
sledgesyou can check logcat01:42
sledgesbefore launching rild01:42
sledges;)01:42
sledgesradio logcat01:42
rusty88looks more like cm01:42
sledgeso.O01:42
rusty88and i got imei :D01:42
sledgesFORK YES!!!!!!!!!!!!!!!!!01:42
rusty88:O01:42
sledges:DDDDD01:42
sledges\\o//01:42
rusty88:D:D:D \o|01:42
rusty88\o/01:43
sledgesi had a good feeling about this :DDD01:43
rusty88thank you so much :DD01:43
* sledges hi5s everyone good job!!01:43
rusty88ofono is a little upset01:43
sledges:)) i guess we can postphone that ;D01:44
rusty88yes indeed01:44
sledgesnn you awesome lot!01:44
rusty88need to sleep too tomorrow is gonna be a long day01:44
rusty88nn and thanks sledges and beidl :D01:45
beidlnice :D01:45
sledgesnot that long, depends when you wake up:))01:45
rusty88you guys rock :D01:45
rusty88i mean because i have to study :P01:45
sledgesbest of luck there;)01:45
rusty88thanks :)01:46
beidlgood luck rusty8801:47
rusty88beidl: thanks :D01:47
rusty88well signing off, going to sleep :D thanks a lot :D :D01:48
*** mkosola1 has joined #sailfishos-porters01:50
*** chrisi has joined #sailfishos-porters01:50
*** vakkov has joined #sailfishos-porters01:50
*** ryukafalz has joined #sailfishos-porters01:50
*** rusty88 has quit IRC01:50
*** lpotter has quit IRC01:57
*** lpotter has joined #sailfishos-porters01:57
*** lpotter has quit IRC02:03
*** lpotter has joined #sailfishos-porters02:09
*** iTune has joined #sailfishos-porters02:24
*** cxl000 has joined #sailfishos-porters02:47
*** dmt__ has quit IRC03:12
*** aironeous has joined #sailfishos-porters03:23
aironeousPSA: linux action show will be Sunday 10am. They have mentioned Sailfish OS several times. Their IRC channel is commented on live during the show and they regularly have interviews with reps from various disrtos but not yet Sailfish OS. Please join channel during live show http://www.jupiterbroadcasting.com/1030/jblive/03:30
caternand spam it? :)03:32
aironeousno just let them know that Sailfish is being ported to various Android devices. Look I don't know what is the proper way to invite the linux community to join in especially since i am not a developer. just do what you think is best03:33
aironeousAll I am saying is that other OS's are getting coverage and Sailfish is getting less so maybe it would be good to let the viewers of this show know about the Sailfish option for their phones03:35
aironeousok bye another PSA reminder tomorrow after I get off of work03:38
*** aironeous has quit IRC03:38
dragonkeepersledges04:14
*** carepack__ has quit IRC04:19
*** jalyst has quit IRC04:53
*** jalyst has joined #sailfishos-porters04:56
*** sletta has joined #sailfishos-porters05:50
*** Sequenced has joined #sailfishos-porters06:25
*** swex has joined #sailfishos-porters06:26
*** olafh_ has joined #sailfishos-porters06:33
*** furikku has joined #sailfishos-porters06:59
*** mkosola1 has quit IRC07:18
*** alin has quit IRC07:40
*** alin has joined #sailfishos-porters07:42
*** alin has quit IRC07:42
*** alin has joined #sailfishos-porters07:42
*** kimmoli has quit IRC07:47
*** kimmoli has joined #sailfishos-porters07:47
*** jalyst has quit IRC07:49
*** jalyst has joined #sailfishos-porters07:49
*** jalyst has joined #sailfishos-porters07:52
*** jalyst has quit IRC08:01
*** arcean has joined #sailfishos-porters08:13
*** thp_ is now known as thp08:16
*** thp has joined #sailfishos-porters08:16
*** rusty88 has joined #sailfishos-porters08:20
*** sletta has quit IRC08:29
*** dmt__ has joined #sailfishos-porters08:31
*** sletta has joined #sailfishos-porters08:31
*** sletta has quit IRC08:36
*** jalyst has joined #sailfishos-porters08:39
rusty88hello everybody08:51
*** souren has joined #sailfishos-porters08:56
*** jalyst has quit IRC09:08
*** sletta has joined #sailfishos-porters09:18
beidlhello hello09:19
rusty88hi beidl :)09:20
beidlhey rusty88 :D09:20
rusty88since you're here, did you had any problems with ofono ? in the logs i get a RADIO_NOT_AVAILABLE09:21
beidlrusty88: yup, exactly the same issue09:22
beidlrusty88: so your IMEI is being read but calling doesn't work?09:22
rusty88yes! exactly that issue... calling or sms09:23
rusty88beidl: and in settings->system->mobile network says Network Registering...09:24
beidlrusty88: try the following command09:25
beidldbus-send --system --type=method_call --print-reply \09:25
beidl    --dest=org.ofono /ril_0 org.ofono.Modem.SetProperty \09:25
beidl    string:"Online" variant:boolean:true09:25
beidlit tells ofono to force the modem online status09:26
beidlyou might have to disable your PIN lock09:26
beidlon maguro reading/writing the SIM doesn't work09:26
beidlthat's the nasty hack we use09:26
*** sletta has quit IRC09:30
rusty88beidl: yes sledges already show me that hack and I did use it but i dont think it worked09:35
*** jalyst has joined #sailfishos-porters09:35
beidlrusty88: when did you try that hack?09:35
rusty88beidl: like 30 minutes ago09:36
beidlrusty88: your PIN lock has to be removed before09:36
* Stskeeps yawns09:36
rusty88beidl: in ofono's logs it shows RADIO_POWER something but stil can't send messages09:36
alinbeidl: ahoe09:36
rusty88yes! i also don't have a pin lock ;)09:36
alinso how is army?09:36
rusty88beidl: well now i have this http://ur1.ca/i30ev09:39
beidlrusty88: yup, problems reading from the SIM09:39
beidlyou could add the -d flag for debug output (check in the ofono service file the variable name and where to put it)09:40
beidlrusty88: to get some details09:40
*** palmsnipe has joined #sailfishos-porters09:41
beidloh and morning Stskeeps09:42
Stskeepsmorn beidl09:42
beidlhey alin09:42
beidlalin: had my "Angelobung" yesterday09:43
alinbeidl: what is that?09:43
beidlstanding still for around 2 hrs09:43
beidlswearing to help the austrian people and all that stuff09:43
alin beidl why? did you swear some sergeant?09:43
beidlalin: thats what you do after basic training09:44
beidlit was done in the public, people were pretty impressed09:44
alinbeidl: I see... desperate girlfriends and all the usual crap09:45
beidlalin: no, mainly old people, parents. yup my girlfriend as well but she was tired as hell09:47
beidlalin: thats what it looks like http://commons.wikimedia.org/w/index.php?title=File%3AWien_Bundesheerangelobung_2012-04-19_GuentherZ.ogg09:47
*** jalyst has quit IRC09:47
alinbeidl: ok... I know now what is... they have it home too09:47
alinbeidl: now they start giving you stripes and crap?09:48
rusty88beidl: after that ofono hack sending a sms gets stuck with "Sending" it no longer returns with an error09:48
*** sletta has joined #sailfishos-porters09:48
beidlalin: no no, I'll probably work at the service club, selling food to soldiers09:48
rusty88beidl:  but i can get calls in :D09:48
beidlrusty88: nice :D09:49
alinbeidl: so you will become chef sergent09:49
alinbeidl: chef leutenant...09:49
*** jalyst has joined #sailfishos-porters09:49
rusty88and I also get sms in but can't make a phone call or send an sms09:50
alinbeidl: a friend of mine who ended up doing the army... six months... worked at kitchens too...09:50
alincame out few kilos extra09:50
*** souren has quit IRC09:51
rusty88beidl:  wow this is awesome looool i can actually accept incoming calls and talk but can't make any phonecalls lmao09:51
beidlalin: I actually hope to become one of the "locking pioneers". whenever there are shooting excercises I'd drive around the area, put warning signs for visibility and stuff09:52
beidlalin: => 1 hour of work, the rest is doing what ever the fsck I want to do09:52
beidlrusty88: have your removed your PIN lock?09:52
alinbeidl: cool...09:53
rusty88beidl: yes09:53
beidlrusty88: strange :D09:53
rusty88beidl: yes! indeed09:54
rusty88well it appears that I also have to do that ofono hack09:54
rusty88beidl: should it be launch at boot too right?09:54
beidlrusty88: well the ofono guys seem to be busy, else we would get help fixing those problems09:54
beidlrusty88: yup, check dhd/device-samsung-maguro09:55
*** jalyst has quit IRC09:58
*** lbt_ is now known as lbt10:00
rusty88beidl: when i call it says no network coverage lool10:01
beidlrusty88: logcat, journalctl?10:01
*** sletta has quit IRC10:02
rusty88beild logcat is a bit huge doesnt matter ?10:03
rusty88but it has gsmSignalStrength (raw)=776  gsmSignalStrength (corrected)=810:03
*** Nokius has joined #sailfishos-porters10:05
*** souren has joined #sailfishos-porters10:06
*** dr_gogeta86 has joined #sailfishos-porters10:07
*** SfietKonstantin has joined #sailfishos-porters10:07
beidlrusty88: systemctl --user restart voicecall-manager10:08
*** Nokius1 has quit IRC10:08
rusty88beidl: btw since you're also dealing with a sammy did you had any issues with wireless ?10:08
beidlrusty88: not at all, the wifi chip worked out of the box10:08
rusty88beidl: hmm ok because i have a problem... it detects the ap but fails to connect with asoc-reject10:09
rusty88but i'll check it out later ;)10:10
rusty88beidl: btw the Failed to get D-Bus connection: Failed to verify owner of bus.10:10
beidlrusty88: I wonder if the firmware is actually loaded. on the other hand, without the firmware it would probably not even find the AP10:10
*** jalyst has joined #sailfishos-porters10:17
*** jalyst has quit IRC10:25
*** sletta has joined #sailfishos-porters10:26
*** jalyst has joined #sailfishos-porters10:26
*** carepack_ has joined #sailfishos-porters10:34
*** carepack_ is now known as carepack__10:34
carepack__morning all together :-)10:35
*** alin has quit IRC10:35
*** dr_gogeta86 has quit IRC10:36
*** jalyst has quit IRC10:37
beidlcarepack__: morning10:38
*** zetaz has joined #sailfishos-porters10:38
rusty88carepack__: morning10:39
*** sletta has quit IRC10:41
carepack__beidl: morning10:41
carepack__rusty99: good morning too10:41
carepack__rusty88. sorry10:42
rusty88:)10:42
carepack__morning time :-)10:42
*** jalyst has joined #sailfishos-porters10:46
rusty88beidl: still no network service lol this is really weird10:48
*** blackjack4it has joined #sailfishos-porters10:52
*** blackjack4it has left #sailfishos-porters10:52
*** souren has quit IRC11:07
*** jalyst has quit IRC11:11
*** souren has joined #sailfishos-porters11:15
*** dwangoAC_ has joined #sailfishos-porters11:20
*** zZz0n is now known as zon11:21
*** flyser has joined #sailfishos-porters11:22
*** Anarky has joined #sailfishos-porters11:26
*** dwangoAC has quit IRC11:29
*** Anarky_ has quit IRC11:29
*** flyser_ has quit IRC11:29
*** Dazzozo has quit IRC11:29
*** Dazzozo has joined #sailfishos-porters11:30
beidlMSameer: ping11:30
beidlMSameer: ready for some gst-bugging :)11:31
*** palmsnipe has quit IRC11:35
*** Sequenced has quit IRC11:35
*** Anarky_ has joined #sailfishos-porters11:36
*** Anarky has quit IRC11:36
*** hurrian has quit IRC11:36
*** situ has quit IRC11:37
MSameerbeidl: not today. need to go out with family (sorry)11:38
MSameermaybe tonight?11:38
beidlMSameer: thats alright :) probably no time then (girlfriend)11:39
*** catern has quit IRC11:39
*** catern_ has joined #sailfishos-porters11:39
*** situ has joined #sailfishos-porters11:42
*** palmsnipe has joined #sailfishos-porters11:42
*** Tassadar has joined #sailfishos-porters11:47
MSameerbeidl: maybe tomorrow then11:50
*** dr_gogeta86 has joined #sailfishos-porters11:50
*** dr_gogeta86 has quit IRC11:51
*** dr_gogeta86 has joined #sailfishos-porters11:51
*** hurrian has joined #sailfishos-porters11:54
*** hurrian has joined #sailfishos-porters11:54
*** swex_ has joined #sailfishos-porters11:56
*** carepack__ has quit IRC11:57
*** swex has quit IRC11:59
*** Tassadar_ has joined #sailfishos-porters12:01
*** ballock_ has joined #sailfishos-porters12:03
*** dwangoAC has joined #sailfishos-porters12:03
*** Tassadar has quit IRC12:07
*** catern_ has quit IRC12:07
*** dwangoAC_ has quit IRC12:07
*** ballock has quit IRC12:07
*** catern_ has joined #sailfishos-porters12:09
*** souren_ has joined #sailfishos-porters12:23
beidlMSameer: did what you recommended about that extension string, video playback works now, a little crashy and there are artefacts around the video, but still :D12:28
beidlMSameer: thank you12:28
*** alin has joined #sailfishos-porters12:29
*** souren has quit IRC12:29
alinsledges: ok.. normal computer now12:30
alinand proper internet12:30
alinsledges: let us check the config12:30
*** swex has joined #sailfishos-porters12:34
*** Nokius1 has joined #sailfishos-porters12:38
*** Nokius has quit IRC12:40
*** souren_ has quit IRC12:40
*** swex_ has quit IRC12:40
*** zetaz has quit IRC12:40
*** souren_ has joined #sailfishos-porters12:41
*** palmsnipe1 has joined #sailfishos-porters12:43
*** Tassadar__ has joined #sailfishos-porters12:44
*** Tassadar__ is now known as Tassadar12:44
alinsledges: ok...config fails now12:46
*** dragonkeeper has quit IRC12:48
sledgesmorning:)12:49
sledgesbeidl: good job!12:49
beidlsledges: morning! thanks :D12:49
sledgesalin: i guess you'll have to add them to kernel config..12:49
rusty88sledges:  morning12:49
alinsledges: but now we get the behaviour you expect12:50
alinsledges: no rpms build12:50
*** Tassadar_ has quit IRC12:50
sledgesalin: but Sage_ warned about some of them actually breaking the phone, didn't explain more; so we'll have to test, i'm buffled:)12:50
alinsledges: ok I have a good image handed12:50
sledgesalin: good, let's figure out which are mandatory, and put only those in12:50
*** palmsnipe has quit IRC12:50
sledgesrusty88: hoy, i see you went ahead! again thanks beidl ;)12:51
sledgesalin: no alarms: s/breaking the phone/breaking the boot/ :))12:51
rusty88sledges: eheh yup couldn't wait xDD but still got some issues but I can't do anything now need to study :P12:52
alinsledges: http://paste.kde.org/p3lyvvixr12:52
alinsledges: the sailfish boot?12:53
sledgesrusty88: ok, i guess guys from community also trying in xdathread, have you shared an image with them yet?12:54
sledgesalin: yes12:54
sledgesalin: yes, exactly what i pasted:P12:54
alinsledges: e?12:55
alinwhere did you past?12:55
sledgesyesterday12:55
sledgeswhen i said config fails12:55
alinsledges: ok probably I missed it12:55
rusty88sledges: yes been sharing some insights and also the image but haven't update it yet (maybe later i'll create one that works with modem)12:55
sledges20:55 < sledges> tut tut alin, integration didn't finish somewhere: https://pastee.org/7m34q12:55
sledges:)12:55
alinsledges: ok... I see the time... probably just when I shut down12:56
alinsledges: all of them are systemd seems12:56
alinsledges: so how shall we test any idea?12:57
sledgesrusty88: im sure those who are apt for cp /sbin/cbd /system/somewhere can then also look further into ofono;)12:58
sledgesalin: add the (only) mandatory ones into defconfig12:58
sledgesso mb2 doesn't curse anymore12:58
*** arcean_ has joined #sailfishos-porters12:58
alinsledges: now is now which one12:59
alinsledges: which def config13:00
rusty88sledges: i guess so :)13:00
alinhttp://paste.kde.org/pqaahhrc213:00
*** flyser_ has joined #sailfishos-porters13:00
*** dmt__ has quit IRC13:01
rusty88sledges: i wanted to ask you for a favor whenever you can, if you could check in your i9305 if you have the firmware_path like is said in https://github.com/mer-hybris/droid-hal-device/blob/hybris-10.1/device-samsung-i9305-configs/etc/modprobe.d/droid-hal-i9305.conf ?13:01
*** flyser has quit IRC13:02
* sledges wakes up i9305 display..13:03
sledgesoh13:03
sledgesyes ofc it is there13:03
sledgeswlan works13:03
rusty88hmm because i have that one but with the following prefix _b{0,1,2}13:04
sledgesrusty88: ah i remember we had that chat already13:04
sledgesme too13:04
sledgesi have with _b{..}13:04
sledgesso it mangles the filename itself13:04
rusty88sledges:  hmm right.. sorry :P13:05
sledgesalin: rule of thumb: cd kernel/lge/hammerhead; git remote -v; (open link)13:05
sledgesnw13:05
rusty88I didnt had that module-load.d file so I added it verbatim13:05
rusty88but still could connect (i was praying to be that simple)13:05
sledgesalin: check commits, and see any commit about a kernel flag, open, find defconfig13:06
rusty88couldnt *13:06
sledgesalin: (it's usually first commit that we do after we fork, so look into commit authors too)13:06
*** arcean has quit IRC13:06
*** palmsnipe1 has quit IRC13:07
* sledges goes afk13:07
*** palmsnipe has joined #sailfishos-porters13:08
*** Sfiet_Konstantin has joined #sailfishos-porters13:08
*** SfietKonstantin has quit IRC13:09
*** zetaz has joined #sailfishos-porters13:11
alinsledges: http://paste.kde.org/ptygdtfme13:12
sledgeshttp://github.com/mer-hybris/android_kernel_lge_hammerhead13:13
alinsledges: I know I am looking13:13
sledgesif you know, why do you hilight me?:)13:14
alinsledges: just to be sure we speak about the same thign13:16
alinsledges: anyhow I see nothing recent in that log13:16
sledgesCommits on Aug 29, 201413:17
sledgesphilippedeswert authored a day ago13:17
alinsledges: ok... I shall add all the non optional ones in that file13:20
sledgesalin:13:21
sledgesok13:21
*** vrutkovs has joined #sailfishos-porters13:21
*** dr_gogeta86 has quit IRC13:22
alinsledges: found only 3 which are not optional...13:26
alinlet us see13:26
alin  CONFIG_FHANDLE=y13:27
alin  CONFIG_AUDIT=n13:27
alin  CONFIG_WATCHDOG_NOWAYOUT=y13:27
vakkovsledges: that experimental camera on mako... is this jolla camera :O13:27
vakkovlooks like it on the image in the xda thread13:28
beidlvakkov: hey :D wanted to ask the same question13:28
beidlsledges: was it soley work on the gst backend?13:28
vakkov* thinking of assembling my maguro back together :D :D13:29
sledgesnot only gst: jolla-camera needed a resolutions change13:31
vgradealin: https://github.com/martinbrook/android_kernel_lge_hammerhead/commit/3385cf995032127062554032759ee5656561d56d13:32
beidlsledges: a non-public change I guess13:33
alinvgrade: blimey... you already did it13:33
sledgesbeidl: jolla-camera is closed source, but it will be only about modifying a config file starting from update913:34
alinvgrade: faster than me...13:34
beidlsledges: oh, well then :)13:34
sledgesbeidl: plenty of time to play with cmdpipelines first ;)13:35
alinvgrade: did you test a image with that configs?13:37
alinnow I need to regenerate the .config...13:38
alinthought make will do it for me13:39
*** zon has quit IRC13:39
*** zon has joined #sailfishos-porters13:39
*** locusf has quit IRC13:40
beidlsledges: btw, anything new on store+maguro? :)13:41
sledgesbeidl: nope, next week ;)13:41
rusty88where can i find a music player ? dr_gogeta told me one yesterday but couldn't find it on warehouse13:41
*** locusf has joined #sailfishos-porters13:41
*** gogeta has joined #sailfishos-porters13:42
beidlrusty88: zypper in jolla-mediaplayer13:43
vakkovcool (about the config change)13:43
rusty88beidl: thnks13:44
gogetavakkov: are you working on n9 kernel =13:46
gogeta?13:46
beidlsledges: hopefully I can then log back into my account :D13:47
sledgesbeidl: are you locked out?13:48
alingot lost a little bit13:48
alinor a little bit more13:48
beidlsledges: problems registering the IMEI13:48
vakkovgogeta: nope :D could find an n9. was lately trying to get hybris on the n900 but abandoned everything for a few days13:48
beidlsledges: registering a new account works though13:48
alinthought the config gets regenartes by make hybris-hal13:48
alindoes not seem so13:49
gogetavakkov: last https://github.com/filippz/kernel-adaptation-n950-n913:53
vakkovgogeta: i coudn't find an n9 * (i dont own one)13:53
gogetajust ask13:54
gogetai've found one for 100 euro13:54
gogetalast month13:54
vgradealin: not done an image. I'm moving house Monday so its a bit manic at home right now13:54
alinvgrade: I get you13:55
gogetago vgrade13:55
alinI will try to get c lean build13:55
sledgesvgrade: alin: which defconfig is picked up?14:02
sledgeswe modified both at beginning and confusion set in since14:02
sledgeshttps://github.com/martinbrook/android_kernel_lge_hammerhead/commit/04af2b0ddf5cc9a62a41091ae96e02ce0cf6696514:02
sledgeshttps://github.com/martinbrook/android_kernel_lge_hammerhead/commit/052be0f9e9d8a9743c5de311e6536ecf53b5d5e114:02
situsledges:  arch/arm/configs/cyanogenmod_hammerhead_defconfig  when you are building inside tree.14:03
sledgesoh14:03
Sage_sledges: alin: the only things we know that have issues are the MEM related configs in the check on some kernels14:04
situsledges: IIRC, please confirm.14:04
Sage_also could we make a rule that people run make oldconfig and then cp .config arch/arm/configs/*_defconfig or so to make sure one can really see what is enabled and what is not14:05
sledgesSage_: did you make MEM mandatory?14:05
Sage_sledges: no it is optional as it is not mandatory14:05
sledgesok cool14:05
Sage_the comment should say if it is optional/mandatory as well for most of them nif not all14:06
sledgesSage_: does make oldconfig read defconfig for that matter? if so, we'll have again a clash that situ just pointed out14:06
Sage_ah, ok maybe I did it a bit wrong while explaining. So makexyzxyz_defconfig and then  cp .config arch/arm/configs/*_defconfig14:07
sledgesok14:07
Sage_excuse my typos having 2G connection and doing backspace with mosh is not working as well with copy paste :D14:07
sledgesso you want to keep "exploded" files as defconfigs...14:08
sledgesi preferred everything lean14:08
sledges:)14:08
Sage_sledges: yes exploded if you want to define it like that. E.g. you can define *CGOUP* in there and none of those doesanything if you have CONFIG_CGROUPS is not set or =n14:09
Sage_which is very confusing and not helping anyone imo. Also config check can't really verify defconfig properly if it is not exploded14:09
*** Vi- has joined #sailfishos-porters14:09
Vi-hi14:10
sledgesSage_: is probably the reason Stskeeps added a one more check of /proc/config.gz in hybris-boot ;)14:11
sledgeshi Vi-14:11
sledgesnice nickname :)14:11
Vi-hi sledges ;)14:11
alinsledges: Sage_ vgrade situ so whichone shall I edit in the end?14:12
Sage_sledges: but you understand my point why I like those "exploded" things? :)14:12
sledgesSage_: yes, agreed :)14:12
* sledges adds to TODO for next hadk revision14:12
*** nh1402 has joined #sailfishos-porters14:13
Sage_alin: no idea, as long as everyone edits same one. Also I would prefer the "exploded" config in general. Anyway sledges can handle it now I guess ;)14:13
* Sage_ needs to go now14:13
vgradesledges: you are right I modified the wrong one14:13
sledgesthanks Sage_ , also for spotting the duality of editted configs ;)14:13
alinvgrade: I edited the bloody same14:13
sledgesvgrade: half people modified one, half another, throughout commits ;)14:13
sledgesvgrade: is it in BoardConfig.mk somewhere?14:14
vgradehttps://github.com/mer-hybris/android_kernel_lge_hammerhead/commit/13aba67a1acad0f85bfbb3b9fcd778e7d2e1ad2314:14
*** souren_ has quit IRC14:14
vgradeits the cycanogen_ one as this has the selinix one which is needed14:14
* sledges confused14:15
sledgessee in hadk, there are wayr written how to determine which gets picked up14:15
vgradehttps://github.com/mer-hybris/android_device_lge_hammerhead/blob/hybris-11.0/BoardConfig.mk#L10314:17
situsledges: cyanogenmod_hammerhead_defconfig when you are building within tree14:20
situsledges: the other one when you are building outside tree, that's it. simple !14:20
situsledges: I had modified both because earlier I was building outside tree.14:20
alinsitu: should not them be kept in sync then?14:21
sledgessitu: more confusion now as i thought "build within tree = cd kernel/lge/hammerhead; make ...; building outside = make hybris-boot"14:21
situsledges: build inside tree means "mka hybris-hal"14:22
situsledges: build outside means I cloned kernel sources separately and built them.14:22
sledgeslol ok14:22
situsledges: Sorry for the confusion.14:23
sledgesnp, Sage_ spotted just in time :)14:23
sledgesi'll sort this out now14:24
sledgesmeaning changes need to be merged from hammerhead_defconfig to cyanogenmod_hammerhead_defconfig14:25
sledgesright ?14:25
sledges(deltas)14:25
situsledges: Right.14:25
alinsitu: the good thing is that they are not too many14:26
situsledges: To avoid any confusion in future feel free to revert any changes to cyanogenmod_defconfig as probably we don't have plans to use it anymore.14:27
sledgesyou mean to hammerhead_defconfig ;P14:28
situsledges: Right :)14:28
sledgessure ok:)14:28
alinsledges: do we really need to clone all that 20GiB for hammerhead?14:29
sledgesVi-: what's up? :)14:29
sledgesalin: m?14:29
Vi-hi hi sledges14:29
alinsledges: repo sync14:30
alinsledges: clones 18GiB or so..14:30
sledgesalin: no, we need volunteers for cleanup :)14:30
situalin: No, we should cleanup the manifest.14:30
sledgescould do with clever comparison of hybris-10.1 and hybris-11.014:30
situsledges: I believe dependencies are different between hybris-10.1 and hybris-11.014:31
alinsitu: sledges I suspect that i device dependent14:31
sledgesalin: situ: check this out: https://github.com/lbt/android/tree/hybris-aosp-4.4.2_r214:32
sledgescould adopt the approach to keep changes separate, i think the main manifest has been cleaned up too there iiuc14:32
Vi-congratulations for port sailfish, looks good in the nexus 514:32
*** _Serial has joined #sailfishos-porters14:33
Vi-if will need a tester i have nexus 514:35
sledgesVi-: thanks, guys in this channel are doing an awesome job indeed14:36
sledgestesters always welcome:)14:36
Vi-;)14:36
*** gogeta has quit IRC14:45
*** RealJohnGalt_ has joined #sailfishos-porters14:47
*** Stskeepz has joined #sailfishos-porters14:49
*** GranPC_ has joined #sailfishos-porters14:49
*** junnuvi_ has joined #sailfishos-porters14:49
*** AquilumZero has joined #sailfishos-porters14:52
sledgesVi-: any more feedback on first experiences with it? :)14:52
*** jvb- has joined #sailfishos-porters14:54
*** giucam_ has joined #sailfishos-porters14:54
*** dmt__ has joined #sailfishos-porters14:54
*** kjokinie has quit IRC14:54
*** Jonni has quit IRC14:54
*** Aquilum has quit IRC14:54
*** GranPC has quit IRC14:54
*** RealJohnGalt has quit IRC14:54
*** giucam has quit IRC14:54
*** MSameer has quit IRC14:54
*** juiceme has quit IRC14:54
*** pulser has quit IRC14:54
*** jvb has quit IRC14:54
*** jusa_ has quit IRC14:54
*** Dazzozo has quit IRC14:54
*** junnuvi has quit IRC14:54
*** swl has quit IRC14:54
*** Stskeeps has quit IRC14:54
*** Dazzozo` has joined #sailfishos-porters14:54
*** jusa_ has joined #sailfishos-porters14:54
*** giucam_ has quit IRC14:54
*** giucam_ has joined #sailfishos-porters14:54
Vi-sledges, are diferent, no buttons, like14:55
*** pulser has joined #sailfishos-porters14:55
Vi-correct work and UI speed14:55
*** Jonni has joined #sailfishos-porters14:55
*** stephg has joined #sailfishos-porters14:55
*** RealJohnGalt_ is now known as RealJohnGalt14:56
*** kjokinie has joined #sailfishos-porters14:56
*** swl has joined #sailfishos-porters14:57
*** juiceme has joined #sailfishos-porters14:58
*** jvb has joined #sailfishos-porters14:59
*** MSameer has joined #sailfishos-porters14:59
*** Stskeeps has joined #sailfishos-porters15:02
*** Stskeeps has quit IRC15:02
*** Stskeeps has joined #sailfishos-porters15:02
*** Dazzozo has joined #sailfishos-porters15:04
*** Dazzozo` has quit IRC15:05
*** jvb- has quit IRC15:05
*** Stskeepz has quit IRC15:05
*** javispedro has joined #sailfishos-porters15:06
*** stephg has quit IRC15:15
*** jalyst has joined #sailfishos-porters15:17
alinsledges: situ ok.. I merged them... http://paste.kde.org/pihxzwkin15:17
alinnow builds the kernel let us see when finished15:18
alinfinishes if the check fails again15:18
*** Peter_ has joined #sailfishos-porters15:19
alinsuccess15:25
alinset them all up now15:25
alinlet us see15:25
*** jalyst has quit IRC15:25
*** jalyst has joined #sailfishos-porters15:26
rusty88sledges: i forgot to report the bug that doesnt turns off the display when inactive, where exactly you said i should report it ?15:26
sledgesrusty88: sec15:27
sledgesi need to prep something before i give you that link15:27
*** jalyst has quit IRC15:28
rusty88sure no worries ;)15:29
*** jalyst has joined #sailfishos-porters15:30
sledgesrusty88: http://bit.ly/hadk-new-bug15:32
alinsledges: situ Sage_ vgrade http://paste.opensuse.org/8307866015:34
alinboth are set to yes in kernel/lge/hammerhead/arch/arm/configs/cyanogenmod_hammerhead_defconfig15:35
alinanyhow the image building goes one15:35
alinon15:35
alinthe funny bit is that not all of them seem to be put in the .config15:37
*** nh1402 has quit IRC15:37
rusty88sledges: thanks :)15:37
*** sletta has joined #sailfishos-porters15:38
*** ChanServ sets mode: +o sledges15:39
*** sledges changes topic to "Official Sailfish OS porters channel | http://bit.ly/hadk-devices-status | http://bit.ly/hadk-bugs | http://bit.ly/hadk-new-bug | http://forum.xda-developers.com/showpost.php?p=54302138&postcount=2 | http://bit.ly/hadk-doc-pdf (latest) | http://bit.ly/hadk-channel-log | http://bit.ly/jolla-oss-contributors-policy"15:39
*** ChanServ sets mode: -o sledges15:39
locusfnice, named bitly's15:39
*** ChanServ sets mode: +o sledges15:40
*** sledges changes topic to "Official Sailfish OS porters channel | http://bit.ly/hadk-devices-status | http://bit.ly/hadk-bugs | http://bit.ly/hadk-new-bug | http://bit.ly/hadk-news | http://bit.ly/hadk-doc-pdf (latest) | http://bit.ly/hadk-channel-log | http://bit.ly/jolla-oss-contributors-policy"15:40
*** ChanServ sets mode: -o sledges15:40
sledgesbetter:)15:40
sledgesalin: probably what Sage_ said: .config will show the final picture15:43
sledgesan absence of one flag will cascade collapse of others15:44
alinsledges: I did not get what he said15:44
sledgeseven if they are (optionally) required15:44
alinsledges: maybe I see it...15:50
alinbut this becomes a pretty messy situation...15:57
*** Eztran has joined #sailfishos-porters15:57
*** sletta has quit IRC15:57
alinthe funny bit is that for example does not complain anymore about audit15:57
alinbut that is not set15:57
sledgestakes default15:59
alinok I miss it but let me concentrate on the two that fail15:59
sledgesthey are not mandatory16:00
sledgeshence script does not erro out16:00
alinsledges: yap... at this moment this is what happens16:00
alinsledges: I mean added all from phdeswer and from vgrade16:00
alinsledges: got an image that booted16:01
alinsledges: which is what we wanted16:01
alinsledges: with your fix in it too16:01
*** mkosola has joined #sailfishos-porters16:02
sledgesalin: awesome stuff16:12
*** jalyst has quit IRC16:18
*** jalyst has joined #sailfishos-porters16:18
*** mkosola has quit IRC16:20
*** NeeDforKill has quit IRC16:21
alinsledges: ok... it booted16:29
alinsledges: I can email you the diff16:29
sledgesdiff of defconfig?16:30
alinsledges: yes16:35
alinsledges: if you want to commit it16:35
alinsledges: http://paste.opensuse.org/9961344316:36
*** giucam_ is now known as giucam16:53
*** mugna has joined #sailfishos-porters16:57
*** catern_ is now known as catern17:07
beidlI wished ambienced was open source, it's starting to get annoying debugging that little bastard17:14
*** dragonkeeper has joined #sailfishos-porters17:24
caternsurprised that people go to such lengths for porting proprietary stuff17:26
alincatern: if you are so surprised why are you in this channel?17:28
*** javispedro has quit IRC17:28
caternsorry - just joined because i was trying out a port17:29
*** alin has quit IRC17:37
*** alin__ has joined #sailfishos-porters17:37
sledgesbeidl: got backtrace?17:39
beidlsledges: strace'ing didnt work as expected, without ambienced being called by invoker the hang doesn't get triggered, and following forks didn't help either.17:40
beidlsledges: though without invoker setting the ambience is a noop17:41
sledgesbeidl: no segfault?17:41
beidlsledges: nope, no segfault.17:41
sledgesstill could use gdb17:42
sledgesattach to pid17:42
sledges(same for strace)17:42
beidlI'll try17:42
sledgesi wonder do debug symbols RPM contain any source code? ;)17:42
beidlsledges: I wanted to point out that I'd need the debug symbols for gdb17:42
sledgesbeidl: you could still see function names17:43
beidlsledges: and those probably are not there for ambienced, right?17:43
beidlsledges: true17:43
sledgesand debuginfo contains variable names, params and LoC17:44
sledgesdebugsource is something not to redist :)17:44
sledgesi wonder if i could get you a debuginfo pack17:44
*** alin__ has quit IRC17:48
dragonkeepersledges, get a chance to look into it yet ? :)17:49
sledgesdragonkeeper: into what?17:49
sledges:))17:49
dragonkeeperlib mismatch17:49
sledges07:14 < dragonkeeper> sledges17:49
sledges15:48 -!- dragonkeeper [~dev@cpc2-gill2-0-0-cust69.20-1.cable.virginm.net] has quit [Ping timeout: 240 seconds]17:49
sledgesall i got from you ;)17:49
dragonkeeperhaha yeah that was early hours of morning for me , seeing if u was still alive haha17:50
dragonkeeperi wanna get this mismatch sorted :(17:51
sledgesdragonkeeper:17:54
sledges03:37 < sledges> 21:37 < dragonkeeper> sledges, you want more strace reading material ? lol17:54
sledges:)17:54
dragonkeeperyeah i gave u 3 pastebins17:54
dragonkeeperor do u want a more updated version ?17:54
*** Sfiet_Konstantin has quit IRC17:55
*** phdeswer has quit IRC17:55
beidloh great17:56
beidlso I attached gdb to the ambienced process and tried to set an ambience17:57
beidlnothing stalls, but the ambience is not set either17:57
beidland backtrace gives no useful hints other than trying to access a NULL pointer17:57
beidlok, forget about that18:00
beidlsledges: http://pastebin.com/4S9aRSGq18:00
sledgesdragonkeeper: you've recompiled since18:00
sledgesand i wanna see fresh ones18:00
dragonkeeperok give me 5 min18:01
sledgesbeidl: is it the stall moment?18:01
beidlsledges: yup, lipstick stalled at that point18:02
sledgeslipstick stalls?18:02
sledgesi thought only ambienced18:02
beidlsledges: I'll rephrase: the UI stalls (drawing, reacting to input) after trying to set an ambience18:03
beidlsledges: after restarting lipstick the new ambience is set correctly I believe18:03
beidlsledges: yup18:04
sledgesyou believe? :)18:04
sledgesor is it set? :)18:04
sledgesvisually18:04
beidlsledges: it is actually18:04
beidlsledges: had to wait for ls to restart :)18:04
sledgesah so that's how you managed to take photo with of your phone with it ;)18:04
beidlsledges: you mean my screenshots in the xda OP?18:05
beidlsledges: and now the interesting part: after that one time letting lipstick stall and restarting it, setting an ambience works every time (until reboot)18:07
sledgesbeidl: yes, xda18:07
sledgesbeidl: so means it cleans the pipes first time 'round:))18:08
beidlsledges: haha right :D18:08
sledgesbeidl: blimey i was gonna blame some shaders..18:10
sledgesbut now you say even ambience transition works..18:10
*** phdeswer has joined #sailfishos-porters18:11
*** stephg has joined #sailfishos-porters18:14
beidlsledges: here's an strace of ambienced including stall http://pastebin.com/vR4bBR4p18:14
beidlsledges: will strace lipstick next18:15
sledgesbeidl: so it stops at bottom?18:16
beidlsledges: correct18:16
sledgesso the tmp hack is to restart lipstick on every boot?18:16
sledges(is important to check btw, in case of boot races)18:16
sledgesor restart lipstick after first stall?18:16
sledgesonly18:16
beidlsledges: only after an attempted ambience setting18:17
beidlright18:17
dragonkeeperhttp://pastebin.com/rQ1mrA78     ;    http://paste.ubuntu.com/8189752/     ;   http://pastebin.com/6C1zz9Kx       ;    sledges18:18
beidlsledges: I see... lipstick is waiting for some lock to be released http://pastebin.com/m68izVyH18:19
sledgesdragonkeeper: dang, the same (cc vgrade )18:21
dragonkeeperhaha lots of reading material for sledges .... everyone pastebin something18:21
dragonkeepersledges, yeah its not good must be a way to solve it18:22
sledgesdragonkeeper: find /system -name libbinder.so18:23
dragonkeeperlibbinder exists .. looked last night18:24
sledgesunder lib/?18:24
dragonkeeper./system/lib18:24
sledgesgrep reservedVectorImpl /system/lib/libbinder.so -az18:24
dragonkeeper_ZN7android10VectorImpl19reservedVectorImpl1Ev_ZN7android10VectorImpl19reservedVectorImpl2Ev_ZN7android10VectorImpl19reservedVectorImpl3Ev_ZN7android10VectorImpl19reservedVectorImpl4Ev_ZN7android10VectorImpl19reservedVectorImpl5Ev_ZN7android10VectorImpl19reservedVectorImpl6Ev_ZN7android10VectorImpl19reservedVectorImpl7Ev_ZN7android10VectorImpl19reservedVectorImpl8Ev18:25
sledgesit's right there, "the first one" _ZN7android10VectorImpl19reservedVectorImpl1Ev18:25
sledges;18:26
sledges:D18:26
sledges(from your pastebin..)18:26
sledgeswhat is it saying it cannot find it!?18:26
dragonkeepercant see the wood from the trees18:26
dragonkeeperxD18:26
sledges:))18:27
sledgesgrep reservedVectorImpl /usr/libexec/droid-hybris/system/lib/libbinder.so -az18:27
dragonkeeperlol thats new18:27
sledges(file might not even be there)18:28
dragonkeeperphone rebooted18:28
sledgespardon?18:29
sledges:D18:29
dragonkeeperwell i did continue twice .. so it may of just decided it couldnt be assed to continue its loop lol18:29
sledges:D18:29
dragonkeeper grep reservedVectorImpl /usr/libexec/droid-hybris/system/lib/libbinder.so -az18:30
dragonkeepergrep: /usr/libexec/droid-hybris/system/lib/libbinder.so: No such file or directory18:30
sledgesok :)18:30
dragonkeepersymlink  /usr/libexec/droid-hybris/system/lib/  to  /system/lib  ?  lol18:31
sledgesnope:)18:31
sledgesfind /usr -name libbinder.so18:31
sledgesfind /usr/lib* -name libbinder.so18:31
sledgesbit more tolerant18:31
dragonkeepernothing18:32
sledgesok18:34
sledgesout of ideas:)18:34
dragonkeepergandalf the sailfish wizard always has a bit of magic to fix errors18:35
MSameerbeidl: that's a good start in itself18:35
*** iTune has quit IRC18:35
rusty88does anyone have any idea why i can receive calls and sms but cannot make them (no network coverage) ?18:36
*** SfietKonstantin has joined #sailfishos-porters18:38
beidlMSameer: yeah :) after a video is stopped (either if its done or by swiping away) jolla-gallery hangs18:38
MSameermost likely it is crashing18:39
beidlMSameer: and similar to my ambienced/lipstick problems, a strace ends in futex(0x492f2100, FUTEX_WAIT_PRIVATE, 2, NULL18:39
dragonkeepersledges, what would be the problem just copying the libs to new locations ?18:39
MSameerbeidl: but how does the video look like?18:39
MSameerbeidl: any pictures?18:39
sledgesdragonkeeper: you just answered your question:)18:40
dragonkeepercant answer a question with a question :P18:40
dragonkeeperespecially the same one18:40
sledgesyes you can, just remove questionmark :)18:40
beidlMSameer: http://imgur.com/ITs2eVo18:41
dragonkeepersledges, i no compute18:41
MSameerbeidl: I can see a corrupted video18:41
sledgesbeidl: MSameer: that looks 95% like Nexus5 video atm (cc alin)18:42
sledgesblack background, only moving artefacts 3D-ized :)18:43
sledgesexcept the green bottom-right border18:45
* dragonkeeper is a dragon rider and all must refer to him as eragon 18:45
MSameersledges: i thought n5 worked18:46
MSameeranyway n5 is a different beast18:46
MSameeri am really thinking about using stage fright instead of omx to get rid of all those issues (hopefully)18:46
beidlMSameer: in that case you could cherry pick from ubuntu after gstreamer 1.x is in18:48
MSameerubuntu is a different beast :D18:50
beidltrue :D18:50
dragonkeepersledges, so you have no idea why these libs would be placed in /system/lib and no where else ?18:52
*** Vi-- has joined #sailfishos-porters18:54
sledgesdragonkeeper: they are cm's libs, and must stay there18:55
*** Vi- has quit IRC18:55
dragonkeepersledges, slight difference in   mv  / cp     :)  lmao18:57
sledges:)18:57
dragonkeeperworth a try ?  or do you think it will make 0 difference ?18:58
sledges21:55 < sledges> dragonkeeper: they are cm's libs, and must stay there18:58
sledgesthere's only one libbinder18:59
sledgesand it's found18:59
sledgesso if you copy it elsewhere, won't change a thing18:59
dragonkeeperhmm,18:59
* dragonkeeper hits his phone with a hammer19:00
dragonkeeperfixed it19:00
sledgestalking about hammer? :)19:00
dragonkeeper:)19:00
*** junnuvi_ is now known as junnuvi19:01
dragonkeeperi wanna put sailfish on olympus as well so consentrate on working this issue out haha19:01
* sledges hammerheads19:02
junnuvihammer is definetely best tool to get rid of errors19:05
junnuvi+all19:05
dragonkeeperso is a sling shot19:06
dragonkeeperwell kind of .. the errors will just be somewhere else :P19:06
*** beidl_ has joined #sailfishos-porters19:09
*** beidl has quit IRC19:12
*** Sfiet_Konstantin has joined #sailfishos-porters19:13
*** SfietKonstantin has quit IRC19:13
dragonkeepersledges, im so confused. if the lib is there and contains what lipstick looking for why error ?19:20
sledgesdragonkeeper: we're on the same boat about this one ;)19:20
dragonkeepersledges, so gandalf who must we seek to gain the knowledge on how to defeat this evil... the elves ?19:21
sledgesor just destroy the ring19:25
dragonkeeperfind * | grep volcano19:27
dragonkeeper no results ... dam19:27
dragonkeeperfind * | grep "a hobbit"19:27
dragonkeeperno results. ... we're screwed19:27
*** gogeta has joined #sailfishos-porters19:27
*** zhxt has quit IRC19:29
*** furikku has quit IRC19:30
* stephg thinks you've both lost the plit19:32
stephgs/li/lo/19:32
sledgescut19:32
*** zuh_ is now known as zuh19:33
* dragonkeeper knows the plot is within middle earth. the plot we must seek to find answers but the plot can only be read on the last light of durins day 19:34
dragonkeeperxD19:34
sledgescut: you must specify a list of bytes, characters, or fields19:34
*** alin has joined #sailfishos-porters19:38
*** alin has quit IRC19:38
*** alin has joined #sailfishos-porters19:38
*** AlexRussia has quit IRC19:39
*** Vi- has joined #sailfishos-porters19:40
*** zhxt has joined #sailfishos-porters19:42
*** Vi-- has quit IRC19:43
*** AlexRussia has joined #sailfishos-porters19:48
*** rusty88 has quit IRC19:51
*** dmt__ has quit IRC19:59
*** dmt__ has joined #sailfishos-porters19:59
*** Sfiet_Konstantin has quit IRC20:07
*** _Serial has quit IRC20:11
caternsledges: if it's helpful, after a reinstall my wlan and bt MACs are the same; last four is e8:1b for wlan and e8:1a for bt20:29
*** rusty88 has joined #sailfishos-porters20:32
sledgesgood man, thanks catern20:33
sledgesrusty88: we need more logs for outgoing calls/sms failures20:33
rusty88sledges: sorry went got to eat :P20:35
rusty88sledges: ofono? logcat? or both?20:35
sledgeswherever you see errors :)20:36
rusty88well lets start with ofono http://ur1.ca/i33f820:41
rusty88sledges: logcat  -b radio seems tame only a few RX and TX and some gsmSignalStrength20:45
rusty88i'm playing with ofono dbus interface and when i scan the operators they're detected but the GetOperators method returns an empty array20:46
*** gogeta has quit IRC21:08
*** dr_gogeta86 has joined #sailfishos-porters21:10
*** Vi-- has joined #sailfishos-porters21:18
*** Vi- has quit IRC21:20
*** phlixi_ is now known as phlixi21:24
*** palmsnipe1 has joined #sailfishos-porters21:37
*** palmsnipe has quit IRC21:39
*** palmsnipe has joined #sailfishos-porters21:40
*** Tassadar has quit IRC21:40
*** palmsnipe1 has quit IRC21:41
sledgesrusty88: at which point do you make outgoing call? http://paste.fedoraproject.org/129821/14094312/21:43
rusty88sledges: at the very end, made a outgoing call and the journalctl -u ofono.service21:44
sledgeswhich timestamp?21:44
rusty88sledges:  around 21:39:4321:45
*** dr_gogeta86 has quit IRC21:46
rusty88sledges: just to be sure just did again and journald has no new entry21:47
rusty88sledges:  for an incoming call ofono logs things, on the other hand nothing for an outgoing21:48
sledgesverbosity needed i guess then :)21:49
rusty88sledges:  like adding -d?21:53
* sledges doesn't know ofono21:56
sledgesofono -h ? :)21:56
rusty88that's what I did and -d stands fo debuggin info21:57
rusty88sledges:  does this help in any way ? http://ur1.ca/i343v22:03
*** stephg has quit IRC22:13
*** giucam has quit IRC22:29
*** giucam has joined #sailfishos-porters22:30
*** giucam has quit IRC22:31
*** giucam has joined #sailfishos-porters22:31
*** palmsnipe has quit IRC22:35
rusty88gotta go22:50
rusty88nn22:50
sledgesn!n22:54
*** swex_ has joined #sailfishos-porters22:58
*** rusty88 has quit IRC22:58
*** swex has quit IRC23:01
zetazhi all. I solved some path and config errors, and I went a few step further in compiling the xt897. Now I have a new puzzle to solve at the step to package droid-hal-device...23:02
zetazI got two kinds of errors :23:02
zetaz"Installed (but unpackaged) file(s) found:" (marked as a warning during the packaging, but listed in the errors at the end)23:02
zetazdamn, mixed it. trying again :23:03
zetaz  "Installed (but unpackaged) file(s) found:" (marked as error)23:03
zetaz"File listed twice" (marked as a warning during the packaging, but listed in the errors at the end)23:03
zetazI think the warning is not a problem, so I have to solve the unpackaged files first.23:04
zetazLooking at the logs, it seems that flyser got the same kind of things, but I don't understand what he did to correct it23:04
zetazsledges, vgrade, if you are still here, maybe you remember this. See logs of the 18th of July : http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2014-07-18.log.html around the "init.qcom.class_core.sh" line.23:08
sledgeszetaz: hellou!23:23
sledgeshttp://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2014-07-18.log.html#t2014-07-18T22:54:0123:23
sledgesfind $ANDROID_ROOT -name "*.sh" -exec grep -H "/system/bin/sh" {} \;23:24
sledgesand you'll need to replace them with "#!/bin/sh"23:24
sledgesfind $ANDROID_ROOT -name "*.sh" -exec grep -H "#\!/system/bin/sh" {} \;23:24
sledges(check for escapes, untested)23:24
zetazhello sledges23:26
zetazthanks for the answer, but I don't see how it will solve the error that the files are unpackaged ?23:26
zetazIt is needed it seems, but looks like it comes from an error somewhere further23:27
zetazsledges : If I understand this line correctly http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2014-07-18.log.html#t2014-07-18T18:56:2723:29
sledgessorry went ahead of myself23:29
sledgesbut you'll need that too:p23:29
zetazit seems he has added those files in some package23:29
sledgeszetaz: close: http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2014-07-18.log.html#t2014-07-18T18:01:5323:29
zetazso right now, I am looking at the documentation of spec to be able to read more easily the rpm/droid-hal-device.inc file in which it seems I need to add them...23:30
zetazsledges: ah !! that was the message I missed23:31
zetazthanks for pointing it out. I can see it in the file23:31
zetaztrying that23:31
sledgescool23:31
*** olafh_ has quit IRC23:35
*** souren_ has joined #sailfishos-porters23:36
zetazsledges: perfect ! With this change it built the rpms. thanks for your help23:37
zetaznow going to the next step, I am getting closer ! (slowly, but steady ;) )23:37
sledgeslike a big ship;23:38
sledges:)23:39
*** SfietKonstantin has joined #sailfishos-porters23:39
*** rusty88 has joined #sailfishos-porters23:46
*** zetaz has left #sailfishos-porters23:55
*** rusty88 has quit IRC23:56
*** mugna has quit IRC23:58

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