Re: [Ubuntu-phone] Landing plan update and Task Force calls of 2013/10/06

2013-10-08 Thread Timo Jyrinki
On Wed, Oct 9, 2013 at 9:01 AM, Jean-Baptiste Lallement wrote: > Is it? I installed build #88 and surfaceflinger is still the default. Same here. I believe the hook creating the /home/phablet/.display-mir doesn't work, or at least doesn't work when flashing a fully new image. I see I have .set-di

[Ubuntu-phone] Porting Android source to create Ubuntu touch images

2013-10-08 Thread Abhishek Agarwal
Hi All, My development board is having SoC "Qualcomm Snapdragon S4 Pro APQ8064". Android is running over this and I am also having source code of this with kernel 3.4.0. Fetched the Android source from: git://codeaurora.org/platform/manifest.git Can't I use the same source code (Fastboot and ker

Re: [Ubuntu-phone] Porting Android source code to Ubuntu

2013-10-08 Thread Abhishek Agarwal
Hi All, My development board is having SoC "Qualcomm Snapdragon S4 Pro APQ8064". Android is running over this and I am also having source code of this with *kernel 3.4.0.* Fetched the Android source from: git://codeaurora.org/platform/manifest.git Can't I use the same source code (Fastboot and k

Re: [Ubuntu-phone] Landing plan update and Task Force calls of 2013/10/06

2013-10-08 Thread Jean-Baptiste Lallement
On 10/09/2013 03:25 AM, Loïc Minier wrote: What's upcoming for #88 is... Mir! On mako and maguro, Mir will be the default and will come with a big number of changes to application startup. Affected packages are mainly unity8, unity-mir, upstart-app-launch, qtubuntu. The main blocker preventing

Re: [Ubuntu-phone] Landing plan update and Task Force calls of 2013/10/06

2013-10-08 Thread Paul Larson
On Tue, Oct 8, 2013 at 8:25 PM, Loïc Minier wrote: > > The Mir switch will cause some regressions in the Autopilot tests, and > that will block the upstream merger; see: > http://reports.qa.ubuntu.com/smokeng/saucy/ > for AP tests to fix and crashes to track! > Specifically, for mir results make

[Ubuntu-phone] Landing plan update and Task Force calls of 2013/10/06

2013-10-08 Thread Loïc Minier
Hi there, Less landings today, but big ones! /!\ But first, an important note: we have to disable upstream merger for some time while we fix AutoPilot tests (see below) As planned, we landed in #86: * support for apps to load a new URI while running (typically music-app, mediaplaye

Re: [Ubuntu-phone] [Porting, initramfs-tools] initrd: Couldn't find data partition.

2013-10-08 Thread Marcel Partap
D'OH!.. praise # adb wait-for-device && beep ^^ Well so although the device is not proceeding beyond the samsung logo, adb is up after all. Must have been a slack data cable before.. > # ls -la /dev/disk/by-name/ > lrwxrwxrwx115 ES -> ../../mmcblk0p1 > lrwxrwxrwx115 MC -> ..

[Ubuntu-phone] [Porting, initramfs-tools] initrd: Couldn't find data partition.

2013-10-08 Thread Marcel Partap
... Unfortunately, I'm still stuck at that stage and wanted to get out a faint cry for help before slumber.. just wanted to inject > + ls -la /dev > > + find

[Ubuntu-phone] Porting: hardware specific AppArmor access made easier

2013-10-08 Thread Jamie Strandboge
Hi! Up until recently, it was more difficult than it needed to be to adjust AppArmor policy to work on a ported device. The problem is that hardware specific AppArmor access rules are needed to make click packages work on a device, but there wasn't an easy way to update the AppArmor policy. Eg,

Re: [Ubuntu-phone] more than one scripts/touch file??

2013-10-08 Thread Dmitrijs Ledkovs
On 8 October 2013 22:12, Patrick Seemann wrote: > Good evening, > > I'm porting ubuntu touch to Samsung Galaxy Tab 10.1 wifi. Currently working > on the flipped image. > > To make the tablet boot up correctly I changed > /usr/share/initramfs-tools/scripts/touch to include "UA" in the partlist, as

[Ubuntu-phone] more than one scripts/touch file??

2013-10-08 Thread Patrick Seemann
Good evening, I'm porting ubuntu touch to Samsung Galaxy Tab 10.1 wifi. Currently working on the flipped image. To make the tablet boot up correctly I changed /usr/share/initramfs-tools/scripts/touch to include "UA" in the partlist, as this is the name of the data partition of my tab. But when bo

[Ubuntu-phone] Ubuntu phone for S3

2013-10-08 Thread Hernán guzmán
hello all. I have a question I wanted to know if it is available for s3 (i9300) the choice of data and read sms and been reading but little info or very old -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubun

[Ubuntu-phone] Automatic upstream merger is disabled

2013-10-08 Thread Francis Ginther
In order to ensure that the default mir switch does not cause confusion due to temporarily failing upstream merger jobs, we decided to turn off upstream merger and autolanding until further notice. This will be revisited tomorrow after testing results are available on the dashboard. Projects may b

Re: [Ubuntu-phone] [UBUNTU PHONE][MOTOROLA RAZR] release date

2013-10-08 Thread Nathan Haines
On 10/08/2013 12:05 PM, Lluís Sales wrote: Good night, I have a Motorola razr Maxx and I've heard that Ubuntu phone will release first for nexus devices and later on for the rest of devices. Ubuntu 13.10 will be available for supported devices on October 17th. Images will be available for th

[Ubuntu-phone] [UBUNTU PHONE][MOTOROLA RAZR] release date

2013-10-08 Thread Lluís Sales
Good night, I have a Motorola razr Maxx and I've heard that Ubuntu phone will release first for nexus devices and later on for the rest of devices. Do you know when will you release for my device? Some days later ? A week later? A month after first release???... Many thanks into advance. Lluís

Re: [Ubuntu-phone] Porting Android source code to Ubuntu

2013-10-08 Thread Abhishek Agarwal
Hi Dmitrijs, My development board is having SoC "Qualcomm Snapdragon S4 Pro APQ8064". Android is running over this and I am also having source code of this with *kernel 3.4.0. *Fetched the Android source from: git:// codeaurora.org/platform/manifest.git Can't I use the same source code (Fastboot

Re: [Ubuntu-phone] Porting Android source code to Ubuntu

2013-10-08 Thread Dmitrijs Ledkovs
On 8 October 2013 11:36, Abhishek Agarwal wrote: > > Hi All, > > I am new to porting code. > > I have Android source code for my project. > I want to port Ubuntu on this board, replacing Android. > > After porting my board should be running Ubuntu completely as my desktop is > running. > > Can so

[Ubuntu-phone] Porting Android source code to Ubuntu

2013-10-08 Thread Abhishek Agarwal
Hi All, I am new to porting code. I have *Android source code *for my project. *I want to port Ubuntu on this board, replacing Android.* After porting my board should be running Ubuntu completely as my desktop is running. Can someone please help me in doing this. Regards, -Abhishek -- Mailin