[Bug 1286322] Re: max speakerphone volume is too low after first call

2014-03-03 Thread Ricardo Salveti
** Changed in: android (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286322 Title: max speakerphone volume is too low after first call To manage no

[Bug 1286322] Re: max speakerphone volume is too low after first call

2014-03-03 Thread Ricardo Salveti
** Changed in: android (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286322 Title: max speakerphone volume is too low after first call To manage

[Bug 1284290] Re: mako camera-app screen garbles and app crashes

2014-03-04 Thread Ricardo Salveti
Can you also provide the logcat output? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1284290 Title: mako camera-app screen garbles and app crashes To manage notifications about this bug go to: htt

[Bug 1287385] Re: powerd crashed with SIGSEGV in powerd_backlight_init()

2014-03-05 Thread Ricardo Salveti
Disassembly: => 0x0: Cannot access memory at address 0x0 This is because the Android HAL is not available in your system (powerd only works with the ubuntu touch stack atm). Is there any special reason for you to have it installed in your image? Will let this bug opened as it could at least give

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-03 Thread Ricardo Salveti
One thing I did noticed when looking at the code is that the 'socket_reader' function seems to expect the input buffer to be one-line only, and not a block (buf could be a block when reading data from the socket). As a result upstart_emit_event can emit 'buf' containing more than one event at the

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-03 Thread Ricardo Salveti
Tried changing /etc/init/ofono.override to include a job dependency in there, but it failed because it seems upstart tried to start the job as soon the android-container event was available. Changed /etc/init/ofono.override to: """ start on (started dbus and android-container init.svc.ri

[Bug 1236874] Re: No thumbnailing even though image is playable on phone

2013-10-08 Thread Ricardo Salveti
This is a known issue, and it happens because the software rendering path is not working correctly atm. It plays the file fine because it works when doing hw rendering (via a native window, zero copy). To make it work with software rendering, it needs to deal with the buffers internally so we can

[Bug 1231917] Re: Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7

2013-10-08 Thread Ricardo Salveti
I did a quick check, and noticed that it crashes in my_pthread_mutex_lock, a hybris hook for the original pthread_mutex_lock. The problem is that the mutex used (__mutex) contains an anddress that's not part of the mapped memory region for the process, causing a segfault when we try to access the

[Bug 1231917] Re: Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7

2013-10-08 Thread Ricardo Salveti
Seems to be related with the hwcomposer, as after removing /system/lib/hw/hwcomposer.tegra3.so I'm able to start mir_demo and run a few examples. Unity8 is crashing still it seems, still debugging. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1231917] Re: Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7

2013-10-08 Thread Ricardo Salveti
Ok, the other unity8 related crash was because we didn't had the permissions set right. Will be pushing a change to lxc-android-config to get that fixed. Also uploading a new android package without the hwcomposer for grouper, until we're able to ignore it from Mir itself (could use getprop to che

[Bug 1231917] Re: Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7 when using the hwcomposer (tegra3)

2013-10-08 Thread Ricardo Salveti
** Summary changed: - Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7 + Mir servers crash with SIGSEGV in libhybris-common.so.1 on Nexus7 when using the hwcomposer (tegra3) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1234743] Re: omapfb module floods system with udev events on samsung galaxy nexus when playing mp4

2013-10-09 Thread Ricardo Salveti
We can't disable VSYNC uevent, it's required by the driver. All we can do is to ignore it later on upper layers, such as upstart. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234743 Title: omapfb

[Bug 1237614] Re: UI should show characters as they are entered for the wifi passphrase

2013-10-09 Thread Ricardo Salveti
** Changed in: unity8 (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ux Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1237614 Title: UI should show c

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-17 Thread Ricardo Salveti
** Changed in: android (Ubuntu RTM) Assignee: (unassigned) => Ricardo Salveti (rsalveti) ** Changed in: android (Ubuntu RTM) Status: New => In Progress ** Changed in: android (Ubuntu RTM) Importance: Undecided => Critical ** Changed in: initramfs-tools-ubuntu-touch (U

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-17 Thread Ricardo Salveti
So this is not a normal fs corruption issue. I was able to run the aa- corruption test quite a few times with the extra e2fsck logic we added, and was easily able to get the corrupted files on krillin, but which is even more interesting is that the files are not actually corrupted for e2fsck (not p

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-17 Thread Ricardo Salveti
Just migrated /opt/click.ubuntu.com under '/' (not bind-mounted) and was able to run the same test case for more than 2 hours without any issue. It fails again at the moment I move it back under /data (bind-mounted at /opt/click.ubuntu.com), on the first run. -- You received this bug notificatio

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-17 Thread Ricardo Salveti
Used links instead of bind-mounts (for /userdata) and was still able to reproduce the issue. So not necessarily related with bind-mounts itself. ** Also affects: linux-mako (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-mako (Ubuntu RTM) Importance: Undecided

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-17 Thread Ricardo Salveti
It works fine if I move the writable paths under /, and it also works fine after creating another image file (ext4) that gets stored under /userdata, to be consumed by the writable paths (using bind-mounts and everything). But if I use bind mounts from /userdata/system-data directly, I can easily

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-17 Thread Ricardo Salveti
I'm also unable to reproduce this issue when mounting /userdata (and also it's bind mounts) with data=journal instead of data=ordered. This might be a consequence of it being slower, not yet sure. Decided to try that to see if I'd get any error when running e2fsck, but still nothing. Only side eff

[Bug 1393901] [NEW] No feedback when installing apps on vivid 25/mako

2014-11-18 Thread Ricardo Salveti
Public bug reported: current build number: 25 device name: mako channel: ubuntu-touch/vivid-proposed last update: 2014-11-18 16:48:43 version version: 25 version ubuntu: 20141118 version device: 20141117.1 version custom: 20141118 No feedback at all from the ubuntu store after pressing 'Install'

[Bug 1392744] Re: mako/vivid does not show install progress

2014-11-18 Thread Ricardo Salveti
** Attachment added: "downloads.db after reproducing the issue." https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1392744/+attachment/4263251/+files/downloads.db -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-11-19 Thread Ricardo Salveti
'restart unity8-dash' was enough to get it to work again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394208 Title: Unity8 unable to find the dash, which is also running in the background To m

[Bug 1394105] Re: Sometimes significant lag between snap dialog and ringtone start

2014-11-19 Thread Ricardo Salveti
Please enable debug on pulse audio, retest, and give me back your syslog. But please also save the timestamp when the dialog shows up, to see if it was indeed pulse that got blocked or something like that. To enable debug on pulse: $ sudo sed -i 's/--start/--start --log-level=debug/g' /usr/share/

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-19 Thread Ricardo Salveti
Colin King is investigating the issue on the filesystem level. He got an easier way to reproduce the problem, and is currently investigating possible patch sets from upstream. ** Changed in: linux-mako (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: linux-mako (

[Bug 1394350] Re: [ubuntu-touch] system not recovering automatically when a critical service reaches the upstart respawn limit

2014-11-19 Thread Ricardo Salveti
You can easily reproduce that by hand by killing ofono in loop (e.g. 'pkill -9 ofono' a few times in a row). Upstart will give up and it'll never be started again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1394350] [NEW] [ubuntu-touch] system not recovering automatically when a critical service reaches the upstart respawn limit

2014-11-19 Thread Ricardo Salveti
Public bug reported: current build number: 26 device name: mako channel: ubuntu-touch/vivid-proposed last update: 2014-11-19 16:43:47 version version: 26 version ubuntu: 20141119 version device: 20141119 version custom: 20141119 Useful for ubuntu-touch mainly. Currently there is no way for the s

[Bug 1394350] Re: [ubuntu-touch] system not recovering automatically when a critical service reaches the upstart respawn limit

2014-11-19 Thread Ricardo Salveti
We discussed possible ways to fix this issue during our last device sprint, and the suggestion for the short term was to have a watchdog job that could watch critical system and session services, and automatically reboot the phone when a process reaches the upstart respawn limit. ** Changed in: ub

[Bug 1394350] Re: [ubuntu-touch] system not recovering automatically when a critical service reaches the upstart respawn limit

2014-11-19 Thread Ricardo Salveti
Fix available at https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/landing-003, test plan at https://wiki.ubuntu.com/Process/Merges/TestPlan/upstart-watchdog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1394380] Re: QML cache not regenerated correctly on image update

2014-11-19 Thread Ricardo Salveti
We actually have logic in place to smartly remove the cache when an app gets updated, this is just a bug that seems to happen with webapps in general. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394

[Bug 1394380] Re: QML cache not regenerated correctly on image update

2014-11-19 Thread Ricardo Salveti
** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394380 Title: QML cache not regenerated correctly on image update To manage notifications about this bug go to: https://bugs.laun

[Bug 1394712] Re: [wizard] password set as passphrase even though it was set as 4-digit passcode during wizard

2014-11-20 Thread Ricardo Salveti
>From the log: qml: Error setting security method: Could not set security mode ** Changed in: ubuntu-system-settings (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:

[Bug 1394712] [NEW] [wizard] password set as passphrase even though it was set as 4-digit passcode during wizard

2014-11-20 Thread Ricardo Salveti
Public bug reported: current build number: 27 device name: mako channel: ubuntu-touch/vivid-proposed last update: 2014-11-20 18:31:21 version version: 27 version ubuntu: 20141120 version device: 20141119 version custom: 20141120 Flashed with 'ubuntu-device-flash --channel=ubuntu-touch/vivid-propo

[Bug 1394712] Re: [wizard] password set as passphrase even though it was set as 4-digit passcode during wizard

2014-11-20 Thread Ricardo Salveti
** Attachment added: "ubuntu-system-settings-wizard.log" https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1394712/+attachment/4264569/+files/ubuntu-system-settings-wizard.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1378048] Re: Make music controls work in the sound indicator

2014-11-20 Thread Ricardo Salveti
For this to work on media-hub we first need to implement playlist support, which is not trivial. Item available as part of the phone foundations backlog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1394392] Re: unable to enable bluetooth after its been disabled

2014-11-21 Thread Ricardo Salveti
Marking it as incomplete, please open it again if you're able to reproduce the bug. ** Changed in: ubuntu-system-settings (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1387949] Re: power cycling Emerson EM229 headset caused phone to reboot

2014-11-21 Thread Ricardo Salveti
Please get the content available at /proc/last_kmsg after a device reboots, that's the only way to get the kernel crash trace. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387949 Title: power cycl

[Bug 1382283] Re: wifi toggle interrupts sound playback

2014-11-21 Thread Ricardo Salveti
Please make sure this bug moves to barajas, as it's specific to krillin. ** Changed in: network-manager (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13822

[Bug 1391149] Re: greeter not reacting to swipes

2014-11-24 Thread Ricardo Salveti
Just reproduced this with RTM (krillin) 166. No steps yet to reproduce it, got after using the phone for almost 2 days without a reboot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391149 Title:

[Bug 1391149] Re: greeter not reacting to swipes

2014-11-24 Thread Ricardo Salveti
And the phone seems to be completely fine, just can't unlock using the right->left swipe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391149 Title: greeter not reacting to swipes To manage notif

[Bug 1391230] Re: [TOPBLOCKER] web audio, pulse runs at 6% and screen will not blank on idle

2014-11-24 Thread Ricardo Salveti
** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed ** Changed in: pulseaudio (Ubuntu) Importance: Undecided => High ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) =>

[Bug 1363314] Re: Remove dependency of qtmultimedia on gst0.10

2014-09-23 Thread Ricardo Salveti
Why is this bug tagged for RTM? Removing the GST 0.10 dependency (and migrating to GST 1.0) seems to be a major effort and would also required a new upstream version from qtmultimedia. Can we track this for post RTM? -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1368827] Re: [touch] indicator needs to be able to control volume per audio role

2014-09-23 Thread Ricardo Salveti
MRs: * https://code.launchpad.net/~rsalveti/indicator-sound/adding-support-for-sound-per-roles/+merge/235562 * https://code.launchpad.net/~rsalveti/ubuntu-touch-session/changing-config-allow-volume-per-role/+merge/235563 * https://code.launchpad.net/~rsalveti/telepathy-ofono/remove-initial-voice

[Bug 1373392] Re: [mako] high cpu usage when playing audio via speaker

2014-09-24 Thread Ricardo Salveti
** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed ** Changed in: pulseaudio (Ubuntu) Importance: Undecided => High ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bug notification because you are a

[Bug 1373412] [NEW] Find a way to move device specific apparmor rules into android/device tarball without breaking cache

2014-09-24 Thread Ricardo Salveti
Public bug reported: Currently we're still handling device specific apparmor rules in lxc- android-config, and the main reason is that we need such rules when generating the cache for apparmor (which happens when generating the rootfs). Moving the rules into the device tarball can cause timestamp

[Bug 1224756] Re: Pulseaudio should integrate with trust-store

2014-09-25 Thread Ricardo Salveti
** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) ** Tags added: touch-2014-10-9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224756 Title: Pulseau

[Bug 1370874] Re: Music would pause when BT headset is switched off

2014-09-25 Thread Ricardo Salveti
Status: New ** Package changed: music-hub (Ubuntu) => media-hub (Ubuntu) ** Changed in: media-hub (Ubuntu) Status: New => Confirmed ** Changed in: media-hub (Ubuntu) Importance: Undecided => Critical ** Changed in: media-hub (Ubuntu) Assignee: (unassigned) => Ric

[Bug 1375555] [NEW] [regression] qtmir landing for image mako 256 (emulator 255) broke the x86 emulator

2014-09-29 Thread Ricardo Salveti
Public bug reported: Just create an emulator image for any image newer than 254 and you'll notice that the wizard will never show up, always showing a black screen. # Creating the emulator image sudo ubuntu-emulator create --channel=ubuntu-touch/utopic-proposed --arch=i386 test_x86 --revision=XX

[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-05 Thread Ricardo Salveti
** Also affects: media-hub (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: media-hub (Ubuntu RTM) Importance: Undecided => Critical ** Changed in: media-hub (Ubuntu RTM) Status: New => In Progress ** Changed in: media-hub (Ubuntu) Importance: Undecided => Cri

[Bug 1191934] Re: orientation wrong in playback for recorded videos

2014-11-06 Thread Ricardo Salveti
** Changed in: qtubuntu-media Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191934 Title: orientation wrong in playback for recorded videos To manage notificatio

[Bug 1370691] Re: adb goes offline after switching from passcode to passphrase

2014-11-06 Thread Ricardo Salveti
** Package changed: android (Ubuntu) => android-tools (Ubuntu) ** Changed in: android-tools (Ubuntu) Assignee: (unassigned) => Oliver Grawert (ogra) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1369450] Re: adb shell sudo shows password in the clear

2014-11-06 Thread Ricardo Salveti
** Changed in: android-tools (Ubuntu) Assignee: (unassigned) => Oliver Grawert (ogra) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1369450 Title: adb shell sudo shows password in the clear To

[Bug 1376500] Re: thumbnails in metadata generated incorrectly

2014-11-06 Thread Ricardo Salveti
** Also affects: qtubuntu-camera (Ubuntu RTM) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1376500 Title: thumbnails in metadata generated incorrectly T

[Bug 1376500] Re: thumbnails in metadata generated incorrectly

2014-11-06 Thread Ricardo Salveti
** Project changed: libhybris => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1376500 Title: thumbnails in metadata generated incorrectly To manage notifications about this bug go to: https

[Bug 1376500] Re: thumbnails in metadata generated incorrectly

2014-11-06 Thread Ricardo Salveti
** Package changed: ubuntu => libhybris (Ubuntu) ** Changed in: libhybris (Ubuntu) Status: New => Fix Released ** Changed in: qtubuntu-camera (Ubuntu) Status: In Progress => Fix Released ** Changed in: qtubuntu-camera (Ubuntu RTM) Status: New => In Progress ** Also affects:

[Bug 1390618] [NEW] Uniy8 crashed when creating a wireless connection with an access point

2014-11-07 Thread Ricardo Salveti
Public bug reported: current build number: 11 device name: mako channel: ubuntu-touch/vivid-proposed last update: 2014-11-07 19:25:24 version version: 11 version ubuntu: 20141106.1 version device: 20141106 version custom: 20141106.1 Had system-settings opened in order to verify for updates, but n

[Bug 1390618] Re: Uniy8 crashed when creating a wireless connection with an access point

2014-11-07 Thread Ricardo Salveti
The stack trace, it seems to be actually a bug on media-hub/dbus-cpp. #0 __libc_do_syscall () at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44 44 ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory. (gdb) bt full #0 __libc_do_syscall () at ../por

[Bug 1390624] [NEW] Black line on top of the scope headers with image vivid/mako 12

2014-11-07 Thread Ricardo Salveti
Public bug reported: current build number: 12 device name: mako channel: ubuntu-touch/vivid-proposed last update: 2014-11-07 21:01:06 version version: 12 version ubuntu: 20141107 version device: 20141106 version custom: 20141107 See: http://people.canonical.com/~rsalveti/home.png Opening against

[Bug 1336715] Re: [TOPBLOCKER] switch-items in indicators sometimes get out of sync with system-settings

2014-11-10 Thread Ricardo Salveti
Just had this issue with the silent mode switch: http://people.canonical.com/~rsalveti/silent.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1336715 Title: [TOPBLOCKER] switch-items in indicators

[Bug 1391230] Re: web audio, pulse runs at 6% and screen will not blank on idle

2014-11-10 Thread Ricardo Salveti
** Package changed: pulseaudio (Ubuntu) => pulseaudio (Ubuntu RTM) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391230 Title: web audio, pulse runs at 6% and screen will not blank on idle To mana

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-10 Thread Ricardo Salveti
** Changed in: android (Ubuntu) Status: Triaged => In Progress ** Changed in: initramfs-tools-ubuntu-touch (Ubuntu) Status: Triaged => In Progress ** Changed in: initramfs-tools-ubuntu-touch (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You rece

[Bug 1388235] Re: Battery icon turns red at 30%

2014-11-11 Thread Ricardo Salveti
I'd just follow what we have with some other phones, and showing low battery only when < 15% -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388235 Title: Battery icon turns red at 30% To manage not

[Bug 1389008] Re: Often fails to connect to Pulseaudio and unity-notifications (results in missing volume notifications and improper volume control)

2014-11-11 Thread Ricardo Salveti
** Also affects: ubuntu-touch-session (Ubuntu RTM) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389008 Title: Often fails to connect to Pulseaudio and u

[Bug 1390618] Re: Uniy8 crashed when creating a wireless connection with an access point

2014-11-11 Thread Ricardo Salveti
** Changed in: dbus-cpp (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390618 Title: Uniy8 crashed when creating a wireless connection with an acc

[Bug 1239432] Re: Music fails to pause on incoming/outgoing calls

2014-11-11 Thread Ricardo Salveti
** Changed in: media-hub (Ubuntu RTM) Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239432 Title: Music fails to pause on incoming/outgoing calls To man

[Bug 1391632] Re: Motorola H730 headset doesn't pair the first time

2014-11-11 Thread Ricardo Salveti
** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391632 Title: Motorola H730 headset doesn't pair the first time To manage notifications about this bug go to: https://bugs.launch

[Bug 1387214] Re: [TOPBLOCKER] file corruption on touch images in rw portions of the filesystem

2014-11-11 Thread Ricardo Salveti
** Changed in: android (Ubuntu) Assignee: Ricardo Salveti (rsalveti) => Sergio Schvezov (sergiusens) ** Also affects: android (Ubuntu RTM) Importance: Undecided Status: New ** Also affects: initramfs-tools-ubuntu-touch (Ubuntu RTM) Importance: Undecided Status:

[Bug 1391884] Re: Wizard crashed (unity-system-compositor) after trying to go to the second screen (after touching next)

2014-11-12 Thread Ricardo Salveti
Full backtrace: (gdb) bt full #0 __libc_do_syscall () at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44 No locals. #1 0xb677de5e in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 _a1 = 0 _a3tmp = 6 _a1tmp = 0 _a3 = 6

[Bug 1391884] [NEW] Wizard crashed (unity-system-compositor) after trying to go to the second screen (after touching next)

2014-11-12 Thread Ricardo Salveti
Public bug reported: phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 17 device name: mako channel: ubuntu-touch/vivid-proposed last update: 2014-11-12 11:52:31 version version: 17 version ubuntu: 20141112 version device: 20141112 version custom: 20141112 Flashed a clean image,

[Bug 1391954] Re: indicator-sound not running on first boot

2014-11-12 Thread Ricardo Salveti
Can't reproduce this with mako, running the same image. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391954 Title: indicator-sound not running on first boot To manage notifications about this bug

[Bug 1391954] Re: indicator-sound not running on first boot

2014-11-12 Thread Ricardo Salveti
Actually no, just reproduced it, ignore my previous comment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391954 Title: indicator-sound not running on first boot To manage notifications about thi

[Bug 1392764] [NEW] Need an official broken flashing image from design

2014-11-14 Thread Ricardo Salveti
Public bug reported: One thing that we need to do, is showing something to the user in case the update process failed (e.g. corrupted file ystem/image, or just bugs), as at the moment we're basically just rebooting, giving the impression that the system was successfully updated. This needs happen

[Bug 1368827] [NEW] [touch] indicator needs to be able to control volume per audio role

2014-09-12 Thread Ricardo Salveti
Public bug reported: >From the Sound design for Touch (https://wiki.ubuntu.com/Sound#Phone), we need to change the default behaviour of the indicator in order to be able to change volume per audio roles, and not only the master volume. On touch the master volume will always be at 100%, and each m

[Bug 1368827] Re: [touch] indicator needs to be able to control volume per audio role

2014-09-12 Thread Ricardo Salveti
** Changed in: indicator-sound (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368827 Title: [touch] indicator needs to be able

[Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-12 Thread Ricardo Salveti
hanged in: camera-app (Ubuntu) Importance: Critical => High ** Changed in: libhybris (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1366586] Re: Music app stops playing when an app plays a sound

2014-09-12 Thread Ricardo Salveti
There's no perfect solution in here, with whatever default role we pick. The main problem is that we currently can only have on active multimedia stream at a time, and that was a workaround until the background playlist stuff gets finished. We need to improve/fix the documentation to make sure tha

[Bug 1358343] Re: don't turn on screen on notifications if proximity sensor triggered

2014-09-15 Thread Ricardo Salveti
I'd like to avoid using the proximity sensor for anything in here, as that might easily cause us a bunch of bad side effects (as anything on top of the sensor would trigger this use case, not only inside the pocket). So I'd like to push for the swipe gesture instead, and if indeed not possible, we

[Bug 1370091] Re: With music playing, pressing the dialpad keys reduces the volume for an odd interval

2014-09-17 Thread Ricardo Salveti
The question here is more to what is the desired behaviour when playing DTMF tones. It needs to be an alert, as on silent mode you don't want it to play, but any alert at this moment will trigger the ducking effect described by the bug. Do we want it to duck or to cork? Cork would be even more co

[Bug 1370091] Re: With music playing, pressing the dialpad keys reduces the volume for an odd interval

2014-09-17 Thread Ricardo Salveti
We could later on have a separated role for dtmf, that would not be affected by corking and not by ducking, but that is currently not possible as it'd break the silent mode use case. Once we're able to group roles, and separate behaviour with volume, we can get this fixed, but post RTM. ** Also a

[Bug 1370091] Re: With music playing, pressing the dialpad keys reduces the volume for an odd interval

2014-09-17 Thread Ricardo Salveti
gt; Confirmed ** Changed in: tone-generator (Ubuntu) Status: New => Confirmed ** Changed in: pulseaudio (Ubuntu) Importance: Undecided => Medium ** Changed in: tone-generator (Ubuntu) Importance: Undecided => Medium ** Changed in: tone-generator (Ubuntu) Assignee: (unassign

[Bug 1371245] Re: trust-store dialog (location) not asked on the first boot after a clean flash

2014-09-18 Thread Ricardo Salveti
Not sure yet if this is a camera-app, location or trust-store issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371245 Title: trust-store dialog (location) not asked on the first boot after a

[Bug 1371245] [NEW] trust-store dialog (location) not asked on the first boot after a clean flash

2014-09-18 Thread Ricardo Salveti
Public bug reported: current build number: 48 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-18 18:32:37 version version: 48 version ubuntu: 20140918.1 version device: 20140917-19d7408 version custom: 1410739265 Flashed with: ubuntu-device-flash --channe

[Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-18 Thread Ricardo Salveti
The proper backtrace from android: #0 my_pthread_mutex_lock (__mutex=0x8) at hooks.c:479 #1 0xa9e23b58 in memmove (src=0x0, dest=0x8, len=1) at bionic/libc/include/string.h:114 #2 move_forward_type > (n=2850176545, s=0x0, d=0x8) at system/core/include/utils/TypeHelpers.h:181 #3 android::Sort

[Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-18 Thread Ricardo Salveti
This seems to be a mix of issues, but the crash itself is caused because android_camera_set_scene_mode gets called after control gets released. In theory the correct result here would be an abort, but it seems assert is not behaving properly, which I'm now investigating why. Besides that, the rele

[Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-18 Thread Ricardo Salveti
** Also affects: qtubuntu-camera (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368436 Title: camera-app crashes after quickly opening and closin

[Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-18 Thread Ricardo Salveti
Yeah, even when hybris is actually working with a proper assert, that still causes a crash with an abort. The real fix here is in qtubuntu- camera, to make sure control is actually valid when using it. This is a race when shutting down the app, and seems to be easier to crash now that for some unk

[Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-18 Thread Ricardo Salveti
Bill, mind assigning this bug to Florian or someone else in your team? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368436 Title: camera-app crashes after quickly opening and closing app To manag

[Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-18 Thread Ricardo Salveti
Made a simple patch to avoid this crash, but it's now showing up a different one in libQt5QML, so this needs to be investigated by someone that knows the stack better than I do. Patch I used to avoid the crash described by this bug: rsalveti@evasys:/tmp/camera/qtubuntu-camera$ bzr diff === modifi

[Bug 1368827] Re: [touch] indicator needs to be able to control volume per audio role

2014-09-19 Thread Ricardo Salveti
** Changed in: indicator-sound (Ubuntu) Importance: High => Critical ** Changed in: indicator-sound (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13

[Bug 1364657] [NEW] Missing writable paths for udisk

2014-09-02 Thread Ricardo Salveti
Public bug reported: Noticed the following when booting latest image: Sep 2 22:38:46 ubuntu-phablet udisksd[2331]: Error creating directory /var/lib/udisks2: Read-only file system Sep 2 22:38:47 ubuntu-phablet udisksd[2331]: Error setting mounted-fs: Failed to create file '/var/lib/udisks2/mo

[Bug 1364725] [NEW] Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
Public bug reported: I noticed that after mako's version 213 of ubuntu touch (http://people.canonical.com/~ogra/touch-image-stats/213.changes), the display started failing quite frequently when using it with krillin (rtm is fine though). Tracking down the changes, it seems that the lightdm update

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
** Attachment added: "lightdm log from 1.11.6" https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193837/+files/lightdm.log.old -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
** Attachment added: "lightdm log from 1.11.7" https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193836/+files/lightdm.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
** Attachment added: "u-s-c with 1.11.6" https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193835/+files/unity-system-compositor.log.old -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
And the diff between 11.6 and 11.7: root@ubuntu-phablet:/var/log/lightdm# diff -Naur lightdm.log.old lightdm.log --- lightdm.log.old 2014-09-03 02:57:18.492387008 + +++ lightdm.log 2014-09-03 02:57:38.37001 + @@ -1,5 +1,5 @@ [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log -

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
** Attachment added: "u-s-c with 1.11.7" https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193834/+files/unity-system-compositor.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
root@ubuntu-phablet:~# lightdm --show-config [SeatDefaults] A greeter-wrapper=/usr/lib/lightdm/lightdm-greeter-session B guest-wrapper=/usr/lib/lightdm/lightdm-guest-session C xserver-command=X -core D type=unity D user-session=ubuntu-touch D session-wrapper=/usr/sbin/ubuntu-touch-lightdm-

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
root@ubuntu-phablet:/var/log/lightdm# cat lightdm.log [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.00s] DEBUG: Starting Light Display Manager 1.11.7, UID=0 PID=1323 [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d [+0.00s] DEBUG: Loading configuratio

[Bug 1364725] Re: Krillin fails to display spinner/unity8 after upgrade to 1.11.7-0ubuntu1

2014-09-02 Thread Ricardo Salveti
** Attachment added: "lightdm log from 1.11.7 (from a working boot)" https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1364725/+attachment/4193839/+files/lightdm.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1365095] Re: Greeter not asking for pin code in image 11 (krillin)

2014-09-03 Thread Ricardo Salveti
phablet@ubuntu-phablet:~$ cat .cache/upstart/unity8.log () qtmir.mir: MirServerConfiguration created qtmir.mir: MirPlacementStrategy::MirPlacementStrategy qtmir.mir: SessionListener::SessionListener - this= SessionListener(0x1158104) qtmir.mir: PromptSessionListener::PromptSessionListener - this=

[Bug 1365095] [NEW] Greeter not asking for pin code in image 11 (krillin)

2014-09-03 Thread Ricardo Salveti
Public bug reported: Flashed with: adb reboot bootloader; ubuntu-device-flash --channel =ubuntu-touch/utopic-proposed --bootstrap phablet@ubuntu-phablet:~$ system-image-cli -i current build number: 11 device name: krillin channel: ubuntu-touch/utopic-proposed last update: 2014-09-03 17:25:13 vers

<    5   6   7   8   9   10   11   12   13   14   >