**** BEGIN LOGGING AT Sun Mar 29 02:59:59 2015 Mar 29 09:18:51 GodGinrai: http://webos-ports.org/wiki/Porting_Guide Mar 29 09:18:53 ;) Mar 29 12:14:16 Herrie: hm Mar 29 12:18:30 morphis: Swapped the Ericsson back in, still have the same problem with the new build it seems it doesn't want to connect Mar 29 12:18:36 Sierra still gives the 169 IP Mar 29 12:23:36 hm Mar 29 12:23:55 Herrie: can you give me the AT log for the ericsson one too? Mar 29 12:24:10 OK, I need to repush the .service files for that right? Mar 29 12:30:28 So in connman.service replace ExecStart=/usr/sbin/connmand -n $EXTRA_PARAM with ExecStart=/usr/sbin/connmand -n -d $EXTRA_PARAM Mar 29 12:30:41 And in ofono.service: Add Environment="OFONO_AT_DEBUG=1" Mar 29 12:30:50 right Mar 29 12:31:19 And change ExecStart=/usr/sbin/ofonod -n --nobacktrace $OFONO_OPTIONS into ExecStart=/usr/sbin/ofonod -n -d --nobacktrace $OFONO_OPTIONS ? Mar 29 12:31:27 I can leave out -P ril now right? Mar 29 13:15:30 morphis: Sent you logs from Ericsson with 123 build Mar 29 13:15:49 Both from ofono + connman with debug and AT param as well. Let me know in case you need anything else Mar 29 13:42:11 morphis: sensorfwd issue seems very hardware dependent. On touchpad it is because poll can return only after receiving new event. Mar 29 13:42:11 (found this at https://github.com/CyanogenMod/android_device_hp_tenderloin/blob/cm-11.0/libsensors/nusensors.cpp) Mar 29 13:42:11 So for me when sensortestapp hangs, it exits correctly after some rotation. Mar 29 13:42:11 As sensorfwd can't rely on return from poll, i will see what to do to avoid blocking thread(maybe terminate it, but will try to find better way). Mar 29 14:08:37 nizovn: On N4 it locks up my device when I do a Luna Next restart. On the TP I get a black screen when I use the QPA bits Mar 29 14:09:06 That's this bit: https://github.com/webOS-ports/qt5-qpa-hwcomposer-plugin/pull/1 Mar 29 14:09:21 Otherwise works great. Rotation on N4 works fine, rotation lock as well in general :) Mar 29 14:11:00 Herrie: thanks, will test rotation too Mar 29 14:11:21 Some work needs to be done on cardshell and keyboard still to make it work 100% (for example the lock disappears on N4 when rotated) Mar 29 14:11:28 But this is all relatively minor Mar 29 14:11:48 Biggest problem for now is that it locks up the device on a luna next restart and I'm forced to do a hard reboot ;) Mar 29 14:13:04 you can use "systemctl restart sensorfwd" instead of reboot Mar 29 14:13:07 Or I can do the following: killall luna-next && systemctl restart sensorfwd Mar 29 14:13:16 Yeah that works as well ;) Mar 29 14:13:21 Just a bit nasty LOL ;) Mar 29 14:15:18 btw on touchpad, if i'm right, it should unfreeze after changing orientation, will test this too Mar 29 14:16:10 I only got a black screen with Tofe's QPA bits on the TP... Mar 29 14:22:19 Will try after rotating didn't try that after teh screen went black initially Mar 29 20:38:42 nizovn: I think aborting the thread and keeping the internal serice state sane would be the best Mar 29 21:18:05 morphis: New icon for testr: https://github.com/webOS-ports/meta-webos-ports/pull/133 Mar 29 21:18:23 strange, but for me on TP rotation works good, can't get black screen even with stopped sensorfwd Mar 29 21:25:15 also tap ripple has wrong coordinates, seems my fault as i didn't count orientation Mar 29 21:39:45 nizovn: OK strange, I'm using tofe's QPA bits. Not sure how you test it? Mar 29 21:40:06 Tofe sent me IPK for this one for TP: https://github.com/webOS-ports/qt5-qpa-hwcomposer-plugin/pull/1 Mar 29 21:40:15 Works OK on N4 but not on my TP. Mar 29 21:40:36 yes, i compiled that PR Mar 29 21:40:40 I tested it together with https://github.com/webOS-ports/luna-next-cardshell/pull/201 Mar 29 21:40:46 Maybe you can send me your IPK for it? Mar 29 21:40:56 Could be Tofe's is somehow faulty Mar 29 21:41:00 me at herrie dot org Mar 29 21:41:18 ok Mar 29 21:52:12 Thnx isn't this sensorfw ipk in the build already? Or it has some updates? Mar 29 21:53:06 at least one bug was fixed since our revision, but please try with old version first. Mar 29 21:53:18 OK Mar 29 21:53:24 And for cardshell any fixes? Mar 29 21:53:50 no Mar 29 22:01:39 OK Mar 29 22:07:01 nizovn: This works on my TP4G indeed :) Mar 29 22:07:14 You might want to try the latest cardshell, I implemented rotation lock there ;) Mar 29 22:07:52 ok :) Mar 29 22:11:38 Ah seems TOfe's changes for rotation weren't merged yet Mar 29 22:11:39 https://github.com/webOS-ports/luna-next-cardshell/pull/201/files Mar 29 22:12:07 This is what I added for rotation lock + indicators: https://github.com/webOS-ports/luna-next-cardshell/pull/202/files Mar 29 22:12:54 ok, i'm trying to cherry-pick Tofe's PR Mar 29 22:17:14 Ah you might want to add this: https://github.com/Herrie82/luna-next-cardshell/blob/92266842b7feee5063e856607bd1f7b0e909bf34/qml/OrientationHelper.qml Mar 29 22:17:21 Seems that wasn't merged into Tofe's PR yet Mar 29 22:18:26 It doesn't remember the orientation yet across reboots (On legacy your orientation is remembered after a reboot as well), but other then that it seems to work quite well :) Mar 29 22:20:00 Sent a PR to Tofe's orientation branch for the changes Mar 29 22:29:20 yes, it locks :) ,but i seems mixed up something as it locks only in landscape; no time for today, so goodbye! **** ENDING LOGGING AT Mon Mar 30 02:59:59 2015