Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-09 Thread Daniel Holbach
On 27.08.2013 15:25, Daniel Holbach wrote: > Hello, > > On 27.08.2013 14:35, David Henningsson wrote: >> I added a link to this message in the "Further reading" section. Maybe I >> should write something more complete for another day, also when I know a >> few more problems that porters run into -

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-03 Thread Jim Hodapp
The current media implementation and use of GStreamer is v 0.10 only...nothing takes advantage of v1.0. This will change soon once I land the new hardware decoding GStreamer plugins, which will only work with v1.1.3 and above. Jim On Tue, Sep 3, 2013 at 8:40 AM, David Planella wrote: > On Tue,

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-03 Thread David Planella
On Tue, Sep 3, 2013 at 2:28 AM, YC Cheng wrote: > Hi, I don't know exactly what's happened. The procedure I use: > > 1. phablet-flash cdimage-touch -b --pending # install the most updated > image with android rom. > 2. adb push xxx.wav /home/phablet/Music > 3. adb shell chown phablet.phablet /hom

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-02 Thread Cláudio Sampaio
On Mon, Sep 2, 2013 at 9:28 PM, YC Cheng wrote: > gstreamer0.10-plugins-ugly > I installed this plugin and I was able to listen to mp3s. However, I also found out why I wasn't able to listen even to wavs before: when you pull down the 'Sound' menu and tap on 'Sound settings', sound stops working

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-02 Thread YC Cheng
Hi, I don't know exactly what's happened. The procedure I use: 1. phablet-flash cdimage-touch -b --pending # install the most updated image with android rom. 2. adb push xxx.wav /home/phablet/Music 3. adb shell chown phablet.phablet /home/phablet/Music/xxx.wav 4. run Misic app, click the wav to pl

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-02 Thread Cláudio Sampaio
On Mon, Sep 2, 2013 at 2:57 AM, YC Cheng wrote: > Hi, I test on n4 with image version 20130901.1 and confirm all my previous > reported 4 polarity earjack issues has been fixed. > Hi all, Please enlighten me on this issue. I just upgraded to the latest tested cdimage-touch via phablet-flash (20

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-09-01 Thread YC Cheng
Hi, I test on n4 with image version 20130901.1 and confirm all my previous reported 4 polarity earjack issues has been fixed. Cool for the great work ! 2013/8/29 Ricardo Salveti de Araujo > On Wed, Aug 28, 2013 at 2:21 AM, David Henningsson > wrote: > > On 08/28/2013 01:52 AM, Ricardo Salveti

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-28 Thread Ricardo Salveti de Araujo
On Wed, Aug 28, 2013 at 2:21 AM, David Henningsson wrote: > On 08/28/2013 01:52 AM, Ricardo Salveti de Araujo wrote: >> My test results: >> >> Nexus 4: >> - Indicator >> - Mute working >> - Volume working >> - Aplay works >> - Video with software decoding works >> - Music Player works fine wit

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-28 Thread YC Cheng
Regarding to Jack, my test result on n4 with 20130827.2. also confirm same result with the following extra information 1. I first use iphone earphone (4 polarity earjack here after) immediate with clean flash 20130827.2. No sound comes out from earphone at all.The kernel message is "insert_hea

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-28 Thread David Henningsson
On 08/28/2013 01:52 AM, Ricardo Salveti de Araujo wrote: > My test results: > > Nexus 4: > - Indicator > - Mute working > - Volume working > - Aplay works > - Video with software decoding works > - Music Player works fine with wav and mp3 (but for mp3 you need to > install gstreamer0.10-plugin

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-27 Thread David Henningsson
On 08/28/2013 01:52 AM, Ricardo Salveti de Araujo wrote: > My test results: > > Nexus 4: > - Indicator > - Mute working > - Volume working > - Aplay works > - Video with software decoding works > - Music Player works fine with wav and mp3 (but for mp3 you need to > install gstreamer0.10-plugin

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-27 Thread Ricardo Salveti de Araujo
On Tue, Aug 27, 2013 at 8:52 PM, Ricardo Salveti de Araujo wrote: > Galaxy Nexus: > - Boot, exception stack when starting pulse: http://paste.ubuntu.com/6034603/ > - Indicator > - Mute working > - Volume working > - Aplay working, but very low volume by default (handsfree, earpiece > and heads

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-27 Thread Ricardo Salveti de Araujo
My test results: Nexus 4: - Indicator - Mute working - Volume working - Aplay works - Video with software decoding works - Music Player works fine with wav and mp3 (but for mp3 you need to install gstreamer0.10-plugins-ugly) - Phone: - Receive works - Making call works - Ringtone works

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-27 Thread Ricardo Salveti de Araujo
Just another heads up, due the PulseAudio transition: 1 - Hardware video decoding will stop work as that needs the Android media service to be up, including AudioFlinger, which had to be disabled for Pulse to be the main sound server. This will be fixed once we land the work Jim is doing to get pr

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-27 Thread Daniel Holbach
Hello, On 27.08.2013 14:35, David Henningsson wrote: > I added a link to this message in the "Further reading" section. Maybe I > should write something more complete for another day, also when I know a > few more problems that porters run into - after all, I only know about > the 2 - 4 devices Ca

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-27 Thread David Henningsson
On 08/27/2013 02:19 PM, Daniel Holbach wrote: > Hello David, > > On 27.08.2013 14:14, David Henningsson wrote: >> == For porters: if you need to do the same == >> >> Unfortunately, this means some additional work for porters, because you >> need to write UCM mixer files. What's worse, UCM is lack

Re: [Ubuntu-phone] Ubuntu Touch Audio stack for 13.10 release

2013-08-27 Thread Daniel Holbach
Hello David, On 27.08.2013 14:14, David Henningsson wrote: > == For porters: if you need to do the same == > > Unfortunately, this means some additional work for porters, because you > need to write UCM mixer files. What's worse, UCM is lacking good > documentation. For that reason, I hesitated