**** BEGIN LOGGING AT Tue Mar 31 02:59:59 2015 Mar 31 05:52:35 Herrie|2, Alan_Morford, Tofe: from the log I got it is hard to say what is wrong but we support "Straight Talk" as provider https://git.gnome.org/browse/mobile-broadband-provider-info/tree/serviceproviders.xml#n13174 Mar 31 05:52:38 Alan_Morford, Tofe: can you update to a recent build and add -d to to /var/lib/ofono/environment.conf, reboot, reproduce the bug again and send me the full output from journalctl --no-pager -u ofono Mar 31 06:11:13 morphis: I think Straight Talk in the US both uses AT&T and T-Mobile network depending on location Mar 31 06:11:19 Lycamobile FR I couldn't find Mar 31 06:12:37 Herrie: depending on location? Mar 31 06:13:13 I think so, not 100% sure Alan might know better Mar 31 06:13:51 IE if you're in New York you have a Straight Talk AT&T Sim while in LA you might have T-Mobile sim Mar 31 06:14:33 http://www.straighttalk.com/wps/portal/home/shop/sims Mar 31 06:14:44 ok Mar 31 06:14:48 https://bugs.launchpad.net/ubuntu/+source/android-src-vendor/+bug/1351434 Mar 31 06:14:53 "My phone is a GSM T-Mobile compatible phone" or "My phone is a GSM AT&T compatible phone" Mar 31 06:15:04 so next step for us to overcome this easier would be to let people configure this manually Mar 31 06:15:36 Yeah Mar 31 06:15:54 Seems that ofono supports this, at least what i read by adding it to a file and then restarting Mar 31 06:16:00 sure Mar 31 06:16:07 it is also possible over dbus Mar 31 06:16:40 I asked Alan to try that for the SetProperty AccessPointName etc but that didn't work for him Mar 31 06:17:27 it's not only the access point name Mar 31 06:17:35 better let him try the file way Mar 31 06:17:47 and he should use the data from http://www.straighttalkbyop.com/program.php Mar 31 06:20:17 OK Mar 31 06:20:27 Any suggestions for the funny Ericsson card to try? Mar 31 06:55:05 Herrie: not yet Mar 31 06:55:14 need to check how the sierra one is supposed to work Mar 31 06:55:27 as basically it gets configured wrong Mar 31 07:34:44 morphis: OK. Let me know if you have something you want me to test with the Sierra. I can do it tonight or tomorrow morning since card is at home :P Mar 31 10:13:45 Herrie|Veer: will see what I can do Mar 31 10:13:49 filmor: you got started? Mar 31 10:49:53 Herrie|Veer: for the sierra I have a possible solution Mar 31 11:10:34 Herrie|Veer: so, install http://files.gravedo.de/ofono_1.16+gitr0+7331c88b41-r5.5_armv7a-vfp-neon.ipk Mar 31 11:11:02 then add OFONO_MBM_NETWORK_INTERFACE=rmnet8 to /var/lib/ofono/environment.conf Mar 31 11:16:47 morphis: OK will try that when home tonight. Will swap Ericsson with Sierra again :) Mar 31 11:16:54 :) Mar 31 11:17:10 Herrie|Veer: we have to play with the rmnet ones a bit to find the right one Mar 31 11:17:13 use ifconfig -a to see them all Mar 31 11:17:34 OK :) Mar 31 11:17:58 You patched something in oFono for Sierra? Mar 31 11:18:43 Herrie|Veer: yeah Mar 31 11:18:53 ah damn it Mar 31 11:19:01 did it for mbm not for sierra .. Mar 31 11:19:22 Well got mbm with me :P Mar 31 11:19:25 but yeah for mbm is right Mar 31 11:19:34 that should only fix the mbm one Mar 31 11:20:40 So can test this with mbm too or not? Mar 31 11:22:55 For Ericsson I mean Mar 31 11:23:27 only mbm Mar 31 11:24:36 Ericsson = mbm ;) Mar 31 11:27:47 yeah Mar 31 11:41:16 Herrie|Veer: already success with testing? Mar 31 11:47:57 No adb acting up again but installing new laptop as well currently SSD arrived y'day :P Mar 31 11:48:48 Rebooting old laptop to see what adb does Mar 31 11:51:55 adb works again Mar 31 11:52:04 I guess I need a reboot after the changes? Mar 31 12:01:58 Herrie|Veer: yeah Mar 31 12:04:41 ok get mbm1 now and my cellular is gone is connmanctl Mar 31 12:05:12 mbm1 is not powered and I cannot power it with Modem.SetProperty Powered true Mar 31 12:07:00 ok Mar 31 12:07:07 can you give me the log output from ofono? Mar 31 12:09:20 Hmmmz adb is really a pain let me setup my new laptop so I have adb there Mar 31 12:09:23 Might be better Mar 31 13:07:41 i'm pretty sure this math doesn't actually DO anything. Mar 31 13:07:41 width: Math.floor(parent.width / cellWidth) * cellWidth Mar 31 13:07:45 lol. Mar 31 13:07:47 nice job. Mar 31 13:51:08 HaDAk: yes it does Mar 31 13:51:29 100 / 10 = 10 * 10 = 100 Mar 31 13:51:54 unless i'm missing something about the Math.floor bit Mar 31 13:52:03 now take less obvious numbers and you'll see Mar 31 13:52:39 i mean, math is math Mar 31 13:52:49 99/10 --> 9 --> 9*10 = 90 Mar 31 13:52:52 divide by something, then multiply by the same thing...it gives you the same answer Mar 31 13:53:07 there's a little floor hidden in between Mar 31 13:53:08 99/10 = 9.9 Mar 31 13:53:13 ah. Mar 31 13:53:20 thus, Math.floor Mar 31 13:53:21 gotcha. Mar 31 13:53:25 drop the decimal Mar 31 13:53:34 yup Mar 31 13:53:39 so, i can get a rect centered, but i can't get the icons to appear inside that rect. Mar 31 13:54:01 http://cl.ly/image/0J0x2X063U3Q Mar 31 13:54:23 i'm still trying to figure out how QML does layouts and shit. CSS is *so* much easier for this. Mar 31 13:54:57 which icons do you want to center? Mar 31 13:55:02 http://cl.ly/image/2O430m2u3v2G Mar 31 13:55:03 those. Mar 31 13:58:25 where did you put the rectangle ? in the GridView with a anchors.fill=parent? Mar 31 13:58:42 http://cl.ly/image/1p3E3H360W21 Mar 31 14:00:37 then it just means the icons themselves are not centered in their grid cell, i.e. in their delegates Mar 31 14:00:52 ok, makes sense. i'll look at that. Mar 31 14:01:26 Please tell me if you modify this FullLauncher.qml code, because I modified it heavily for the tabbed launcher work Mar 31 14:01:52 that's one i've been working on. Mar 31 14:02:04 maybe i should get your code before modifying this? Mar 31 14:02:14 Yes, it is in tofe/tablauncher branch Mar 31 14:02:15 HaDAk: what are you trying to do? Mar 31 14:02:25 morphis: trying to make these icons not ugly. Mar 31 14:02:32 :) Mar 31 14:03:05 Is it still an issue with the smoothing? Mar 31 14:03:08 morphis: getting there. http://cl.ly/image/1x3T2y3W1P1O Mar 31 14:03:13 Tofe: i fixed smoothing Mar 31 14:05:42 Shouldn't we keep more letters from the name? We could eventually try to top-align the icons, instead of centering Mar 31 14:05:53 http://cdn.makeuseof.com/wp-content/uploads/2012/02/muo-hptouch-trouble5.png?69fac7 Mar 31 14:05:56 i'm working off of that. Mar 31 14:06:05 i think the font size needs to be smaller. Mar 31 14:06:33 maybe not. Mar 31 14:07:03 ok I see; be careful with the font on Desktop Qt, it's not necessarily the same one as on device Mar 31 14:07:24 though the height should be, I think Mar 31 14:07:45 yeah. i dunno. i'm just poking, for now. Mar 31 14:09:32 god, this background is awful. Mar 31 14:09:35 like, truly awful. Mar 31 14:10:05 ?_? Mar 31 14:10:25 it was shot with a damned cell phone Mar 31 14:12:31 HaDAk: you mean the butterfly? Mar 31 14:13:24 * DougReeder waves good morning. Mar 31 14:16:11 yes Mar 31 14:16:18 i mean the stupid butterfly Mar 31 14:17:40 T_T Mar 31 14:17:49 i replaced it with a picture of fireworks :P Mar 31 14:26:28 aha, here we can visualize the problem. http://cl.ly/image/12013n2q3C0M Mar 31 14:27:03 i think the issue is each item has a margin on the right, but not the left. Mar 31 14:27:52 maybe it's not horizontally centered Mar 31 14:28:14 i'm still trying to pull apart how all this was put together Mar 31 14:28:16 So the problem is that the items are off-center? Mar 31 14:28:20 in a language i don't speak Mar 31 14:28:40 GodGinrai: it looks like each item has a margin on the right, to create the spacing... but not on the left. Mar 31 14:28:46 Are they being laid out using Flexbox? Mar 31 14:28:50 that margin should be split between the two. just need to figure out where it's set. Mar 31 14:29:11 or is this on the Qt side? Mar 31 14:29:14 Qt Mar 31 14:29:21 ah, damn Mar 31 14:29:42 that's the launcher, right? Mar 31 14:29:55 yeah Mar 31 14:31:00 https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/LaunchBar/FullLauncher.qml#L83 Mar 31 14:31:23 but the issue may be https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/LaunchBar/FullLauncher.qml#L77 Mar 31 14:31:23 btw Mar 31 14:31:43 rather than increasing the margins on both sides Mar 31 14:32:02 I would suggest increasing the right margin of the icon Mar 31 14:32:16 i'm trying to find exactly where that's set Mar 31 14:32:18 and increasing the left margin of the box containing the icons Mar 31 14:32:22 so, if you have a hint, that'd be awesome :) Mar 31 14:32:27 so that they match at a higher value Mar 31 14:34:03 because if you just change the margins to be equally split, you create larger margins on the outside of the group of icons, thus killing some of the design Mar 31 14:34:26 that's small potatoes to fix. i'd rather they were centered first. Mar 31 14:34:57 Now that I think about it... this may not matter anyway, because trying to match the margins is useless if someone jumps in with a different resolution, then they will have the same problem you are having Mar 31 14:35:11 With your "fixed" margins Mar 31 14:35:13 just needs to be centered Mar 31 14:37:06 If it is a problem with margins, the grid may already be centered, and you may just need a rule that applies no right margin to the last icon in a row Mar 31 14:38:03 who wrote this to begin with? Mar 31 14:39:40 * GodGinrai shrugs Mar 31 14:40:50 HaDAk: me Mar 31 14:41:02 Tofe: so, tell me then... where's this margin created? Mar 31 14:43:59 HaDAk: https://github.com/webOS-ports/luna-next-cardshell/blob/master/qml/LaunchBar/FullLauncher.qml#L154 Mar 31 14:45:15 HaDAk: it is the GridView that creates it Mar 31 14:45:22 i see Mar 31 14:45:33 but then it's not centered. interesting. Mar 31 14:45:50 perhaps the margin should be created inside the appicon itself. Mar 31 14:45:58 unless we're doing a background highlight (which we're not) Mar 31 14:46:05 no Mar 31 14:46:26 editing the margin will not fix this problem except at *your* resolution, HaDAk Mar 31 14:46:47 GodGinrai: removing the margin will help. Mar 31 14:46:50 i think. Mar 31 14:47:08 bear with me. Mar 31 14:47:12 removing the margin would help, but then there would be no gap between the icons Mar 31 14:47:16 i can have you test on other devices in a minute. Mar 31 14:47:51 I don't have other devices to test w/ atm. Mar 31 14:48:27 Tofe: with this gridview, what makes it wrap? QML magic? Mar 31 14:48:30 HaDAk: if you want to see the problem with removing the margin, please take the tofe/tablauncher branch Mar 31 14:48:41 i think i fixed it though. Mar 31 14:49:07 http://cl.ly/image/2M1U1l2I0O17 Mar 31 14:49:08 GodGinrai: it's the GridView that does it, yes Mar 31 14:49:24 much better, no? Mar 31 14:50:08 HaDAk: depends on how it looks like when in drag&drop mode Mar 31 14:50:34 it looks good. Mar 31 14:50:56 HaDAk: you're not on the correct branch to see that :) Mar 31 14:51:01 ah Mar 31 14:51:09 well, i just pushed my changes Mar 31 14:51:25 https://github.com/skipmeister123/luna-next-cardshell Mar 31 14:54:16 FxOS plans to shift to a app+service architecture, using Service Workers instead of node: http://blog.timc.idv.tw/posts/service-worker-and-the-grand-re-architecture-proposal-of-firefox-os-gaia/ Mar 31 14:57:01 FxOS? What's that? Mar 31 14:57:22 oh,just read the url Mar 31 14:57:59 I think FFOS makes more sense as an acronym. (FireFox OS rather than FirefoX OS) Mar 31 15:02:38 haha. that's a bug. http://cl.ly/image/1A3i343u0z09 Mar 31 15:03:36 *soon* Mar 31 15:06:38 known issue then? Mar 31 15:06:44 perfect Mar 31 15:06:48 anyway. i dig it. Mar 31 15:07:21 lol I have no idea if it was known Mar 31 15:07:27 I was making a meme joke Mar 31 15:07:35 HaDAk: hard to tell without any indication of what you did Mar 31 15:07:38 look up "soon" on google image search Mar 31 15:07:41 lol. Mar 31 15:07:51 i dragged the icon down to the launcher bar and dropped it. Mar 31 15:07:54 it...stuck. kinda. Mar 31 15:08:12 lol Mar 31 15:08:32 HaDAk: ok, so that'll be fixed when the tabbed launcher will be finished Mar 31 15:08:37 gotcha. Mar 31 15:09:38 ok, so where's that branch? Mar 31 15:10:52 HaDAk: 10:47 <+Tofe> HaDAk: if you want to see the problem with removing the margin, please take the tofe/tablauncher branch Mar 31 15:11:09 ^ he mentioned the branch there Mar 31 15:12:04 yeah. i was looking, but my pills are wearing off :) Mar 31 15:12:34 HaDAk: https://github.com/webOS-ports/luna-next-cardshell/tree/tofe/tablauncher Mar 31 15:12:49 thanks. Mar 31 15:14:36 I already tried your centering fix on that branch, but it didn't work, so I improvised quickly another one; but it doesn't fix anything else, like icon positionning or text wrapping Mar 31 15:22:32 ok. i've got your branch. i'll work on merging my changes in. Mar 31 15:36:50 http://cl.ly/image/2m0x1Q3u1b3a Mar 31 15:36:54 looks nicer, i think. Mar 31 15:37:32 pushed to git Mar 31 15:38:40 https://github.com/skipmeister123/luna-next-cardshell/commit/80bc73e212164f51dd5945e266b422acd8d08a9f Mar 31 15:38:40 HaDAk: did you try a long-press on an icon ? Mar 31 15:38:55 yeah. that's all broken. Mar 31 15:39:14 http://cl.ly/image/1z3z3z2k3w2j Mar 31 15:39:22 i suspect you'd like a bit more spacing there? Mar 31 15:39:47 a bit yes :) Mar 31 15:40:12 are you still working on fixing the logic, so icons don't get lost and whatnot? Mar 31 15:40:45 yes Mar 31 15:41:04 though it shouldn't be that easy to break, in my last version Mar 31 15:41:12 no? Mar 31 15:41:26 maybe the drag'n'drop zones are now incorrect too Mar 31 15:41:41 DnD in qml is a bit of a hell Mar 31 15:42:24 http://cl.ly/3L3n3Q3P272R Mar 31 15:43:27 yep, all broken Mar 31 15:43:34 congrats :) Mar 31 15:43:36 :) Mar 31 15:44:10 try the original tofe/tablauncher version if you want to play a bit with a not-so-broken version Mar 31 15:45:08 same logic issues Mar 31 15:46:20 i'm going to take a break and pick this up again after lunch Mar 31 15:50:57 http://i.imgur.com/RCsuBhd.png Mar 31 15:50:59 or, i can just fix it. Mar 31 15:51:00 :) Mar 31 15:51:54 ta dah Mar 31 15:53:08 yeah. i think that looks quite nice. Mar 31 16:11:37 is are the nightlies in r/w? Mar 31 16:11:41 the file system I mean Mar 31 16:21:16 Alan_Morford: Not sure ;) Mar 31 16:31:51 morphis: ifconfig -a for mbm ofono: http://pastebin.com/5T0PV4p8 Mar 31 16:32:58 morphis: sent you ofono mbm log by email too big for pastebin ;) Mar 31 16:33:37 morphis: Ehm seems my ofono is missing debug output Mar 31 16:33:39 Let me try again Mar 31 16:34:31 Ah put new image y'day let me repush service files Mar 31 16:47:31 morphis: ifconfig: http://pastebin.com/b2pnXUpn Mar 31 16:49:02 ofono: http://pastebin.com/Kyhpuc6F Mar 31 17:08:27 Herrie: did you set the environment variable? Mar 31 17:08:42 Let me check Mar 31 17:09:38 Ah seems I got a 0 byte file again :S Mar 31 17:09:43 Hate ABD S Mar 31 17:09:44 :S Mar 31 17:24:00 Hmmz my file is 0 bytes after adb push and reboot Mar 31 17:24:05 Before reboot it's fine Mar 31 17:24:12 Can only push in webOS it seems for it to be OK Mar 31 17:24:13 : Mar 31 17:24:14 :S Mar 31 17:33:57 morphis: OK Connman tells me I'm connected now :) Mar 31 17:34:09 Herrie: yeah! Mar 31 17:34:25 Ifconfig: http://pastebin.com/XV8snwCL Mar 31 17:35:19 Connection context: http://pastebin.com/URmhqaBU Mar 31 17:35:31 Herrie: I cringe every time you use a pastebin.com link Mar 31 17:35:40 GonGinrai: why? Mar 31 17:35:47 s/n/d Mar 31 17:35:58 It's a horrible pastebin Mar 31 17:36:05 Well it works Mar 31 17:36:08 tons of JS, ads, etc. Mar 31 17:36:10 I can use bpaste.net ;) Mar 31 17:36:15 yes please Mar 31 17:36:20 Well I got an ad blocker :P Mar 31 17:36:22 I don't see them Mar 31 17:37:01 the bpaste.net would be preferable Mar 31 17:37:22 OK ;) Mar 31 17:47:03 Herrie: so things are working now? Mar 31 17:52:32 Well my signal is never too good Mar 31 17:52:37 So not sure if I can tell Mar 31 17:52:42 What's best way to test? Mar 31 17:52:49 use the browser :) Mar 31 17:52:57 disable Wifi and type an url :) Mar 31 17:56:45 Doesn't work: Mar 31 17:58:53 Could be data bundle expired on sim Mar 31 17:58:56 let me try another one Mar 31 18:23:10 Hmmz seem to get IP but cannot load page Mar 31 18:23:57 https://bpaste.net/show/b23d072e18e3 Mar 31 18:29:22 Herrie: good Mar 31 18:29:29 can you try the other rmnet interface? Mar 31 18:29:34 rmnet8 was just a guess Mar 31 18:29:58 OK Mar 31 18:30:22 Which one? Or just start with 0 and just increase by 1 every time Mar 31 18:31:49 yeah Mar 31 18:31:57 ifconfig -a shows you which are available Mar 31 18:32:36 0 to 8 ;) Mar 31 18:32:47 Just it's a pain I have to push in webOS the environment.conf Mar 31 18:32:57 Because with adb it gets 0 bytes after a reboot :S Mar 31 18:32:59 No clue why Mar 31 19:18:00 0 and 1 not working, will try others soon Mar 31 19:19:00 hay wich build not bootting is it maguro Mar 31 19:19:32 maguro & grouper currently Mar 31 19:19:43 bummer Mar 31 19:20:25 i got my google nexus i515 verzion model Mar 31 19:21:33 cobblemonster: oh man. Can't wait to see LuneOS running on CDMA :D Mar 31 19:21:45 me to Mar 31 19:22:24 although I wish VZW would just roll out VoLTE already so that we don't need CDMA anymore Mar 31 19:22:43 oh wiat Mar 31 19:22:46 *wait Mar 31 19:22:50 it has been rolled out Mar 31 19:23:36 hrm Mar 31 19:23:45 tests need to be done w/ this Mar 31 19:31:23 cobblemonster: Some people are looking into fixing Nexus + Nexus 7 Mar 31 19:36:06 ok if there any thing i can do let me know Mar 31 19:36:50 still got to get a sim yet Mar 31 19:44:50 HaDAk: for http://i.imgur.com/RCsuBhd.png , I think you still have some modifications on your side that could break the logic Mar 31 19:53:07 Tofe: i don't doubt it. Mar 31 19:53:18 Tofe: i just made it pretty. i don't know how to fix the logic. Mar 31 19:53:19 i'm dumb. Mar 31 19:54:04 i think i also want to bump the top of the icon down a bit, to center it a little better Mar 31 19:54:07 but i'm out of time for the day Mar 31 20:31:21 morphis: Tested 0-5 no luck Mar 31 20:31:25 Now doing 6 and 7 Mar 31 20:40:22 morphis: None seem to work :S **** ENDING LOGGING AT Wed Apr 01 02:59:58 2015