[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost (mako)

2015-04-03 Thread Sam Bull
This has also been happening to me a little too frequently. It's particularly bad, given that you can't use the system without these edge gestures, being unable to return to the home screen, switch app, launch new apps etc. Like others, this seems to happen when in a pocket, and most times when pl

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost (mako)

2015-02-27 Thread Charles Kerr
This occurs for me about once a day, so I'm happy to act as a patch tester or any other way I can help... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1408263 Title: Edge

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-23 Thread kevin gunn
** Changed in: android (Ubuntu) Importance: Undecided => High ** Changed in: unity8 (Ubuntu) Importance: Critical => High ** Summary changed: - Edge gestures still get lost + Edge gestures still get lost (mako) -- You received this bug notification because you are a member of Ubuntu Touc

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-23 Thread Ricardo Salveti
** Changed in: android (Ubuntu) Assignee: Ricardo Mendoza (ricmm) => Canonical Phone Foundations (canonical-phonedations-team) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-17 Thread Jamie Strandboge
Wow, I had this happened to me 4 times *yesterday*. I'm not sure if I am just extremely unlucky of late or if something is aggravating the situation. Is there something we can do in software to detect the problem described in comment #10 and handle it? Presumably android is working despite this pro

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-13 Thread Jamie Strandboge
I might also note-- in both cases recently I needed to make a call; thankfully it was not an emergency. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1408263 Title: Edge g

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-13 Thread Jamie Strandboge
I should've mentioned: $ system-image-cli -i current build number: 194 device name: mako channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2015-02-11 15:34:27 version version: 194 version ubuntu: 20150211.1 version device: 20150116 version custom: mako-1.1 I too don't have a consistent

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-13 Thread Jamie Strandboge
I saw this recently where I lost left and right edge gestures, but top and bottom seemed to work. It was as the reporter described-- happened after being in my pocket. Only recourse was to reboot. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, whic

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: android (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.ne

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Michał Sawicz
** Also affects: android (Ubuntu) Importance: Undecided Status: New ** Changed in: android (Ubuntu) Assignee: (unassigned) => Ricardo Mendoza (ricmm) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ub

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Status: Triaged => Invalid ** Changed in: unity8 (Ubuntu) Assignee: Daniel d'Andrada (dandrader) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. htt

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Michał Sawicz
After further investigation, this indeed seems to be a problem at the driver/android/somewhere level... The device capabilities: (('ABS_MT_POSITION_X', 53), AbsInfo(value=0, min=0, max=1536, fuzz=0, flat=0, resolution=0)), So min=0, max=1536. On a working dev

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Daniel d'Andrada
** Changed in: unity8 (Ubuntu) Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1408263 Title: Edge gestures still get lost Status in u

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Ricardo Mendoza
No real reason for this mako-only bug to happen comes to mind. My advise is to trace back the event to the source, first by lighting up QtUbuntu's input.cc to spew out all events before pushing them to the client, and also mirclient's input delivery loop to see if it is actively dropping the events

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Daniel d'Andrada
This is what happens when the bug starts to show: On the Nexus 4, the edge drag areas are 36 pixels wide. When you do a left edge drag, the touch-press event hits the screen at x=45, so already past the left edge drag area (launcherDragArea), as this log snippet shows: """ - EdgeDragAreas

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-03 Thread Michał Sawicz
I built touch-debug packages of unity8 to get as much output as possible for this. Interesting data point: playing music seems to trigger this more often - suspicion is not allowing the device to fully suspend increases the chance to get this bug. To get the debug-enabled unity8: $ wget http://p

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-02 Thread Michał Sawicz
Oh and yeah, if you reproduce the issue, grab unity8.log and unity8-dash.log from ~/.cache/upstart/ and upload it somewhere. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/140

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-02 Thread Michał Sawicz
I built touch-debug packages of unity8 to get as much output as possible for this. Interesting data point: playing music seems to trigger this more often - suspicion is not allowing the device to fully suspend increases the chance to get this bug. To get the debug-enabled unity8: $ wget http://p

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-02-02 Thread Michał Sawicz
D'oh, to actually add the repo, after adding the key: $ sudo add-apt-repository "deb http://people.canonical.com/~msawicz/unity8/touch-debug/ /" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-01-31 Thread Pat McGowan
** Attachment added: "unity8.log" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1408263/+attachment/4309436/+files/unity8.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-01-31 Thread Pat McGowan
** Attachment added: "unity8-dash.log" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1408263/+attachment/4309437/+files/unity8-dash.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-01-31 Thread Pat McGowan
I just had this happen on mako with image 185. The greeter will not open from the right edge, all other gestures are normal. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/140

[Touch-packages] [Bug 1408263] Re: Edge gestures still get lost

2015-01-19 Thread Daniel d'Andrada
** Changed in: unity8 (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1408263 Title: Edge gestures still get lost Status in unity